commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] glibc maintenance annotated tag, glibc-1.90, created. glibc-1.90


From: Thomas Schwinge
Subject: [SCM] glibc maintenance annotated tag, glibc-1.90, created. glibc-1.90
Date: Wed, 26 May 2010 18:26:47 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "glibc maintenance".

The annotated tag, glibc-1.90 has been created
        at  598b00bd3b70816cb9621bbde731af00dcd669e1 (tag)
   tagging  9dd2fc5d87269219f3beb91462505b93ed24a552 (commit)
  replaces  glibc-1.09
 tagged by  Roland McGrath
        on  Sun Jun 9 07:55:33 1996 +0000

- Log -----------------------------------------------------------------
GNU C Library version 1.90
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQBKFx742vc1Cn671iURAqPjAKCWDr+P3wdVN2iXtAlwOnpOmZR2qACgjrRT
ac4gHyDaV7S3TmzhQT+EkVo=
=AKiu
-----END PGP SIGNATURE-----

Brendan Kehoe (23):
      moved to ../osf
      * configure.in: Match `osf*', not `osf1*'.         * configure: Likewise. 
        * sysdeps/unix/bsd/osf: Renamed to `sysdeps/unix/bsd/osf1'.
      fix typo
      * sysdeps/alpha/__math.h (__copysign): Use attribute instead of old       
  __CONSTVALUE by adding forward decl first with the const attribute.
      * sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN       
  keyword.
      duh, don't need __attribute__ in the alpha header, it's in the toplevel 
one
      * sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition         
that's used inside the alpha sysdep.h.
      newly generated ones
      * sysdeps/mips/__longjmp.c (__longjmp): Take out CONST.
      * sysdeps/alpha/__longjmp.c (__longjmp): Take out const.
      * sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define.
      * sysdeps/unix/bsd/osf/alpha/start.S: Change comments to be         
preprocessor comments, not assembler comments.
      * sysdeps/unix/mips/brk.S (__brk, __curbrk): Add .end.         * 
sysdeps/unix/mips/fork.S (fork): Likewise.         * sysdeps/unix/mips/pipe.S 
(fork): Likewise.         * sysdeps/unix/mips/sigreturn.S (__sigreturn): 
Likewise.         * sysdeps/unix/mips/sysdep.S (sysdep_error): Likewise.        
 * sysdeps/unix/mips/wait.S (__handler): Likewise.         * 
sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.         * 
sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.         * 
sysdeps/unix/bsd/ultrix4/getsysinfo.S (getsysinfo): Likewise.         * 
sysdeps/unix/bsd/ultrix4/wait3.S (waitpid): Likewise.         * 
sysdeps/unix/bsd/ultrix4/waitpid.S (waitpid): Likewise.         * 
sysdeps/unix/bsd/ultrix4/mips/__handler.S (__handler): Likewise.         * 
sysdeps/unix/bsd/ultrix4/mips/sigvec.S (__raw_sigvec): Likewise.         * 
sysdeps/unix/bsd/ultrix4/mips/start.S (__start): Likewise.         * 
sysdeps/unix/bsd/ultrix4/mips/vfork.S (vfork): Likewise.         * 
sysdeps/mips/bsd-_setjmp.S (setjmp): Likewise.  Use `
      ... changing to use /**/ instead of ! as comments
      * sysdeps/unix/bsd/osf/alpha/killpg.S (killpg): Add .end directive.       
  * sysdeps/unix/bsd/osf/alpha/sigblock.S (__sigblock): Likewise.         * 
sysdeps/unix/bsd/osf/alpha/sigsetmask.S (__sigsetmask): Likewise.         * 
sysdeps/unix/bsd/osf/alpha/sigpause.S (__sigpause): Likewise.         * 
sysdeps/unix/bsd/osf/alpha/sigvec.S (__sigvec): Likewise.         * 
sysdeps/unix/bsd/osf/alpha/getdents.S (__getdirentries): Likewise.         * 
sysdeps/unix/bsd/osf/alpha/fork.S (__fork): Likewise.         * 
sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.         * 
sysdeps/unix/bsd/osf/alpha/recv.S (recv): Likewise.         * 
sysdeps/unix/bsd/osf/alpha/send.S (send): Likewise.         * 
sysdeps/unix/bsd/osf/alpha/vhangup.S (vhangup): Likewise.
      * sysdeps/ieee754/mpn2dbl.c (__mpn_construct_double)
      * /sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining         
NO_UNDERSCORES then using sysdeps/unix/mips/sysdep.h.
      * sysdeps/alpha/strlen.c (strlen): Fix cmpbge insn, and returning
      * time/tzset.c (__tzname, __daylight, __timezone): Don't check         
HAVE_WEAK_SYBMOLS for doing weak_alias.
      * sysdeps/unix/bsd/osf/alpha/sysdep.h (HAVE_ASM_SET_DIRECTIVE):         
Put in #undef.
      undo previous change, not needed w/ configure fix
      * sysdeps/unix/sysv/sysv4/solaris2/sparc/sigcontext.h: New file,
      * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (NO_UNDERSCORES): Use

David MacKenzie (1):
      Remove weird unnecessary shell construction.

Doug Evans (6):
      (vxworks29k): New alias.
      Recognize go32* as an os.
      Recognize sparclet cpu.
      (os): sunos[3456] -> sunos[34], sunos[56] have their own entries
      (aux): Delete duplicate entry.
      (aux): Delete another duplicate entry.

Erik Sandberg (1):
      (moss): Fix previous change.

Ian (4):
      Accept *-*-ieee*.
      Recognize A/UX
      Add support for A/UX
      Recognize mips-*-sysv*

Jim Meyering (12):
      Remove ansidecl.h and clean up for use by other packages. [LONG_MAX <= 
LONG_MAX_32_BITS]: Don't compile 64-bit code.
      Don't include <string.h> at all. HPUX-9.01 and IRIX-4.0.5 vendor C 
compilers get conflicting dcls for memchr unless one manually arranges for them 
to define __STDC__.
      Sun May 21 02:01:29 1995  Jim Meyering  (address@hidden)
      [LIBC_]: Do include string.h.
      Remove trailing white space.
      Cast RHS to const unsigned char * to avoid error from Irix-4.0.5's C 
compiler.
      Sat May 27 16:23:22 1995  Jim Meyering  (address@hidden)
      Portability changes from Uli Drepper. [!STDC_HEADERS && !defined(NULL)] 
Define NULL.
      Mon Jul 17 08:45:40 1995  Jim Meyering  (address@hidden)
      Sun Jul 30 01:09:08 1995  Jim Meyering  (address@hidden)
      [_LIBC]: Define HAVE_LIMITS_H. [HAVE_LIMITS_H]: Include it.
      Reverse order of arguments in getgroups call (in example) to match 
prototype.

Karl Heuer (1):
      (*:Linux:*:*): Add guess for sparc-unknown-linux.

Linda A. Walsh (3):
      * config.guess: Recognize HP model 819 machines has having         a PA 
1.1 processor.
      * config.guess: Recognize HP model 816 machines as having         a PA1.1 
processor.
      * config.sub: Recognize -proelf as a basic system type.

Michael Meissner (5):
      Support Linux elf and a.out systems; Add parisc support
      Support for pre-BFD versions of Linux ld.
      Add powerpc little endian support; Add powerpc variants; Add pentium 
variants
      Add cygwin32; Put eabi .sdata2/.sbss2 into read-only memory
      Add Solaris on PowerPC support

Miles Bader (51):
      (bind): Don't use file_invoke_translator, as it doesn't work.  Instead 
just   lookup the translated node again, and hope we're not hit by any race   
conditions.
      (accept): If the protocol family can't tell us what an address means, 
just   return a zero-length buffer instead.
      (__setgid): Switch the port-type and port-count parameters to 
__auth_makeauth.
      (__setuid): Switch the port-type and port-count parameters to 
