commit-hurd
[Top][All Lists]
Advanced

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

[SCM] glibc maintenance annotated tag, glibc-2.0.92, created. glibc-2.0.


From: Thomas Schwinge
Subject: [SCM] glibc maintenance annotated tag, glibc-2.0.92, created. glibc-2.0.92
Date: Wed, 26 May 2010 18:27:16 +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-2.0.92 has been created
        at  01ea57919ffd9fc839b4a416aae2dafbe24c05bc (tag)
   tagging  6f5ea8c71731adb6fc5b364e7aa6dd59dba96fdf (commit)
  replaces  glibc-1.93
 tagged by  Roland McGrath
        on  Wed Mar 25 16:38:08 1998 +0000

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

iD8DBQBKFx+C2vc1Cn671iURAoPYAJ9XoeHWf9a6TJjYSYaeJTH+HVMp0ACfdCc3
6FQvEaCDBZjyaNiqGm/O4o4=
=Ojh+
-----END PGP SIGNATURE-----

Andreas Schwab (9):
      Stub file
      Update.
      * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
      * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
      * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
      * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
      * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
      Entry for localedata/locales/pl_PL moved to correct file.
      * sysdeps/m68k/m68020/wordcopy.S: New file.

David MacKenzie (6):
      patches from bug-gnu-utils to support more architectures
      more bug fixes
      cosmetic tweaks
      cleanups
      * config.guess:  Recognize machten.
      Add hppa1.1-hitachi-hiuxmpp support, passed along by rms.

Ian (2):
      Recognize mips-unknown-linux-gnu
      Handle mips-unknown-linux-gnu

Karl Berry (14):
      (\key): Do not uppercase the argument; key names can be mixed case, e.g., 
`Control'.
      (\centerchfplain): Rewrite to use \chfplain, and to
      Formatting change, define @pounds, etc.
      (\inforef): Move to more appropriate place.
      Changes for Texinfo 3.8 release; see ChangeLog.
      Untabify.
      Call \normalturnoffactive for the sake of \write's that include a \.
      (see ChangeLog for Oct 29.)
      (\readauxfile): Leave \catcode`\^ as other;
      (\set, \value): Allow - and _ in @set variable names.
      (\parsetpheaderline): Don't go through \tptemp when
      \indexbreaks, \realunder, \multitable, \footnotezzz.
      (\deftypevarheader, \deftypevrheader): Remove
      Oops, did inadvertent branch.

Miles Bader (8):
      (__hash_open):   Correctly test for a read-write db.
      (*:GNU:*:*):   The machine/subtype separator printed by uname -m is now 
