Ulrich Drepper [Mon, 15 Oct 2007 16:30:38 +0000 (16:30 +0000)]
[BZ #3425]
2007-10-15 Ulrich Drepper <drepper@redhat.com>
[BZ #3425]
* resolv/nss_dns/dns-host.c (getanswer_r): Fail with
NSS_STATUS_NOTFOUND if the server replied with only a CNAME and no
address record to T_A/T_AAAA requests.
Ulrich Drepper [Mon, 15 Oct 2007 04:59:16 +0000 (04:59 +0000)]
* posix/glob.c: Reimplement link_exists_p to use fstatat64.
Ulrich Drepper [Mon, 15 Oct 2007 04:22:46 +0000 (04:22 +0000)]
* posix/glob.c: Add some branch prediction throughout.
Ulrich Drepper [Mon, 15 Oct 2007 03:19:44 +0000 (03:19 +0000)]
* nscd/nscd_getgr_r.c (nscd_getgr_r): Store result of successful
read from nscd.
Ulrich Drepper [Sun, 14 Oct 2007 23:08:43 +0000 (23:08 +0000)]
(rfc3484_sort): Make sure that even if qsort doesn't support
stable sorting out sorting here is stable by comparing service_order.
Ulrich Drepper [Sun, 14 Oct 2007 22:35:02 +0000 (22:35 +0000)]
* posix/tst-rfc3484-2.c (do_test): Likewise.
Ulrich Drepper [Sun, 14 Oct 2007 22:29:08 +0000 (22:29 +0000)]
* posix/tst-rfc3484.c (do_test): Adjust for addition of
service_order field to sorting structure.
Ulrich Drepper [Sun, 14 Oct 2007 20:51:58 +0000 (20:51 +0000)]
[BZ #4098]
2007-10-14 Ulrich Drepper <drepper@redhat.com>
[BZ #4098]
* locales/pl_PL: Change abmon, abday, and d_fmt according to
results of vote.
Ulrich Drepper [Sun, 14 Oct 2007 17:58:03 +0000 (17:58 +0000)]
* sysdeps/posix/getaddrinfo.c (struct sort_result): Add
service_order.
(rfc3484_sort): Make sure that even of qsort doesn't support
stable sorting it is stable by comparing service_order.
(getaddrinfo): Initialize service_order.
Ulrich Drepper [Sun, 14 Oct 2007 09:15:45 +0000 (09:15 +0000)]
* include/time.h: Declare __tzset_parse_tz and __tzset_compute.
* time/tzset.c (tzset_internal): Break TZ string parsing out into
__tzset_parse_tz and updating of daylight, timezone, tzname into
update_vars.
(__tz_compute): Renamed from tz_compute. Take additional parameters.
(__tz_convert): Updating of tm_isdst, tm_zone, and tm_gmtoff now
happens in __tz_compute.
* time/tzfile.c (__tzfile_read): Also read TZ string.
(find_transition): Fold into __tzfile_compute.
(__tzfile_compute): For times beyond the last transition try to
use the TZ string.
* timezone/tst-timezone.c: Information in daylight and tzname does
change for Asia/Tokyo timezone with more concrete information.
Remove the test.
* include/stdio.h: Add libc_hidden_proto for ftello.
* libio/ftello.c: Add libc_hidden_def.
Ulrich Drepper [Sun, 14 Oct 2007 07:03:01 +0000 (07:03 +0000)]
[BZ #1140]
2007-10-14 Ulrich Drepper <drepper@redhat.com>
[BZ #1140]
* time/tzfile.c (__tzfile_compute): Compute tzname[] values based
on the specified time and not the last entries in the file. Move
code to determine tzname[] to...
(find_transition): ...here. Add ugly guess for times before the
first transition.
Ulrich Drepper [Sat, 13 Oct 2007 23:04:40 +0000 (23:04 +0000)]
[BZ #3195]
* nscd/nscd_getai.c (__nscd_getai): Set errno to 0 in case we found
no entry.
* nscd/nscd_getgr.c (nscd_getgr_r): Likewise.
* nscd/nscd_gethst_r.c (nscd_gethst_r): Likewise.
* nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
* nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
Ulrich Drepper [Sat, 13 Oct 2007 18:14:58 +0000 (18:14 +0000)]
* nscd/nscd_getgr_r.c (nscd_getgr_r): Optimize a bit: use simpler
read mechanism when there are no group members and avoid no-op
read syscall in this case.
Ulrich Drepper [Sat, 13 Oct 2007 18:02:24 +0000 (18:02 +0000)]
[BZ #3242]
2007-10-13 Ulrich Drepper <drepper@redhat.com>
[BZ #3242]
* nscd/nscd_helper.c (wait_on_socket): Take timeout as parameter.
(__readall): If reading failed due to EAGAIN error wait a bit
and possibly try again.
(__readvall): Likewise.
Ulrich Drepper [Sat, 13 Oct 2007 17:06:29 +0000 (17:06 +0000)]
* intl/dcigettext.c (_nl_find_msg): Unlock the conversions_lock
when we cannot recode the message.
Ulrich Drepper [Sat, 13 Oct 2007 07:33:09 +0000 (07:33 +0000)]
* libio/Makefile (tests): Add tst-ext2.
* libio/tst-ext2.c: New file.
Ulrich Drepper [Sat, 13 Oct 2007 07:20:46 +0000 (07:20 +0000)]
write-only streams. For read/write streams, check whether we
performed a read operation already.
Ulrich Drepper [Sat, 13 Oct 2007 07:11:11 +0000 (07:11 +0000)]
[BZ #4359]
2007-10-13 Ulrich Drepper <drepper@redhat.com>
[BZ #4359]
* libio/__freading.c (__freading): Don't return true for
write-only streams.
Ulrich Drepper [Sat, 13 Oct 2007 05:26:27 +0000 (05:26 +0000)]
* locale/programs/repertoire.c (repertoire_read): Always free
memory for repertoire file name [Coverity CID 270].
Ulrich Drepper [Sat, 13 Oct 2007 05:22:30 +0000 (05:22 +0000)]
* elf/cache.c (save_aux_cache): Free memory allocated for
temporary file name [Coverity CID 267].
Ulrich Drepper [Sat, 13 Oct 2007 05:21:59 +0000 (05:21 +0000)]
(save_aux_cache): Free memory allocated for temporary file name.
Jakub Jelinek [Fri, 12 Oct 2007 21:18:18 +0000 (21:18 +0000)]
* misc/Makefile (headers): Add bits/error.h.
2007-10-12 Jakub Jelinek <jakub@redhat.com>
* misc/Makefile (headers): Add bits/error.h.
Ulrich Drepper [Fri, 12 Oct 2007 17:47:19 +0000 (17:47 +0000)]
* posix/fnmatch_loop.c: Take rule index returned as part of
findidx return value into account when accessing weights.
* posix/regcomp.c: Likewise.
* posix/regexec.c: Likewise.
Ulrich Drepper [Fri, 12 Oct 2007 15:54:54 +0000 (15:54 +0000)]
* locale/programs/ld-collate.c (collate_read): Optimize a bit.
(skip_to): Fix problems with parameter of elifdef/elifndef.
Ulrich Drepper [Fri, 12 Oct 2007 04:40:48 +0000 (04:40 +0000)]
* iconv/gconv_simple.c: Add some branch prediction.
Ulrich Drepper [Fri, 12 Oct 2007 00:31:29 +0000 (00:31 +0000)]
* locale/programs/ld-collate.c (collate_read): If ignore_content
and nowtok is tok_define, eat any tok_eol tokens.
Ulrich Drepper [Fri, 12 Oct 2007 00:30:56 +0000 (00:30 +0000)]
(collate_read): If ignore_content and nowtok is tok_define, eat any tok_eol tokens.
Jakub Jelinek [Thu, 11 Oct 2007 16:32:14 +0000 (16:32 +0000)]
* sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
(struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
* inet/netinet/in.h: Don't include bits/socket.h.
* sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
macro.
* sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
2007-10-11 Jakub Jelinek <jakub@redhat.com>
* sysdeps/gnu/netinet/tcp.h: Include sys/socket.h if __USE_MISC.
(struct tcp_md5sig): Change tcpm_addr type to struct sockaddr_storage.
* inet/netinet/in.h: Don't include bits/socket.h.
* sysdeps/unix/sysv/linux/bits/socket.h: Only check _SYS_SOCKET_H
macro.
* sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
Ulrich Drepper [Thu, 11 Oct 2007 02:36:04 +0000 (02:36 +0000)]
* locale/programs/locfile-token.h: Remove tok_elif, add tok_elifdef
and tok_elifndef.
* locale/programs/locfile-kw.gperf: Likewise.
* locale/programs/ld-collate.c: Implement primitive preprocessor.
Ulrich Drepper [Thu, 11 Oct 2007 02:32:32 +0000 (02:32 +0000)]
Remove tok_elif, add tok_elifdef and tok_elifndef.
Jakub Jelinek [Wed, 10 Oct 2007 20:46:54 +0000 (20:46 +0000)]
* locales/en_US: Add first_weekday and first_workday.
* locales/cs_CZ: Likewise.
* locales/fur_IT: Likewise.
* locales/fy_DE: Likewise.
* locales/hu_HU: Likewise.
* locales/i18n: Likewise.
* locales/li_BE: Likewise.
* locales/li_NL: Likewise.
* locales/nds_DE: Likewise.
* locales/nds_NL: Likewise.
* locales/pl_PL: Likewise.
* locales/sc_IT: Likewise.
* locales/sk_SK: Likewise.
2007-10-10 Jakub Jelinek <jakub@redhat.com>
* locales/en_US: Add first_weekday and first_workday.
* locales/cs_CZ: Likewise.
* locales/fur_IT: Likewise.
* locales/fy_DE: Likewise.
* locales/hu_HU: Likewise.
* locales/i18n: Likewise.
* locales/li_BE: Likewise.
* locales/li_NL: Likewise.
* locales/nds_DE: Likewise.
* locales/nds_NL: Likewise.
* locales/pl_PL: Likewise.
* locales/sc_IT: Likewise.
* locales/sk_SK: Likewise.
Ulrich Drepper [Wed, 10 Oct 2007 20:14:12 +0000 (20:14 +0000)]
* stdio-common/printf-parse.h: Include string.h and wchar.h.
(__find_specwc): Change into __extern_always_inline function.
(__find_specmb): Likewise. Remove ps argument. Use __strchrnul.
(__parse_one_specmb): Remove ps argument.
* stdio-common/vfprintf.c (vfprintf): Remove mbstate variable.
Adjust __find_specmb and __parse_one_specmb callers.
* stdio-common/printf-prs.c (parse_printf_format): Likewise.
* stdio-common/printf-parsemb.c (__find_specwc, __find_specmb):
Removed.
(__parse_one_specmb): Remove ps argument, adjust __find_specmb
caller.
Ulrich Drepper [Wed, 10 Oct 2007 16:00:14 +0000 (16:00 +0000)]
* sysdeps/pthread/bits/libc-lock.h (__libc_rwlock_init): Inside of
libc.so just clear NAME.
(__libc_rwlock_fini): Nop inside of libc.so.
* tst-initializers1.c (main): Test if PTHREAD_RWLOCK_INITIALIZER is
all zeros.
Ulrich Drepper [Wed, 10 Oct 2007 01:22:45 +0000 (01:22 +0000)]
* sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Work around problem
with some Pentium Ds.
Ulrich Drepper [Tue, 9 Oct 2007 22:24:30 +0000 (22:24 +0000)]
* locales/de_DE: Set first week day to Monday.
* locales/fr_FR: Likewise.
Ulrich Drepper [Tue, 9 Oct 2007 03:56:53 +0000 (03:56 +0000)]
* sysdeps/unix/sysv/linux/eventfd_read.c (eventfd_read): Use
__read not read.
* sysdeps/unix/sysv/linux/eventfd_write.c (eventfd_write): Use
__write not write.
Ulrich Drepper [Sun, 7 Oct 2007 22:09:38 +0000 (22:09 +0000)]
[BZ #73]
2007-10-07 Ulrich Drepper <drepper@redhat.com>
[BZ #73]
* locales/nb_NO: Update time information, collation, thousands
separator.
* locales/nn_NO: Likewise.
Ulrich Drepper [Sun, 7 Oct 2007 20:39:44 +0000 (20:39 +0000)]
* locale/programs/ld-time.c (time_finish): Default for
first_workday is Monday.
Ulrich Drepper [Sun, 7 Oct 2007 20:36:07 +0000 (20:36 +0000)]
[BZ #181]
* locale/C-time.c: Set week_1stday data to
19971201.
Ulrich Drepper [Sun, 7 Oct 2007 20:30:24 +0000 (20:30 +0000)]
[BZ #2633]
* wcsmbs/wchar.h: Move many C99 functions into std namespace.
Ulrich Drepper [Sun, 7 Oct 2007 18:54:52 +0000 (18:54 +0000)]
[BZ #5103]
* posix/glob.c (glob): Recognize patterns starting \/.
* posix/tst-gnuglob.c (find_file): Handle absolute path names.
(main): Add test for pattern starting \/.
Ulrich Drepper [Sun, 7 Oct 2007 17:29:37 +0000 (17:29 +0000)]
* misc/error.h: Use __const instead of const.
* misc/bits/error.h: Likewise.
2007-10-07 Andreas Jaeger <aj@suse.de>
* include/bits/error.h: New file.
* misc/bits/error.h (error_at_line): Fix prototype.
Ulrich Drepper [Sun, 7 Oct 2007 05:31:00 +0000 (05:31 +0000)]
[BZ #3924]
* sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix a few
more little bugs in creating the stack frame when pltexit has to
be called.
Ulrich Drepper [Sat, 6 Oct 2007 19:03:13 +0000 (19:03 +0000)]
* nscd/connections.c (verify_persistent_db): Recognize circular lists.
Ulrich Drepper [Sat, 6 Oct 2007 18:47:56 +0000 (18:47 +0000)]
* nscd/nscd_helper.c (__nscd_cache_search): Prevent endless loops.
Ulrich Drepper [Sat, 6 Oct 2007 18:37:30 +0000 (18:37 +0000)]
[BZ #4407]
* sysdeps/ieee754/dbl-64/e_lgamma_r.c: Fix *signgamp for -0.0.
* sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
* sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
* math/libm-test.inc: Add test for this case.
Half the patch by Christian Iseli <christian.iseli@licr.org>.
Ulrich Drepper [Sat, 6 Oct 2007 17:31:01 +0000 (17:31 +0000)]
[BZ #5010]
2007-10-06 Ulrich Drepper <drepper@redhat.com>
[BZ #5010]
* sunrpc/svc.c (struct svc_callout): Add sc_mapped element.
(svc_register): Initialize sc_mapped. Set to TRUE if call to
map service succeeded.
(svc_is_mapped): New function.
(svc_unregister): Use it before trying to unmap service.
Ulrich Drepper [Fri, 5 Oct 2007 21:58:14 +0000 (21:58 +0000)]
[BZ #5063]
* timezone/zic.c: Update from tzcode2007h.
[BZ #5063]
* timezone/africa: Update from tzdata2007h.
* timezone/antarctica: Likewise.
* timezone/asia: Likewise.
* timezone/australasia: Likewise.
* timezone/europe: Likewise.
* timezone/leapseconds: Likewise.
* timezone/northamerica: Likewise.
* timezone/southamerica: Likewise.
* timzeone/zone.tab: Likewise.
* sysdeps/unix/sysv/linux/Versions: Export eventfd, eventfd_read,
Ulrich Drepper [Fri, 5 Oct 2007 21:25:32 +0000 (21:25 +0000)]
[BZ #5104]
* elf/do-lookup.h (do_lookup_x): Don't ignore STT_COMMON symbols.
Ulrich Drepper [Fri, 5 Oct 2007 21:21:08 +0000 (21:21 +0000)]
[BZ #5113]
* string/bits/string2.h (__strdup): Cast parameters to calloc to
avoid warning with -Wconversion.
(__strndup): Likewise.
Patch to 50% by Christian Iseli <christian.iseli@licr.org>.
Ulrich Drepper [Fri, 5 Oct 2007 21:12:46 +0000 (21:12 +0000)]
[BZ #5112]
* nscd/connections.c (restart): Don't resync if database is
disabled. Patch mostly by Brian De Wolf <bldewolf@csupomona.edu>.
Ulrich Drepper [Fri, 5 Oct 2007 20:32:30 +0000 (20:32 +0000)]
2007-10-04 Jakub Jelinek <jakub@redhat.com>
2007-10-03 Jakub Jelinek <jakub@redhat.com>
Ulrich Drepper [Fri, 5 Oct 2007 18:55:57 +0000 (18:55 +0000)]
* sysdeps/gnu/netinet/tcp.h: Define TCP_MD5SIG, TCP_MD5SIG_MAXKEYLEN,
struct tcp_md5sig. Extend struct tcp_info according to recent kernels.
* sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add eventfd,
evetnfd_read, eventfd_write.
* sysdeps/unix/sysv/linux/eventfd.c: New file.
* sysdeps/unix/sysv/linux/eventfd_read.c: New file.
* sysdeps/unix/sysv/linux/eventfd_write.c: New file.
* sysdeps/unix/sysv/linux/sys/eventfd.h: New file.
* sysdeps/unix/sysv/linux/Versions: Export eventfd, evetnfd_read,
eventfd_write for GLIBC_2.7.
Ulrich Drepper [Fri, 5 Oct 2007 16:31:37 +0000 (16:31 +0000)]
* sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add signalfd.
* sysdeps/unix/sysv/linux/signalfd.c: New file.
* sysdeps/unix/sysv/linux/sys/signalfd.h: New file.
* sysdeps/unix/sysv/linux/Versions: Export signalfd for GLIBC_2.7.
Ulrich Drepper [Fri, 5 Oct 2007 06:50:35 +0000 (06:50 +0000)]
2007-10-04 Jakub Jelinek
* stdlib/msort.c: Include stdint.h.
(struct msort_param): New type.
(msort_with_tmp): Use struct msort_param pointer for unchanging
parameters. Add optimized handling for several common sizes
and indirect sorting mode.
(qsort): Adjust msort_with_tmp callers. For big S use indirect
sorting.
Suggested by Belazougui Djamel .
* stdlib/Makefile (tests): Add tst-qsort2.
* stdlib/tst-qsort2.c: New test.
Ulrich Drepper [Thu, 4 Oct 2007 21:54:22 +0000 (21:54 +0000)]
* login/login_tty.c (login_tty): The Linux kernel can return EBUSY
for dup2 in case another thread races with the current one. Retry
in this case.
Ulrich Drepper [Thu, 4 Oct 2007 18:07:28 +0000 (18:07 +0000)]
* misc/error.h: Remove support for use outside of libc. We have to
include <features.h> now. Include <bits/error.h> if possible.
* misc/bits/error.h: New file.
Ulrich Drepper [Thu, 4 Oct 2007 17:49:25 +0000 (17:49 +0000)]
Specializations of error functions.
Jakub Jelinek [Wed, 3 Oct 2007 22:47:18 +0000 (22:47 +0000)]
* tst-langinfo.sh: Update expected THOUSEP for fr_FR.
2007-10-04 Jakub Jelinek <jakub@redhat.com>
* tst-langinfo.sh: Update expected THOUSEP for fr_FR.
Ulrich Drepper [Wed, 3 Oct 2007 18:33:57 +0000 (18:33 +0000)]
* string/bits/string3.h (memcpy, memmove, mempcpy, memset, bcopy,
bzero, strcpy, stpcpy, strncpy, strcat, strncat): Use
__extern_always_inline functions unconditionally, drop macros.
Ulrich Drepper [Wed, 3 Oct 2007 18:27:30 +0000 (18:27 +0000)]
* misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.
* wcsmbs/bits/wchar2.h (__swprintf_alias, __vswprintf_alias): Use
__REDIRECT_NTH_LDBL macro rather than __REDIRECT_NTH.
Ulrich Drepper [Wed, 3 Oct 2007 18:13:55 +0000 (18:13 +0000)]
2007-10-03 Jakub Jelinek
* misc/sys/cdefs.h (__extern_always_inline): For GCC 4.3+
add __artificial__ attribute.
Ulrich Drepper [Tue, 2 Oct 2007 18:02:25 +0000 (18:02 +0000)]
* string/strcoll_l.c (STRCOLL): Correct handling of switching from
backward to forward direction.
Ulrich Drepper [Tue, 2 Oct 2007 17:19:53 +0000 (17:19 +0000)]
* string/strcoll_l.c (STRCOLL): Correct test for alloca use.
Ulrich Drepper [Tue, 2 Oct 2007 17:17:59 +0000 (17:17 +0000)]
* de_DE.in: Adjust for correct handling of backward direction sorting.
Ulrich Drepper [Tue, 2 Oct 2007 15:54:15 +0000 (15:54 +0000)]
[BZ #645]
2007-10-02 Ulrich Drepper <drepper@redhat.com>
[BZ #645]
* locale/programs/ld-collate.c (collate_finish): Compare against last
used section which is known to have rules defined.
(collate_read): After order_start, correctly record order of sections
and queue sections up.
Ulrich Drepper [Tue, 2 Oct 2007 04:21:49 +0000 (04:21 +0000)]
[BZ #5071]
* malloc/malloc.c (mremap_chunk): Avoid resizing of new block has
the same number of pages.
Patch by Tomash Brechko <tomash.brechko@gmail.com>.
Ulrich Drepper [Tue, 2 Oct 2007 04:21:05 +0000 (04:21 +0000)]
[BZ #4705]
* locales/et_EE: Likewise.
Ulrich Drepper [Tue, 2 Oct 2007 04:19:37 +0000 (04:19 +0000)]
[BZ #4941]
* locales/oc_FR: Fix Thursday abday and August mon and abmon data.
Ulrich Drepper [Tue, 2 Oct 2007 02:22:28 +0000 (02:22 +0000)]
* locale/programs/ld-collate.c (collate_read): After initial copy
statement, continue in state 0.
Ulrich Drepper [Tue, 2 Oct 2007 02:07:50 +0000 (02:07 +0000)]
* locales/am_ET (LC_COLLATE): Define new script after copy.
Ulrich Drepper [Mon, 1 Oct 2007 21:21:46 +0000 (21:21 +0000)]
* include/stdio_ext.h (__fsetlocking): Define as macro.
Ulrich Drepper [Sun, 30 Sep 2007 22:58:18 +0000 (22:58 +0000)]
* locales/cs_SR: Removed.
Ulrich Drepper [Sun, 30 Sep 2007 22:44:06 +0000 (22:44 +0000)]
* locale/programs/ld-collate.c (collate_finish): Compare all bytes
of section order.
Ulrich Drepper [Sun, 30 Sep 2007 22:42:07 +0000 (22:42 +0000)]
* locales/lo_LA: Add missing collating element o-e.
Ulrich Drepper [Sun, 30 Sep 2007 22:30:29 +0000 (22:30 +0000)]
* locales/is_IS: Cleanup. Remove invalid collation entries.
Ulrich Drepper [Sun, 30 Sep 2007 22:29:10 +0000 (22:29 +0000)]
* locales/fa_IR: Add missing collating element Alef-Hamza.
Ulrich Drepper [Sun, 30 Sep 2007 22:26:36 +0000 (22:26 +0000)]
* locales/da_DK: Add missing collating symbol ETH.
Ulrich Drepper [Sun, 30 Sep 2007 22:19:34 +0000 (22:19 +0000)]
* locales/sa_IN: New file.
* SUPPORTED (SUPPORTED-LOCALES): Add sa_IN.
Ulrich Drepper [Sun, 30 Sep 2007 19:15:24 +0000 (19:15 +0000)]
* locales/fr_FR: Change thousands_sep to U0020.
Ulrich Drepper [Sun, 30 Sep 2007 18:45:16 +0000 (18:45 +0000)]
* locales/cs_CZ: Sort lowercase before uppercase.
Ulrich Drepper [Sun, 30 Sep 2007 18:31:57 +0000 (18:31 +0000)]
* locales/da_DK: Likewise.
* locales/et_EE: Likewise.
* locales/nb_NO: Likewise.
* locales/nn_NO: Likewise.
Ulrich Drepper [Sun, 30 Sep 2007 18:24:39 +0000 (18:24 +0000)]
* locales/en_GB: Change first weekday and workday to Monday.
Ulrich Drepper [Sun, 30 Sep 2007 16:57:15 +0000 (16:57 +0000)]
* po/pt_BR.po: Fix typo.
Ulrich Drepper [Sun, 30 Sep 2007 04:00:26 +0000 (04:00 +0000)]
* iconvdata/Makefile (modules): Add ISO8859-9E.
(distribute): Add iso8859-9e.c.
(gen-8bit-gap-modules): Add iso8859-9e.
* iconvdata/iso8859-9e.c: New file.
* iconvdata/gconv-modules: Add entries for ISO-8859-9E.
* iconvdata/TESTS: Likewise.
* iconvdata/tst-tables.sh: Likewise.
* iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
Ulrich Drepper [Sat, 29 Sep 2007 22:24:51 +0000 (22:24 +0000)]
* locale/iso-639.def: Add several new entries.
Ulrich Drepper [Sat, 29 Sep 2007 06:58:31 +0000 (06:58 +0000)]
* sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store
void * pointers instead of struct link_map **.
(_dl_scope_free): Change argument type to void *.
* include/link.h (struct link_map): Change type of l_reldeps
to struct link_map_reldeps, move l_reldepsact into that
struct too.
* elf/dl-deps.c: Include atomic.h.
(_dl_map_object_deps): Only change l->l_initfini when it is
fully populated, use _dl_scope_free for freeing it. Optimize
removal of libs from reldeps by using l_reserved flag, when
some removal is needed, allocate a new list instead of
reallocating and free the old with _dl_scope_free. Adjust
for l_reldeps and l_reldepsact changes.
* elf/dl-lookup.c (add_dependency): Likewise. Reorganize to allow
searching in l_initfini and l_reldeps without holding dl_load_lock.
* elf/dl-fini.c (_dl_sort_fini): Adjust for l_reldeps and
l_reldepsact changes.
* elf/dl-close.c (_dl_close_worker): Likewise.
* elf/dl-open.c (_dl_scope_free): Change argument type to void *.
Ulrich Drepper [Sat, 29 Sep 2007 04:35:54 +0000 (04:35 +0000)]
* iconvdata/Makefile (modules): Add KOI8-RU.
(distribute): Add koi8-ru.c.
(gen-8bit-gap-modules): Add koi8-ru.
* iconvdata/koi8-ru.c: New file.
* iconvdata/gconv-modules: Add entries for KOI8-RU.
* iconvdata/TESTS: Likewise.
* iconvdata/tst-tables.sh: Likewise.
* iconvdata/koi8-r.c (HAS_HOLES): Define to 0.
Ulrich Drepper [Wed, 26 Sep 2007 20:45:18 +0000 (20:45 +0000)]
* misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define
with __warning__/__error__ attributes.
(__warnattr): Define.
* stdlib/bits/stdlib.h (__realpath_chk_warn, __ptsname_r_chk_warn,
__mbstowcs_chk_warn, __wcstombs_chk_warn): New aliases with
__warnattr.
(realpath, ptsname_r, mbstowcs, wcstombs): Call __*_chk_warn instead
of __*_chk if compile time detectable overflow is found.
* libio/bits/stdio2.h (__fgets_chk_warn, __fread_chk_warn,
__fgets_unlocked_chk_warn, __fread_unlocked_chk_warn): New aliases
with __warnattr.
(fgets, fread, fgets_unlocked, fread_unlocked): Call __*_chk_warn
instead of __*_chk if compile time detectable overflow is found.
(__gets_alias): Rename to...
(__gets_warn): ... this. Add __warnattr.
(gets): Call __gets_warn instead of __gets_alias.
* socket/bits/socket2.h (__recv_chk_warn, __recvfrom_chk_warn): New
aliases with __warnattr.
(recv, recvfrom): Call __*_chk_warn instead of __*_chk if compile
time detectable overflow is found.
* posix/bits/unistd.h (__read_chk_warn, __pread_chk_warn,
__pread64_chk_warn, __readlink_chk_warn, __readlinkat_chk_warn,
__getcwd_chk_warn, __confstr_chk_warn, __getgroups_chk_warn,
__ttyname_r_chk_warn, __getlogin_r_chk_warn, __gethostname_chk_warn,
__getdomainname_chk_warn): New aliases with __warnattr.
(read, pread, pread64, readlink, readlinkat, getcwd, confstr,
getgroups, ttyname_r, getlogin_r, gethostname, getdomainname): Call
__*_chk_warn instead of __*_chk if compile time detectable overflow
is found.
(__getgroups_chk): Rename argument to __listlen from listlen.
(__getwd_alias): Rename to...
(__getwd_warn): ... this. Add __warnattr.
(getwd): Call __getwd_warn instead of __getwd_alias.
* wcsmbs/bits/wchar2.h (__wmemcpy_chk_warn, __wmemmove_chk_warn,
__wmempcpy_chk_warn, __wmemset_chk_warn, __wcsncpy_chk_warn,
__wcpncpy_chk_warn, __fgetws_chk_warn, __fgetws_unlocked_chk_warn,
__mbsrtowcs_chk_warn, __wcsrtombs_chk_warn, __mbsnrtowcs_chk_warn,
__wcsnrtombs_chk_warn): New aliases with __warnattr.
(wmemcpy, wmemmove, wmempcpy, wmemset, mbsrtowcs, wcsrtombs,
mbsnrtowcs, wcsnrtombs): Call __*_chk_warn instead of __*_chk if
compile time detectable overflow is found.
(wcsncpy, wcpncpy): Likewise. For constant __n fix check whether
to use __*_chk or not.
(fgetws, fgetws_unlocked): Divide __bos by sizeof (wchar_t), both
in comparisons which function should be called and in __*_chk*
arguments. Call __*_chk_warn instead of __*_chk if compile time
detectable overflow is found.
(swprintf, vswprintf): Divide __bos by sizeof (wchar_t) in
__*_chk argument.
* debug/tst-chk1.c (do_test): Add a few more tests.
Ulrich Drepper [Mon, 24 Sep 2007 16:09:09 +0000 (16:09 +0000)]
[BZ #5058]
2007-09-24 Ulrich Drepper <drepper@redhat.com>
[BZ #5058]
* intl/gettextP.h (struct loaded_domain): Add conversions_lock member.
* intl/loadmsgcat.c (_nl_load_domain): Initialize conversions_lock.
(_nl_unload_domain): Finalize conversions_lock.
* intl/dcigettext.c (_nl_find_msg): Take conversions_lock before
handling table of known conversions.
* posix/regcomp.c (lookup_collation_sequence_value): Check that
Ulrich Drepper [Mon, 24 Sep 2007 16:04:57 +0000 (16:04 +0000)]
(struct loaded_domain): Add conversions_lock member.
Jakub Jelinek [Mon, 24 Sep 2007 15:18:25 +0000 (15:18 +0000)]
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
close_not_cancel_no_status instead of close.
2007-09-24 Jakub Jelinek <jakub@redhat.com>
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Use
close_not_cancel_no_status instead of close.
Ulrich Drepper [Mon, 24 Sep 2007 03:32:28 +0000 (03:32 +0000)]
[BZ #5028]
Ulrich Drepper [Mon, 24 Sep 2007 03:31:47 +0000 (03:31 +0000)]
* posix/regcomp.c (lookup_collation_sequence_value): check that
nrules != 0 for multibyte chars.
Ulrich Drepper [Sun, 23 Sep 2007 22:39:15 +0000 (22:39 +0000)]
[BZ #4556]
* locales/de_CH: Fix d_fmt.
Ulrich Drepper [Sun, 23 Sep 2007 20:34:25 +0000 (20:34 +0000)]
* resolv/ns_print.c (ns_sprintrrf): Handle ns_t_a6 and ns_t_opt.
Provide better error message in case the type is unknown.
Ulrich Drepper [Sun, 23 Sep 2007 18:27:55 +0000 (18:27 +0000)]
[BZ #4963]
* wcsmbs/wcsnlen.c: Don't reference before checking the length.
* string/stratcliff.c: Make usable to test wide char functions.
* wcsmbs/wcsatcliff.c: New file.
* wcsmbs/Makefiel (tests): Add wcsatcliff.
Ulrich Drepper [Sun, 23 Sep 2007 17:25:14 +0000 (17:25 +0000)]
[BZ #4972]
*** empty log message ***
[BZ #4972]
* iconvdata/Makefile (modules): Add MAC-CENTRALEUROPE.
(distribute): Add mac-centraleurope.c.
(gen-8bit-gap-modules): Add mac-centraleurope.
* iconvdata/mac-centraleurope.c: New file.
* iconvdata/gconv-modules: Add entries for MAC-CENTRALEUROPE.
* iconvdata/TESTS: Likewise.
* iconvdata/tst-tables.sh: Likewise.
Ulrich Drepper [Sun, 23 Sep 2007 17:21:32 +0000 (17:21 +0000)]
* charmaps/MAC-CENTRALEUROPE: New file.
Ulrich Drepper [Sun, 23 Sep 2007 17:21:22 +0000 (17:21 +0000)]
[BZ #4972]
2007-09-23 Ulrich Drepper <drepper@redhat.com>
[BZ #4972]
* charaps/MAC-CENTRALEUROPE: New file.