__auth_makeauth.
      Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
      Swap args to dir_link.
      Include "stdio-common/_itoa.h" instead of "stdio/_itoa.h".
      (__select): Swap size args to mach_msg.
      (__select):   Still clear the user's bits for an fd when SELECT_RETURNED 
isn't set.   Only clear bits in the user's fdsets -- those needing to be set 
should be     already.   Use SELECT_ALL in appropiate places. (SELECT_ALL): New 
macro.
      (getpass): Don't barf if getline returns a null BUF.
      (__setuid): Actually add the new uid instead of putting it (and other 
uids)   in the gids and leaving the old uids as is.
      (__access): Put the uid/gid arguments to auth_makeauth() in the right 
order.
      (bind): Ensure NAME for the AF_LOCAL case is '\0'-terminated.
      (__select):  Recalculate GOT to include an increment for each operation 
allowed on each fd.
      Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/getopt.c
      Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/getopt.c
      Hurd select fixes.
      (__select):   Don't increment GOT only because READ/WRITE/EXCEPTFDS is 0! 
  Don't return without frobbing the bitmasks after a timeout.   When clearing 
the bitmasks, only loop from FIRSTFD to LASTFD.
      (__select): Don't fault when some fdmask is 0.
      A bug fix for the previous select bug fix.
      (__select): Include LASTFD in the final loop.
      *** empty log message ***
      (__mig_dealloc_reply_port):   Only attempt to destroy PORT if it's a 
valid port name.
      *** empty log message ***
      (__gettimeofday):   Don't fail if the user passes in TZ, just zero it 
(emacs passes in a dummy     variable, and rms says the hurd should be the one 
to change).
      (_hurdsig_longjmp_from_handler):   Store MACH_PORT_DEAD in the thread 
reply-port variable before destroying   the signal handler's reply port, to 
avoid infinite recursion.
      *** empty log message ***
      (signal_allowed): For SIGIO/SIGURG, add a new variable, LUCKY, to use 
instead   of setting D to -1 (which fucks things up).
      (__fcntl): Add missing break after F_SETFL.
      (__getcwd): When we find a match in the scan for a name, avoid doing 
another   readdir (which overwrites NENTRIES, and was resulting in a bogus 
ENOENT).
      Regenerated from ../sysdeps/mach/hurd/errnos.awk ../manual/errno.texi 
../../mach/mach/message.h ../../mach/mach/kern_return.h 
../../mach/mach/mig_errors.h ../../mach/device/device_types.h
      (describe_number): Correctly allocate space in DESCRIPTION for the digits 
in I.
      (headers): Add linewrap.h.
      (argz_create): Fix param type.
      (envz_get): Remove const from return type.
      Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
      (_hurd_startup):   Pass the correct counts to argz_extract, and terminate 
the resulting vectors.
      (_hurd_startup): Whoops, length args to argz_extract were correct before.
      (__argz_create): Correctly calculate length.
      (__argz_extract): Add terminating 0 entry.
      (_hurd_startup):   Don't bother terminating arg vectors, argz_extract 
does it now.
      (set_int): Support INIT_TRACEMASK.
      (_hurd_init): Set _HURDSIG_TRACED before calling _hurd_proc_init.
      *** empty log message ***
      (mach/mach_interface.defs): Renamed from mach_interface.defs. 
(mach/memory_object_user.defs): New variable.
      (PF_INET6, AF_INET6): New macros.
      *** empty log message ***
      (tty_name): New function. (login): Use it. (PATH_MAX): MACRO removed. 
<stdlib.h>: New include.
      *** empty log message ***
      (getpriority): Use new interface to __proc_getprocinfo.
      *** empty log message ***

Noah Friedman (1):
      Don't report an error if mkdir fails because a directory was created by 
another process.

Paul Eggert (1):
      (transformbasename): Fix misspelling in initialization.

Per Bothner (10):
      Recognize PCs running Solaris2.  Also, some cleaning up for CRAYs.
      * config.guess:  Recognize Cray90 (from Pete TerMaat).
      Changes for Linux and LynxOS.
      * config.guess:  Recognize Pentium under SCO.
      (powerpc-harris-powerunix): Add guess for port to new target.
      * config.guess:  Support m68k-cbm-sysv4. * config.guess (*:Linux:*:*): 
Guess m68k-unknown-linux
      * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version. * 
config.guess (*:CYGWIN*): New
      * config.guess:  Combine two OSF1 rules. Also recognize field test 
versions.  From address@hidden * config.guess (dgux):  Use /usr/bin/uname 
rather than uname, because GNU uname does not support -p.  From address@hidden
      * config.guess:  Combine mips-mips-riscos cases, and use cpp to 
distinguish sysv/svr4/bsd variants.
      * config.guess (i?86-ncr-sysv*):  Emit minor release numbers. Recognize 
the NCR 4850 machine and NCR Pentium-based platforms.

Richard Kenner (11):
      (CRAY*Y-MP:*:*:*): New entry.
      (i[34]86:*:3.2:*) test for /usr/options/cb.name before calling uname.
      Add more NetBSD cases: atrai, sun3*, and mac68k.
      (21064:Windows_NT:50:3): New case.
      Change FSF address.
      (mips:*:4*:UMIPS): New case.
      (AIX4): More robust release numbering discovery.
      (sco5): New case.
      (-psos*): New case.
      Accept -moss* as op sys.
      Add -apple and -aux.

Richard M. Stallman (4):
      (rm400, rm600): New machine names. (sinix5.*, sinix): New os aliases. 
(mips-siemens): Default os to sysv4.
      Accept -lites* as op sys.
      Default OS to nextstep if machine vendor is Next. -ns2 is an alias for 
-nextstep.
      Fix typo in previous change.

