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.1.93, created. glibc-2.1.


From: Thomas Schwinge
Subject: [SCM] glibc maintenance annotated tag, glibc-2.1.93, created. glibc-2.1.93
Date: Wed, 26 May 2010 18:27:36 +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.1.93 has been created
        at  d7f1a8880137ce85f0ccc53ec57358071d250883 (tag)
   tagging  3d784d830015dcb614bf2d154e726e67bd10ea32 (commit)
  replaces  glibc-2.1.92
 tagged by  Roland McGrath
        on  Thu Aug 31 23:34:32 2000 +0000

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

iD8DBQBKFx+02vc1Cn671iURAn7hAJ44QcpGwoyyCPlBTeQVOIrpDOuZHQCcCjTd
yo9+2uK6BU6Wic62LIbUftg=
=PX30
-----END PGP SIGNATURE-----

Andreas Jaeger (73):
      Update alpha entry, add mips and ia64.
      Update.
      Synch struct stat64 and stat with current MIPS kernel.
      Update.
      * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Add .set        
 mips2 for assembler.         * sysdeps/mips/pt-machine.h (testandset): Add 
.set mips2 for         assembler.         (__compare_and_swap): Likewise.       
  * sysdeps/mips/pspinlock.c (__pthread_spin_lock): Likewise.
      Update.
      Update.
      Fix typo.
      Fix typo in comment.
      (EM_X8664): Add official x86-64 specific value.
      Update.
      * tests-mbwc/tst_funcs.h (TST_IF_RETURN): Only test errno if it
      Add pads to show alignment for structs stat and stat64. Patch by Maciej 
