summaryrefslogtreecommitdiff
path: root/libf2c
Commit message (Collapse)AuthorAgeFilesLines
* datetime_.c (G77_date_and_time_0): Return milliseconds as such, not as ↵Dave Love1999-01-152-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
* configure (skip-this-dir): Add handling for new shell script...Manfred Hollstein1998-11-263-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
* configure.in: Use AC_PREREQ(2.12.1).Kaveh R. Ghazi1998-11-235-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
* Regenerated.Dave Love1998-10-241-1/+3
| | | | From-SVN: r23272
* configure.in: Touch g2c.h in AC_OUTPUT after multilib disturbance.Dave Love1998-10-241-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
* Touch g2c.h in AC_OUTPUT after multilib disturbance.Dave Love1998-10-241-1/+3
| | | | From-SVN: r23270
* f2cext.c: Include math.h.Dave Love1998-10-231-0/+4
| | | | | | | 1998-10-23 Dave Love <d.love@dl.ac.uk> * f2cext.c: Include math.h. From-SVN: r23251
* Include math.h.Dave Love1998-10-231-1/+1
| | | | From-SVN: r23250
* configure.in: Use AC_CONFIG_AUX_DIR.Dave Love1998-10-193-29/+38
| | | | | | | 1998-10-19 Dave Love <d.love@dl.ac.uk> * configure.in: Use AC_CONFIG_AUX_DIR. From-SVN: r23173
* Makefile.in (.SUFFIXES): Don't use any.Dave Love1998-10-131-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
* Regenerated.Dave Love1998-10-131-2/+4
| | | | From-SVN: r23044
* Revert bogus previous checkin.Dave Love1998-10-131-1/+1
| | | | From-SVN: r23043
* open.c (_XOPEN_SOURCE): Define.Dave Love1998-10-122-0/+7
| | | | | | | 1998-10-12 Dave Love <fx@gnu.org> * libI77/open.c (_XOPEN_SOURCE): Define. From-SVN: r23015
* Makefile.in (.SUFFIXES): Don't use any.Dave Love1998-10-122-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
* configure.in: Reorder Makefile, g2c.h in AC_OUTPUT.Dave Love1998-10-122-1/+7
| | | | | | | 1998-10-12 Dave Love <d.love@dl.ac.uk> * configure.in: Reorder Makefile, g2c.h in AC_OUTPUT. From-SVN: r23005
* * Makefile.in: Revert last patch.Jeffrey A Law1998-10-062-6/+4
| | | | From-SVN: r22874
* Makefile.in (s-libi77): Depend on i77.H.J. Lu1998-10-042-0/+12
| | | | | | | | * Makefile.in (s-libi77): Depend on i77. (s-libf77): Depend on i77. (s-libu77): Depend on u77. From-SVN: r22829
* Correct typo in robertl's most recent entry.Robert Lipe1998-10-041-1/+1
| | | | From-SVN: r22822
* Regenerate with autoconf-2.12.1Kaveh Ghazi1998-10-011-44/+48
| | | | From-SVN: r22715
* Makefile.in (f2cext.c): Depend on g2c.h.Dave Love1998-09-302-0/+6
| | | | | | | 1998-09-30 Dave Love <d.love@dl.ac.uk> * Makefile.in (f2cext.c): Depend on g2c.h. From-SVN: r22668
* Makefile.in (all): Correct dependencies do --disable-multilibs works again.Robert Lipe1998-09-302-3/+9
| | | | | | | | * Makefile.in (all): Correct dependencies do --disable-multilibs works again. (distclean): Correct typo. From-SVN: r22662
* open.c: Back out part of last Netlib update affecting scratch files which ↵Dave Love1998-09-302-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
* Fix typos.Jeff Law1998-09-271-2/+2
| | | | From-SVN: r22616
* Version.c: Update.Dave Love1998-09-211-0/+4
| | | | | | | 1998-09-21 Dave Love <d.love@dl.ac.uk> * libI77/Version.c: Update. From-SVN: r22521
* Update.Dave Love1998-09-211-1/+1
| | | | From-SVN: r22520
* Makefile.in (distclean, [...]): Add multilib support.Robert Lipe1998-09-217-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
* sfe.c (e_wdfe): Set f__init to avoid spurious recursive i/o error from ↵Dave Love1998-09-201-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
* Set f__init to avoid spurious recursive i/o error from formattedDave Love1998-09-201-0/+1
| | | | | | direct i/o. From-SVN: r22495
* Makefile.in (install): Add missing "else true;".Kamil Iskra1998-09-132-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
* configure.in: Test $srcdir, not $subdir (probable typo).Craig Burley1998-09-093-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
* ChangeLog.egcs: Deleted.Dave Love1998-09-091-17/+223
| | | | | | | 1998-09-07 Dave Love <d.love@dl.ac.uk> * ChangeLog.egcs: Deleted. Entries merged here. From-SVN: r22348
* ChangeLog.egcs: Deleted.Dave Love1998-09-091-200/+0
| | | | | | | 1998-09-07 Dave Love <d.love@dl.ac.uk> * ChangeLog.egcs: Deleted. Entries merged here. From-SVN: r22346
* sfe.c, dfe.c: Revert last change.Dave Love1998-09-071-0/+4
| | | | | | | 1998-09-07 Dave Love <d.love@dl.ac.uk> * libI77/sfe.c, libI77/dfe.c: Revert last change. From-SVN: r22307
* Revert last change.Dave Love1998-09-072-4/+5
| | | | From-SVN: r22306
* 1998-09-06 Dave Love <d.love@dl.ac.uk>Dave Love1998-09-063-4/+11
| | | | | | | | | From Toon to fix spurious recursive i/o errors: * libI77/sfe.c (e_wdfe): Set f__init. * libI77/dfe.c (c_dfe): Check and set f__init. (s_rdfe, s_wdfe): Don't check and set f__init. From-SVN: r22294
* sys_clock_.c (G77_system_clock_0): Fix indentation.Craig Burley1998-09-052-1/+5
| | | | | | | Fri Sep 4 18:40:32 1998 Craig Burley <burley@gnu.org> * libU77/sys_clock_.c (G77_system_clock_0): Fix indentation. From-SVN: r22251
* Version.c: Update.Craig Burley1998-09-014-3/+9
| | | | | | | | | Tue Sep 1 10:06:06 1998 Craig Burley <burley@gnu.org> * libF77/Version.c: Update. * libU77/Version.c: Update. * libI77/Version.c: Update. From-SVN: r22155
* * Makefile.in (FLAGS_TO_PASS): Fix typo.Jeffrey A Law1998-08-262-1/+5
| | | | From-SVN: r22012
* README: Update from Craig.Dave Love1998-08-112-27/+92
| | | | | | | 1998-08-11 Dave Love <d.love@dl.ac.uk> * README: Update from Craig. From-SVN: r21672
* Makefile.in (s-libe77, [...]): Rely on VPATH, dropping explicit use of ↵Dave Love1998-07-251-0/+6
| | | | | | | | | | | $(srcdir) in various places. 1998-07-24 Dave Love <d.love@dl.ac.uk> * Makefile.in (s-libe77, ${srcdir}/configure, g2c.h, Makefile, config.status, rebuilt): Rely on VPATH, dropping explicit use of $(srcdir) in various places. From-SVN: r21379
* (s-libe77, ${srcdir}/configure, g2c.h, Makefile,Dave Love1998-07-251-6/+6
| | | | | | | config.status, rebuilt): Rely on VPATH, dropping explicit use of $(srcdir) in various places. From-SVN: r21378
* Makefile.in (all): Depend on s-libe77, not e77.Dave Love1998-07-191-0/+5
| | | | | | | | 1998-07-19 Dave Love <d.love@dl.ac.uk> * Makefile.in (all): Depend on s-libe77, not e77. (.PHONY): Remove e77. From-SVN: r21280
* (all): Depend on s-libe77, not e77.Dave Love1998-07-191-5/+5
| | | | | | (.PHONY): Remove e77. From-SVN: r21279
* Updates from craig.Jeff Law1998-07-161-0/+6
| | | | From-SVN: r21233
* * libU77/Makefile.in: Missed one config.h.in -> config.hin change.Jeffrey A Law1998-07-162-1/+3
| | | | From-SVN: r21224
* g2c.hin: Renamed from g2c.h.in.Jeffrey A Law1998-07-159-12/+22
| | | | | | | | | | | * g2c.hin: Renamed from g2c.h.in. * Makefile.in, configure.in: Changed as needed. * configure: Rebuilt. * libU77/config.hin: Renamed from libU77/config.h.in. * Makefile.in, configure.in: Changed as needed. * configure: Rebuilt. From-SVN: r21202
* Update from Craig, previously missed.Dave Love1998-07-151-1/+1
| | | | From-SVN: r21187
* Makefile.in: stamp-lib* -> s-lib*.Jeffrey A Law1998-07-145-16/+21
| | | | | | | | | * Makefile.in: stamp-lib* -> s-lib*. * libU77/Makefile.in: Likewise. * libF77/Makefile.in: Likewise. * libI77/Makefile.in: Likewise. From-SVN: r21162
* * Makefile.in (all): Invoke $(MAKE) instead of just make.Gerald Pfeifer1998-07-142-1/+5
| | | | From-SVN: r21152
* * libU77/Makefile.in (ALL_CFLAGS): Add -I$(F2C_H_DIR).Jeffrey A Law1998-07-132-1/+5
| | | | From-SVN: r21129