diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-10 22:55:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-10 22:55:26 +0000 |
commit | f8cac037eea3e928b0d5e0c17990b6996159eec8 (patch) | |
tree | 6a974750b859b185818d8f8b0763907f66fc8954 /ChangeLog | |
parent | 7cfb2d8be3d4ee24fbba14df7176fd13e7052205 (diff) | |
download | glibc-f8cac037eea3e928b0d5e0c17990b6996159eec8.tar.gz glibc-f8cac037eea3e928b0d5e0c17990b6996159eec8.tar.xz glibc-f8cac037eea3e928b0d5e0c17990b6996159eec8.zip |
Fri May 10 18:36:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* FAQ: New file contributed by drepper. * time/Makefile (headers): Add timebits.h. * sysdeps/unix/sysv/linux/timebits.h: New file. * sysdeps/stub/timebits.h: New file. * time/time.h (CLK_TCK): Define to CLOCKS_PER_SEC. (CLOCKS_PER_SEC): Remove this macro. Instead #include <timebits.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index eafb3c4673..25c8235a7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Fri May 10 18:36:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> + + * FAQ: New file contributed by drepper. + + * time/Makefile (headers): Add timebits.h. + * sysdeps/unix/sysv/linux/timebits.h: New file. + * sysdeps/stub/timebits.h: New file. + * time/time.h (CLK_TCK): Define to CLOCKS_PER_SEC. + (CLOCKS_PER_SEC): Remove this macro. Instead #include <timebits.h>. + Fri May 10 16:22:44 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> * string/argz-create.c (__argz_create): Restore const keyword to @@ -5,7 +15,7 @@ Fri May 10 16:22:44 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> * string/argz.h (__argz_create, argz_create): Restore const keyword. * string/envz.c (envz_get): Don't declare ENTRY const. - + Fri May 10 11:48:03 1996 Miles Bader <miles@gnu.ai.mit.edu> * string/argz.h (argz_create): Fix param type. @@ -18,7 +28,7 @@ Fri May 10 09:41:54 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> from declaration of ARGV. * string/envz.h (envz_get): Omit const from declaration of return type. - + Thu May 9 09:17:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> * aclocal.m4 (AC_FD_MSG, AC_FD_CC): Fix these for autoconf weirdness. |