summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2005-07-29Updated to fedora-glibc-20050729T1531Jakub Jelinek
2005-05-20Updated to fedora-glibc-20050520T0919Jakub Jelinek
2005-05-03Updated to fedora-glibc-20050503T0852Jakub Jelinek
2005-04-15Updated to fedora-glibc-20050415T0909cvs/fedora-glibc-2_3_5-1Roland McGrath
2005-03-03Updated to fedora-glibc-20050302T1820Jakub Jelinek
2005-01-06Updated to fedora-glibc-20050106T1443Jakub Jelinek
2004-12-18Updated to fedora-glibc-20041218T1131Jakub Jelinek
2004-12-14Updated to fedora-glibc-20041214T1058cvs/fedora-glibc-2_3_3-92Jakub Jelinek
2004-08-15Update from translation team.Ulrich Drepper
2004-08-12Update from translation team.Ulrich Drepper
2004-08-08Update.Ulrich Drepper
2004-08-08 Ulrich Drepper <drepper@redhat.com> * po/sv.po: Update from translation team.
2004-08-07Update.Ulrich Drepper
2004-08-07 Ulrich Drepper <drepper@redhat.com> * po/tr.po: Update from translation team.
2004-08-06Update.Ulrich Drepper
2004-08-05 Ulrich Drepper <drepper@redhat.com> * po/ko.po: Update from translation team.
2004-08-05Update.Ulrich Drepper
2004-08-04 Jakub Jelinek <jakub@redhat.com> * hesiod/hesiod.c (__hesiod_res_get): Use calloc instead of malloc + memset. (__hesiod_res_set): Free nsaddrs. * include/resolv.h (__res_maybe_init): Add prototype. * resolv/resolv.h (struct __res_state): Add _u._ext.initstamp field. * resolv/Versions (libc): Add __res_maybe_init@@GLIBC_PRIVATE. * resolv/res_libc.c (__res_initstamp, lock): New variables. (res_init): Increase __res_initstamp. (__res_maybe_init): New function. * resolv/res_init.c (__res_vinit): Initialize _u._ext.initstamp. * hesiod/hesiod.c (__hesiod_res_get): Use __res_maybe_init instead of RES_INIT check and {res_ninit,__res_ninit,res_init} call. * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise. * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r, _nss_dns_gethostbyaddr_r): Likewise. * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r, _nss_dns_getnetbyaddr_r): Likewise. * resolv/gethnamaddr.c (gethostbyname, gethostbyname2, gethostbyaddr): Likewise. * resolv/res_data.c (fp_nquery, res_mkquery, res_mkupdate, res_isourserver, res_sendsigned, res_update, res_search, res_querydomain): Likewise. * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Likewise. * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise. * nss/getnssent_r.c (__nss_setent, __nss_endent, __nss_getent_r): Likewise. * sysdeps/posix/getaddrinfo.c (gaih_inet): Set ai_family for V4-mapped IPv6 addresses and req->ai_family==AF_INET. Reported by A. Guru <a.guru@sympatico.ca>. * po/pl.po: Likewise. characters than necessary.
2004-08-05Update.Ulrich Drepper
* po/sk.po: Likewise.
2004-08-05Update.Ulrich Drepper
Ulrich Drepper <drepper@redhat.com> * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Don't read more input character than necessary. 2004-08-05 Ulrich Drepper <drepper@redhat.com> * wcsmbs/Makefile (tests): Add tst-mbsrtowcs. * wcsmbs/tst-mbsrtowcs.c: New file. * po/fr.po: Update from translation team. 2004-08-04 Jakub Jelinek <jakub@redhat.com> If neither IPv4 nor IPv6 interface is present we cannot make any
2004-08-05Update.Ulrich Drepper
* po/nl.po: Update from translation team.
2004-05-10Update from translation team.Ulrich Drepper
2004-04-08Update.Ulrich Drepper
2004-04-08 Ulrich Drepper <drepper@redhat.com> * po/nl.po: Update from translation team.
2004-03-20Update from translation team.Ulrich Drepper
2004-03-09Update.Ulrich Drepper
2004-03-09 Ulrich Drepper <drepper@redhat.com> * po/nl.po: Update from translation team.
2004-03-08Replaced with nb.po.Ulrich Drepper
2004-02-01Update.Ulrich Drepper
2004-02-01 Ulrich Drepper <drepper@redhat.com> * po/nl.po: Update from translation team.
2003-11-26Update.Ulrich Drepper
2003-11-25 Ulrich Drepper <drepper@redhat.com> * posix/runptests.c (main): Make errors fatal. * posix/PTESTS: One test in GA135 and GA136 check functionality which seems not guaranteed. 2003-11-25 Jakub Jelinek <jakub@redhat.com> * posix/regexec.c (re_search_internal): If prune_impossible_nodes returned REG_NOMATCH, set match_last to -1. Don't initialize pmatch[0] needlessly. Fix comment. (prune_impossible_nodes): Don't segfault on NULL state_log entry. (set_regs): Fix comment. * posix/regcomp.c (parse_bracket_exp): Only set has_plural_match if adding both SIMPLE_BRACKET and COMPLEX_BRACKET. (build_charclass_op): Set has_plural_match if adding both SIMPLE_BRACKET and COMPLEX_BRACKET. * posix/bug-regex11.c (tests): Fix register values for one commented out test. Add new tests. * posix/regex_internal.c (re_string_allocate): Make sure init_len is at least dfa->mb_cur_max. (re_string_reconstruct): If is_utf8, don't fall back into re_string_skip_chars just because idx points into a middle of valid UTF-8 character. Instead, set the wcs bytes which correspond to the partial character bytes to WEOF. * posix/regexec.c (re_search_internal): Allocate input.bufs_len + 1 instead of dfa->nodes_len + 1 state_log entries initially. * posix/bug-regex20.c (main): Uncomment backwards case insensitive tests.
2003-11-08Update.Ulrich Drepper
2003-11-07 Ulrich Drepper <drepper@redhat.com> * po/pl.po: Update from translation team.
2003-10-30Update.Ulrich Drepper
2003-10-29 Ulrich Drepper <drepper@redhat.com> * po/be.po: Update from translation team.
2003-06-10Update.Ulrich Drepper
* po/zh_CN.po: Update from translation team. 2003-06-10 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/bits/in.h (IPV6_V6ONLY, IPV6_JOIN_ANYCAST, IPV6_LEAVE_ANYCAST, IPV6_IPSEC_POLICY, IPV6_XFRM_POLICY): Define. 2003-06-10 Ulrich Drepper <drepper@redhat.com>
2003-06-03Update.Ulrich Drepper
* po/zh_CN.po: Update from translation team.
2003-03-09Update.Ulrich Drepper
* po/da.po: Likewise.
2003-03-09Update.Ulrich Drepper
2003-03-09 Ulrich Drepper <drepper@redhat.com> * po/fi.po: Update from translation team.
2003-03-04Update from translation team.Ulrich Drepper
2003-03-04Update.Ulrich Drepper
* po/tr.po: Update from translation team.
2003-03-03Update.Ulrich Drepper
2003-03-03 Martin Schwidefsky <schwidefsky@de.ibm.com> * atomic.h (atomic_exchange_and_add): Return newval, not oldval. * sysdeps/pthread/pthread_cond_timedwait.c (__pthread_cond_timedwait): Fix handling of cancellation and failing pthread_mutex_unlock call. * sysdeps/pthread/pthread_cond_wait.c (__condvar_cleanup): Likewise. (__pthread_cond_wait): Likewise. * sysdeps/pthread/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock): Fix clobber of result variable by lll_futex_timed_wait call. * sysdeps/pthread/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock): Likewise. * sysdeps/unix/sysv/linux/s390/libc-lowlevellock.c (___lll_lock): Don't define lll_unlock_wake_cb and ___lll_timedwait_tid in libc.so. * sysdeps/unix/sysv/linux/s390/lowlevellock.c: Remove XXX comments. * sysdeps/unix/sysv/linux/s390/sem_post.c (__new_sem_post): Fix check of lll_futex_wake return value.
2003-03-03Update.Ulrich Drepper
* libio/fileops.c (_IO_new_file_fopen): Close stillborn descriptor if ccs parameter isn't valid. Reported by Andreas Schwab. 2003-03-03 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S (syscall): Add support for system call numbers > 255. * sysdeps/unix/sysv/linux/s390/s390-32/syscall.h (DO_CALL, INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0, INTERNAL_SYSCALL): Likewise. * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S (syscall): Likewise. * sysdeps/unix/sysv/linux/s390/s390-64/syscall.h (DO_CALL, INLINE_SYSCALL, INTERNAL_SYSCALL_DIRECT, INTERNAL_SYSCALL_SVC0, INTERNAL_SYSCALL): Likewise. 2003-03-03 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Don't free the dtv array if it is the initial dtv. 2003-03-03 Ulrich Drepper <drepper@redhat.com> * po/es.po: Update from translation team. * po/fr.po: Likewise. * po/sk.po: Likewise. * po/sv.po: Likewise.
2003-02-22Regenerated from source filesUlrich Drepper
2003-02-22Update.Ulrich Drepper
* iconv/iconv_prog.c (main): Unify messages.
2002-12-05Belarusian translation for GNU libc messages.Ulrich Drepper
2002-12-02Update.Ulrich Drepper
2002-12-02 Ulrich Drepper <drepper@redhat.com> * po/fi.po: Update from translation team.
2002-11-10Update from translation team.Ulrich Drepper
2002-11-04Update.Ulrich Drepper
* po/ca.po: Update from translation team. * po/es.po: Likewise.
2002-10-14Update.Ulrich Drepper
2002-10-14 Ulrich Drepper <drepper@redhat.com> * po/sv.po: Update from translation team.
2002-10-14Update from translation team.Ulrich Drepper
2002-10-14Remove invalid translations found by xgettext.Ulrich Drepper
2002-10-13Update.Ulrich Drepper
* po/de.po: Update from translation team.
2002-10-13Update.Ulrich Drepper
* po/fr.po: Update from translation team.
2002-10-12Update.Ulrich Drepper
2002-10-12 Ulrich Drepper <drepper@redhat.com> * po/sv.po: Update from translation team.
2002-10-05Update.Ulrich Drepper
2002-10-05 Ulrich Drepper <drepper@redhat.com> * po/sk.po: Update from translation team. * po/tr.po: Likewise. * po/gl.po: Likewise.
2002-10-03Update.Ulrich Drepper
2002-10-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/s390/s390-32/initfini.c: Avoid unterminated string literals. * sysdeps/sh/elf/initfini.c: Likewise. * sysdeps/mach/hurd/mips/init-first.c: Likewise. * sysdeps/hppa/elf/initfini.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h: Likewise.
2002-09-24Update.Ulrich Drepper
2002-09-23 Ulrich Drepper <drepper@redhat.com> * po/zh_CN.po: New file.
2002-09-24Simplified Chinese translations for libc.Ulrich Drepper