`-', not '/'.
      Fri Feb 21 00:22:28 1997  Miles Bader  <address@hidden>
      (__libc_argv, __libc_argc):   Make extern. (__hurd_threadvar_max, 
__hurd_threadvar_stack_offset,   __hurd_threadvar_stack_mask):     New 
variables.
      (O_NORW):   New macro.
      (proc_utmp_eq):   New function. (pututline_file):   Correctly decide 
whether LAST_ENTRY matches DATA.   Don't depend on ut_id ever being set. 
(internal_getut_r):   Renamed from internal_getutid_r.   Use proc_utmp_eq.
      Sat Mar  1 20:21:31 1997  Miles Bader  <address@hidden>
      (__need_error_t):   New macro, before including <errno.h>. [!__const] 
(__const):   New macro. [!__error_t_defined] (error_t):   New typedef.

Paul Eggert (1):
      Spelling fix.

Per Bothner (1):
      Bunch of updates.  See ChangeLog.

Richard Henderson (8):
      * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration of 
the trampoline function into the macro. * 
sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF. * 
sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change; kernel 2.1.82 
has this fixed. * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file. * 
sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
      * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the unimplemented 
OSF/1 definitions so that they are not accidentally seen.
      * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF. * 
sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos. * 
sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval): Follow POSIX and 
make tv_sec a time_t. * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to 
handle new tv64 syscall as well as fall back to tv32. * 
sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise. * 
sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise. * 
sysdeps/unix/sysv/linux/alpha/select.S: Likewise. * 
sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise. * 
sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise. * 
sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise. * 
sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise. * 
sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
      * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc. * 
include/rpcsvc/nis_tags.h: Likewise. * include/rpcsvc/nislib.h: Likewise.
      * shlib-versions: Match alpha*.         * 
sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.         * 
sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.         * 
sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.         Implement 
copysign* with and without __ prefix.         Likewise for fabs; use builtin 
for gcc 2.8.         (floor*): New.         (fdim*): New.         * elf/elf.h 
(EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.         (R_SPARC*): Match 
current v9 ABI.         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.   
      * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.         * 
sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.         * sunrpc/svc_tcp.c 
(svctcp_create, rendezvous_request): Likewise.         * 
sysdeps/generic/getresgid.c: Use prototype form because of warning.         * 
sysdeps/unix/sysv/linux/getdents.c: Likewise.         * 
sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.         * 
sysdeps/unix/grantpt.c (argv): Fix consts.         * s
      * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include         
kernel_termios.h.         * sysdeps/unix/sysv/linux/sparc/bits/termios.h 
(CBAUD, CIBAUD): Fix.         Clean up random whitespace.         * 
sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.         * 
sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.         * 
sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.         * 
sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
      1998-03-01 18:52  H.J. Lu  (address@hidden)         * 
sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,         
osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,         osf_wait4): 
Removed __xxxx symbol for GLIBC_2.0.
      1998-03-01 19:05  H.J. Lu  (address@hidden)         * 
sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.         Changed type 
of TWO43, TWO52 from float to double.         * sysdeps/libm-ieee754/e_expf.c 
(__ieee754_expf): Use __isinff.         * sysdeps/libm-ieee754/s_exp2.c 
(__ieee754_exp2): Use __isinf.         Changed type of TWO43 from float to 
double.         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo. 
        Use __isinff.

Richard Kenner (4):
      RMS:
      (-vxsim*): New operating system.
      (PENTIUM:CPunix:4.0*:*): New case.
      (M68*:*:R3V[567]*:*): Use uppercase 'M'.

Richard M. Stallman (2):
      Use pc instead of unknown, for pc clone systems. Change linux to 
linux-gnu.
      Recognize hppa-next as a valid CPU-COMPANY combination.

Thomas Bushnell, BSG (48):
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      *** empty log message ***
      Thu Sep 26 13:44:29 1996  Thomas Bushnell, n/BSG  <address@hidden>
      *** empty log message ***
      Regenerated from sysdeps/mach/hurd/errnos.awk manual/errno.texi 
/home/hi2/build/i486-gnu/libc/config.h libintl.h intl/libintl.h features.h 
sys/cdefs.h misc/sys/cdefs.h 
/usr/lib/gcc-lib/i486-gnu-miles/2.7.2/include/stddef.h locale.h locale/locale.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/message.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/kern_return.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/machine/kern_return.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/port.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/boolean.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/machine/boolean.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/machine/vm_types.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/mig_errors.h 
/gd4/gnu/miles/i486-gnu/install/include/device/device_types.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/std_types.h
      *** empty log message ***
      *** empty log message ***
      Tue Oct  8 13:58:31 1996  Thomas Bushnell, n/BSG  <address@hidden>
      Thu Oct 10 17:25:55 1996  Thomas Bushnell, n/BSG  <address@hidden>
      Thu Oct 10 17:25:55 1996  Thomas Bushnell, n/BSG  <address@hidden>
      *** empty log message ***
      Tue Oct 15 14:37:40 1996  Thomas Bushnell, n/BSG  <address@hidden>
      *** empty log message ***
      Thu Oct 24 17:32:57 1996  Thomas Bushnell, n/BSG  <address@hidden>
      *** empty log message ***
      *** empty log message ***
      * stdio-common/vfprintf.c: Include <libc-lock.h>.
      Regenerated from sysdeps/mach/hurd/errnos.awk manual/errno.texi 
/home/hi2/build/i486-gnu/libc/config.h libintl.h intl/libintl.h features.h 
sys/cdefs.h misc/sys/cdefs.h 
/usr/lib/gcc-lib/i486-gnu-miles/2.7.2/include/stddef.h locale.h locale/locale.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/message.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/kern_return.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/machine/kern_return.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/port.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/boolean.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/machine/boolean.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/machine/vm_types.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/mig_errors.h 
/gd4/gnu/miles/i486-gnu/install/include/device/device_types.h 
/gd4/gnu/miles/i486-gnu/install/include/mach/std_types.h
      *** empty log message ***
      Fri Nov 15 12:27:25 1996  Thomas Bushnell, n/BSG  <address@hidden>
      Thu Nov 21 16:42:41 1996  Thomas Bushnell, n/BSG  <address@hidden>
      Revert last change.
      Regenerated: autoconf  configure.in
      Regenerated: autoconf  configure.in
      *** empty log message ***
      *** empty log message ***
      Fri Jan 17 14:16:28 1997  Thomas Bushnell, n/BSG  <address@hidden>
      *** empty log message ***
      Regenerated: autoconf  configure.in

Ulrich Drepper (367):
      update from main archive 960829
      update from main archive 960830
      update from main archive 960904
      update from main archive 960906
      update from main archive 960907
      second update 960907 from main archive
      third update from main archive 960907
      update from main archive 960909
      update from main archive 960910
      update from main archive 960911
      Use POSIX version of version.c.
      update from main archive 960912
      update from main archive 960919
      Why are these removed?
      update from main archive 960921
      update from main archive 960922
      update from main archive
      update from main archive 960927
      update from main archive 961001
      update from main archive 961005
      Remove duplicate.
      update from main archive 961008
      update from main archive 961009
      update from main archive 961011
      add missing files
      update from main archvie 961013
      update from main archive 961016
      update from main archive 961019
      update from main archive 961020
      update from main archvie 961022
      update from main archive 961030
      Linux specific version is enough
      update from main archive 961101
      update from main archive 961105
      update from 961105, second try
      update from main archive 961109
      update from main archive 961110
      update from main archive 961113
      update from main archive 961114
      update from main archive 961116
      update from main archive 961119
      update from main archive 961126
      update from main archive 961127
      update from main archive 961127
      update from main archive 961201
      Mon Dec  2 15:32:15 1996  Ulrich Drepper  <address@hidden>
      update from main archive 961203
      Remove a.out.h.
      update from main archive 961206
      update from main archive 961207
      update from main archive 961208
      update from main archive 961209
      update from main arcive 961210
      update from main archive 961211
      update from main archive 961214
      update from main archive 961215
      update from main archive 961217
      Update from main archive 961219
      update from main archive 961220
      update from main archive 961220
      update from main archive 961229
      update from main archive 970101
      Instruction to abort any process
      Mon Jan  6 13:57:05 1997  Ulrich Drepper  <address@hidden>
      update from main archive 960105
      update from main archive 960107
      update from main archive 970118
      update from main arhive 970119
      update from main archive 970120
      update from main archive 970121
      update from main archive 970121
      update from main archive 970122
      update from main archive 970124
      update from main archive 970125
      update from main archive 970126
      update from main archive 970127
      update from main archive 970128
      update from main archive 970129
      update from main archive 970201
      update from main archive 970202
      update from main archive 970203
      update from main archive 970209
      update from main archive 970210
      update from main archive 970212
      update from main archive 970214
      Update to 2.1.x development version
      update from main archive 970218
      update from main archive 970221
      update from main archive 970225
      update from main archive 970226
      update from main archive 970304
      Initial revision
      Update.
      Update.
      Update.
      Update.
      Update.
      Update
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      1997-03-22 04:53  Ulrich Drepper  <address@hidden>
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Rewrite by Zack Weinberg.
      Add description of printf_size and printf_size_info.
      (distribute): Add defs.awk.
      Update.
      Update.
      Update.
      Update.
      1997-05-01 03:13  Ulrich Drepper  <address@hidden>
      1997-05-03 00:53  Ulrich Drepper  <address@hidden>
      1997-05-07 16:31  Ulrich Drepper  <address@hidden>
      Update.
      1997-05-07 20:27  H.J. Lu  <address@hidden>
      1997-05-08 07:53  H.J. Lu  <address@hidden>
      Update.
      Update.
      Update.
      Update.
      Update.
      1997-05-21 17:53  Miles Bader  <address@hidden>
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      update
      Updated.
      Updated.
      Update.
      Update.
      Update.
      Update.
      update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Relax math test.
      Correct last patch.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Remove nislib.h.
      Update
      Update
      Update.
      Update NIS+.
      Update.
      Update.
      Use most recent localedata from glibc-2.0.91.
      Update.
      Define $(inst_libexecdir).
      Update.
      Convert hostname to lowercase for NIS query.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      (CFLAGS-.os): Kill -fno-common. ($(common-objpfx)soversions.mk): Don't 
generate if avoid-generated is set. (postclean-generated): Add soversion.mk. 
($(common-objpfx)version.mk): Don't include if avoid-generated is set.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      (common-generated): Add libc_pic.os.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      (glob_in_dir): Add support for cases insensitive VMS.
      Update.
      Update.
      (struct link_map): Add new field l_reloc_result.
      Update.
      Update.
      Update.
      Testsuite for owrdexp.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Uodate.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Moved to i386.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Regenerated.
      Info from kernel header.
      Update.
      Update.
      LinuxThreads library.
      Update.
      Update.
      Update.
      Update
      Update.
      Add pthread_attr_init to GLIBC_2.1.
      Update.
      Update.
      Update.
      Update.
      Update.
      ($(common-objpfx)gnu/lib-names.h): Add dummy command.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      (M_*l): Extend long double constants to be usable for 128 bit floats.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.

root (1):
      Not used anymore.

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


hooks/post-receive
-- 
glibc maintenance



reply via email to

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