Roland McGrath (579):
      Fri Mar  3 12:24:52 1995  Roland McGrath  <address@hidden>
      Sun Mar  5 19:40:13 1995  Roland McGrath  <address@hidden>
      * ctype/ctype-info.c: For initial tables, use
      Mon Mar  6 12:34:56 1995  Roland McGrath  <address@hidden>
      Wed Mar  8 13:38:13 1995  Roland McGrath  <address@hidden>
      (_nl_load_locale) [! MAP_COPY]: Define MAP_COPY to MAP_PRIVATE.
      Thu Mar  9 22:29:03 1995  Roland McGrath  <address@hidden>
      * configure.in: Use AC_CHECK_TOOL for CC, AR, RANLIB.  Accept args
      * locale/categories.def (LC_CTYPE): Merge CLASS_EB and CLASS_EL
      (struct ttinfo): New member `isgmt'. (__tzfile_read): Read isgmt flags 
for each type. (__tzfile_default): When using TZDEFRULES DST rules, adjust 
transition times according to the isstd and isgmt flags for the types of each 
transition, and adjust each transition to point to type index either 0 or 1. 
Reset type indices 0 and 1 to describe the user's settings.
      Doc fixes. Don't #include <stddef.h>. (printf_function): Make last arg 
ARGS a vector of pointers instead of a pointer to va_list.
      Fri Mar 10 13:31:29 1995  Roland McGrath  <address@hidden>
      Regenerated
      Sun Mar 12 18:21:10 1995  Roland McGrath  <address@hidden>
      Kludge no longer necessary
      #if 0 out code for non-ASCII chars until the locale data format is 
implemented.
      Mon Mar 13 01:48:16 1995  Roland McGrath  <address@hidden>
      Support building several flavors of objects and libraries.
      * stdio/printf_fp.c (group_number): Cast *GROUPING to unsigned int
      Thu Mar 16 00:04:41 1995  Roland McGrath  <address@hidden>
      * stdlib/strtold.c (STRTOF): Set to strtold, not __strtold.
      Undo bogus change by drepper
      Handle 80-bit denormalized numbers correctly.
      Fri Mar 17 12:58:37 1995  Roland McGrath  <address@hidden>
      * Makefile (subdirs): Put elf last.
      Sat Mar 18 14:07:08 1995  Roland McGrath  <address@hidden>
      Mon Mar 20 03:19:23 1995  Roland McGrath  <address@hidden>
      * Makerules (lib): Depend on lib-noranlib.
      * Makefile (parent-mostlyclean): Don't use $(libc.a).
      Tue Mar 21 00:14:27 1995  Roland McGrath  <address@hidden>
      (signame_init): Define SIGINFO.
      All the mpn stuff moved here from stdio/Makefile.
      Fri Mar 24 02:35:37 1995  Roland McGrath  <address@hidden>
      * misc/Makefile (headers): Add utmp.h.
      Mon Mar 27 02:23:15 1995  Roland McGrath  <address@hidden>
      * sysdeps/unix/bsd/bsd4.4/revoke.S: New file.
      * mach/Makefile (headers): Add mach/mach_traps.h.
      Wed Mar 29 11:26:48 1995  Roland McGrath  <address@hidden>
      * Make-dist (README): Commit it to CVS if there is a CVS directory.
      Thu Mar 30 01:38:00 1995  Roland McGrath  <address@hidden>
      New file, broken out of mutex-solid.c.
      Sat Apr  1 00:08:06 1995  Roland McGrath  <address@hidden>
      * Makerules (lib%.so: lib%_pic.a): Pass -L options for subdir and
      Sun Apr  2 13:13:52 1995  Roland McGrath  <address@hidden>
      * posix/execvp.c: Don't use stat to search path; just try execv
      Tue Apr  4 00:48:53 1995  Roland McGrath  <address@hidden>
      * sysdeps/unix/start.c: Remove spurious decl and #endif.
      Wed Apr  5 00:13:45 1995  Roland McGrath  <address@hidden>
      * misc/login_tty.c [! TIOCSCTTY]: Try an emulation using ttyname
      * hurd/hurdinline.c: Include signal.h first, so we don't define
      Sat Apr  8 00:40:59 1995  Roland McGrath  <address@hidden>
      * malloc/free.c (__malloc_safe_bcopy, memmove): Don't define
      * locale/loadlocale.c (_nl_load_locale): Use MAP_INHERIT flag in
      * extra-lib.mk (install-lib, extra-objs, alltypes-$(lib)): Make
      Sun Apr  9 01:24:33 1995  Roland McGrath  <address@hidden>
      Mon Apr 10 14:53:15 1995  Roland McGrath  <address@hidden>
      Tue Apr 11 20:38:55 1995  Roland McGrath  <address@hidden>
      Wed Apr 12 23:27:22 1995  Roland McGrath  <address@hidden>
      Thu Apr 13 09:45:01 1995  Roland McGrath  <address@hidden>
      * sysdeps/generic/expm1.c: #undef expm1 before weak_alias.
      * Makefile (distribute): Add ChangeLog.[0-9].
      Fri Apr 14 15:53:46 1995  Roland McGrath  <address@hidden>
      (main): Don't generate "#ifdef HAVE_WEAK_SYMBOLS" #defns.
      Tue Apr 18 14:00:19 1995  Roland McGrath  <address@hidden>
      * libc-symbols.h (strong_alias_asm, strong_alias): Use
      Regenerated
      Move $os tests to set $elf et al earlier, before construction of 
$sysnames. Instead of prepending MACHINE/elf to $sysnames, append &/elf after 
each elt appended to $mach.
      Wed Apr 19 18:12:56 1995  Roland McGrath  <address@hidden>
      .
      Thu Apr 20 22:23:58 1995  Roland McGrath  <address@hidden>
      * hurd/hurdsig.c: Use assert_perror for many calls which should
      Sat Apr 22 14:48:03 1995  Roland McGrath  <address@hidden>
      (glob): If GLOB_MARK set, stat names to find directories and append 
slashes to them in final pass before sorting. (glob_in_dir): If GLOB_MARK set, 
just allocate the extra char for the slash; never append it here.
      (_nl_free_locale): Do nothing if DATA is null.
      [HAVE_UNISTD_H]: Include unistd.h so it can declare sys_siglist.
      Thu Apr 27 01:24:09 1995  Roland McGrath  <address@hidden>
      Fixed _hurd_startup prototype.
      Regenerated
      (S_ISDIR): Define if undefined.
      Sat Apr 29 15:46:57 1995  Roland McGrath  <address@hidden>
      Tue May  2 01:52:58 1995  Roland McGrath  <address@hidden>
      * sysdeps/mach/i386/sysdep.h (SNARF_ARGS, CALL_WITH_SP): Rewritten.
      Wed May  3 11:56:35 1995  Roland McGrath  <address@hidden>
      Add weak alias to non-__ name.
      Sat May  6 11:06:47 1995  Roland McGrath  <address@hidden>
      (__data_start): Define this symbol as the first thing in .data.
      Tue May  9 01:26:52 1995  Roland McGrath  <address@hidden>
      Regenerated
      Wed May 10 21:00:47 1995  Roland McGrath  <address@hidden>
      misc
      (_hurd_alloc_fd): When expanding the dtable, make sure the new size 
exceeds FIRST_FD.
      (_hurd_alloc_fd): Don't reduce FIRST_FD in the case where it starts out 
less than _hurd_dtablesize.
      (os=gnu*): Always set elf=yes, not just for os=gnu*elf*.
      Sat May 13 02:16:42 1995  Roland McGrath  <address@hidden>
      Regenerated: autoconf  configure.in
      Wed May 17 16:50:21 1995  Roland McGrath  <address@hidden>
      Fri May 19 17:16:46 1995  Roland McGrath  <address@hidden>
      (ld.so): Use -nostartfiles in addition to -nostdlib.
      Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
      Sun May 21 05:05:37 1995  Roland McGrath  <address@hidden>
      Only notify the proc server for SIGCHLD when the SA_NOCLDSTOP bit 
actually changes.
      Fri May 26 13:00:08 1995  Roland McGrath  <address@hidden>
      (server-interfaces): Removed notify and device_reply.  For shlibs with 
eager binding, libmachuser.so must not refer to any functions not defined in 
libc.
      Tue May 30 15:52:32 1995  Roland McGrath  <address@hidden>
      Sun Jun  4 22:14:11 1995  Roland McGrath  <address@hidden>
      Mon Jun  5 04:02:26 1995  Roland McGrath  <address@hidden>
      Thu Jun  8 02:50:26 1995  Roland McGrath  <address@hidden>
      * elf/dl-load.c (_dl_map_object): Add MAP_INHERIT flag in mmap
      Mon Jun 12 13:15:45 1995  Roland McGrath  <address@hidden>
      Don't include <hurd.h>. [PIC] (soinit): Renamed to (global) _init.
      Tue Jun 13 15:45:10 1995  Roland McGrath  <address@hidden>
      * configure.in (libc_cv_asm_set_directive): Make sure that the
      (_hurd_userlink_link): Properly set LINK->resource.next->resource.prevp 
when appropriate, not LINK->resource.next->thread.prevp!!!
      Wed Jun 14 03:45:24 1995  Roland McGrath  <address@hidden>
      Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
      Tue Jun 20 02:18:19 1995  Roland McGrath  <address@hidden>
      (libdl.so): Pass $(LDFLAGS.so).
      Mon Jul 10 05:39:21 1995  Roland McGrath  <address@hidden>
      Removed gratuitous #include <hurd.h>.
      Sat Jul 22 01:56:03 1995  Roland McGrath  <address@hidden>
      * Makefile (autoconf-it): Make it executable and unwritable.
      Removed stub warning.
      Use JUMPTARGET macro in jmp insn.
      Sat Jul 22 20:53:18 1995  Roland McGrath  <address@hidden>
      Mon Jul 24 03:13:16 1995  Roland McGrath  <address@hidden>
      Tue Jul 25 09:14:53 1995  Roland McGrath  <address@hidden>
      * stdlib/strtol.c [_LIBC]: Define STDC_HEADERS.
      * sysdeps/mach/hurd/pathconf.c: Declare VALUE as int, not long int.
      New file, based on NET2 code but with DES code removed.
      ($(installed-libcs)): Depend on `lib' (only).
      Wed Jul 26 02:00:29 1995  Roland McGrath  <address@hidden>
      * asia, backward, europe, leapseconds, southamerica: New data from
      * stdio/vfscanf.c (conv_error): Simplify expression to avoid
      * csu/Makefile [$(elf)=yes] (have-initfini): Set to yes.
      (headers): Added gnu-versions.h.
      Fri Aug  4 16:01:59 1995  Roland McGrath  <address@hidden>
      Mon Aug  7 14:04:36 1995  Roland McGrath  <address@hidden>
      * stdlib/strtol.c: Use #ifdef, not #if, for HAVE_LIMITS_H.
      New file, incorporated from 4.4BSD-Lite.
      Remove _hurd_longjmp_thread_state decl.
      Wed Aug  9 14:25:35 1995  Miles Bader  <address@hidden>
      Regenerated
      Mon Aug 14 16:51:13 1995  Roland McGrath  <address@hidden>
      (kill_pid): Don't make `inline'.
      (sig): Add intr-msg.
      Wed Aug 16 17:04:26 1995  Roland McGrath  <address@hidden>
      Thu Aug 17 16:18:38 1995  Roland McGrath  <address@hidden>
      * sysdeps/mach/hurd/Makefile: Don't elide sunrpc and manual from
      Removed dep on hurd/signal.h for RPC stub objects.
      (struct hurd_sigstate): New member `cancel_hook'.
      Tue Aug 22 16:49:12 1995  Roland McGrath  <address@hidden>
      Fri Aug 25 12:12:42 1995  Roland McGrath  <address@hidden>
      * sysdeps/mach/hurd/dirstream.h: Define `struct __dirstream'
      Tue Aug 29 12:35:56 1995  Roland McGrath  <address@hidden>
      Wed Aug 30 16:44:55 1995  Roland McGrath  <address@hidden>
      Rewrote i386 setjmp in assembly.
      Fri Sep  1 16:16:12 1995  Roland McGrath  <address@hidden>
      * sysdeps/mach/hurd/i386/longjmp-ts.c: Use new array format for
      Wed Sep  6 19:41:10 1995  Roland McGrath  <address@hidden>
      (msort_with_tmp): Fixed alignment test.  B1 and B2 are always congruent; 
