aboutsummaryrefslogtreecommitdiff
path: root/libf2c
AgeCommit message (Collapse)Author
1999-07-29This commit was manufactured by cvs2svn to create taggcc-2_95-releaseno-author
'gcc-2_95-release'. git-svn-id: https://gcc.gnu.org/svn/gcc/tags/gcc-2_95-release@28338 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-10Update to Netlib version of 1999-05-10Craig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26864 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-09standard-conforming error check for [de]time_.cDonn Terry
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26849 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-03Declare ABORT as intrinsicCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26757 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-03reverse order of arguments to CTIME_subr, DTIME_subr, ETIME_subr, and ↵Craig Burley
TTYNAM_subr git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26756 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-03cope with partial overlapCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26741 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-03Update to Netlib version of 1999-05-03Craig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26740 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-03revert back to netlib versions as of f2c-19990501Craig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26739 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-01declare FTELL as intrinsicCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26721 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-01test more libU77 routines and interfacesCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26720 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-01do warn, do not crash, on FSTAT gid disagreementsCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26719 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-01allow slop in sum-checkingCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26718 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-01clean up both u77-test.f versionsCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26717 138bc75d-0d04-0410-961f-82ee72b054a4
1999-04-24have ChangeLog entries default to current-time-string as per gcc/, gcc/f/Craig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26611 138bc75d-0d04-0410-961f-82ee72b054a4
1999-04-24revert Sat Apr 17 patchCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26610 138bc75d-0d04-0410-961f-82ee72b054a4
1999-04-17better support SMP builds in libf2cCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26521 138bc75d-0d04-0410-961f-82ee72b054a4
1999-04-12 * libF77/getenv_.c: Include stdlib.h.Mumit Khan
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26385 138bc75d-0d04-0410-961f-82ee72b054a4
1999-04-12Forgot to cvs add this with Mumit's previous patch.Jeffrey A Law
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26359 138bc75d-0d04-0410-961f-82ee72b054a4
1999-04-12 * libU77/dtime_.c: Handle all variants of WIN32.Jeffrey A Law
* libU77/etime_.c: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26358 138bc75d-0d04-0410-961f-82ee72b054a4
1999-04-11 * libU77/aclocal.m4: New file.Mumit Khan
* 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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26353 138bc75d-0d04-0410-961f-82ee72b054a4
1999-03-31 * configure.in (extra_includes): Don't attempt to calculate theKaveh Ghazi
location of the gcc src or obj directories. Instead rely on precomputed variables, $topsrcdir and $r, to obtain these values. Set -I flags appropriately. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26084 138bc75d-0d04-0410-961f-82ee72b054a4
1999-03-28 * configure: Rebuilt.Dave Love
* 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_...'. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26035 138bc75d-0d04-0410-961f-82ee72b054a4
1999-03-24Mumit Khan
* configure.in (AC_PREREQ): Update to 2.13. (AC_EXEEXT): Call to find possible file extension. (compiler_name): Use. * configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@25953 138bc75d-0d04-0410-961f-82ee72b054a4
1999-03-24HJeffrey A Law
* configure.in (AC_PREREQ): Update to 2.13. (AC_EXEEXT): Call to find possible file extension. (compiler_name): Use. * configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@25952 138bc75d-0d04-0410-961f-82ee72b054a4
1999-03-17Update libg2c to netlib f2c-19990317Craig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@25818 138bc75d-0d04-0410-961f-82ee72b054a4
1999-03-06[Nilsson] Add dependenciesCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@25611 138bc75d-0d04-0410-961f-82ee72b054a4
1999-03-05Warn about invoking non-Y2K-compliant intrinsicsCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@25609 138bc75d-0d04-0410-961f-82ee72b054a4
1999-03-02Fix IDATE (VXT) intrinsicCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@25551 138bc75d-0d04-0410-961f-82ee72b054a4
1999-02-24update lib[FIU]77/configure from autoconf 2.13Craig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@25396 138bc75d-0d04-0410-961f-82ee72b054a4
1999-02-20fix LSTAT intrinsic per Krister Walfridsson <cato@df.lth.se>Craig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@25339 138bc75d-0d04-0410-961f-82ee72b054a4
1999-02-15delete/change my email addressCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@25221 138bc75d-0d04-0410-961f-82ee72b054a4
1999-02-14bump lib[IU]77's Version.cCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@25204 138bc75d-0d04-0410-961f-82ee72b054a4
1999-02-09 * Makefile.in (distclean): Move Makefile deletion to end ofNathan Sidwell
commands. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@25116 138bc75d-0d04-0410-961f-82ee72b054a4
1999-02-04fix typo in libf2c/ChangeLogCraig Burley
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@25023 138bc75d-0d04-0410-961f-82ee72b054a4
1999-01-151999-01-15 Dave Love <fx@gnu.org>Dave Love
* libU77/datetime_.c (G77_date_and_time_0): Return milliseconds as such, not as microseconds. (scopy): Declare. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@24677 138bc75d-0d04-0410-961f-82ee72b054a4
1998-11-26./ChangeLog:Manfred Hollstein
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23892 138bc75d-0d04-0410-961f-82ee72b054a4
1998-11-23 * configure.in: Use AC_PREREQ(2.12.1).Kaveh Ghazi
* libF77/configure.in: Likewise. * libI77/configure.in: Likewise. * libU77/configure.in: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23803 138bc75d-0d04-0410-961f-82ee72b054a4
1998-10-24Regenerated.Dave Love
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23272 138bc75d-0d04-0410-961f-82ee72b054a4
1998-10-241998-10-24 Dave Love <d.love@dl.ac.uk>Dave Love
* configure.in: Touch g2c.h in AC_OUTPUT after multilib disturbance. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23271 138bc75d-0d04-0410-961f-82ee72b054a4
1998-10-24Touch g2c.h in AC_OUTPUT after multilib disturbance.Dave Love
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23270 138bc75d-0d04-0410-961f-82ee72b054a4
1998-10-231998-10-23 Dave Love <d.love@dl.ac.uk>Dave Love
* f2cext.c: Include math.h. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23251 138bc75d-0d04-0410-961f-82ee72b054a4
1998-10-23Include math.h.Dave Love
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23250 138bc75d-0d04-0410-961f-82ee72b054a4
1998-10-191998-10-19 Dave Love <d.love@dl.ac.uk>Dave Love
* configure.in: Use AC_CONFIG_AUX_DIR. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23173 138bc75d-0d04-0410-961f-82ee72b054a4
1998-10-131998-10-12 Dave Love <fx@gnu.org>Dave Love
* Makefile.in (.SUFFIXES): Don't use any. (all-unilib): New target, like old all. (all): Use it. (.PHONY): Add all-unilib. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23045 138bc75d-0d04-0410-961f-82ee72b054a4
1998-10-13Regenerated.Dave Love
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23044 138bc75d-0d04-0410-961f-82ee72b054a4
1998-10-13Revert bogus previous checkin.Dave Love
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23043 138bc75d-0d04-0410-961f-82ee72b054a4
1998-10-121998-10-12 Dave Love <fx@gnu.org>Dave Love
* libI77/open.c (_XOPEN_SOURCE): Define. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23015 138bc75d-0d04-0410-961f-82ee72b054a4
1998-10-121998-10-12 Dave Love <fx@gnu.org>Dave Love
* Makefile.in (.SUFFIXES): Don't use any. (all-unilib): New target, like old all. (all): Use it. (.PHONY): Add all-unilib. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23014 138bc75d-0d04-0410-961f-82ee72b054a4
1998-10-121998-10-12 Dave Love <d.love@dl.ac.uk>Dave Love
* configure.in: Reorder Makefile, g2c.h in AC_OUTPUT. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@23005 138bc75d-0d04-0410-961f-82ee72b054a4
1998-10-06 * Makefile.in: Revert last patch.Jeffrey A Law
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@22874 138bc75d-0d04-0410-961f-82ee72b054a4