From 553ee6fa18bb300169691a5bb4749501b701e616 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 16 Aug 1997 19:51:21 +0000 Subject: Update. --- ChangeLog | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 20 ++++++++++++++++++ 2 files changed, 89 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5bac1ca386..0bde20e4d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +1997-08-16 21:33 Ulrich Drepper + + * catgets/gencat.c (usage): Fix help text. + + Update of UTMP interface. + * login/Makefile (routines): Add utmpname, remove utmp_db. + * login/getutent.c: Rename to __getutent and make getutent a weak + alias. + * login/getutent.c: Rename to __getutid and make getutid a weak + alias. + * login/getutent.c: Rename to __getutline and make getutline a weak + alias. + * login/getutent_r.c: Rewrite to use jump table correctly. + * login/getutid_r.c: Likewise. + * login/getutline_r.c: Likewise. + * login/updwtmp.c: Likewise. + * login/login.c (login): Correct test for result of utmpname. + Use updwtmp instead of implementing this here again. + * login/logout.c (logout): Correct test for result of utmpname + and pututline. Handle ut_type field correctly if it exists. + * login/utmp-private.h: Update for changed internal functions. + * login/utmp.h: Reformat and correct typos. + * login/utmp_file.c: Rewrite lock handling. + * login/utmpname.c: New file. + Patches by Mark Kettenis . + + * socket/sys/socket.h (getpeername): Correct type of len argument. + Reported by a sun . + + * sysdeps/generic/_G_config.h: Include , not + . + * sysdeps/unix/sysv/linux/_G_config.h: Likewise. + + * sysdeps/mach/libc-lock.h: Introduce thread-specific key handling + functions. + + * sysdeps/mach/hurd/Makefile [subdir=misc] (sysdep_routines): Add + cthreads. + * sysdeps/mach/hurd/cthreads.c: New file. + +1997-08-16 04:06 Ulrich Drepper + + * assert/assert.h [__USE_GNU]: Undefine assert_perror. + Reported by Theodore C. Belding . + +1997-08-10 18:29:08 1997 Mark Kettenis + + * login/login.c (login): Check for correct return value of + utmpname. + +1997-08-10 18:44 Ulrich Drepper + + * time/tzset.c: Interpret no DST information in user provided time + zone specification as it is meant: no DST. + Patch by Paul Eggert . + +1997-08-09 13:12 Ulrich Drepper + + * sysdeps/mach/libc-lock.h (__libc_once): Fix typos. + Add macros for key handling. + * sysdeps/mach/hurd/Makefile [$(subdir)=misc] (sysdep_routines): Add + cthreads. + * sysdeps/mach/hurd/cthreads.c: New file. + Patches by Marcus G. Daniels . + +1997-08-08 Thomas Bushnell, n/BSG + + * sysdeps/mach/bits/libc-lock.h (__libc_once): Define correctly. + 1997-08-08 02:25 Ulrich Drepper * sysdeps/stub/libc-lock.h (__libc_once_define): Add new parameter diff --git a/NEWS b/NEWS index 4f544cf670..55329d6344 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,26 @@ Please send GNU C library bug reports using the `glibcbug' script to . Questions and suggestions should be send to . +Version 2.0.5 + +* more bug fixes + +* inet_ntoa is thread-safe + +* updwtmp is moved from libutil to libc + +* rewrite of cbrt function + +* update of timezone data + +Version 2.0.4 + +* more bug fixes + +Version 2.0.3 + +* more bug fixes + Version 2.0.2 * more bug fixes -- cgit v1.2.3