just test that B1 is aligned.
      (NEED_INETADDR, NEED_INETATON): Define to 1, not empty.
      Fri Sep  8 16:25:22 1995  Roland McGrath  <address@hidden>
      * libc-symbols.h [HAVE_ELF] (symbol_set_declare): Declare the
      Added i486-linux
      (glob): Comment fix.
      Regenerated
      Tue Sep 12 14:30:07 1995  Roland McGrath  <address@hidden>
      Fri Sep 15 21:34:28 1995  Roland McGrath  <address@hidden>
      Sat Sep 16 17:47:19 1995  Ulrich Drepper  <address@hidden>
      Sun Sep 17 18:29:13 1995  Roland McGrath  <address@hidden>
      Mon Sep 18 01:58:40 1995  Roland McGrath  <address@hidden>
      Mon Sep 18 12:39:22 1995  Paul Eggert  <address@hidden>
      Mon Sep 18 15:06:00 1995  Roland McGrath  <address@hidden>
      Wed Sep 20 18:02:03 1995  Roland McGrath  <address@hidden>
      Thu Sep 21 00:03:53 1995  Roland McGrath  <address@hidden>
      * Makerules (build-shlib): Use $(@F:lib%=%) in place of $(notdir $*),
      * Makerules (build-shlib): Use $(@F:lib%.so=%) in place of
      * time/africa, time/asia, time/europe, time/northamerica,
      * manual/Makefile (infodir, prefix, INSTALL, INSTALL_DATA): Variables
      Fri Sep 22 14:24:25 1995  Roland McGrath  <address@hidden>
      B2 are always congruent; just test that B1 is aligned.
      Tue Sep 26 16:50:17 1995  Roland McGrath  <address@hidden>
      * locale/libintl.h: Rewritten by Ulrich Drepper for use with GNU
      Wed Sep 27 00:27:25 1995  Roland McGrath  <address@hidden>
      * sysdeps/unix/i386/sysdep.h [HAVE_ELF] (ASM_TYPE_DIRECTIVE):
      * sysdeps/unix/sysv/linux/Implies: Add unix/common.
      * sysdeps/mach/hurd/getcwd.c (__getcwd): Renamed from getcwd.
      (rtld_command): Variable removed. (_dl_skip_args): New variable. 
(dl_main): Increment _dl_skip_args instead of setting rtld_command. If the 
link_map for the executable itself is not first in the chain, make it so.
      Thu Sep 28 13:05:54 1995  Roland McGrath  <address@hidden>
      Sat Sep 30 11:47:05 1995  Roland McGrath  <address@hidden>
      * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): If started by
      Wed Oct  4 00:21:03 1995  Roland McGrath  <address@hidden>
      * sysdeps/unix/Makefile ($(common-objpfx)ioctls): Remove NULL from
      Thu Oct  5 00:59:58 1995  Roland McGrath  <address@hidden>
      Fri Sep 29 03:43:51 1995  Paul Eggert  <address@hidden>
      Mon Oct  9 02:54:14 1995  Roland McGrath  <address@hidden>
      Tue Oct 10 23:08:53 1995  Roland McGrath  <address@hidden>
      Wed Oct 11 00:00:00 1995  Roland McGrath  <address@hidden>
      * sysdeps/i386/dl-machine.h (elf_machine_rel): Use +=, not =, to
      Sat Oct 14 02:52:36 1995  Ulrich Drepper  <address@hidden>
      Sun Oct 15 21:04:13 1995  Roland McGrath  <address@hidden>
      * hurd/hurd/lookup.h: New file.
      Mon Oct 16 03:22:37 1995  Roland McGrath  <address@hidden>
      * sysdeps/unix/sysv/linux/Makefile (rtld-installed-name): New variable.
      (errlist.c rules): Do this in subdir stdio-common instead of stdio.
      * Makefile (subdirs): Replace stdio with stdio-common and $(stdio).
      * elf/Makefile (install-others): Add missing slash.
      * locale/Makefile (aux): Add SYS_libc.
      * Makerules (install-lib): Filter out %_pic.a; install only the
      Tue Oct 17 01:21:21 1995  Roland McGrath  <address@hidden>
      * hurd/hurd/signal.h: Declare hurd_preempt_signals and
      Tue Oct 17 23:00:10 1995  Roland McGrath  <address@hidden>
      Wed Oct 18 03:33:22 1995  Roland McGrath  <address@hidden>
      * signal/signal.h [__USE_BSD] (_sys_siglist, sys_siglist): Declare
      * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Use
      Tue Oct 24 15:22:58 1995  Roland McGrath  <address@hidden>
      * sunrpc/Makefile (librpcsvc-no-lib-dep): New variable.
      * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
      Wed Oct 25 14:23:35 1995  Roland McGrath  <address@hidden>
      * stdio/stdio.h (sys_errlist, _sys_errlist): Declare const.
      * hurd/hurdstartup.c (_hurd_startup): Use new
      Thu Oct 26 03:01:22 1995  Ulrich Drepper  <address@hidden>
      Thu Oct 26 00:11:13 1995  Roland McGrath  <address@hidden>
      Thu Oct 26 18:13:33 1995  Miles Bader  <address@hidden>
      Thu Oct 26 23:11:11 1995  Ulrich Drepper  <address@hidden>
      Tue Oct 31 00:07:29 1995  Roland McGrath  <address@hidden>
      * sysdeps/mach/hurd/getpriority.c (getpriority): Pass
      Thu Nov  2 19:24:37 1995  Roland McGrath  <address@hidden>
      Fri Nov  3 17:27:49 1995  Roland McGrath  <address@hidden>
      Sun Nov  5 16:09:13 1995  Roland McGrath  <address@hidden>
      * stdio-common/vfprintf.c (%c): Count the character itself towards
      Mon Nov  6 16:20:14 1995  Roland McGrath  <address@hidden>
      Tue Nov  7 12:29:46 1995  Roland McGrath  <address@hidden>
      * elf/Makefile (ldd): Make it executable.
      [__USE_BSD] (sig_t): New typedef.
      Wed Nov  8 16:31:25 1995  Roland McGrath  <address@hidden>
      Fri Nov 10 14:15:21 1995  Roland McGrath  <address@hidden>
      * malloc/malloc.c (align): Assert that space for alignment
      Mon Nov 13 15:23:01 1995  Roland McGrath  <address@hidden>
      Tue Nov 14 18:44:21 1995  Roland McGrath  <address@hidden>
      Wed Nov 15 19:22:07 1995  Roland McGrath  <address@hidden>
      * elf/dl-lookup.c (_dl_lookup_symbol): Undefined symbol is no
      Thu Nov 16 06:07:49 1995  Roland McGrath  <address@hidden>
      Fri Nov 17 17:57:00 1995  Roland McGrath  <address@hidden>
      Sat Nov 18 16:46:01 1995  Ulrich Drepper  <address@hidden>
      Sun Nov 19 18:23:07 1995  Roland McGrath  <address@hidden>
      Mon Nov 20 16:19:15 1995  Roland McGrath  <address@hidden>
      Tue Nov 21 14:12:13 1995  Roland McGrath  <address@hidden>
      Wed Nov 22 12:37:39 1995  Roland McGrath  <address@hidden>
      Thu Nov 23 18:26:52 1995  Roland McGrath  <address@hidden>
      Sun Nov 26 02:00:02 1995  Ulrich Drepper  <address@hidden>
      Sat Nov 25 02:48:47 1995  Ulrich Drepper  <address@hidden>
      Sun Nov 26 12:44:38 1995  Roland McGrath  <address@hidden>
      * sysdeps/unix/sysv/linux/sys/mman.h: Add prototypes for new functions
      Mon Nov 27 19:24:18 1995  Roland McGrath  <address@hidden>
      Wed Nov 29 12:30:50 1995  Roland McGrath  <address@hidden>
      (_dl_sysdep_start) [DL_SYSDEP_INIT]: Invoke this macro before calling 
