summaryrefslogtreecommitdiff
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* maint: update po/POTFILES.inJim Meyering2011-06-211-1/+0
| | | | | * po/POTFILES.in: Remove dfasearch.c, now that it no longer contains a translatable diagnostic.
* maint: update from gnulibJim Meyering2011-02-281-13/+13
| | | | | | * bootstrap: Update from gnulib. * tests/init.sh: Likewise. * gnulib: Update to latest.
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
| | | | Run "make update-copyright", so "make syntax-check" works in 2011.
* maint: add lib/version-etc.c to the list in POTFILES.inJim Meyering2010-09-011-0/+1
| | | | * po/POTFILES.in: Add lib/version-etc.c.
* maint: fix new argmatch-related syntax-check failuresJim Meyering2010-04-051-0/+1
| | | | | * configure.ac (ARGMATCH_DIE): Use usage(EXIT_FAILURE), not exit(1). * po/POTFILES.in: Add lib/argmatch.c.
* grep: rename files for intuitivenessPaolo Bonzini2010-03-221-4/+4
| | | | | | | | | * Makefile.am (libgrep_a_SOURCES, grep_SOURCES, egrep_SOURCES, fgrep_SOURCES): Adjust. * grep.c: Rename to main.c. * esearch.c: Rename to egrep.c. * fsearch.c: Rename to fgrep.c. * gsearch.c: Rename to grep.c.
* grep: kill GREP_PROGRAM/EGREP_PROGRAM/FGREP_PROGRAMPaolo Bonzini2010-03-221-0/+3
| | | | | | | | | | | | | | | | | | | | | * NEWS: Document slight semantic change. * TODO: #ifdefs are gone. * po/POTFILES.in: Update. * src/Makefile.am (grep_SOURCES, egrep_SOURCES, fgrep_SOURCES): Remove grep.c/egrep.c/fgrep.c. (noinst_LIBRARIES): Change libsearch.a to libgrep.a. (libsearch_a_SOURCES): Rename to libgrep_a_SOURCES, add grep.c (LDADD): Change libsearch.a to libgrep.a. * src/esearch.c: Add before_options and after_options. * src/fsearch.c: Likewise. * src/gsearch.c: Likewise. * src/grep.c (short_options, long_options): Remove GREP_PROGRAM special-casing. (usage): Use before_options and after_options, look at matchers. (setmatcher): Merge with install_matcher. (main): Call setmatcher (NULL) instead of install_matcher. * src/grep.h (GREP_PROGRAM): Remove. (before_options, after_options): Add.
* grep: split search.cPaolo Bonzini2010-03-221-1/+2
| | | | | | | | | | * po/POTFILES.in: Update. * src/Makefile.am (grep_SOURCES, egrep_SOURCES, fgrep_SOURCES): Move kwset.c and dfa.c to libsearch.a. Add searchutils.c there too. * src/search.h, src/dfasearch.c, src/pcresearch.c, src/kwsearch.c, src/searchutils.c: New files, split out of src/search.c. * src/esearch.c, src/fsearch.c: Include the new files instead of search.c. * src/gsearch.c: Likewise, plus move Gcompile/Acompile here.
* maint: use regex from gnulib, rather than our bit-rotting oneJim Meyering2010-02-031-1/+1
| | | | | | | | | | * bootstrap.conf (gnulib_modules): Add regex. * configure.ac: Don't use jm_INCLUDED_REGEX. Update use of cache variable. * lib/regex.c: Remove file. * lib/regex.h: Likewise. * m4/regex.m4: Likewise. * POTFILES.in: Update to match.
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+1
| | | | | | Use this command: git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \ env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
* maint: enable po-checkJim Meyering2009-12-041-8/+6
| | | | | * cfg.mk (local-checks-to-skip): Enable sc_po_check. * po/POTFILES.in: Sort and update.
* maint: remove now-generated file: po/Makefile.in.inJim Meyering2009-11-301-429/+0
| | | | * po/Makefile.in.in: Remove file, now generated via bootstrap.
* add gnulibPaolo Bonzini2009-11-262-51/+1
| | | | | * bootstrap: Use gnulib's build-aux/bootstrap. * configure.ac: Add gl_INIT and gl_EARLY.
* run autopoint and fetch po files from the bootstrap scriptPaolo Bonzini2009-11-2041-18763/+2
| | | | | | | | | | | | * bootstrap: Add autopoint invocation and fetching of .po files. * configure.ac: Bump to GNU gettext 0.17. * ABOUT-NLS: Remove. * m4/gettext.m4: Remove. * m4/iconv.m4: Remove. * m4/lib-link.m4: Remove. * m4/po.m4: Remove. * po/*.po: Remove.
* upgrade to external gettext, modernize handling of m4 subdirectoryPaolo Bonzini2009-11-204-150/+402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac.in (AM_GNU_GETTEXT_VERSION): Bump to 0.17. (AC_OUTPUT): Remove m4/Makefile creation. * Makefile.am (subdirs): Remove m4 subdirectory. (EXTRA_DIST): Add build-aux/config.rpath. * intl/*: Remove. * m4/Makefile.am: Remove. * m4/codeset.m4: Remove. * m4/glibc.m4: Remove. * m4/glibc21.m4: Remove. * m4/header.m4: Remove. * m4/install.m4: Remove. * m4/isc-posix.m4: Remove. * m4/lcmessage.m4: Remove. * m4/sanity.m4: Remove. * m4/gettext.m4: Upgrade to gettext-0.17. * m4/iconv.m4: Upgrade to gettext-0.17. * m4/lib-ld.m4: New file, from gettext-0.17. * m4/lib-link.m4: New file, from gettext-0.17. * m4/lib-prefix.m4: New file, from gettext-0.17. * m4/nls.m4: New file, from gettext-0.17. * m4/po.m4: New file, from gettext-0.17. * m4/progtest.m4: Upgrade to gettext-0.17. * m4/Makefile.am (EXTRA_DIST): Add the new files. * po/Makefile.in.in: Upgrade to gettext-0.17. * po/Makevars: New. * po/cat-id-tbl.c: New. * src/Makefile.am: Replace @INTLLIBS@ with @LIBINTL@.
* move .cvsignore files to .gitignorePaolo Bonzini2009-11-201-2/+0
|
* * po/*.po: update from the Translation ProjectTony Abou-Assaleh2009-02-1012-324/+709
|
* * po/Makefile.in.in: Remove deleted file ChangeLog from DISTFILESTony Abou-Assaleh2009-02-011-1/+1
| | | | * po/Makefile.in.in: Remove deleted file ChangeLog from DISTFILES
* * po/*.po: update from the Translation ProjectTony Abou-Assaleh2009-02-0116-1547/+2640
| | | | * po/*.po: update from the Translation Project
* update/add copyright noticesKarl Berry2009-01-302-7/+16
|
* * po/POTFILES.in: -lib/getopt1.cTony Abou-Assaleh2008-02-151-1/+0
|
* * po/POTFILES.in: +src/system.h +lib/closeout.c +lib/regex.cTony Abou-Assaleh2008-02-141-0/+4
| | | | | | | +lib/xmalloc.c * po/POTFILES.in: +src/system.h +lib/closeout.c +lib/regex.c +lib/xmalloc.c
* po/sk.po: updated from the translation projectTony Abou-Assaleh2007-11-161-2/+2
| | | | * po/sk.po: updated from the translation project
* * po/*.po: get latest translationsTony Abou-Assaleh2007-11-0335-2793/+3761
| | | | | | * po/no.po: removed * po/ky.po: added * po/ky.po: added
* Fixesv2.5.2Bernhard Rosenkraenzer2006-11-241-15/+5
| | | | * po/Makefile.in.in: Adjust to work with automake 1.1x
* Add current translations from www.iro.umontreal.caBernhard Rosenkraenzer2006-08-1839-1781/+7887
|
* * README.DOS, TODO, grep.spec, doc/grep.1, doc/grep.texi,Charles Levert2005-11-084-5/+5
| | | | | | | | | | | | src/grep.h, po/da.po, po/nb.po, po/no.po, po/sv.po: Replace all capitalized "Grep" by a lowercase "grep", except in citations. Reported by Benno Schulenberg <benno@nietvergeten.nl> from the <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=190551> entry in the Debian bug tracker. * doc/grep.1, doc/grep.texi: Explain that the "egrep" and "fgrep" commands are deprecated and provided for historical applications. Replace some "egrep" uses by "grep -E" to promote the newer usage. Typeset "zgrep" as a command. Fix some spacing and punctuation bugs.
* Fix email address in ko.poJulian Foad2005-02-231-1/+1
| | | | * po/ko.po: Fix email address.
* Use PACKAGE_BUGREPORT.Stepan Kasal2004-11-2025-51/+51
| | | | | | This change is based on a suggestion by Elliott Hughes. * src/grep.c (usage): Use PACKAGE_BUGREPORT. * po/*.po: Hacked the current translation again.
* fix for current automake, drop support of legacy autotoolsStepan Kasal2004-11-201-2/+4
| | | | | | | | | | * ./cvsignore: Amended several .cvsignore files and removed *.gmo, acinclude.m4 and stamp-h.in from the root one. * m4/init.m4: Nuked, it was breaking current automake. * m4/Makefile.m4: Removed init.m4. * autogen.m4: Drop support for legacy autoconf; tell whether the auto tools exited successfully or not; fix the permissions of tests/*.sh--CVS doesn't provide a way to fix it.
* bug report address changeStepan Kasal2004-11-1925-51/+51
| | | | | | | | Change bug-gnu-utils address to bug-grep, on many places; there is no need to have the word ``grep'' in subject then. Thanks to Tony Abou-Assaleh and Benno Schulenberg for pointing out this. * 2.5.1 Release.
* Remove grep.pot because it is a generated fileJulian Foad2004-11-111-334/+0
|
* remove non-constant initializersStepan Kasal2003-07-081-10/+10
| | | | * src/dfa.c: remove non-constant initializers from dfa.c
* *** empty log message ***Stepan Kasal2003-06-051-35/+36
|
* Comply with ridiculous guidelines even though they make no sense whatsoeverBernhard Rosenkraenzer2002-03-261-27/+28
| | | | | | * src/grep.c, src/Makefile.am, configure.in: Add patch from Paul Eggert <eggert@twinsun.com> to comply with ridiculous guidelines (don't act differently if invoked as egrep or fgrep)
* Translation updatesBernhard Rosenkraenzer2002-03-267-448/+531
|
* FixBernhard Rosenkraenzer2002-03-152-42/+41
| | | | | | * src/Makefile.am, po/Makefile.in.in: Support DESTDIR properly * tests/bre.tests: Add fix from Peter Breitenlohner <peb@mppmu.mpg.de>
* Update translationsBernhard Rosenkraenzer2002-03-1324-2153/+3747
| | | | * po/*: Sync with translation project
* gettext 0.11, autoconf 2.53Bernhard Rosenkraenzer2002-03-131-28/+29
| | | | | | * configure.in, m4/regex.m4, m4/malloc.m4, m4/realloc.m4: Don't set LIBOBJS directly, autoconf 2.53 doesn't like it * intl/*: Sync with gettext 0.11
* Update pot fileBernhard Rosenkraenzer2002-01-221-27/+37
|
* Sync with translation projectBernhard Rosenkraenzer2002-01-221-188/+102
| | | | * po/ru.po: Sync with translation project
* Reduce bloatBernhard Rosenkraenzer2001-11-191-26/+27
| | | | * configure.in, lib/Makefile.am: Don't use internal getopt if
* Add -o optionBernhard Rosenkraenzer2001-11-191-1/+1
| | | | | * src/grep.c: Add --only-matching (-o) switch (see NEWS) * doc/grep.texi, doc/grep.1, NEWS: Document changes
* Document the changeBernhard Rosenkraenzer2001-09-261-1/+1
| | | | | * src/dfa.c: Fix an i18n bug: echo "A" | grep '[A-Z0-9]' wouldn't work in non-C-Locales on systems using current versions of glibc.
* Fix i18n bug - echo "A" | grep '[A-Z0-9]' wouldn't return anything on aBernhard Rosenkraenzer2001-09-261-5/+5
| | | | GNU/Linux system with LANG set to anything but "C".
* timestamps shouldn't be in cvsBernhard Rosenkraenzer2001-09-251-1/+0
|
* Sync with current autoconfBernhard Rosenkraenzer2001-09-251-122/+0
|
* More autoconf 2.5x/automake 1.5 changesBernhard Rosenkraenzer2001-09-252-65/+60
|
* * configure.in: Add gl in ALL_LINGUAS.Alain Magloire2001-08-314-239/+312
| | | | | | | | | | | * doc/grep.1: Warn that grep insert a "--" between groups of matches, when using the context options. * doc/grep.texi: Likewised. * configure.in: Add gl in ALL_LINGUAS. * doc/grep.1: Warn that grep insert a "--" between groups of matches, when using the context options. * doc/grep.texi: Likewised.
* * doc/grep.texi: Point out that some Platforms do not supportAlain Magloire2001-08-2519-493/+569
| | | | | | | reading of directories and silently ignore them. * doc/grep.texi: Point out that some Platforms do not support reading of directories and silently ignore them.