W. Rozycki <address@hidden>.
      Update.
      * tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg.
      Include <stdio.h> for puts prototype.
      Update.
      Include string.h to provide prototype for strcmp.
      Update.
      Increase error in case of wrong conversion. Fix typo in test case.
      Update.
      Reformat.
      (__getpeername): Add declaration.
      Update.
      Update.
      Add sys/procfs.h.
      Remove sys/reg.h.
      Linux/S390 specific version.
      Linux/S390 implmentation of lchown.
      Move elf definitions to sys/procfs.h as proposed by Mark Kettenis.
      Linux/S390 specific <sys/procfs.h> version.
      Update.
      S390 specific ftestexcept implementation.
      * stdlib/tst-strtol.c: Add test for 0xFFFFFFFFFFFF00FF (from PR
      Update.
      * Examples/ex13.c: New test by Kurt Garloff <address@hidden>.
      * sysdeps/unix/sysv/linux/s390/getmsg.c: Remove.         * 
sysdeps/unix/sysv/linux/s390/getpmsg.c: Remove.         * 
sysdeps/unix/sysv/linux/s390/putmsg.c: Remove.         * 
sysdeps/unix/sysv/linux/s390/putpmsg.c: Remove.
      Update.
      Use __setrlimit as strong name.
      Update.
      Add const attribute for dysize.
      Update.
      Add some pure attributes.
      Add __ to JB_GPR* defines.
      Update.
      Update.
      Update.
      Update.
      (_EXTERN_INLINE): Remove. Use static __inline instead of _EXTERN_INLINE.
      * misc/sys/select.h: Move prototypes of __select from here ...
      Update.
      Use __setrlimit as strong name.
      Update.
      * posix/unistd.h: Move internal prototypes from here ...
      Update.
      (generated): Add some .out files.
      Update.
      Update.
      Update.
      Use __setrlimit as strong name.
      Update.
      Update.
      Update.
      (tests): Don't do it for cross compiling.
      Update.
      Update.
      Update.
      Add a rule for S/390 to the libm version list.
      Update.
      Tweaks for AMD Athlon.
      Update.
      (parse_ulps): Remove extra \.
      Update.

Andreas Schwab (5):
      * configure.in: Add `-lm' when checking for libgd. * malloc/Makefile 
($(objpfx)memusagestat): Add `-lm' during linking.
      * configure.in: Add `-lm' when checking for libgd.
      * elf/nodelete.c (do_test): Remove reference to undefined member
      * stdio-common/vfprintf.c (vfprintf): Also set `is_long' if the
      * sysdeps/m68k/fpu/fegetexcept.c: New file. * 
sysdeps/m68k/fpu/fedisblxcpt.c: New file. * sysdeps/m68k/fpu/feenablxcpt.c: New 
file.

Geoff Keating (2):
      * sysdeps/powerpc/fpu/fedisblxcpt.c: New file.
      * sysdeps/powerpc/fpu/feenablxcpt.c: Correct bogus checkin.

Greg McGary (9):
      * sysdeps/unix/sysv/syscalls.list (time, utime): Correct signatures.
      Update.
      * sysdeps/i386/setjmp.S (__sigsetjmp): Pop our
      * posix/regex.c (SET_HIGH_BOUND): New macro.
      Update.
      * sysdeps/i386/fpu/s_frexp.S: Check bounds.
      Update.
      * sysdeps/i386/memchr.S: Check high bound against
      Update.

Mark Kettenis (7):
      * sysdeps/mach/hurd/socketpair.c (__socketpair): Renamed from socketpair. 
 Made socketpair a weak alias. * sysdeps/mach/hurd/pipe.c (__pipe): 
Reimplemented using __socketpair.  Use S_IFIFO protocol to make pipes POSIX 
conforming, but fall back on the old protocol if the socket server doesn't 
support it. * include/sys/socket.h: Add prototype for __socketpair.
      * sysdeps/mach/hurd/dl-sysdep.c (__libc_multiple_libcs): Initialize, 
needed for change in common symbol handling in newer binutils.  Mirrors 
2000-01-03 change made by Andreas Schwab.
      * sysdeps/mach/hurd/xstatconv.c: New file. * 
sysdeps/mach/hurd/fxstat64.c: New file. * sysdeps/mach/hurd/lxstat64.c: New 
file. * sysdeps/mach/hurd/xstat64.c: New file. * sysdeps/mach/hurd/Dist: Add 
xstatconv.c.
      * sysdeps/mach/hurd/i386/bits/time.h (__clockid_t, __timer_t): Remove 
typedefs. * sysdeps/mach/hurd/bits/time.h (__clockid_t, __timer_t): Remove 
typedefs. * sysdeps/generic/bits/time.h (__clockid_t, __timer_t): Remove 
typedefs. * sysdeps/generic/bits/types.h (__clockid_t, __timer_t): New typedefs.
      * sysdeps/mach/hurd/lseek64.c: New file.
      * hurd/hurdsig.c: Rearrange headers a bit. (_hurdsig_init): Block until 
_hurd_msgport_thread is initialized when cthreads is being used.
      * sysdeps/mach/hurd/getpeername.c (__getpeername): Renamed from 
getpeername.  Use ISO C style function definition. (getpeername): Provide weak 
alias. * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Renamed from setrlimit.  
Use ISO C style function definition. (setrlimit): Provide weak alias.

Ulrich Drepper (183):
      Update.
      Update.
      Update.
      (_IO_default_showmanyc): Change return type to size_t.
      Update.
      Fix typos in last patch.
      (handle_ellipsis): Fix typo in error message.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update resolver news.
      Update.
      Add conform.pot.
      Update.
      Add SI_KERNEL define. Add missing ILL_BADIADDR to enum and make ILL_BREAK 
match the define of the kernel. Add missing __SEG_PSTKOVF definition. Adjust 
the padding of struct siginfo and struct sigevent to match the fact that 
sigval_t is 64 bit.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Define __have_no_fcntl64 static.
      (__ASSUME_FCNTL64): Define for 2.4.1 on sparc as well.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      (getdirentries64): Export at GLIBC_2.2.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      (notify_func_wrapper): Wrapper function to call thread event callback 
function. (__aio_notify_only): Use function above.
      Update.
      Update.
      Update.
      (fedisableexcept): Mask, not unmask, exceptions.
      Declare _nl_loaded.
      Update.
      Return currently enabled, not disabled exceptions.
      Update.
      Update.
      Update.
      Update.
      Update.
      [ld] (GLIBC_2.2): Export _dl_check_map_versions.
      Update.
      fenv definitions for Linux/Alpha.
      Update.
      (feenv_tests): Clear all exceptions before first test. 
(feexcp_nomask_test): Correct printf args. (feexcp_mask_test): Like.
      Update.
      Update.
      Update.
      Update.
      Update.
      (_FPU_GETCW): Allow gcc to generic postinc/postdec instruction. 
(_FPU_SETCW): Likewise.
      Update.
      Update.
      Update.
      Update.
      (install-locales): Handle option in locale name.  Print progress 
information.
      Add all the @euro locales.
      Update charset comment.
      Update.
      German language locale for Belgium with Euro.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Spanish langauge locale for Puerto Rico.
      Arabic language locale for United Arab Emirates.
      Update.
      Improve error handling by printing more information.
      Update.
      Update.
      Update.
      Update.
      Tests for random function family.
      Update.
      Update.
      (_dl_sysdep_start): Move DL_SYSDEP_OSCHECK before the use of the first 
system call.
      Chinese language locale for Hong Kong.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      In conversion to ISO-2022-JP, add two missing buffer size checks.
      Update.
      Update.
      (ctype_read): Allow more than one default_missing character being 
specified, pick the first representable.
      Update.
      Add %F format support.
      Update.
      (alphasort, versionsort): Move __attribute_pure__ out of the __REDIRECT 
macro.
      Update.
      Update.
      Update.
      Update.
      Update.
      (free_mem): New function.  Free allocated memory.
      (free_mem): Remove unneeded if.
      Update.
      (res_ourserver_p): Cleanup the type mess to avoid problems with now 
restrict parameter types. (convaddr4to6): Likewise.
      Update.
      (gconv_init): Correct test for direction.
      Update.
      (PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP): Defined. 
(PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP: Defined.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      (ucs4_internal_loop): Don't handle errors when transliterating. 
(ucs4_internal_loop_unaligned): Likewise. (ucs4le_internal_loop): Likewise. 
(ucs4le_internal_loop_unaligned): Likewise.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Mention broken LC_COLLATE specification.
      Renamed to zh_TW.
      Update.
      Update.
      Update.
      (ungetc): Cast c to signed char first to really match EOF.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Define result to *result before including digits_dots.c.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.

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


hooks/post-receive
-- 
glibc maintenance



reply via email to

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