DL_MAIN.
      Sat Dec  2 03:47:27 1995  Roland McGrath  <address@hidden>
      * sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB.
      For IOC_VOID request, send ARG itself as integer_t arg in RPC.
      Updated from ../=mpn/gmp-1.910
      Mon Dec  4 12:10:28 1995  Roland McGrath  <address@hidden>
      Tue Dec  5 02:27:32 1995  Ulrich Drepper  <address@hidden>
      Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/error.c
      Tue Dec  5 14:00:17 1995  Roland McGrath  <address@hidden>
      (_GNU_GLOB_INTERFACE_VERSION): New macro.
      (NBBY): New macro.
      Updated from BIND-4.9.3-BETA27.
      Thu Dec  7 02:27:56 1995  Roland McGrath  <address@hidden>
      Fri Dec  8 13:04:51 1995  Roland McGrath  <address@hidden>
      Sun Dec 10 09:56:06 1995  Roland McGrath  <address@hidden>
      (MAP_FILE): Define to zero if undefined. (MAP_COPY): Define to 
MAP_PRIVATE if undefined. (_dl_map_object_from_fd): Don't use MAP_INHERIT in 
mmap calls. If file it ET_EXEC, set its l_type to lt_executable.
      Regenerated
      Mon Dec 11 20:07:54 1995  Roland McGrath  <address@hidden>
      Regenerated
      (_hurd_internal_post_signal: suspend): Reply after aborting RPCs but 
before calling proc_mark_stop.
      Thu Dec 14 02:28:22 1995  Roland McGrath  <address@hidden>
      Fri Dec 15 04:41:22 1995  Ulrich Drepper  <address@hidden>
      Fixed typo in IPPORT_WHOIS.
      Sat Dec 16 10:33:11 1995  Roland McGrath  <address@hidden>
      Sun Dec 17 15:56:35 1995  Miles Bader  <address@hidden>
      Mon Dec 18 13:40:37 1995  Roland McGrath  <address@hidden>
      Tue Dec 19 17:00:42 1995  Roland McGrath  <address@hidden>
      Wed Dec 20 18:23:10 1995  Roland McGrath  <address@hidden>
      Peek __mach_task_self_ value before proc_dostop call to work around 
