diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-09 05:25:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-09 05:25:25 +0000 |
commit | dcfb26a705e9a98508243a6519f5fb7790a53723 (patch) | |
tree | b069050df0f5eea446539fcbcbdba101fdd67e52 /ChangeLog | |
parent | 5481bb895e08c75fab87e6cb53c8179fe65c2e8a (diff) | |
download | glibc-dcfb26a705e9a98508243a6519f5fb7790a53723.zip glibc-dcfb26a705e9a98508243a6519f5fb7790a53723.tar.gz glibc-dcfb26a705e9a98508243a6519f5fb7790a53723.tar.bz2 |
Sun Jun 9 01:11:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Makerules (make-target-directory): Use ./mkinstalldirs so we do not
assume . is in PATH.
Sat Jun 8 22:05:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* math/Makefile (distribute): Comment out addition of
$(long-m-routines) sources until they are all written.
* math/Makefile (distribute): Append long double source names to this
instead of using elided-routines.
Sat Jun 8 15:15:07 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* mach/mach_shortcuts.c: Obsolete file removed.
* mach/mach_syscalls.h: Likewise.
* hurd/Makefile (distribute): Consolidate defns into one.
* time/Makefile (tzfiles): Add solar87 solar88 solar89.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1,3 +1,25 @@ +Sun Jun 9 01:11:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * Makerules (make-target-directory): Use ./mkinstalldirs so we do not + assume . is in PATH. + +Sat Jun 8 22:05:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * math/Makefile (distribute): Comment out addition of + $(long-m-routines) sources until they are all written. + + * math/Makefile (distribute): Append long double source names to this + instead of using elided-routines. + +Sat Jun 8 15:15:07 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * mach/mach_shortcuts.c: Obsolete file removed. + * mach/mach_syscalls.h: Likewise. + + * hurd/Makefile (distribute): Consolidate defns into one. + + * time/Makefile (tzfiles): Add solar87 solar88 solar89. + Fri Jun 7 16:48:13 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * sysdeps/unix/sysv/linux/i386/Dist: New file, list sys/perm.h and @@ -57,7 +79,7 @@ Fri Jun 7 16:48:13 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * posix/Makefile (headers): Add schedbits.h. * math/Makefile (elided-routines): Add long double routines. - + Fri Jun 7 11:02:22 1996 Miles Bader <miles@gnu.ai.mit.edu> * sysdeps/mach/hurd/getpriority.c (getpriority): Use new interface |