about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2004-08-132-2/+14
| | | | | | | 2004-08-09 Jakub Jelinek <jakub@redhat.com> * libc-tsd.c: Move resolv.h include before the #if. (__res_maybe_init): New function. Add libc_hidden_def.
* Update.Ulrich Drepper2004-08-136-22/+42
| | | | | | | | | | | | 2004-08-12 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard RUSAGE_ enums as __RUSAGE_ and adjust macros accordingly. * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise. Define non-standard RLIMIT_ enums as __RLIMIT_ and adjust macros accordingly.
* Update.Ulrich Drepper2004-08-133-2/+10
| | | | | | | 2004-08-11 Andreas Schwab <schwab@suse.de> * resolv/res_libc.c: Move definition of __res_initstamp ... * resolv/res_init.c: ... here.
* Update.Ulrich Drepper2004-08-136-4/+32
| | | | | | | 2004-08-10 GOTO Masanori <gotom@debian.or.jp> * locale/C-time.c: Change default ERA value from NULL to "". * locale/tst-C-locale.c: Add test case for ERA keywords.
* Update.Ulrich Drepper2004-08-125-45/+106
| | | | | | | | | | | | | | | | | | | | | | | | 2004-08-12 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard RLIMIT__ enums as __RLIMIT_ and adjust macros accordingly. * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise. 2004-08-12 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_SIGPENDING, RLIMIT_MSGQUEUE): Add. (RLIMIT_NLIMITS, RLIM_NLIMITS): Adjust. * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_SIGPENDING, RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add. (RLIM_NLIMITS): Adjust. * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_SIGPENDING, RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add. (RLIM_NLIMITS): Adjust. * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_SIGPENDING, RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add. (RLIM_NLIMITS): Adjust.
* Update.Ulrich Drepper2004-08-1211-12/+70
| | | | | | | | | | | | | | | | | | 2004-08-12 Jakub Jelinek <jakub@redhat.com> * resolv/res_query.c (__libc_res_nsearch): Protect the debugging printf with #ifdef DEBUG and RES_DEBUG check. * sysdeps/unix/sysv/linux/bits/shm.h: Move __END_DECLS after __USE_MISC #endif. * sysdeps/generic/bits/shm.h: Add __BEGIN_DECLS for __getpagesize declaration. * sysdeps/gnu/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
* Update.Ulrich Drepper2004-08-121-0/+4
| | | | | | 2004-08-12 Ulrich Drepper <drepper@redhat.com> * po/ca.po: Update from translation team.
* Update from translation team.Ulrich Drepper2004-08-121-913/+1043
|
* * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces aroundRoland McGrath2004-08-121-0/+5
| | | | | | commands inside &&. Reported by Andreas Schwab <schwab@suse.de>. * configure: Regenerated.
* 2004-08-11 Roland McGrath <roland@redhat.com>Roland McGrath2004-08-122-4/+6
| | | | | | | * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around commands inside &&. Reported by Andreas Schwab <schwab@suse.de>. * configure: Regenerated.
* Update.Ulrich Drepper2004-08-121-0/+5
| | | | | | | 2004-08-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/bits/shm.h: Add __BEGIN_DECLS for __getpagesize declaration.
* Add __BEGIN_DECLS for __getpagesize declaration.Ulrich Drepper2004-08-121-1/+5
|
* * rt/tst-timer2.c (do_test): If timer_create fails, just continue.Roland McGrath2004-08-113-8/+13
| | | | | * rt/tst-timer4.c (do_test): If one of the timer_create calls fails, return 1 immediately.
* * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL.Roland McGrath2004-08-112-0/+9
|
* 2004-08-11 Roland McGrath <roland@redhat.com>Roland McGrath2004-08-111-0/+1
| | | | * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL.
* Update.Ulrich Drepper2004-08-112-8/+23
| | | | | | | | | | | | | | | 2004-08-11 Ulrich Drepper <drepper@redhat.com> * time/tzset.c (tzset_internal): Add new parameter which is nonzero if called through tzset. Use TZDEFAULT name including name comparison if the new parameter is zero. This means implicit tzset calls will not cause files to be opened and read by tzfile.c all the time. 2004-08-11 Jakub Jelinek <jakub@redhat.com> * time/tzfile.c (__tzfile_read): Free transitions only if it will not be reused.
* (tzset_internal): Add new parameter which is nonzero if called through ↵Ulrich Drepper2004-08-111-5/+12
| | | | tzset. Use TZDEFAULT name including name comparison if the new parameter is zero. This means implicit tzset calls will not cause files to be opened and read by tzfile.c all the time.
* * sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>.Roland McGrath2004-08-115-2/+11
| | | | | | | | * sysdeps/ieee754/dbl-64/mpa.h (MAX, MIN): Macros removed. * stdio-common/tst-popen.c: Include <string.h>. * resolv/res_send.c (__libc_res_nsend): Only define TMPBUF #if DEBUG.
* * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturnRoland McGrath2004-08-113-6/+11
| | | | attribute. Return NULL instead of calling pthread_exit at the end.
* * iconvdata/testdata/ISO-2022-JP-3: Regenerated.Roland McGrath2004-08-112-3/+7
|
* * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition.Roland McGrath2004-08-103-14/+4
|
* [BZ #316]Roland McGrath2004-08-104-5/+173
| | | | | | | | | | | 2004-08-10 Jakub Jelinek <jakub@redhat.com> * libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t). (fwrite_unlocked): When checking if size * n is <= 8, cast each argument to size_t individually. Cast n to (void) instead of (size_t), surround with (), return (size_t) 0 if one of n or size is 0. [BZ #316] * stdio-common/Makefile (tests): Add tst-unlockedio. * stdio-common/tst-unlockedio.c: New test.
* * FAQ: Regenerated.Roland McGrath2004-08-102-4/+4
|
* * manual/install.texi (Supported Configurations): Replace bug-glibcRoland McGrath2004-08-101-0/+10
| | | | | | | | | mention with web URL. * INSTALL: Regenerated. * locale/iso-3166.def: Likewise, in comment. * locale/iso-4217.def: Likewise. * locale/iso-639.def: Likewise. * posix/cpio.h: Remove bug reporting comment.
* 2004-08-09 Roland McGrath <roland@frob.com>Roland McGrath2004-08-106-63/+64
| | | | | | | | | | * manual/install.texi (Supported Configurations): Replace bug-glibc mention with web URL. * INSTALL: Regenerated. * locale/iso-3166.def: Likewise, in comment. * locale/iso-4217.def: Likewise. * locale/iso-639.def: Likewise. * posix/cpio.h: Remove bug reporting comment.
* [BZ #309]Ulrich Drepper2004-08-102-12/+23
| | | | | | | | Update. * libio/bits/stdio.h (fread_unlocked): Add a couple of (size_t) casts to handle funny calls with floating point argument values and signed values correctly and without warning. (fwrite_unlocked): Likewise. [BZ #309]
* [BZ #285]Ulrich Drepper2004-08-103-133/+59
| | | | | | | Update. * malloc/memusage.c (me): Use creat64, not creat. * malloc/memusagestat.c: Fix handling of very large sizes. [BZ #285] Patch by Guy Maor <guymaor@yahoo.com>.
* [BZ #253]Ulrich Drepper2004-08-101-0/+3
| | | | | | Update. * elf/ldconfig.c (options): Mark parameter option names as translatable. [BZ #253] Patch by Jakub Bogusz <qboosh@pld-linux.org>.
* (options): Mark parameter option names as translatable.Ulrich Drepper2004-08-101-4/+4
|
* * FAQ.in: Refer to web pages instead of bug-glibc.Roland McGrath2004-08-101-0/+2
|
* Refer to web pages instead of bug-glibc.Roland McGrath2004-08-101-2/+3
|
* [BZ #194]Ulrich Drepper2004-08-101-0/+5
| | | | | | | | Update. 2004-08-09 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_charset.h (strip): Also allow comma which is what is used to separate options. [BZ #194]
* (strip): Also allow comma which is what is used to separate options.Ulrich Drepper2004-08-101-2/+2
|
* * time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.Roland McGrath2004-08-091-0/+4
|
* 2004-08-09 Roland McGrath <roland@redhat.com>Roland McGrath2004-08-091-0/+1
| | | | * time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.
* [BZ #154]Ulrich Drepper2004-08-093-4/+39
| | | | | | | | | | | | | | Update. 2004-08-09 Ulrich Drepper <drepper@redhat.com> * time/tzset.c (tzset_internal): If TZ is not set do not compare old and new tz value since it might be /etc/localtime in both cases although the file changed. [BZ #154] Patch by Christian Franke <franke@computer.org>. * time/tzfile.c (__tzfile_read): Determine dev/ino of file. Compare with values of previously opened file. Don't do anything is they match.
* [BZ #116]Ulrich Drepper2004-08-095-21/+43
| | | | | | | | | | | Update. * elf/dl-load.c (_dl_map_object): If __RTLD_CALLMAP flag is set, reset loader before the actual loading. * elf/dl-open.c (dl_open_worker): If file name contains no path element determine map of caller. Pass caller map in this case to _dl_map_object. Set __RTLD_CALLMAP in mode. * include/dlfcn.h (__RTLD_CALLMAP): Define. [BZ #116] Patch by Greg Wolodkin <greg@mathworks.com>.
* [BZ #108]Ulrich Drepper2004-08-092-6/+11
| | | | | | Update. * misc/syslog.c (openlog_internal): Always try both UDP and TCP. [BZ #108] Patch mainly by Bjorn Andersson <bjorn@iki.fi>.
* [BZ #106]Ulrich Drepper2004-08-094-3/+6
| | | | | | Update. * configure.in: Also recognize i786. [BZ #106] Patch by <pluto@pld-linux.org>.
* [BZ #95]Ulrich Drepper2004-08-092-3/+14
| | | | | | Update. * resolv/res_query.c (__libc_res_nsearch): Correctly test whether name contains any dots. [BZ #95]
* Update.Ulrich Drepper2004-08-093-15/+34
| | | | | | * resolv/res_send.c: Compiling with DEBUG defined works again. * resolv/gethnamaddr.c (dprintf): Renamed to Dprintf. Adjust all callers.
* [BZ #41]Ulrich Drepper2004-08-082-1/+5
| | | | | | Update. * resolv/tst-leaks.c (TIMEOUT): Define so that if no server is available the process is not killed. [BZ #41]
* [BZ #33]Ulrich Drepper2004-08-082-4/+6
| | | | | Update. * intl/tst-gettext.c (main): Improve some messages. [BZ #33]
* [BZ #28]Ulrich Drepper2004-08-082-28/+79
| | | | | | Update. * time/strptime_l.c (__strptime_internal): Fix handling of %Ey. [BZ #28]
* Update.Ulrich Drepper2004-08-082-3/+7
| | | | | | 2004-08-08 Ulrich Drepper <drepper@redhat.com> * po/sv.po: Update from translation team.
* [BZ #19]Ulrich Drepper2004-08-073-1/+133
| | | | | | | | | Update. 2004-08-07 Petter Reinholdtsen <pere@hungry.com> * Makefile (test-input): Add tr_TR.UTF-8 sorting test. Test case for BZ #19. * tr_TR.in: New file.
* Update.Ulrich Drepper2004-08-078-14/+28
| | | | | | | | | | | * inet/netinet/in.h: Add more const to the setipv4soucefilter, getsourcefilter, and setsourcefilter parameter list. * sysdeps/generic/setipv4sourcefilter.c: Likewise. * sysdeps/generic/getsourcefilter.c: Likewise. * sysdeps/generic/setsourcefilter.c: Likewise. * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise. * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise. * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
* Update.Ulrich Drepper2004-08-072-593/+713
| | | | | | 2004-08-07 Ulrich Drepper <drepper@redhat.com> * po/tr.po: Update from translation team.
* Update.Ulrich Drepper2004-08-072-19/+7
| | | | | | | 2004-08-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Remove unnecessary exception handling data.
* Update.Ulrich Drepper2004-08-0610-12/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-08-06 Ulrich Drepper <drepper@redhat.com> * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): Fix typo. Reported by Paolo Bonzini. 2004-08-06 Jakub Jelinek <jakub@redhat.com> * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add always_inline. * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_runtime_setup, elf_machine_fixup_plt, elf_machine_plt_conflict): Likewise. * sysdeps/unix/sysv/linux/netatalk/at.h: Include bits/sockaddr.h before including linux/atalk.h. * resolv/res_libc.c: Include atomic.h. * intl/finddomain.c (free_mem): Rename to... (_nl_finddomain_subfreeres): ... this. Add __libc_freeres_fn_section. * intl/loadmsgcat.c (_nl_unload_domain): Add __libc_freeres_fn_section. * intl/gettextP.h (_nl_unload_domain): Move into #ifdef _LIBC. Add attribute_hidden. (_nl_findomain_subfreeres): New prototype. * iconv/gconv_db.c (free_mem): Call _nl_findomain_subfreeres.