summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* maint: update copyright datesJim Meyering2023-01-012-2/+2
|
* maint: make update-copyrightJim Meyering2022-01-032-2/+2
|
* maint: update all copyright year number rangesJim Meyering2021-01-012-2/+2
| | | | | | | Run "make update-copyright" and then... * gnulib: Update to latest with copyright year adjusted. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise.
* maint: update all copyright year number rangesJim Meyering2020-01-012-2/+2
| | | | | | | Run "make update-copyright" and then... * gnulib: Update to latest with copyright year adjusted. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise.
* maint: avoid syntax-check failureJim Meyering2019-12-291-1/+1
| | | | * po/POTFILES.in: Add argmatch.h; remove xstrtol-error.c
* build: update gnulib to latestJim Meyering2019-01-201-0/+1
| | | | | * gnulib: Update to latest. * po/POTFILES.in: Add lib/xstdopen.c.
* maint: update all copyright dates via "make update-copyright"Jim Meyering2019-01-012-2/+2
| | | | * gnulib: Also update submodule for its copyright updates.
* maint: update gnulib and copyright dates for 2018Jim Meyering2018-01-062-2/+2
| | | | | | * gnulib: Update to latest. * all files: Run "make update-copyright". * bootstrap: Update from gnulib.
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-012-2/+2
| | | | | * gnulib: Update to latest. * all files: Run "make update-copyright".
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-012-2/+3
| | | | | | | | Run "make update-copyright" and then... * gnulib: Update to latest. * tests/init.sh: Update from gnulib. * bootstrap: Likewise.
* diff: add --paletteGiuseppe Scrivano2015-11-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | * bootstrap (gnulib_modules): Add 'argmatch'. * doc/diffutils.texi: Add documentation for --palette * src/diff.h (set_color_palette): New prototype. * src/diff.c (set_color_palette): New function. (color_palette): New variable. * src/utils.c: Include "argmatch.h". (struct bin_str): New struct. (struct color_ext_type): New struct. (color_indicator): New array. (indicator_name): New array. (indicator_no): New enum. (parse_state): New enum. (put_indicator): New function. (get_funky_string): New function. Copied from coreutils ls. (parse_diff_color): New function. Copied from coreutils ls "parse_ls_color" function. (set_color_context): Use put_indicator instead of directly outputting the sequence. * po/POTFILES.in: Add 'lib/argmatch.c'
* maint: update copyright year ranges to include 2015; update gnulibJim Meyering2015-01-012-2/+2
|
* maint: update all copyright year number rangesJim Meyering2013-01-042-2/+2
| | | | Run "make update-copyright".
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-251-11/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | This is in response to a recent change in the GNU coding standards, which now suggest quoting 'like this' or "like this", instead of `like this' or ``like this''. * HACKING, NEWS, README, README-hacking, TODO, doc/diagmeet.note: * doc/diffutils.texi, ms/config.bat, ms/config.site: * src/analyze.c, src/cmp.c, src/context.c, src/diff.c: * src/diff.h, src/diff3.c, src/dir.c, src/ifdef.c, src/io.c: * src/sdiff.c, src/side.c, src/system.h, src/util.c: * tests/help-version: Quote 'like this' or "like this" in commentary. * cfg.mk (old_NEWS_hash): Adjust to reflect new NEWS quoting. * man/help2man: Update to 1.40.4 version, with quoting fixed as above. * po/en.po: Remove translation involving `, as it's no longer needed. * src/cmp.c (try_help, specify_ignore_initial, usage, main): * src/diff.c (main, try_help, option_help_msgid, specify_value) (compare_files): * src/diff3.c (main, try_help, option_help_msgid, usage) (read_diff): * src/dir.c (compare_names): * src/sdiff.c (try_help, usage, check_child_status, main): * src/util.c (finish_output): * tests/help-version: Quote 'like this' in output.
* maint: update all copyright year number rangesJim Meyering2012-01-012-2/+2
| | | | Run "make update-copyright".
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-032-2/+2
| | | | Run "make update-copyright", so "make syntax-check" works in 2011.
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-012-2/+2
| | | | | | Use this command: git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \ env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
* maint: lib/xfreopen.c contains translatable stringsJim Meyering2009-11-201-0/+1
| | | | * po/POTFILES.in: Add lib/xfreopen.c.
* admin: update all copyright notices to include the year 2009Jim Meyering2009-11-112-2/+2
|
* maint/sc: enable the po checkJim Meyering2009-11-111-3/+4
| | | | | * cfg.mk (local-checks-to-skip): Add sc_po_check. * po/POTFILES.in: Update.
* remove many filesJim Meyering2009-11-112-38/+0
| | | | | Many are now obtained via bootstrap from gnulib. Others (ms/) were not being maintained.
* * COPYING: New file.Paul Eggert2007-07-191-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * AUTHORS: Update from GPLv2 to GPLv3. * Makefile.am: Likewise. * NEWS: Likewise. * README: Likewise. * README-hacking: Likewise. * bootstrap: Likewise. * bootstrap.conf: Likewise. * configure.ac: Likewise. * exgettext: Likewise. * doc/Makefile.am: Likewise. * lib/Makefile.am: Likewise. * lib/cmpbuf.c: Likewise. * lib/cmpbuf.h: Likewise. * lib/prepargs.c: Likewise. * m4/vararrays.m4: Likewise. * man/Makefile.am: Likewise. * ms/Makefile.am: Likewise. * ms/README: Likewise. * ms/config.bat: Likewise. * ms/config.sed: Likewise. * ms/config.site: Likewise. * po/POTFILES.in: Likewise. * src/Makefile.am: Likewise. * src/analyze.c: Likewise. * src/cmp.c: Likewise. * src/context.c: Likewise. * src/diff.c: Likewise. * src/diff.h: Likewise. * src/diff3.c: Likewise. * src/dir.c: Likewise. * src/ed.c: Likewise. * src/io.c: Likewise. * src/normal.c: Likewise. * src/sdiff.c: Likewise. * src/system.h: Likewise. * src/util.c: Likewise.
* Update FSF address.Paul Eggert2006-01-051-2/+2
|
* Use a single locale for both British and American English,Paul Eggert2003-07-281-14/+3
| | | | since we don't need to use '-ise' in Britain, says the OED.
* Add en_US.Paul Eggert2002-06-171-1/+1
|
* Translate "Torbjorn".Paul Eggert2002-06-171-4/+15
|
* Initial revisionPaul Eggert2002-06-171-0/+37
|
* Remove lib/freesoft.c.Paul Eggert2002-06-171-1/+3
| | | | Add lib/file-type.c, lib/version-etc.c, lib/xmalloc.c.
* Translate (C).Paul Eggert2002-06-111-5/+9
|
* Add hu, pt_BR.Paul Eggert2002-06-111-1/+1
|
* Add zh_TW.Paul Eggert2002-03-111-1/+1
|
* Add lib/c-stack.c, src/dir.c.Paul Eggert2002-02-281-1/+3
|
* Add cs, ja.Paul Eggert2002-02-281-1/+1
|
* Don't say "illegal". Fix headers to match recent gettext standards.Paul Eggert2002-01-241-5/+29
|
* Initial revisionPaul Eggert2002-01-241-0/+1
|
* Initial revisionPaul Eggert2001-11-231-0/+31
|
* Don't translate "program" to "programme".Paul Eggert2001-11-231-4/+1
|
* Initial revisionPaul Eggert1998-09-141-0/+12