Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • release/2.41/master
  • release/2.34/master
  • release/2.35/master
  • release/2.36/master
  • release/2.37/master
  • release/2.38/master
  • release/2.39/master
  • release/2.40/master
  • google/grte/v5-2.27/master
  • azanella/cancel-wrappers-inline
  • azanella/ubsan-undef
  • azanella/clang
  • azanella/bz30558-posix_timer
  • azanella/memory-seal-v6
  • azanella/bz25263-loader-realpath
  • akhuettel/tests-libgcc-3
  • release/2.26/master
  • release/2.27/master
  • release/2.28/master
  • glibc-2.41.9000
  • glibc-2.41
  • glibc-2.40.9000
  • glibc-2.40
  • glibc-2.14.9000
  • glibc-2.39.9000
  • glibc-2.39
  • glibc-2.38.9000
  • glibc-2.38
  • glibc-2.37.9000
  • glibc-2.37
  • glibc-2.36.9000
  • glibc-2.36
  • glibc-2.35.9000
  • glibc-2.35
  • glibc-2.34.9000
  • glibc-2.34
  • glibc-2.33.9000
  • glibc-2.33
  • glibc-2.32.9000
40 results

ChangeLog.16

To find the state of this project's repository at the time of any of these versions, check out the tags.
ChangeLog.16 496.48 KiB
2006-05-03  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/posix/getaddrinfo.c: Implement configuration file
	handling.  /etc/gai.conf can contain replacements for the label
	and precedence table.  Fix byte order of default label and
	precedence table.
	* posix/gai.conf: New file.
	* posix/tst-rfc3484.c: Adjust for changes to getaddrinfo.c.
	* posix/tst-rfc3484-2.c: Likewise.

2006-05-02  Ulrich Drepper  <drepper@redhat.com>

	[BZ #1201]
	* posix/regex.h: g++ still cannot handled [restrict].

	[BZ #2509]
	* stdio-common/vfprintf.c (process_arg): Fix reading of signed
	short and byte values from parameter list.
	* stdio-common/tst-printf.c (main): Add more tests.
	* stdio-common/tst-printf.sh: Adjust for tst-printf.c change.

	* iconvdata/testdate/MIK: Fix format to match expected output.

	[BZ #2632]
	* nscd/connections.c (nscd_init): Correct initialization of
	in-memory database structure.

2006-05-02  Thorsten Kukuk  <kukuk@suse.de>

	* sysdeps/unix/sysv/linux/alpha/bits/mman.h: Fix MADV_REMOVE value.
	* sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
	* sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
	* sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.

2006-05-01  Ulrich Drepper  <drepper@redhat.com>

	[BZ #2502]
	* iconvdata/utf-7.c: Don't require more than one character after
	the '+' sign starting Unicode shifted sequences.

	* misc/tsearch.c (__tdelete): Remove unnecessary test
	[Coverity CID 75].

	* sysdeps/generic/unwind-dw2.c (execute_cfa_program): Print error
	message for invalid DWARF data instead of crashing.

	* nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Don't try to
	free outkey in error case when batch_read is set.

	* nis/nss_nis/nis-grp.c (internal_nis_getgrent_r): Don't try to
	free outkey in error case when batch_read is set [Coverity CID 196].

	[BZ #2517]
	* misc/sys/queue.h: Update to more recent version.

2006-05-01  Alexander Shopov  <ash@contact.bg>

	[BZ #2625]
	* iconvdata/Makefile (modules): Added MIK.
	(distribute): Added mik.c.
	(gen-8bit-gap-modules): Added mik.
	* iconvdata/TESTS: Added MIK.
	* iconvdata/gconv-modules: Added MIK.
	* iconvdata/tst-tables.sh: Added MIK.
	* iconvdata/mik.c: New file.
	* iconvdata/testdata/MIK: New file.