diff options
author | Roland McGrath <roland@gnu.org> | 1999-04-05 20:43:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-04-05 20:43:11 +0000 |
commit | 18579100faf6cae0f708a194a649c8ccfcfd7437 (patch) | |
tree | 148eb7399ec03ea5750a36bde1511486d72062ea /ChangeLog | |
parent | 76bd175f4d4ed618df380f6c02434073129fd25f (diff) | |
download | glibc-18579100faf6cae0f708a194a649c8ccfcfd7437.tar.gz glibc-18579100faf6cae0f708a194a649c8ccfcfd7437.tar.xz glibc-18579100faf6cae0f708a194a649c8ccfcfd7437.zip |
1999-04-05 Roland McGrath <roland@baalperazim.frob.com>
* hurd/STATUS: File removed. Moved items that are still relevant into TODO list in hurd source. 1999-03-26 Mark Kettenis <kettenis@gnu.org> * sysdeps/mach/hurd/bits/time.h: New file. * sysdeps/mach/hurd/getrusage.c: New file. * sysdeps/mach/hurd/clk_tck.c: New file. * sysdeps/mach/hurd/Versions (libc) [GLIBC_2.1.1]: Add __libc_clk_tck. * sysdeps/mach/hurd/Makefile [$(subdir) = posix] (sysdep_routines): Add clk_tck. * sysdeps/mach/hurd/times.c: Removed, since getrusage is now implemented.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a2ff5a5e4a..b2dfee345c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +1999-04-05 Roland McGrath <roland@baalperazim.frob.com> + + * hurd/STATUS: File removed. Moved items that are still relevant into + TODO list in hurd source. + +1999-03-26 Mark Kettenis <kettenis@gnu.org> + + * sysdeps/mach/hurd/bits/time.h: New file. + * sysdeps/mach/hurd/getrusage.c: New file. + * sysdeps/mach/hurd/clk_tck.c: New file. + * sysdeps/mach/hurd/Versions (libc) [GLIBC_2.1.1]: Add __libc_clk_tck. + * sysdeps/mach/hurd/Makefile [$(subdir) = posix] + (sysdep_routines): Add clk_tck. + * sysdeps/mach/hurd/times.c: Removed, since getrusage is now + implemented. + 1999-04-02 Ulrich Drepper <drepper@cygnus.com> * misc/syslog.c (closelog_internal): Do not reset LogTag here. |