summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2009-03-10Updated to fedora-glibc-20090310T1925cvs/fedora-glibc-2_9_90-10Jakub Jelinek
2009-03-09Updated to fedora-glibc-20090309T1421cvs/fedora-glibc-2_9_90-9Jakub Jelinek
2009-02-18Updated to fedora-glibc-20090218T1534Jakub Jelinek
2008-10-28Updated to fedora-glibc-20081028T1533cvs/fedora-glibc-2_8_90-15Jakub Jelinek
2008-10-20Updated to fedora-glibc-20081019T1815cvs/fedora-glibc-2_8_90-14Jakub Jelinek
2008-05-15Updated to fedora-glibc-20080515T0735cvs/fedora-glibc-2_8_90-1Jakub Jelinek
2008-04-10Updated to fedora-glibc-20080410T1907Jakub Jelinek
2008-04-08Updated to fedora-glibc-20080408T0706Jakub Jelinek
2008-03-26Updated to fedora-glibc-20080326T1041cvs/fedora-glibc-2_7_90-12Jakub Jelinek
2008-03-14Updated to fedora-glibc-20080310T1651Jakub Jelinek
2008-03-05Updated to fedora-glibc-20080305T0857cvs/fedora-glibc-2_7_90-8Jakub Jelinek
2008-01-31Updated to fedora-glibc-20080131T0821cvs/fedora-glibc-2_7_90-4Jakub Jelinek
2007-12-12Updated to fedora-glibc-20071212T1051Jakub Jelinek
2007-10-17Updated to fedora-glibc-20071017T2007Jakub Jelinek
2007-10-03Updated to fedora-glibc-20071003T1908cvs/fedora-glibc-2_6_90-17Jakub Jelinek
2007-09-18Updated to fedora-glibc-20070918T1931cvs/fedora-glibc-2_6_90-14Jakub Jelinek
2007-08-25Updated to fedora-glibc-20070825T1839Jakub Jelinek
2007-08-15Updated to fedora-glibc-20070815T2049cvs/fedora-glibc-2_6_90-10Jakub Jelinek
2007-08-10Updated to fedora-glibc-20070810T2152Roland McGrath
2007-08-09Updated to fedora-glibc-20070809T0939cvs/fedora-glibc-2_6_90-5Roland McGrath
2007-08-04Updated to fedora-glibc-20070804T2027Jakub Jelinek
2007-07-31Updated to fedora-glibc-20070731T1624cvs/fedora-glibc-2_6_90-1Jakub Jelinek
2007-02-21Updated to fedora-glibc-20070221T1011cvs/fedora-glibc-2_5_90-18Jakub Jelinek
2007-02-11Updated to fedora-glibc-20070211T1607cvs/fedora-glibc-2_5_90-17Jakub Jelinek
2006-11-20Updated to fedora-glibc-20061120T1000cvs/fedora-glibc-2_5_90-7Jakub Jelinek
2006-11-10Updated to fedora-glibc-20061110T1956Jakub Jelinek
2006-11-03Updated to fedora-glibc-20061103T1610Jakub Jelinek
2006-10-29Updated to fedora-glibc-20061029T2155cvs/fedora-glibc-2_5_90-3Jakub Jelinek
2006-10-25Updated to fedora-glibc-20061025T1857cvs/fedora-glibc-2_5_90-1Jakub Jelinek
2006-09-29Updated to fedora-glibc-20060929T2037cvs/fedora-glibc-2_5-1Jakub Jelinek
2006-09-23Updated to fedora-glibc-20060923T0946cvs/fedora-glibc-2_4_90-34Jakub Jelinek
2006-03-01Updated to fedora-glibc-20060301T0647Jakub Jelinek
2006-01-09Updated to fedora-glibc-20060109T2152cvs/fedora-glibc-2_3_90-30Jakub Jelinek
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.