aboutsummaryrefslogtreecommitdiff
path: root/libf2c
AgeCommit message (Collapse)AuthorFilesLines
1999-04-17better support SMP builds in libf2cCraig Burley2-0/+13
From-SVN: r26521
1999-04-12* libF77/getenv_.c: Include stdlib.h.Mumit Khan2-0/+9
From-SVN: r26385
1999-04-11Forgot to cvs add this with Mumit's previous patch.Jeff Law1-0/+16
From-SVN: r26359
1999-04-11dtime_.c: Handle all variants of WIN32.Mumit Khan3-2/+146
* libU77/dtime_.c: Handle all variants of WIN32. * libU77/etime_.c: Likewise. From-SVN: r26358
1999-04-11aclocal.m4: New file.Mumit Khan6-1/+61
* libU77/aclocal.m4: New file. * libU77/configure.in (LIBU77_HAVE_STRUCT_TIMEZONE): Add test. * libU77/acconfig.h (HAVE_STRUCT_TIMEZONE): Add macro. * libU77/datetime_c.c (G77_date_and_time_0): Use. * libU77/config.hin: Regenerate. * libU77/configure: Likewise. From-SVN: r26353
1999-03-31configure.in (extra_includes): Don't attempt to calculate the location of ↵Kaveh R. Ghazi3-27/+24
the gcc src or obj directories. * configure.in (extra_includes): Don't attempt to calculate the location of the gcc src or obj directories. Instead rely on precomputed variables, $topsrcdir and $r, to obtain these values. Set -I flags appropriately. From-SVN: r26084
1999-03-27configure: Rebuilt.Dave Love3-40/+89
* configure: Rebuilt. * configure.in: Fix integer size tests: sanity check first; search toplevel include dir (from Rainer Orth); only mess with ac_cpp once; use -DIN_GCC -DHAVE_CONFIG_H. * configure.in: Use `g77_cv_...', not `f77_cv_...'. From-SVN: r26035
1999-03-24configure.in (AC_PREREQ): Update to 2.13.Mumit Khan2-18/+33
� * configure.in (AC_PREREQ): Update to 2.13. (AC_EXEEXT): Call to find possible file extension. (compiler_name): Use. * configure: Regenerate. From-SVN: r25953
1999-03-24configure.in (AC_PREREQ): Update to 2.13.Jeff Law1-76/+257
H * configure.in (AC_PREREQ): Update to 2.13. (AC_EXEEXT): Call to find possible file extension. (compiler_name): Use. * configure: Regenerate. From-SVN: r25952
1999-03-17Update libg2c to netlib f2c-19990317Craig Burley13-24/+168
From-SVN: r25818
1999-03-05[Nilsson] Add dependenciesCraig Burley4-29/+163
From-SVN: r25611
1999-03-05Warn about invoking non-Y2K-compliant intrinsicsCraig Burley6-12/+53
From-SVN: r25609
1999-03-02Fix IDATE (VXT) intrinsicCraig Burley2-1/+7
From-SVN: r25551
1999-02-24update lib[FIU]77/configure from autoconf 2.13Craig Burley3-236/+459
From-SVN: r25396
1999-02-20fix LSTAT intrinsic per Krister Walfridsson <cato@df.lth.se>Craig Burley2-1/+6
From-SVN: r25339
1999-02-15delete/change my email addressCraig Burley2-1/+5
From-SVN: r25221
1999-02-14bump lib[IU]77's Version.cCraig Burley3-2/+7
From-SVN: r25204
1999-02-09Makefile.in (distclean): Move Makefile deletion to end of commands.Nathan Sidwell2-1/+7
* Makefile.in (distclean): Move Makefile deletion to end of commands. From-SVN: r25116
1999-02-04fix typo in libf2c/ChangeLogCraig Burley1-1/+1
From-SVN: r25023
1999-01-15datetime_.c (G77_date_and_time_0): Return milliseconds as such, not as ↵Dave Love2-5/+17
microseconds. 1999-01-15 Dave Love <fx@gnu.org> * libU77/datetime_.c (G77_date_and_time_0): Return milliseconds as such, not as microseconds. (scopy): Declare. From-SVN: r24677
1998-11-26configure (skip-this-dir): Add handling for new shell script...Manfred Hollstein3-33/+94
./ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure (skip-this-dir): Add handling for new shell script, which might be created by a sub-directory's configure to indicate, this particular directory is "unwanted". * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise. ./gcc/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (CONFIG_LANGUAGES): New macro taking all languages which can be configured. (LANGUAGES): Use $(CONFIG_LANGUAGES) instead of @all_languages@ (Makefile): Pass actual LANGUAGES through the environment when re-configuring. (cstamp-h): Likewise. (config.status): Likewise. * configure.in (enable_languages): Add new configuration parameter "--enable-languages=lang1,lang2,...". (${srcdir}/*/config-lang.in): Change handling to configure only those directories, that the user might have enabled; default to "all" existing languages. * configure: Regenerate. ./libchill/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libf2c/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libio/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. ./libobjc/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libstdc++/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. From-SVN: r23892
1998-11-23configure.in: Use AC_PREREQ(2.12.1).Kaveh R. Ghazi5-0/+11
* configure.in: Use AC_PREREQ(2.12.1). * libF77/configure.in: Likewise. * libI77/configure.in: Likewise. * libU77/configure.in: Likewise. From-SVN: r23803
1998-10-24Regenerated.Dave Love1-1/+3
From-SVN: r23272
1998-10-24configure.in: Touch g2c.h in AC_OUTPUT after multilib disturbance.Dave Love1-0/+5
1998-10-24 Dave Love <d.love@dl.ac.uk> * configure.in: Touch g2c.h in AC_OUTPUT after multilib disturbance. From-SVN: r23271
1998-10-24Touch g2c.h in AC_OUTPUT after multilib disturbance.Dave Love1-1/+3
From-SVN: r23270
1998-10-23f2cext.c: Include math.h.Dave Love1-0/+4
1998-10-23 Dave Love <d.love@dl.ac.uk> * f2cext.c: Include math.h. From-SVN: r23251
1998-10-23Include math.h.Dave Love1-1/+1
From-SVN: r23250
1998-10-19configure.in: Use AC_CONFIG_AUX_DIR.Dave Love3-29/+38
1998-10-19 Dave Love <d.love@dl.ac.uk> * configure.in: Use AC_CONFIG_AUX_DIR. From-SVN: r23173
1998-10-13Makefile.in (.SUFFIXES): Don't use any.Dave Love1-7/+46
1998-10-12 Dave Love <fx@gnu.org> * Makefile.in (.SUFFIXES): Don't use any. (all-unilib): New target, like old all. (all): Use it. (.PHONY): Add all-unilib. From-SVN: r23045
1998-10-13Regenerated.Dave Love1-2/+4
From-SVN: r23044
1998-10-13Revert bogus previous checkin.Dave Love1-1/+1
From-SVN: r23043
1998-10-12open.c (_XOPEN_SOURCE): Define.Dave Love2-0/+7
1998-10-12 Dave Love <fx@gnu.org> * libI77/open.c (_XOPEN_SOURCE): Define. From-SVN: r23015
1998-10-12Makefile.in (.SUFFIXES): Don't use any.Dave Love2-1/+8
1998-10-12 Dave Love <fx@gnu.org> * Makefile.in (.SUFFIXES): Don't use any. (all-unilib): New target, like old all. (all): Use it. (.PHONY): Add all-unilib. From-SVN: r23014
1998-10-12configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.Dave Love2-1/+7
1998-10-12 Dave Love <d.love@dl.ac.uk> * configure.in: Reorder Makefile, g2c.h in AC_OUTPUT. From-SVN: r23005
1998-10-06* Makefile.in: Revert last patch.Jeffrey A Law2-6/+4
From-SVN: r22874
1998-10-04Makefile.in (s-libi77): Depend on i77.H.J. Lu2-0/+12
* Makefile.in (s-libi77): Depend on i77. (s-libf77): Depend on i77. (s-libu77): Depend on u77. From-SVN: r22829
1998-10-04Correct typo in robertl's most recent entry.Robert Lipe1-1/+1
From-SVN: r22822
1998-10-01Regenerate with autoconf-2.12.1Kaveh Ghazi1-44/+48
From-SVN: r22715
1998-09-30Makefile.in (f2cext.c): Depend on g2c.h.Dave Love2-0/+6
1998-09-30 Dave Love <d.love@dl.ac.uk> * Makefile.in (f2cext.c): Depend on g2c.h. From-SVN: r22668
1998-09-30Makefile.in (all): Correct dependencies do --disable-multilibs works again.Robert Lipe2-3/+9
* Makefile.in (all): Correct dependencies do --disable-multilibs works again. (distclean): Correct typo. From-SVN: r22662
1998-09-30open.c: Back out part of last Netlib update affecting scratch files which ↵Dave Love2-14/+6
clashed with... 1998-09-28 Dave Love <d.love@dl.ac.uk> * libI77/open.c: Back out part of last Netlib update affecting scratch files which clashed with the g77 variations and broke implicit endfile on rewind. From-SVN: r22660
1998-09-27Fix typos.Jeff Law1-2/+2
From-SVN: r22616
1998-09-21Version.c: Update.Dave Love1-0/+4
1998-09-21 Dave Love <d.love@dl.ac.uk> * libI77/Version.c: Update. From-SVN: r22521
1998-09-21Update.Dave Love1-1/+1
From-SVN: r22520
1998-09-21Makefile.in (distclean, [...]): Add multilib support.Robert Lipe7-65/+152
* Makefile.in (distclean, clean, uninstall, install, all): Add multilib support. configure.in: Likewise. configure: Regenerate. * libF77/Makefile.in, libU77/Makefile.in, libI77/Makefile.in (clean): Explictly remove stamp in parent's directory. From-SVN: r22519
1998-09-20sfe.c (e_wdfe): Set f__init to avoid spurious recursive i/o error from ↵Dave Love1-0/+5
formatted direct i/o. 1998-09-20 Dave Love <d.love@dl.ac.uk> * libI77/sfe.c (e_wdfe): Set f__init to avoid spurious recursive i/o error from formatted direct i/o. From-SVN: r22496
1998-09-20Set f__init to avoid spurious recursive i/o error from formattedDave Love1-0/+1
direct i/o. From-SVN: r22495
1998-09-13Makefile.in (install): Add missing "else true;".Kamil Iskra2-1/+5
Thu Sep 10 14:57:25 1998 Kamil Iskra <iskra@student.uci.agh.edu.pl> * Makefile.in (install): Add missing "else true;". From-SVN: r22401
1998-09-09configure.in: Test $srcdir, not $subdir (probable typo).Craig Burley3-49/+50
1998-09-09 Craig Burley <burley@gnu.org> * configure.in: Test $srcdir, not $subdir (probable typo). Clarify commentary, fix a bit of spacing. From-SVN: r22349
1998-09-09ChangeLog.egcs: Deleted.Dave Love1-17/+223
1998-09-07 Dave Love <d.love@dl.ac.uk> * ChangeLog.egcs: Deleted. Entries merged here. From-SVN: r22348