about summary refs log tree commit diff
path: root/localedata/locales/wo_SN
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: LC_TIME.date_fmt: delete entries same as the default valueMike Frysinger2016-04-121-4/+0
| | | | | | There's no real value in populating this field when it's the same as the default POSIX setting, so drop it from most locales so it's clear what's going on.
* localedata: standardize copyright/license information [BZ #11213]Mike Frysinger2016-03-211-2/+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.
* locledata: trim trailing blank lines/commentsMike Frysinger2016-02-181-1/+0
| | | | No functional changes, just trying to standardize the format a bit.
* localedata: convert all files to utf-8Mike Frysinger2016-02-081-1/+1
| | | | | The comments were using various encodings like ISO-8859-1. Convert them all over to UTF-8.
* [BZ #16103] LC_MEASUREMENT review and standardizationChris Leonard2013-11-141-2/+3
|
* Adjust language-code fields of LC_ADDRESS.Chris Leonard2013-11-031-1/+6
|
* Add country_car field to LC_ADDRESScjl2013-09-041-0/+3
|
* [BZ #6867]Ulrich Drepper2008-10-311-2/+2
| | | | * sysdeps/powerpc/elf/rtld-global-offsets.sym: Fix typo.
* [BZ #4566]Ulrich Drepper2007-08-221-0/+180
* string/strtok.c: Fix typo in comment.