summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libg2c
Commit message (Collapse)AuthorAgeFilesLines
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
| | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
* NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-211-2/+2
| | | | | | | | NOINFO -> NO_INFO NOINFOCOMPRESS -> NO_INFOCOMPRESS NOLINT -> NO_LINT NOPIC -> NO_PIC NOPROFILE -> NO_PROFILE
* Bmake glue for GCC 3.4.2-prerelease.kan2004-07-281-1/+1
|
* What is CVS doing to me??obrien2004-04-211-1/+1
|
* Add missing unique bits from libI77 v3.3.3's config.h.in.obrien2004-04-201-0/+45
| | | | | | | | | | The GCC developers separated out the configure header between libU77 and libI77 and FreeBSD didn't keep up with the change. So now this header needs to be a superset of both sublib's configuration specification. Notably this commit causes ftruncate(), fseeko(), and ftello() to be used. PR: 22635
* Updated config.h for f77 3.3.3.obrien2004-04-201-0/+21
|
* Add "subscribe out of range" support.obrien2004-04-201-1/+1
|
* Catch up with bsd.lib.mk,v 1.143.ru2003-06-301-6/+0
|
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
|
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release".
* Quiet -Wall.obrien2000-10-311-1/+4
|
* Cut over the system compiler from from EGCS 1.1.2 to GCC 2.95.2.obrien1999-11-151-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* {EGCSDIR}->{SRCDIR} + associated tweaks.obrien1999-08-161-7/+4
| | | | | | This is in prepreparation of the gcc-2.95 upgrade. Also seems I was -I'ing several GCC directories I did not need to.
* Purely cosmetic changes -- fix Id'sobrien1999-08-161-1/+1
|
* Use the correct width integer on both i386 and alpha.dfr1999-05-231-5/+5
| | | | Reviewed by: Steve Price <sprice@hiwaay.net>
* Install g2c.h header incase others want to call libg2c from C.obrien1999-05-231-1/+5
| | | | Submitted by: Steve
* Add more bits of libF77.obrien1999-05-011-3/+9
| | | | Submitted by: jmz
* * Add MAIN.cobrien1999-05-011-3/+3
| | | | * be more selective what I add to CLEANFILES (what was I previously thinking??)
* JMZ says:obrien1999-05-011-0/+1
| | | | | | | Add an emply MAIN__() function. This avoid an unresolved reference error during link phase when using fortran subroutines with non-fortran 'main()'. Obtained from: src/lib/libF77/MAIN.c rev 1.1 by jmz
* libg2c -- EGCS's version of libf2c (plus enhancements).obrien1999-04-183-0/+460
OpenPOWER on IntegriCloud