about summary refs log tree commit diff
path: root/localedata/locales/xh_ZA
Commit message (Collapse)AuthorAgeFilesLines
* localedata: LC_MEASUREMENT: use copy directives everywhereMike Frysinger2016-04-121-2/+1
| | | | | | | | | There are only two measurement systems that locales use: US and metric. For the former, move to copying the en_US locale, while for the latter, move to copying the i18n locale. This lets us clean up all the stray comments like FIXME. There should be no functional differences here.
* localedata: standardize copyright/license information [BZ #11213]Mike Frysinger2016-03-211-0/+7
| | | | | | | Use the language from the FSF in all locale files to disclaim any license/copyright on locale data. See https://sourceware.org/ml/libc-locales/2013-q1/msg00048.html
* localedata: standardize first few linesMike Frysinger2016-03-211-2/+2
| | | | Purely a style touchup to make sure the headers all look the same.
* localedata: clear LC_IDENTIFICATION tel/fax fieldsMike Frysinger2016-03-051-2/+2
| | | | These fields aren't terribly useful and most don't set it.
* [BZ #16103] LC_MEASUREMENT review and standardizationChris Leonard2013-11-141-1/+2
|
* Adjust language-code fields of LC_ADDRESS.Chris Leonard2013-11-031-1/+2
|
* [BZ #6867]Ulrich Drepper2008-10-311-2/+2
| | | | * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
* * locale/programs/localedef.c (add_to_readlist): Rename localUlrich Drepper2006-07-301-5/+8
| | | | | | | variables to avoid confusion. * locale/programs/charmap.c (charmap_read): Emit error message if charmap couldn't be found or read.
* [BZ #1974]Ulrich Drepper2006-04-241-33/+41
| | | | | | | | | | | | | | | | | | | | * locales/vi_VN: Fix int_frac_digits/frac_digits, abmon, mon, d_t_fmt, am_pm, and name_fmt. [BZ #1787] * locales/en_ZA: Updates. [BZ #1786] * locales/af_ZA: Updates. [BZ #1785] * locales/st_ZA: Updates and formatting changes. [BZ #1784] * locales/zu_ZA: Updates and formatting changes. [BZ #1783] * locales/xh_ZA: Updates and formatting changes.
* [BZ #495]Ulrich Drepper2005-09-241-20/+49
| | | | | * locales/st_ZA: Updates and corrections. Patch by Dwayne Bailey <dwayne@translate.org.za>.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-95/+55
|
* 2.5-18.1Jakub Jelinek2007-07-121-55/+95
|
* Update.Ulrich Drepper2003-12-041-0/+2
| | | | | | | | | 2003-12-03 Ulrich Drepper <drepper@redhat.com> * locale/programs/locarchive.c (enlarge_archive): Print size info only in verbose mode. * locale/iso-3166.def: Three letter code of Romania changed.
* Update.Ulrich Drepper2003-05-101-0/+235
2003-05-09 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/netinet/igmp.h: Don't include kernel headers, add defines from kernel header, move it from here... * inet/netinet/igmp.h: ... to here. * inet/Makefile (headers): Add netinet/igmp.h. * sysdeps/unix/sysv/linux/Makefile: Remove netinet/igmp.h. * sysdeps/unix/sysv/linux/Dist: Remove netinet/igmp.h. 2003-05-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/lio_listio64.c (lio_listio64): If SIG == NULL, use dummy sigevent structure with SIGEV_NONE [PR libc/5015]. 2003-05-09 Thorsten Kukuk <kukuk@suse.de> * libio/bits/stdio.h: Sync prototypes with libio/stdio.h (remove __THROW from possible cancellation points).