about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* [BZ #5424, BZ #5428, BZ #5451]Ulrich Drepper2007-12-101-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-12-08 Ulrich Drepper <drepper@redhat.com> [BZ #5424] * stdio-common/vfprintf.c: Do not overflow when adding to done. * stdio-common/Makefile (tests): Add bug22. * stdio-common/bug22.c: New file. [BZ #5451] * time/getdate.c: Fix filling in default values. * time/bug-getdate1.c: New file. * time/Makefile: Add rules to build and run bug-getdate1. * iconvdata/ebcdic-is-friss.c: Use 8bit-gap instead of 8bit-generic. * iconvdata/ebcdic-es.c: Likewise. * iconvdata/ebcdic-es-a.c: Likewise. * iconvdata/ebcdic-uk.c: Likewise. * iconvdata/iso8859-16.c: Likewise. * iconvdata/viscii.c: Likewise. * iconvdata/iso8859-9e.c: Likewise. * iconvdata/Makefile: Adjust appropriately. [BZ #5428] * wcsmbs/wchar.h: Unconditionally undefine __need_mbstate and __need_wint_t. * iconvdata/gconv-modules: Likewise.
* [BZ #5427]Ulrich Drepper2007-12-081-1/+9
| | | | | | | | | | | * iconvdata/hp-roman9.c: New file. * iconvdata/Makefile: Add rules for hp-roman9.c. * iconvdata/tst-tables.sh: Add HP-ROMAN9. * iconvdata/hp-roman8.c: Use 8bit-gap instead of 8bit-generic. * iconvdata/Makefile: Adjust appropriately. keyword for gcc's braced-groups.
* [BZ #5441, BZ #5452, BZ #5454]Ulrich Drepper2007-12-071-0/+21
| | | | | | | | | | | | | | | | | | | | | | 2007-12-07 Ulrich Drepper <drepper@redhat.com> [BZ #5441] * stdio-common/vfscanf.c (_IO_vfwscanf): Don't free ptrs_to_free structure, it's allocated with alloca. * stdio-common/Makefile (tests): Add bug21. * stdio-common/bug21.c: New file. 2007-12-06 Aurelien Jarno <aurelien@aurel32.net> [BZ #5452] * sysdeps/unix/sysv/linux/bits/sched.h: Use __extension__ keyword for gcc's braced-groups. 2007-12-07 Ulrich Drepper <drepper@redhat.com> [BZ #5454] * inet/ether_line.c: Strip hostname of whitespaces. * inet/Makefile (tests): Add tst-ether_line. * inet/tst-ether_line.c: New file.
* [BZ #5439]Ulrich Drepper2007-12-031-0/+3
| | | | * sysdeps/unix/sysv/linux/sys/signalfd.h: Fix use of __nonnull.
* [BZ #5435]Ulrich Drepper2007-12-031-0/+3
| | | | * sysdeps/unix/sysv/linux/i386/makecontext.S: Align stack.
* * stdlib/tst-setcontext.c: Catch the case where the links getsUlrich Drepper2007-12-031-0/+3
| | | | messed up and we do not reach main again.
* * po/ca.po: Update from translation team.Ulrich Drepper2007-12-031-0/+4
|
* * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.Ulrich Drepper2007-11-261-1/+1
|
* Define __need_FILE also for __USE_XOPEN2K.Ulrich Drepper2007-11-261-0/+1
| | | | * wcsmbs/wchar.h: Define __need_file also for __USE_XOPEN2K.
* Define REG_ENOSYS also for Unix98.Ulrich Drepper2007-11-261-0/+1
| | | | * posix/regex.h (REG_ENOSYS): Likewise.
* Declare fsync also for Unix98.Ulrich Drepper2007-11-261-0/+4
| | | | | | 2007-11-26 Ulrich Drepper <drepper@redhat.com> * posix/unistd.h: Declare fsync also for Unix98.
* memory allocation failed.Ulrich Drepper2007-11-251-1/+1
|
* Clear array before use.Ulrich Drepper2007-11-251-1/+6
| | | | | | | | * nscd/hstcache.c (cache_addhst): Likewise. * nscd/grpcache.c (cache_addgr): Likewise. * nscd/servicescache.c (cache_addserv): Likewise. * nscd/pwdcache.c (cache_addpw): Likewise. * nscd/initgrcache.c (addinitgroupsX): Likewise.
* * nscd/nscd.h (MAX_STACK_USE): Define.Ulrich Drepper2007-11-251-0/+11
| | | | | | | | | | * nscd/mem.c (MAX_STACK_USE): Remove definition here. (gc): Initialize stack_used based on allocation in prune_cache. * nscd/cache.c (prune_cache): Use heap for mark array if necessary. Clear array bfore use. * nscd/aicache.c (addhstaiX): Update statistics counter in case memory allocate failed.
* * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Add openUlrich Drepper2007-11-241-0/+3
| | | | and creat system calls.
* * sysdeps/unix/sysv/linux/check_native.c: Include <asm/types.h>.Ulrich Drepper2007-11-241-2/+6
| | | | | * nscd/mem.c (gc): Don't allocate arrays on the stack if they can Return zero in case the thread library is not NPTL.
* * sysdeps/s390/bits/string.h (strlen, strcpy, strncpy, strcat,Ulrich Drepper2007-11-231-0/+3
| | | | strncat): Define as macros to avoid compile errors.
* * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Add open andUlrich Drepper2007-11-231-0/+5
| | | | creat entries.
* * sysdeps/unix/sysv/linux/Makefile [subdir=inet] (sysdep_headers):Ulrich Drepper2007-11-231-0/+11
| | | | | | | | | | Add netiucv/iucv.h. * sysdeps/unix/sysv/linux/netiucv/iucv.h: New file. * sysdeps/unix/sysv/linux/opensock.c (__opensock): Add AF_IUCV protocol. * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Likewise. * sysdeps/unix/sysv/linux/s390/opensock.c: New file. * sysdeps/unix/sysv/linux/s390/sa_len.c: New file.
* Partially based on a patch by Petr Baudis <pasky@suse.cz>.Ulrich Drepper2007-11-231-0/+1
|
* [BZ #5382]Ulrich Drepper2007-11-231-0/+9
| | | | | | | | | | * nscd/nscd.h (NSCD_THREAD_STACKSIZE): Define. * nscd/connections.c (start_threads): Use NSCD_THREAD_STACKSIZE. * nscd/mem.c (gc): Don't allocate arrays on stack if it can overflow it. * sysdeps/unix/sysv/linux/nscd_setup_thread.c (setup_thread): Return zero in case thread library is not NPTL.
* [BZ #5375]Ulrich Drepper2007-11-231-0/+4
| | | | | * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix locking when initializing interface list.
* [BZ #5378]Ulrich Drepper2007-11-231-0/+6
| | | | | | | * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't use result of nss_getgrgid_r if nothing was found. For other error return with a failure. Partially based on a patch by Petr Baudis <pasky@suse.cz>.
* * locale/programs/ld-collate.c (collate_read): Fix loop to matchUlrich Drepper2007-11-221-0/+5
| | | | macro name.
* * sysdeps/posix/getaddrinfo.c (defaults_scopes, scopes): New variables.Ulrich Drepper2007-11-201-0/+12
| | | | | | | | | | | | | (get_scope): For IPv4 scope, use scopes table. (fini): Free scopes table if necessary. (free_scopelist): New function. (scopecmp): New function. (gaiconf_init): Also handle scopev4 entries. * posix/tst-rfc3484.c (do_test): Initialize scopes. * posix/tst-rfc3484-2.c (do_test): Likewise. * posix/gai.conf: Document scopev4 defaults. * posix/Makefile (tests): Add tst-rfc3484-3. * posix/tst-rfc3484-3.c: New file.
* * sysdeps/posix/getaddrinfo.c (default_labels): Describe entry forUlrich Drepper2007-11-191-0/+2
| | | | Teredo tunnels.
* * posix/gai.conf: Update for current default tables.Ulrich Drepper2007-11-191-0/+4
| | | | 2007-11-19 Ulrich Drepper <drepper@redhat.com>
* * po/tr.po: Update from translation team.Ulrich Drepper2007-11-191-0/+4
|
* * manual/arith.texi (Remainder Functions): Spelling fix.Roland McGrath2007-11-191-0/+3
| | | | From Shaun Silk <genix@mysoul.com.au>.
* * sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.Roland McGrath2007-11-181-0/+4
|
* * po/zh_CN.po: Update from translation team.Ulrich Drepper2007-11-181-0/+2
|
* * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):Ulrich Drepper2007-11-171-0/+5
| | | | Add sys/signalfd.h and sys/eventfd.h.
* [BZ #5346]Ulrich Drepper2007-11-171-0/+10
| | | | | | | | | | | 2007-11-15 Bruno Haible <bruno@clisp.org> [BZ #5346] * intl/dcigettext.c (struct known_translation_t): Turn msgid into a union. (transcmp): Use the appropriate part of s1->msgid and s2->msgid. (DCIGETTEXT): Change the allocation of the 'search' variable so that it needs only fixed stack space. Delay the initialization of msgid_len until it is needed.
* Update.Andreas Jaeger2007-11-151-0/+5
| | | | | | | 2007-11-15 Andreas Jaeger <aj@suse.de> * sysdeps/ieee754/dbl-64/sincos.tbl: Fix size of union. Reported by Christoph Quirin Lauter <christoph.lauter@ens-lyon.fr>.
* * po/ko.po: Update from translation team.Ulrich Drepper2007-11-151-0/+4
|
* * sysdeps/unix/sysv/linux/check_native.c (__check_native): SimplifyUlrich Drepper2007-11-151-0/+3
| | | | significantly. The device type is also part of the ifinfomsg data.
* * po/nl.po: Likewise.Ulrich Drepper2007-11-141-0/+1
|
* * po/sv.po: Update from translation team.Ulrich Drepper2007-11-141-0/+2
|
* * nscd/cache.c (prune_cache): If cache is empty, instruct callerUlrich Drepper2007-11-141-0/+3
| | | | to wake up in 24 hours.
* * nscd/gai.c (__ioctl): Define. Include check_native.c.Ulrich Drepper2007-11-141-0/+4
|
* * po/cs.po: Update from translation team.Ulrich Drepper2007-11-141-0/+3
| | | | * po/pl.po: Likewise.
* * include/ifaddrs.h: Remove in6ai_temporary.Ulrich Drepper2007-11-141-0/+16
| | | | | | | | | | | | | | | | | (struct in6addrinfo): Add index element. Declare __check_native. * inet/Makefile (aux): Add check_native. * sysdeps/unix/sysv/linux/check_native.c: New file. * sysdeps/unix/sysv/linux/check_pf.c: No need to recognize IFA_F_TEMPORARY. Pass back ifa_index. * sysdeps/posix/getaddrinfo.c: Remove netlink compatibility code. (rfc3484_sort): Add new parameter. Implement rule 7 correctly: call __check_native if necessary. (getaddrinfo): Fill in index field. Use qsort_r instead of qsort to sort addresses. Pass information about the results. * posix/tst-rfc3484.c: Adjust for addition of index field and change of rfc3484_sort interface. * posix/tst-rfc3484-2.c: Likewise.
* * stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.Ulrich Drepper2007-11-131-0/+11
| | | | | | | | | | | | * include/stdlib.h: Add hidden_proto for qsort_t and adjust protoype for _quicksort. * stdlib/msort.c (qsort): Now a wrapper around qsort_r. (qsort_r): Renamed from qsort. Take additional parameter and pass it on as third parameter to compare function and _quicksort. * stdlib/qsort.c (_quicksort): Take additional parameter and pass on to the compare function. * stdlib/Versions [libc] (GLIBC_2.8): Add qsort_r. * Versions.def: Add GLIBC_2.8 for libc.
* * posix/tst-rfc3484.c: Adjust for addition of prefixlen field.Ulrich Drepper2007-11-131-0/+3
| | | | * posix/tst-rfc3484-2.c: Likewise.
* * include/kernel-features.h: Moved to...Ulrich Drepper2007-11-131-0/+5
| | | | * sysdeps/mach/hurd/kernel-features.h: ...here.
* * sysdeps/i386/i586/memcpy_chk.S: New file.Roland McGrath2007-11-131-0/+6
| | | | | * sysdeps/i386/i586/mempcpy_chk.S: Likewise. * sysdeps/i386/i586/memset_chk.S: Likewise.
* * include/ifaddrs.c (struct in6addrinfo): Add prefixlen field.Ulrich Drepper2007-11-121-0/+12
| | | | | | | | | | | * sysdeps/unix/sysv/linux/check_pf.c (make_request): Always return list of interfaces. Also store prefix length. * sysdeps/posix/getaddrinfo.c (sort_result): Add prefixlen element. (rfc3484_sort): In rule 9, for IPv4 addresses count only matching prefix if source and destination address are in the same subnet. (getaddrinfo): Always call __check_pf. Fill in prefixlen field. Always look for matching record in in6ai list. Correct source_addr_len value for IPv6->IPv4 converted records.
* * include/kernel-features.h: New file.Roland McGrath2007-11-121-0/+4
|
* * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessaryUlrich Drepper2007-11-101-0/+3
| | | | complications for 64-bit platforms.
* * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..Ulrich Drepper2007-11-101-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/open64_2.c: ...here. New file. * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add open64_2. * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add open and creat entries. * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise. * sysdeps/wordsize-64/alphasort.c: New file. * sysdeps/wordsize-64/alphasort64.c: New file. * sysdeps/wordsize-64/fseeko.c: New file. * sysdeps/wordsize-64/fseeko64.c: New file. * sysdeps/wordsize-64/ftello.c: New file. * sysdeps/wordsize-64/ftello64.c: New file. * sysdeps/wordsize-64/ftw.c: New file. * sysdeps/wordsize-64/ftw64.c: New file. * sysdeps/wordsize-64/iofgetpos.c: New file. * sysdeps/wordsize-64/iofgetpos64.c: New file. * sysdeps/wordsize-64/iofopen.c: New file. * sysdeps/wordsize-64/iofopen64.c: New file. * sysdeps/wordsize-64/iofsetpos.c: New file. * sysdeps/wordsize-64/iofsetpos64.c: New file. * sysdeps/wordsize-64/lockf.c: New file. * sysdeps/wordsize-64/lockf64.c: New file. * sysdeps/wordsize-64/mkostemp.c: New file. * sysdeps/wordsize-64/mkostemp64.c: New file. * sysdeps/wordsize-64/mkstemp.c: New file. * sysdeps/wordsize-64/mkstemp64.c: New file. * sysdeps/wordsize-64/scandir.c: New file. * sysdeps/wordsize-64/scandir64.c: New file. * sysdeps/wordsize-64/tmpfile.c: New file. * sysdeps/wordsize-64/tmpfile64.c: New file. * sysdeps/wordsize-64/versionsort.c: New file. * sysdeps/wordsize-64/versionsort64.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/aio_read.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/aio_read64.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/aio_write.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/aio_write64.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/creat64.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/getdirentries.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/getdirentries64.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/open64.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/openat.c: New file. * sysdeps/unix/sysv/linux/wordsize-64/openat64.c: New file. * crypt/sha256-crypt.c: Fix a comment. * crypt/sha512-crypt.c: Likewise.