This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources annotated tag, glibc-2.10.2, created. glibc-2.10.2


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 "GNU C Library master sources".

The annotated tag, glibc-2.10.2 has been created
        at  375a8dc1138b4e82b8d5d999f3e350f71b476ba6 (tag)
   tagging  dacc52e1922491a3b0e613a8be2d488871315114 (commit)
  replaces  glibc-2.10.1
 tagged by  Andreas Schwab
        on  Mon Nov 16 17:59:53 2009 +0100

- Log -----------------------------------------------------------------
glibc 2.10.2 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAksBhQoACgkQRcYlDm8AmE64+gCdGZHVbm/ZlmNTzB2zlGnZdkdw
usUAoMa7xByfAZk4E+59dT9db9nhUcfM
=re0t
-----END PGP SIGNATURE-----

Akinori Hattori (1):
      Handle leap seconds even if no DST rule exists.

Andreas Schwab (13):
      Fix errno for IBM long double.
      Move AC_CANONICAL_HOST before first use of $host and $build.
      Handle empty TZ strings at the end of new-style timzeone files correctly.
      Fix cfa offset for saved registers in PPC sqrt implementations.
      Fix wrong PPC_FEATURE_* values.
      Use correct release semantic in list update.
      Remove redundant .gitignore files.
      Cleanup _IO_wfile_seekoff.
      Fix fsetpos on wide stream.
      Fix lookup of group names in hesiod initgroups.
      Fix malformed #pragma.
      Correct readahead syscall wrapper on powerpc32.
      glibc 2.10.2 release

Andrew Stubbs (1):
      SH lowlevellock broken for FUTEX_CLOCK_REALTIME.

André Goddard Rosa (1):
      Fix mbrtowc example.

Arnaud Ebalard (1):
      Fix type of nd_opt_home_agent_info_preference.

Aurelien Jarno (1):
      [BZ #10200]

Bruce Dubbs (1):
      (do_test): Use de_DE.UTF-8 as locale name.

Bryan Kadzban (1):
      Fix futex syscall parameter for x86 absolute timeout waits.

H.J. Lu (4):
      Fix handling of xmm6 in ld.so audit hooks on x86-64.
      Consolidate PIE linking Makefile rules.
      Support binutils 2.20.
      Support binutils 2.100 and 3.0.

J.H.M. Dassen (1):
      Remove comma at end of enum.

Jakub Jelinek (11):
      Don't try to cleanup libselinux and libaudit.
      Avoid double definition of catomic_compare_and_exchange_val_acq.
      Robustify libc-side nscd database reader.
      Fix forced loop termination in nscd database lookup.
      Correct socketcall argument for accept4.
      Remove __NR_accept4 definition.
      Fix x86-64 memchr for large lengths.
      Use rel semantics of cas instead of acq semantics with full barrier before it in _int_free
      Implement accept4 for more archs using socketcall.
      Fix obstack* on i?86
      Fix preadv, pwritev and fallocate for	-D_FILE_OFFSET_BITS=64.

Jim Meyering (4):
      rename each .cvsignore file to .gitignore
      remove COPYING* from .gitignore files
      remove mpn-copy.mk from .gitignore files
      remove subsumed .gitignore entries and files

Joe Landers (1):
      Fix memory leak when batch-reading large NIS password maps.

Joseph Myers (1):
      Fix generic fdiml.

Joshua W. Boyer (1):
      Fix use of 64-bit insn in 32-bit memcpy for POWER6.

Roland McGrath (3):
      Remove arch directory names from .gitignore.
      Fix td_ta_map_lwp2thr logging and early sanity check.
      New simplified make dist using git archive.

Ryan S. Arnold (1):
      Fix incorrect use of cmpldi in 32-bit PPC code.

SUGIOKA Toshinobu (1):
      SH: fix clobber list in stdlib/longlong.h

Suzuki Poulose (1):
      Fix timer_create to initialize timer_t properly.

Ulrich Drepper (51):
      Ignore Emacs backup files.
      Cleanup some .gitignore files.
      No cancel signal in unsafe places.
      Fix change to prevent cancel signal in unsafe places.
      Further robustify nscd database lookup.
      Fix exit condition.
      Move BLOCK_ALIGN* macros back.
      Unify __WAIT_INT definition in stdlib.h and sys/wait.h.
      Don't define __ASSUME_ACCEPT4 for IA-64.
      Fix IA-64 memchr read-ahead.
      Describe nss_dns parallel lookup workaround in 2.10 NEWS.
      Fix errno for boundary conditions in 128-bit long double.
      Add missing file from accept4 commit.
      Terminate correct buffer.
      (_IO_new_file_fopen): Don't prematurely stop parsing mode string.
      Remember we switched to single-request mode.
      Fix computation of tzspec_len.
      When iterating over CPU bitmask, don't try more than CPU_SETSIZE.
      Fix permission of slave device on devpts if necessary.
      Run tst-fgetwc with necessary envvar.
      Define week, first_weekday, first_workday in de_AT locale.
      Add 802.15.4 definitions to header files.
      Fix getnetbyaddr implementation.
      Fix getent networks lookup and resulting incorrect NSS change.
      Fix NIS and NIS+ getnetbyaddr backends.
      Fix possible race when freeing object in fast bin list.
      Fix comment in Linux's <sys/epoll.h>.
      Fix build issue with modules for audit test on machines != x86-64.
      Fix race in corruption check.
      Sun agreed to a change of the license for the RPC code to a BSD-like license.
      Handle SERVFAIL, NOTIMP, REFUSED replies from DNS server better.
      Compatibility of signalfd/eventfd with older kernels.
      pthread_mutex_unlock needs to use _rel semantics for atomic ops.
      Fix whitespace in last patch.
      Extend pt_chown to drop privileges.
      Build pt_chown as PIE.
      Handle missing NSS modules and those without callbacks.
      Stop backtrace when we make no more progress.
      Add CFI directives to x86-64 pthread_rwlock_{rd,wr)lock.
      Add CFI directives to x86-64 pthread_rwlock_unlock.
      Define _POSIX_VERSION correctly when older POSIX versions are selected.
      Also correct _POSIX2_* constants in case older standards are selected.
      Recognize ill-formed { } expressions in regcomp.
      Add test case for last fixed regex bug.
      Extend last test case.
      Fix overflow handling in fdim.
      Add local assert function to avoid problems with memory allocation in
      Fix problems with memory allocation in assert.
      Fix whitespaces.
      Handle POSIX2_LINE_MAX in getconf.
      Fix endless loop in localedef.

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


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]