diff options
author | Dave Love <fx@gcc.gnu.org> | 1998-07-09 03:40:30 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-07-09 03:40:30 +0000 |
commit | 9aae1551a9a27cf3832cfbbfc5ee8268b5c59b33 (patch) | |
tree | 9ad1ed15667c882ed06af0d2dcdefe010c962c42 | |
parent | c7fb2688ea23a906d8a90456f916ff7392c30876 (diff) | |
download | gcc-9aae1551a9a27cf3832cfbbfc5ee8268b5c59b33.zip gcc-9aae1551a9a27cf3832cfbbfc5ee8268b5c59b33.tar.gz gcc-9aae1551a9a27cf3832cfbbfc5ee8268b5c59b33.tar.bz2 |
sys_clock_.c: Replace TIMES conditional stuff removed in error by last change.
1998-07-09 Dave Love <d.love@dl.ac.uk>
* libU77/sys_clock_.c: Replace TIMES conditional stuff removed in
error by last change.
From-SVN: r21028
-rw-r--r-- | libf2c/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 568aae6..4f6ace3 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,24 @@ +1998-07-09 Dave Love <d.love@dl.ac.uk> + + * libU77/sys_clock_.c: Replace TIMES conditional stuff removed in + error by last change. + +1998-07-07 Dave Love <d.love@dl.ac.uk> + + * configure.in: Remove much into lib[IF]77/configure.in. + Configure subdirs. Change ranlib handling. + + * Makefile.in: Rewrite to punt most things to subdirs/sub-makes + where dependencies will be checked so rebuilding gets done more + reliably and make can be invoked in the (sub-)build directories. + Some simplification of variables. + + * libF77/conigure.in, libI77/conigure.in, libU77/stamp-h.in: New + file. + + * libF77/Makefile.in, libI77/Makefile.in, libU77/Makefile.in: + Rewrite in step with changes to parent. + 1998-07-06 Dave Love <d.love@dl.ac.uk> * libU77/Makefile.in (lib): Change variable lib to LIBS. |