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


From: Thomas Schwinge
Subject: [SCM] glibc maintenance annotated tag, glibc-2.2.1, created. glibc-2.2.1
Date: Wed, 26 May 2010 18:28:03 +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.2.1 has been created
        at  dc9776949b73fe47b0a7e2639733f6e2d5b53307 (tag)
   tagging  467cc99edc20ae86fd9eae272eb3b6f166e2afd7 (commit)
  replaces  glibc-2.2
 tagged by  Roland McGrath
        on  Sat Jan 13 16:52:22 2001 +0000

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

iD8DBQBKFx/U2vc1Cn671iURAqz5AJ4miXgEs1LgOc44JzfXTEjx60Uu+QCeOP0O
ixJRScKku3qUoU3r5f1lthg=
=z6Is
-----END PGP SIGNATURE-----

Andreas Jaeger (121):
      (create_links): Fix alloca calculation. Patch by Ben Collins 
<address@hidden>.
      Update.
      Update.
      (HWCAP_CHECK): Fix access to _dl_hwcap.
      Update.
      (struct cache_entry): Use uint64_t for hwcap. (print_entry): Likewise. 
(add_to_cache): Likewise.
      Update.
      Update.
      Update.
      (_DL_PLATFORMS_COUNT): Define to 0 if it's not defined.
      Update.
      Update.
      Fix comments
      Update.
      (main): Fix typo.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Fix typo in last patch.
      Update.
      Update.
      Mark test functions as static to avoid warnings.
      Update.
      Update.
      Update.
      (struct cmsghdr): Use __flexarr.
      Update.
      Synch with generic Linux version.
      Update.
      Remove unused variable.
      Update.
      Update.
      Update.
      Revert accidential checkin.
      Mark local functions as static to avoid warnings. (main): Use return to 
silence warning.
      Update.
      Update.
      Update.
      Removed, it's not needed anymore.
      Update.
      Update.
      Update.
      Patches by Maciej W. Rozycki <address@hidden>.
      Update.
      (dbg_log): Correct attribute.
      Update.
      Removed, we can use the generic version.
      Update.
      Update.
      Update.
      Declare kernel_sigset_t and use it.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      * locale/programs/ld-collate.c (collate_finish): Don't use labels
      Update.
      Update.
      Update.
      * sysdeps/s390/pt-machine.h (testandset): Use long int as return
      Update.
      Update.
      * include/netinet/ether.h (DECLARE_NSS_PROTOTYPES): New.
      Update.
      (_nss_nis_setrpcent): Fix declaration to match prototype.
      * nis/nss_nisplus/nisplus-ethers.c (struct etherent): Removed.
      Update.
      Add __ftrylockfile prototype.
      Update.
      Add prototypes for internal sigpause interfaces.
      Update.
      (__protocol_available): Uncomment, it's not needed at the moment.
      Update.
      * Examples/ex13.c: Make local functions static.
      Update.
      Add prototype for foo.
      * stdio-common/printf_fp.c (__printf_fp): Add prototype for nested
      Update.
      Update.
      Make local functions static.
      Add prototype for foo to shut up GCC.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      * malloc/memusagestat.c (main): Use return instead of exit to
      Update.
      Update.
      Update.
      (main): Use return instead of exit to avoid warning.
      Update.
      Update.
      Update.
      (rcmd_af): Use socklen_t for len.
      Update.
      Update.
      Update.
      * resolv/Versions: Fix bracing.
      Update.
      Update.
      Update.
      * configure.in: Check for old add-ons that shouldn't be used with         
current glibc anymore.
      * wcsmbs/tst-mbrtowc.c (utf8_test): New function by Markus Kuhn
      Update.
      * posix/fnmatch_loop.c (FCT): Remove signed warnings.
      Update.
      Remove signed warnings.
      Update.
      Fix crossreference.
      Regenerated.

Andreas Schwab (2):
      * sysdeps/alpha/setjmp.S: Remove __setjmp entry point. * 
sysdeps/arm/setjmp.S: Likewise. * sysdeps/arm/fpu/setjmp.S: Likewise. * 
sysdeps/i386/setjmp.S: Likewise. * sysdeps/i386/elf/setjmp.S: Likewise. * 
sysdeps/s390/setjmp.S: Likewise. * sysdeps/s390/elf/setjmp.S: Likewise. * 
sysdeps/sh/sh3/setjmp.S: Likewise. * sysdeps/sh/sh4/setjmp.S: Likewise. * 
sysdeps/sparc/sparc32/setjmp.S: Likewise. * 
sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise. * 
sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise. * 
sysdeps/unix/sysv/linux/m68k/setjmp.c: Removed.
      * sysdeps/alpha/setjmp.S: Remove __setjmp entry point.

Mark Kettenis (7):
      * hurd/get-host.c (_hurd_get_host_config): Fix possible buffer underrun 
and make sure the result is null terminated even if there is no trailing 
newline.
      * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start_cleanup): Mark as 
internal_function.
      * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Don't forget to copy 
st_atime member.
      * sysdeps/mach/hurd/readdir_r.c (__readdir_r): Return error number 
instead of -1 on failure.  Don't forget to copy file name into *ENTRY if 
successful.  Set *RESULT to NULL upon reaching the end of the directory.
      * sysdeps/mach/hurd/fstatfs64.c: New file. * 
