]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update. cvs/libc-ud-970816
authorUlrich Drepper <drepper@redhat.com>
Sat, 16 Aug 1997 19:51:21 +0000 (19:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 16 Aug 1997 19:51:21 +0000 (19:51 +0000)
ChangeLog
NEWS

index 5bac1ca3864dde8bed2bfb80d36534fe7e350843..0bde20e4d30e2545a828893f5e388b102c5f75a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+1997-08-16 21:33  Ulrich Drepper  <drepper@cygnus.com>
+
+       * 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 <kettenis@phys.uva.nl>.
+
+       * socket/sys/socket.h (getpeername): Correct type of len argument.
+       Reported by a sun <asun@zoology.washington.edu>.
+
+       * sysdeps/generic/_G_config.h: Include <gnu/types.h>, not
+       <bits/types.h>.
+       * 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  <drepper@cygnus.com>
+
+       * assert/assert.h [__USE_GNU]: Undefine assert_perror.
+       Reported by Theodore C. Belding <Ted.Belding@umich.edu>.
+
+1997-08-10 18:29:08 1997  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * login/login.c (login): Check for correct return value of
+       utmpname.
+
+1997-08-10 18:44  Ulrich Drepper  <drepper@cygnus.com>
+
+       * time/tzset.c: Interpret no DST information in user provided time
+       zone specification as it is meant: no DST.
+       Patch by Paul Eggert <eggert@twinsun.com>.
+
+1997-08-09 13:12  Ulrich Drepper  <drepper@cygnus.com>
+
+       * 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 <marcusd@cathcart.sysc.pdx.edu>.
+
+1997-08-08  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>
+
+       * sysdeps/mach/bits/libc-lock.h (__libc_once): Define correctly.
+
 1997-08-08 02:25  Ulrich Drepper  <drepper@cygnus.com>
 
        * sysdeps/stub/libc-lock.h (__libc_once_define): Add new parameter
diff --git a/NEWS b/NEWS
index 4f544cf67029a08129566669affe41c533526dfb..55329d63449512acafe6d0240838fca1a888c5fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,26 @@ Please send GNU C library bug reports using the `glibcbug' script to
 <bugs@gnu.ai.mit.edu>.  Questions and suggestions should be send to
 <bug-glibc@prep.ai.mit.edu>.
 \f
+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
+\f
+Version 2.0.4
+
+* more bug fixes
+\f
+Version 2.0.3
+
+* more bug fixes
+\f
 Version 2.0.2
 
 * more bug fixes