kernel paging bug.
      Fri Dec 22 00:57:38 1995  Roland McGrath  <address@hidden>
      Fri Dec 22 00:38:00 1995  H.J. Lu  <address@hidden>
      * sysdeps/mach/hurd/setgid.c: In root case, store into NEWAUX, not
      Mon Dec 25 20:56:39 1995  Roland McGrath  <address@hidden>
      Thu Dec 28 10:21:35 1995  Roland McGrath  <address@hidden>
      Tue Jan  2 00:50:10 1996  Roland McGrath  <address@hidden>
      * hurd/hurd/signal.h (struct hurd_sigstate): New member `preempters'.
      Rewritten.
      (_hurd_sig_post): When doing pgrp, make sure we do ourselves last.
      Wed Jan  3 20:23:42 1996  Roland McGrath  <address@hidden>
      Thu Jan  4 11:35:18 1996  Roland McGrath  <address@hidden>
      Fixed ELFMAG check to work for either byte order. Align end of load 
segment only to page size, not to segment alignment.
      Sat Jan  6 16:39:14 1996  Roland McGrath  <address@hidden>
      Thu Dec 14 02:28:22 1995  Roland McGrath  <address@hidden>
      Mon Jan  8 17:43:23 1996  Roland McGrath  <address@hidden>
      Tue Jan  9 16:10:26 1996  Roland McGrath  <address@hidden>
      Wed Jan 10 10:11:39 1996  Roland McGrath  <address@hidden>
      Thu Jan 11 13:09:20 1996  Roland McGrath  <address@hidden>
      Fri Jan 12 13:40:01 1996  Roland McGrath  <address@hidden>
      .
      [have-initfini=yes] (CPPFLAGS): Append -DHAVE_INITFINI. (initfini): 
Compile initfini.c with -fPIC.
      Sun Jan 14 01:01:10 1996  Ulrich Drepper  <address@hidden>
      Tue Jan 16 17:37:39 1996  Roland McGrath  <address@hidden>
      * misc/efgcvt_r.c (ecvt_r): Handle negative values.
      * gmon/Makefile (CFLAGS-mcount.c): New variable.
      * csu/initfini.c (_init): Call __gmon_start__ if defined (weak ref).
      * sysdeps/m68k/Makefile (crypt): Don't define if building a shared
      Sun Jan 14 17:51:09 1996  Andreas Schwab  <address@hidden>
      * sysdeps/unix/seekdir.c: Don't modify POS before seeking.
      Wed Jan 17 11:04:58 1996  Roland McGrath  <address@hidden>
      Sun Jan 14 01:01:10 1996  Ulrich Drepper  <address@hidden>
      * elf/dynamic-link.h [ELF_MACHINE_NO_REL] (ELF_DYNAMIC_DO_REL):
      (union ieee854_long_double.ieee_nan): Add missing ; in little-endian case.
      (_STAT_VER, _MKNOD_VER): New macros. (__xstat, __fxstat, __lxstat, 
__xmknod): Declare new functions. [__GNUC__] (stat, fstat, lstat, mknod): 
Define these (and __ names) as `extern inline's calling the `x' functions.
      Wed Jan 17 11:04:58 1996  Roland McGrath  <address@hidden>
      * sysdeps/unix/sysv/linux/statbuf.h (_STAT_VER_LINUX,
      Thu Jan 18 00:32:43 1996  Roland McGrath  <address@hidden>
      Thu Jan 18 00:32:43 1996  Roland McGrath  <address@hidden>
      * io/Makefile (routines): Add mknod, xstat fxstat lxstat xmknod.
      Fri Jan 19 13:28:59 1996  Roland McGrath  <address@hidden>
      * sysdeps/unix/sysv/linux/tcdrain.c: Define tcdrain, not
      Sun Jan 21 00:55:25 1996  Roland McGrath  <address@hidden>
      * misc/Makefile (headers): Rename queue.h to sys/queue.h.
      Mon Jan 22 10:40:40 1996  Roland McGrath  <address@hidden>
      (dl_main): Support additional args in --list mode for debugging: look 
them up as symbol names and print values.
      (fts_open): Use prototypes for COMPAR decl.
      Wed Jan 24 04:18:36 1996  Paul Eggert  <address@hidden>
      * stdio-common/Makefile (tests): Add scanf[1-9].
      * stdio-common/vfscanf.c: Disallow l flag after ll or L.
      * sysdeps/unix/sysv/linux/fcntlbits.h: Moved from linux/i386.
      * malloc/mcheck.c (mabort): Declare prototype.
      Thu Jan 25 18:58:25 1996  Roland McGrath  <address@hidden>
      Fri Jan 26 12:20:45 1996  Roland McGrath  <address@hidden>
      Sun Jan 28 17:25:38 1996  Roland McGrath  <address@hidden>
      Thu Jan 25 21:10:39 1996  Andreas Schwab  <address@hidden>
      Sun Jan 28 19:42:04 1996  Andreas Schwab  <address@hidden>
      Set $inhibit_glue.
      (+cflags): Append to this instead of CFLAGS.
      Mon Jan 29 21:53:40 1996  Roland McGrath  <address@hidden>
      Tue Jan 30 13:32:05 1996  Roland McGrath  <address@hidden>
      (_hurd_intr_rpc_mach_msg): Clear SS->intr_port when cancelled before RPC.
      Wed Jan 31 20:08:26 1996  Roland McGrath  <address@hidden>
      Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/getopt.c
      Fri Feb  2 13:09:18 1996  Roland McGrath  <address@hidden>
      Wed Feb  7 18:48:30 1996  Roland McGrath  <address@hidden>
      * Makefile (subdirs): Added wcsmbs.
      Thu Feb  8 18:55:27 1996  Roland McGrath  <address@hidden>
      Sat Feb 10 04:18:48 1996  Roland McGrath  <address@hidden>
      #undef _SIGNAL_H before defining it.
      Sat Feb 10 05:57:08 1996  Roland McGrath  <address@hidden>
      (sysdep_routines): Removed sigtramp.
      Mon Feb 12 03:10:41 1996  Roland McGrath  <address@hidden>
      * hurd/hurdfault.c (_hurdsig_fault_init): Set qlimit on
      * sysdeps/unix/sysv/syscalls.list: Add setrlimit and settimeofday,
      * sunrpc/pm_getport.c: #if 0 out gratuitous inclusion of <net/if.h>.
      Updated from ADO 96c, new rules for Mexico in 1996.
      Tue Feb 13 00:12:12 1996  Roland McGrath  <address@hidden>
      Tue Feb 13 00:12:12 1996  Roland McGrath  <address@hidden>
      Sat Feb 10 13:09:03 1996  Andreas Schwab  <address@hidden>
      Sat Feb 10 13:09:03 1996  Andreas Schwab  <address@hidden>
      Tue Feb 13 05:12:02 1996  Roland McGrath  <address@hidden>
      Tue Feb 13 05:12:02 1996  Roland McGrath  <address@hidden>
      i386/gnu/types.h moved to top-level linux dir.
      Sat Feb 10 13:09:03 1996  Andreas Schwab  <address@hidden>
      New file from Schwab
      * elf/dl-runtime.c (fixup) [ELF_MACHINE_RUNTIME_FIXUP_ARGS]: Let
      * sysdeps/unix/common/syscalls.list: Add sigaction syscall.
      (ipc): Specify msgget in caller column.
      Wed Feb 14 01:08:58 1996  Roland McGrath  <address@hidden>
      * posix/execvp.c: When executing shell on script, first arg is
      Thu Feb 15 13:57:08 1996  Roland McGrath  <address@hidden>
      Thu Feb 15 11:49:45 1996  Roland McGrath  <address@hidden>
      Fri Feb 16 10:14:05 1996  Roland McGrath  <address@hidden>
      Fri Feb 16 11:01:59 1996  Roland McGrath  <address@hidden>
      *** empty log message ***
      Sun Feb 18 15:08:10 1996  Andreas Schwab  <address@hidden>
      Sun Feb 18 14:08:04 1996  Andreas Schwab  <address@hidden>
      Mon Feb 19 18:31:59 1996  Roland McGrath  <address@hidden>
      Wed Feb 21 02:25:07 1996  Roland McGrath  <address@hidden>
      Mon Feb 26 10:22:30 1996  Roland McGrath  <address@hidden>
      Tue Feb 27 12:14:59 1996  Roland McGrath  <address@hidden>
      Recognize cpu-vendor [ctj]90-cray, default c90-cray-unicos.  From tege.
      Regenerated
      Fri Mar  1 10:09:46 1996  Roland McGrath  <address@hidden>
      Regenerated
      * stdlib/Makefile (mpn-stuff): New target.
      Sat Mar  2 16:35:40 1996  Roland McGrath  <address@hidden>
      Sat Mar  2 16:35:40 1996  Roland McGrath  <address@hidden>
      Mon Mar  4 17:35:09 1996  Roland McGrath  <address@hidden>
      Mon Mar  4 20:54:40 1996  Andreas Schwab  <address@hidden>
      Sun Mar  3 08:43:44 1996  Roland McGrath  <address@hidden>
      Mon Mar  4 20:54:40 1996  Andreas Schwab  <address@hidden>
      Fri Mar  8 22:16:48 1996  Roland McGrath  <address@hidden>
      Sat Mar  9 18:44:27 1996  Roland McGrath  <address@hidden>
      Tue Mar 12 03:15:02 1996  Roland McGrath  <address@hidden>
      Tue Mar 12 04:42:01 1996  Roland McGrath  <address@hidden>
      Tue Mar 12 04:57:57 1996  Roland McGrath  <address@hidden>
      Thu Mar 14 06:01:07 1996  Roland McGrath  <address@hidden>
      Thu Mar 14 06:01:07 1996  Roland McGrath  <address@hidden>
      Fri Mar 15 01:18:00 1996  Andreas Schwab  <address@hidden>
      Sat Mar 16 20:08:22 1996  David Mosberger-Tang  <address@hidden>
      Sat Mar 16 20:58:43 1996  Roland McGrath  <address@hidden>
      Sun Mar 17 07:19:33 1996  Roland McGrath  <address@hidden>
      Mon Mar 18 13:20:46 1996  Roland McGrath  <address@hidden>
      Tue Mar 19 14:18:42 1996  Roland McGrath  <address@hidden>
      * config.make.in (weak-symbols): Variable removed.
      * configure.in (alpha*-*-linux*): Unset $gnu_ld and $elf.
      * features.h (__FAVOR_BSD): Define only if _BSD_SOURCE is defined
      * sysdeps/i386/fpu/__math.h (asinh): Call log1p instead of __log1p.
      Regenerated
      Wed Mar 20 09:42:11 1996  Roland McGrath  <address@hidden>
      * sysdeps/unix/bsd/waitflags.h (WNOREAP): New macro.
      Mon Mar 18 22:54:32 1996  Andreas Schwab  <address@hidden>
      Wed Mar 20 11:28:49 1996  Andreas Schwab  <address@hidden>
      Thu Mar 21 11:19:15 1996  Roland McGrath  <address@hidden>
      Contents were duplicated by botched patching.
      Mon Mar 25 03:35:16 1996  Roland McGrath  <address@hidden>
      Mon Mar 25 13:10:04 1996  Roland McGrath  <address@hidden>
      * malloc/realloc.c (_realloc_internal): In case of growing large
      Updated from /src/gmp-1.937
      Wed Mar 27 14:52:11 1996  Roland McGrath  <address@hidden>
      Thu Mar 28 03:25:10 1996  Roland McGrath  <address@hidden>
      * locale/programs/xmalloc.c: Test _LIBC as well as STDC_HEADERS.
      Thu Mar 28 03:00:43 1996  Roland McGrath  <address@hidden>
      Thu Mar 28 11:53:26 1996  Roland McGrath  <address@hidden>
      Thu Mar 28 14:22:51 1996  Roland McGrath  <address@hidden>
      * locale/locale.h (LC_*): Values reordered to match Linux libc.
      * MakeTAGS (XGETTEXTFLAGS-siglist.pot, XGETTEXTFLAGS-errlist.pot): Add
      * sunrpc/rpc_main.c (main): Call textdomain.
      wctype.h mention
      Thu Mar 28 18:32:34 1996  Roland McGrath  <address@hidden>
      Thu Mar 28 18:32:34 1996  Roland McGrath  <address@hidden>
      Fri Mar 29 11:29:46 1996  Roland McGrath  <address@hidden>
      Mon Apr  1 13:34:55 1996  Roland McGrath  <address@hidden>
      Tue Apr  2 21:27:01 1996  Andreas Schwab  <address@hidden>
      Wed Apr  3 17:10:44 1996  Roland McGrath  <address@hidden>
      * sysdeps/mach/hurd/fork.c (__fork): Don't leak send-rights to the
      Sun Apr  7 10:37:30 1996  Roland McGrath  <address@hidden>
      Mon Apr  8 18:27:17 1996  Miles Bader  <address@hidden>
      Mon Apr 15 16:49:04 1996  Roland McGrath  <address@hidden>
      Fri Apr 19 00:49:44 1996  Roland McGrath  <address@hidden>
      Sat Apr 20 18:13:00 1996  Roland McGrath  <address@hidden>
      Tue Apr 23 15:56:56 1996  Roland McGrath  <address@hidden>
      Wed Apr 24 00:22:42 1996  Roland McGrath  <address@hidden>
      Tue Apr 23 21:09:14 1996  Miles Bader  <address@hidden>
      Wed Apr 24 00:22:42 1996  Roland McGrath  <address@hidden>
      Added trailing blank line.
      Fri Apr 26 01:55:07 1996  Roland McGrath  <address@hidden>
      Thu Apr 25 15:49:57 1996  Miles Bader  <address@hidden>
      Sun Apr 28 14:14:35 1996  Roland McGrath  <address@hidden>
      Mon Apr 29 00:11:59 1996  Roland McGrath  <address@hidden>
      Regenerated from ../sysdeps/mach/hurd/errnos.awk ../manual/errno.texi 
/gd4/gnu/mach/mach/message.h /gd4/gnu/mach/mach/kern_return.h 
/gd4/gnu/mach/mach/mig_errors.h /gd4/gnu/mach/device/device_types.h
      Tue Apr 30 17:30:46 1996  Miles Bader  <address@hidden>
      Wed May  1 09:10:04 1996  Roland McGrath  <address@hidden>
      Wed May  1 09:10:04 1996  Roland McGrath  <address@hidden>
      Thu May  2 00:24:04 1996  Andreas Schwab  <address@hidden>
      Fri May  3 13:32:08 1996  Roland McGrath  <address@hidden>
      Sat May  4 05:44:25 1996  Roland McGrath  <address@hidden>
      * locale/setlocale.c (_nl_C_name): Variable removed.
      Mon May  6 14:53:26 1996  Ulrich Drepper  <address@hidden>
      Mon May  6 09:51:05 1996  Roland McGrath  <address@hidden>
      Mon May  6 09:51:05 1996  Roland McGrath  <address@hidden>
      Tue May  7 10:51:52 1996  Roland McGrath  <address@hidden>
      Regenerated: autoconf  configure.in
      Updated from /src/gmp-2.0
      Tue May  7 19:00:01 1996  Roland McGrath  <address@hidden>
      Tue May  7 23:18:44 1996  Roland McGrath  <address@hidden>
      Wed May  8 12:08:35 1996  Roland McGrath  <address@hidden>
      * Makerules (install-lib.so rules): Undouble $s in target and dep
      Wed May  8 20:04:29 1996  Roland McGrath  <address@hidden>
      * extract-dynsym: New file.
      Thu May  9 09:17:46 1996  Roland McGrath  <address@hidden>
      * resolv: Code updated from BIND-4.9.3P2C3.
      * sysdeps/unix/sysv/linux/net/if.h: New file.
      Regenerated
      * Makerules (versioned): Strip whitespace.
      Cleanups in sunrpc code from NIIBE Yutaka <address@hidden>.
      Regenerated: autoconf  sysdeps/unix/configure.in
      Thu May  9 09:17:46 1996  Roland McGrath  <address@hidden>
      Fri May 10 18:36:14 1996  Roland McGrath  <address@hidden>
      * Makefile (distribute): Add FAQ.
      Sun May 12 11:16:58 1996  Roland McGrath  <address@hidden>
      * Makerules ($(libdir)/libc.so): Make the file an ld script.
      Mon May 13 12:03:03 1996  Roland McGrath  <address@hidden>
      * Makerules [install-lib-non.a]: Find these things with $(objpfx)
      * time/Makefile (zonenames): Target removed.
      * posix/glob.c [_AMIGA]: Don't include <pwd.h>.
      Regenerated
      * configure.in (--with-fp): Note in help string that it's the default.
      * extra-lib.mk: Skip the hair if $(object-suffixes-$(lib)) is empty.
      * sysdeps/unix/bsd/telldir.c (seekdir, telldir): Use new struct member
      * sysdeps/unix/sysv/linux/i386/profil-counter.h: New file.
      Regenerated
      Sun May 12 22:52:22 1996  Bruce Elliott  <address@hidden>
      Mon May 13 19:52:33 1996  Roland McGrath  <address@hidden>
      Mon May 13 19:52:33 1996  Roland McGrath  <address@hidden>
      * Makerules (stub-$(subdir)): Put cmds including cd inside (...) with
      Tue May 14 14:07:10 1996  Roland McGrath  <address@hidden>
      Tue May 14 19:42:04 1996  Roland McGrath  <address@hidden>
      Tue May 14 03:36:21 1996  Ulrich Drepper  <address@hidden>
      Wed May 15 18:59:38 1996  Roland McGrath  <address@hidden>
      Thu May 16 00:31:44 1996  Roland McGrath  <address@hidden>
      (Long Options): getopt_long in getopt.h
      Wed May 22 01:48:54 1996  Ulrich Drepper  <address@hidden>
      Regenerated: autoconf  configure.in
      Wed May 22 14:46:53 1996  Miles Bader  <address@hidden>
      Wed May 22 17:22:14 1996  Roland McGrath  <address@hidden>
      Wed May 22 17:22:14 1996  Roland McGrath  <address@hidden>
      Wed May 22 17:22:14 1996  Roland McGrath  <address@hidden>
      Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/getopt.c
      Wed May 22 21:21:15 1996  Roland McGrath  <address@hidden>
      Wed May 22 22:10:01 1996  Roland McGrath  <address@hidden>
      Wed May 22 00:40:50 1996  David Mosberger-Tang  <address@hidden>
      Fri May 24 02:31:36 1996  Ulrich Drepper  <address@hidden>
      Fri May 24 17:30:50 1996  Roland McGrath  <address@hidden>
      * Rules (static-only-routines): Restore the rule to make these .so's
      * login/getutline_r.c: Include string.h.
      Sun May 26 15:15:08 1996  Roland McGrath  <address@hidden>
      * time/Makefile (tzcompile): Add missing backslash.
      * features.h [_GNU_SOURCE || _BSD_SOURCE || _SVID_SOURCE ||
      * features.h [_GNU_SOURCE] (_BSD_SOURCE, _SVID_SOURCE,
      Mon May 27 10:10:00 1996  Roland McGrath  <address@hidden>
      * Makefile ($(includedir)/stubs.h): Don't touch target if new one is
      * sysdeps/unix/sysv/linux/Makefile [$(subdir)=termios] (headers):
      * sysdeps/unix/sysv/linux/i386/brk.c (__curbrk): Initialize it so it
      * Makefile ($(includedir)/stubs.h): Add missing backslash.
      Tue May 28 13:11:19 1996  Roland McGrath  <address@hidden>
      Tue May 28 04:38:10 1996  Ulrich Drepper  <address@hidden>
      Wed May 29 00:52:20 1996  Roland McGrath  <address@hidden>
      * sysdeps/i386/fpu/__math.h (logb): Correct contraint from =u to =t.
      Regenerated from source files
      Wed May 29 12:53:10 1996  Roland McGrath  <address@hidden>
      Thu May 30 11:24:05 1996  Roland McGrath  <address@hidden>
      Wed May 29 00:57:37 1996  David Mosberger-Tang  <address@hidden>
      Sun Jun  2 14:56:49 1996  Roland McGrath  <address@hidden>
      * elf/dl-lookup.c (_dl_lookup_symbol): Arg NOSELF renamed to NOPLT.
      Mon Jun  3 00:30:35 1996  Roland McGrath  <address@hidden>
      Sun Jun  2 20:14:30 1996  Andreas Schwab  <address@hidden>
      Mon Jun  3 21:03:54 1996  Roland McGrath  <address@hidden>
      Tue Jun  4 00:16:03 1996  Roland McGrath  <address@hidden>
      Tue Jun  4 02:25:44 1996  Roland McGrath  <address@hidden>
      * sysdeps/unix/sysv/linux/gnu/types.h (__KERNEL_STRICT_NAMES): Define
      * sysdeps/libm-i387/s_finite.S: Use %eax instead of %al in setnel insn.
      * sysdeps/libm-i387/s_finite.S: Use `setne' instead of `setnel'.
      * stdio-common/vfprintf.c [USE_IN_LIBIO] (size_t): Don't define as
      * elf/Makefile (subdir_lib): Change this target to lib-noranlib.
      Tue Jun  4 18:57:57 1996  Roland McGrath  <address@hidden>
      Tue Jun  4 21:01:20 1996  Roland McGrath  <address@hidden>
      * math/Makefile (libm-support, libm-calls): New variables.
      Wed Jun  5 00:01:19 1996  Roland McGrath  <address@hidden>
      Regenerated: autoconf  sysdeps/mach/hurd/configure.in
      * Makerules (distinfo-vars): Add sysdep_routines.
      Wed Jun  5 15:10:58 1996  Roland McGrath  <address@hidden>
      Wed Jun  5 15:57:28 1996  Roland McGrath  <address@hidden>
      Wed Jun  5 15:57:28 1996  Roland McGrath  <address@hidden>
      * time/tzfile.h, time/private.h, time/zdump.c, time/zic.c,
      Thu Jun  6 00:02:15 1996  Roland McGrath  <address@hidden>
      Tue Jun  4 22:03:02 1996  Andreas Schwab  <address@hidden>
      Thu Jun  6 02:00:42 1996  Roland McGrath  <address@hidden>
      Thu Jun  6 12:56:03 1996  Roland McGrath  <address@hidden>
      Thu Jun  6 12:56:03 1996  Roland McGrath  <address@hidden>
      Thu Jun  6 16:12:39 1996  Roland McGrath  <address@hidden>
      * malloc/Makefile (distribute): Change malloc/gmalloc-head.c to
      Fri Jun  7 1996 05:29:32  Ulrich Drepper  <address@hidden>
      Wed Jun  5 22:06:21 1996  Andreas Schwab  <address@hidden>
      obsolete
      Fri Jun  7 09:11:17 1996  Roland McGrath  <address@hidden>
      Fri Jun  7 09:11:17 1996  Roland McGrath  <address@hidden>
      Tue Jun  4 22:03:02 1996  Andreas Schwab  <address@hidden>
      Fri Jun  7 16:48:13 1996  Roland McGrath  <address@hidden>
      Sat Jun  8 15:15:07 1996  Roland McGrath  <address@hidden>
      Sun Jun  9 01:11:49 1996  Roland McGrath  <address@hidden>
      * Version 1.90 test release.
      * Make-dist ($(tardir).tar): Use sed to check for file names longer

Stan Cox (2):
      (i*86*) Change [345] to [3456]
      (AViiON): Add ix86-dg-dgux

Thomas Bushnell, BSG (20):
      (__pipe): Consider MIG_BAD_ID and EOPNOTSUPP as indications that the 
server port has died.
      *** empty log message ***
      (routines): Added `ruserpass'.
      *** empty log message ***
      (IN_CLASSD, IN_EXPERIMENTAL, IN_BADCLASS): Use equality, not assignment, 
to test bit fields.
      (IPPROTO_GGP): Drop obsolete protocol. (IPPROTO_IGMP): Add new protocol 
(with same value [2] as old GGP).
      (IP_MULTICAST_TTL, IP_MULTICAST_LOOP, IP_MULTICAST_IP, IP_ADD_MEMBERSHIP, 
IP_DROP_MEMBERSHIP): New IP layer socket options.
      Reorder new multicast options to conform to BSD. (struct ip_mreq): New 
type.
      (ptrace) [PTRACE_TRACEME]: Notify the proc server that we are now traced.
      (_hurd_intr_rpc_mach_msg): New declaration.
      *** empty log message ***
      (__argz_create, argz_create): Omit const keyword from declaration of ARGV.
      *** empty log message ***
      *** empty log message ***
      (__argz_create, argz_create): Restore const keyword.
      *** empty log message ***
      Fix up collisions.
      *** empty log message ***
      (_hurd_internal_post_signal): When turning the action for a HANDLE signal 
to IGNORE because the signal is blocked, clean up any pending suspension left 
over from a call to resume.
      *** empty log message ***

Ulrich Drepper (9):
      (PAD): use return value of _IO_padn. (buffered_vfprintf): remove line 
buffer when flush failed.
      (__mpn_extract_long_double): Handle 80-bit denormalized numbers correct.
      Fri Mar 17 13:28:04 1995  Ulrich Drepper  <address@hidden>
      The test for the .set directive needs the global directive.  Change order 
of tests and add global directive to .set test code.
      (categories_write): Fix two bugs with handling string arrays. If writing 
a locale file fails, test whether it is an directory. In this case create 
LC_xxx/SYS_LC_xxx instead of LC_xxx.  This is what the C Library functions to 
while loading.
      (base_os): Linux is based on unix/sysv, not unix/sysv/sysv4.
      Document new files for Linux i386/ELF port.
      (MAX): Add macro.  It is not sure we get it through any header file.
      (STRTOF): Fix handling of numbers with lots of leading zeroes.

erich (2):
      Add configuration for semi-hosted ARM.
      Recognize aof in the OS field.

zippy (1):
      Copied from /com/share/ftp/gnu/po/maint/glibc

-----------------------------------------------------------------------


hooks/post-receive
-- 
glibc maintenance



reply via email to

[Prev in Thread] Current Thread [Next in Thread]