sysdeps/mach/hurd/fstatvfs64.c: New file. * sysdeps/mach/hurd/statfs64.c: New 
file. * sysdeps/mach/hurd/statvfs64.c: New file. * 
sysdeps/mach/hurd/statfsconv.c: New file. * sysdeps/mach/hurd/Dist: Add 
statfsconv.c.
      * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Add comment about `struct 
statfs' and `struct statvfs' being identical. * sysdeps/mach/hurd/statvfs.c 
(statvfs): Likewise.
      * sysdeps/mach/hurd/readdir64.c: New file. * 
sysdeps/mach/hurd/readdir64_r.c: New file.

Roland McGrath (10):
      2000-11-13  Roland McGrath  <address@hidden>
      * hurd/get-host.c (_hurd_get_host_config): Fix last change.
      2000-11-30  Roland McGrath  <address@hidden>
      * sysdeps/mach/hurd/defs.c (init_stdio): Put this on __libc_subinit
      2000-11-30  Roland McGrath  <address@hidden>
      * hurd/hurd/ioctl.h (_HURD_HANDLE_IOCTLS_1): New macro.
      2000-12-06  Roland McGrath  <address@hidden>
      * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't clobber ARG as we copy in
      2000-12-28  Roland McGrath  <address@hidden>
      * sysdeps/mach/hurd/ioctl.c (do_ioctl): Avoid double-increment after

Ulrich Drepper (217):
      Update.
      Update.
      Update.
      Update.
      Update.
      (GLIBC_2.1): Move getitimer to sysdeps/unix/sysv/linux/alpha/Versions.
      Add CP936 as alias for GBK.
      Update.
      Changed LC_IDENTIFICATION territory field to Republic of Korea. 
Streamlined and extend(include all Hangul syllables) hangul and hanja class 
definition in  LC_CTYPE  and hangul portion of LC_COLLATE. Several changes in 
LC_TIME. Added tel_dom_fmt to LC_TELEPHONE.
      Update.
      Update.
      Update.
      (__printf_fphex): Compute correctly end of wexpbuf buffer.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Always have prototype for __gmon_start.
      Update.
      Update.
      Update.
      Update.
      Update.
      Test for timeout with aio_suspend.
      Update.
      Update.
      Update.
      Ifdef out handling for relocs which never occur during bootstrap.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      (get16): Add const to cast. (get32): Likewise.
      Update.
      Update.
      Update.
      Update.
      Fix last patch.
      Update.
      (normalize_line): Take extra parameter with escape character.  Change 
callers. (open_conversion): Determine mapping of 0x5c as wchar_t value.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Test case for handling string passed to setlocale.
      Update.
      Update.
      Update.
      Regenerated: autoconf  configure.in
      Remove incorrect comment.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Add HAVE_ASM_GLOBAL_DOT_NAME.
      Define MAXHOSTNAMELEN.
      Update.
      (get_toplvl_escape): Recognize more than 4 bytes in escape sequence.
      Update.
      Update.
      Update.
      (perror): Conditionalize code dealing with wide-oriented streams on 
USE_IN_LIBIO.
      Update.
      Update.
      Update.
      (pthread_detach): Allow case where the thread has already terminated.
      Update.
      Update.
      Update.
      Fix a few more places.
      Generic getXXent function.
      Update.
      Update.
      Update.
      Update.
      Update.
      Update.
      Exchange t8 with t10.
      Update.
      Update.
      Update.
      fabs implementation for IA-64.
      Update.
      Update.
      Update.
      Update.
      (testandset): Adjust for prototype change.
      Update.
      Remove unnecessary initializations.
      Update.
      Update.
      Update.
      Update.
      Fix typos in strings.
      (preprocess-version): Add -traditional to gcc call.  Cleanup sed calls.
      Update.
      Update.
      Add test for nextafter and 0.0.
      Fix a typo.
      Update.
      (Dynamic Output): Document the return value of asprintf.  Also make the 
asprintf/snprintf examples a little better (check for some error returns).
      Update.
      Upda.te
      Update.
      Update.
      Update.
      Update.
      (__pthread_attr_setstack): Fix setting of __stackaddr element. Add 
warnings for using pthread_attr_getstackaddr and pthread_attr_setstackaddr.
      Update.
      (__pthread_attr_getstack): Return correct address.
      Update.
      (__bswap_64): Handle constant argument case separately.
      Update.
      (memmove): Add prototypes. (MALLOC_MEMMOVE): Define. (chunk_realloc): Use 
it instead of MALLOC_COPY if source and destination might overlap.
      Update.
      Update.
      Update.
      Update.
      (__attribute_format_strfmon__): Define.
      Update.
      Update.
      Update.
      Update.
      (pthread_allocate_stack): Fix a typo.
      Update.
      Update.
      (guess_category_value): Rewrite so that LANGUAGE value is ignored if the 
selected locale is the C locale.
      Update.
      Update.
      Update.
      (__socket): Fix error code handling.
      Update.
      Update.
      Update.
      Update.
      Update
      Update.
      Update.
      Update.
      Fix matching of addresses.
      Update.
      (Finding Tokens in a String): Document XPG basename() and dirname(), 
aswell as GNU basename().
      (preprocess-version): Replace -traditional with -x assembler-with-cpp.
      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.
      Remove definition of off_t.
      Update.
      Update.
      Update.
      Update.
      Update.
      (install_handler): Use access, not __access.
      Update.
      Use static_cast instead of C-style cast for C++.
      Update.
      Update.
      (ether_ntohost): Add year to copyright.

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


hooks/post-receive
-- 
glibc maintenance



reply via email to

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