summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* Update French translationAllan McRae2014-10-091-2/+2
|
* Update Russian translationAllan McRae2014-09-131-5/+5
|
* Update Korean translationAllan McRae2014-09-071-827/+885
|
* Update Esperanto translationAllan McRae2014-09-011-530/+546
|
* Update Catalan translationAllan McRae2014-09-011-478/+494
|
* Update Vietnamese translationAllan McRae2014-08-261-525/+552
|
* Update Ukrainian translationAllan McRae2014-08-261-478/+505
|
* Update French translationAllan McRae2014-08-261-526/+498
|
* Update Russian translationAllan McRae2014-08-261-479/+506
|
* Update Polish translationAllan McRae2014-08-261-479/+494
|
* Update Czech translationAllan McRae2014-08-261-478/+505
|
* Update German translationAllan McRae2014-08-261-478/+493
|
* Update Bulgarian translationAllan McRae2014-08-261-488/+515
|
* Update Sweedish translationAllan McRae2014-08-261-499/+514
|
* Update Dutch translationAllan McRae2014-08-261-481/+508
|
* Update Spanish translationAllan McRae2014-08-261-478/+493
|
* Regenerate libc.poAllan McRae2014-08-091-477/+492
|
* Update Spanish translationsAllan McRae2014-07-231-1088/+1165
|
* Update Swedish translationsAllan McRae2014-05-161-6/+6
|
* Update Esperanto translationsAllan McRae2014-05-041-11/+11
|
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In <https://sourceware.org/ml/libc-alpha/2014-01/msg00196.html> I noted it was necessary to add includes of Makeconfig early in various subdirectory makefiles for the tests-special variable settings added by that patch to be conditional on configuration information. No-one commented on the general question there of whether Makeconfig should always be included immediately after the definition of subdir. This patch implements that early inclusion of Makeconfig in each directory (which is a lot easier than consistent placement of includes of Rules). Includes are added if needed, or moved up if already present. Subdirectory "all:" targets are removed, since Makeconfig provides one. There is potential for further cleanups I haven't done. Rules and Makerules have code such as ifneq "$(findstring env,$(origin headers))" "" headers := endif to override to empty any value of various variables that came from the environment. I think there is a case for Makeconfig setting all the subdirectory variables (other than subdir) to empty to ensure no outside value is going to take effect if a subdirectory fails to define a variable. (A list of such variables, possibly out of date and incomplete, is in manual/maint.texi.) Rules and Makerules would give errors if Makeconfig hadn't already been included, instead of including it themselves. The special code to override values coming from the environment would then be obsolete and could be removed. Tested x86_64, including that installed binaries are identical before and after the patch. * argp/Makefile: Include Makeconfig immediately after defining subdir. * assert/Makefile: Likewise. * benchtests/Makefile: Likewise. * catgets/Makefile: Likewise. * conform/Makefile: Likewise. * crypt/Makefile: Likewise. * csu/Makefile: Likewise. (all): Remove target. * ctype/Makefile: Include Makeconfig immediately after defining subdir. * debug/Makefile: Likewise. * dirent/Makefile: Likewise. * dlfcn/Makefile: Likewise. * gmon/Makefile: Likewise. * gnulib/Makefile: Likewise. * grp/Makefile: Likewise. * gshadow/Makefile: Likewise. * hesiod/Makefile: Likewise. * hurd/Makefile: Likewise. (all): Remove target. * iconvdata/Makefile: Include Makeconfig immediately after defining subdir. * inet/Makefile: Likewise. * intl/Makefile: Likewise. * io/Makefile: Likewise. * libio/Makefile: Likewise. (all): Remove target. * locale/Makefile: Include Makeconfig immediately after defining subdir. * login/Makefile: Likewise. * mach/Makefile: Likewise. (all): Remove target. * malloc/Makefile: Include Makeconfig immediately after defining subdir. (all): Remove target. * manual/Makefile: Include Makeconfig immediately after defining subdir. * math/Makefile: Likewise. * misc/Makefile: Likewise. * nis/Makefile: Likewise. * nss/Makefile: Likewise. * po/Makefile: Likewise. (all): Remove target. * posix/Makefile: Include Makeconfig immediately after defining subdir. * pwd/Makefile: Likewise. * resolv/Makefile: Likewise. * resource/Makefile: Likewise. * rt/Makefile: Likewise. * setjmp/Makefile: Likewise. * shadow/Makefile: Likewise. * signal/Makefile: Likewise. * socket/Makefile: Likewise. * soft-fp/Makefile: Likewise. * stdio-common/Makefile: Likewise. * stdlib/Makefile: Likewise. * streams/Makefile: Likewise. * string/Makefile: Likewise. * sunrpc/Makefile: Likewise. (all): Remove target. * sysvipc/Makefile: Include Makeconfig immediately after defining subdir. * termios/Makefile: Likewise. * time/Makefile: Likewise. * timezone/Makefile: Likewise. (all): Remove target. * wcsmbs/Makefile: Include Makeconfig immediately after defining subdir. * wctype/Makefile: Likewise. libidn/ChangeLog: * Makefile: Include Makeconfig immediately after defining subdir. localedata/ChangeLog: * Makefile: Include Makeconfig immediately after defining subdir. (all): Remove target. nptl/ChangeLog: * Makefile: Include Makeconfig immediately after defining subdir. nptl_db/ChangeLog: * Makefile: Include Makeconfig immediately after defining subdir.
* Update Slovenian translationsAllan McRae2014-02-031-570/+593
|
* Update French translationsAllan McRae2014-01-271-468/+520
|
* Update Catalan translationsAllan McRae2014-01-201-527/+569
|
* Update Bulgarian translationsAllan McRae2014-01-111-464/+516
|
* Update German translationsAllan McRae2014-01-111-467/+509
|
* Update Swedish translationsAllan McRae2014-01-101-466/+509
|
* Update Vietnamese translationsAllan McRae2014-01-101-580/+634
|
* Update Esperanto translationsAllan McRae2014-01-101-515/+568
|
* Update Czech translationsAllan McRae2014-01-101-464/+517
|
* Update Dutch translationsAllan McRae2014-01-101-474/+525
|
* Update Polish translationsAllan McRae2014-01-101-467/+510
|
* Update Russian translationsAllan McRae2014-01-101-471/+522
|
* Update Ukrainian translationsAllan McRae2014-01-101-464/+516
|
* Rename header.pot to pot.header.Carlos O'Donell2014-01-082-2/+1
| | | | | | | | | | | The Translation Project has asked us to rename the pot header file `header.pot' to something else. Their scripts automatically look for pot files and the file `header.pot' is not actually a pot file but a header that we use when regenerating `libc.pot.' This commit renames `header.pot' to `pot.header' to avoid causing errors or complicating the TP project scripts.
* Regenerate libc.poAllan McRae2014-01-051-456/+492
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Add Solvenian translations for glibc messages.Carlos O'Donell2013-12-271-0/+7252
|
* Update Chinese (traditional) translations.David S. Miller2013-09-061-941/+975
| | | | | * po/zh_TW.po: Update Chinese (traditional) translation from translation project.
* Add Ukrainian translations.David S. Miller2013-08-221-0/+7151
| | | | * po/uk.po: Add Ukrainian translations from translation project.
* Update Catalan translations.David S. Miller2013-08-221-934/+968
| | | | * po/ca.po: Update Catalan translation from translation project.
* Update Korean translations.David S. Miller2013-08-031-1143/+1338
| | | | * po/ko.po: Update Korean translation from translation project.
* Update French translations.David S. Miller2013-07-301-934/+968
| | | | * po/fr.po: Update French translation from translation project.
* Update Czech translations.David S. Miller2013-07-281-937/+970
| | | | * po/cs.po: Update Czech translation from translation project.
* Update Swedish translations.David S. Miller2013-07-281-935/+969
| | | | * po/sv.po: Update Swedish translation from translation project.
* Update Esperanto translations.David S. Miller2013-07-271-1020/+1052
| | | | * po/eo.po: Update Esperanto translation from translation project.
* Update Vietnamese translations.David S. Miller2013-07-271-992/+1027
| | | | * po/vi.po: Update Vietnamese translation from translation project.
* Update German translations.David S. Miller2013-07-271-933/+967
| | | | * po/de.po: Update German translation from translation project.
* Update Bulgarian translations.David S. Miller2013-07-261-946/+980
| | | | * po/bg.po: Update Bulgarian translation from translation project.