summaryrefslogtreecommitdiff
path: root/locate
Commit message (Expand)AuthorAgeFilesLines
* add the output of import-gnulib.shRichard Maw2012-01-124-21/+3401
* Remove test-coverage output files for "make clean".James Youngman2011-06-211-1/+11
* Use a consistent order for header-file inclusion.James Youngman2011-06-205-77/+84
* Take gnulib-tool's advice about which header files to include.James Youngman2011-06-205-2/+7
* Fix coredump bug introduced in the previous change.James Youngman2011-06-141-3/+2
* Split strings into fields nondestructively.James Youngman2011-06-131-645/+662
* Fix compilation failure in bigram.c by including <locale.h>.James Youngman2011-06-131-0/+1
* Enable sc_makefile_at_at_check; fix problems it identifies.James Youngman2011-06-121-2/+2
* Enable the sc_trailing_blank check.James Youngman2011-06-129-17/+17
* Enable the sc_space_tab checkJames Youngman2011-06-121-3/+3
* Fixes for empty-lines-at-EOF syntax check.James Youngman2011-06-051-1/+0
* Prefer "cannot" to "can not".James Youngman2011-06-052-2/+2
* Use the gnulib byteswap and uname modules.James Youngman2011-06-051-5/+1
* Add internationalisation support to bigram but not regexprops.James Youngman2011-06-041-0/+23
* Update the copyright year in C source files.James Youngman2011-06-046-6/+10
* Update the copyright year in test/documentation files, updatedb.James Youngman2011-06-042-3/+3
* Don't display a separate gnulib version.James Youngman2011-06-041-1/+0
* Manage gnulib as a git submodule.James Youngman2011-05-301-3/+3
* Fix Savannah bug #33384.James Youngman2011-05-241-2/+0
* Fix bug #14386: updatedb relies on mktemp, which is not portable.James Youngman2011-05-154-14/+47
* Use \- instead of - to get minus instead of a hyphen.Andreas Metzler2010-05-081-1/+1
* Bugfix: make sure make distdir works in VPATH directly after configureJames Youngman2010-05-041-3/+10
* Preserve locate/dblocation.texi during 'make clean'.James Youngman2010-04-291-1/+2
* Remove redundant declarations.James Youngman2010-04-212-4/+2
* Remove support for compilers lacking prototypes.James Youngman2010-04-212-9/+1
* Ensure that dblocation.texi gets created.James Youngman2010-04-171-0/+1
* Remove trailing blank lines.James Youngman2010-04-1111-11/+0
* Eliminate some obsolete code.James Youngman2010-04-071-4/+0
* Remove form-feeds.James Youngman2010-04-061-3/+3
* Use bool instead of the previous typedef boolean.James Youngman2010-04-051-3/+1
* frcode: avoid link failure due to multiple program_name definitionsJim Meyering2010-04-051-7/+1
* Correct the format of copyright statements, and add 2010.James Youngman2010-04-031-3/+1
* Update copyright years.James Youngman2010-04-033-4/+5
* Ignore generated files for the convenience of non-VPATH users.James Youngman2010-04-031-0/+6
* Don't include quote.h/quotearg.h where it is not used.James Youngman2010-04-032-2/+0
* Use set_program_name() to remember the programs' names.James Youngman2010-04-033-13/+16
* Coding standard fix: "Warning" should be "WARNING" or "warning".James Youngman2010-04-021-1/+1
* Change error (1, ...) to error (EXIT_FAILURE, ...).James Youngman2010-04-024-23/+27
* Updated copyright years to add 2010.James Youngman2010-04-012-2/+2
* Coding style fixes: space after function names.James Youngman2010-04-014-247/+248
* Remove some extra spaces present in locate usage text.Francesco Cosoleto2010-03-121-2/+2
* Remove unnecessary include guards.James Youngman2009-04-123-19/+4
* Fix Savannah bug #25764, duplicate entry for proc in PRUNEFS.James Youngman2009-03-052-2/+5
* Enabled GCC warnings for declarations after statements.James Youngman2009-03-041-0/+1
* Removed trailing whitespace.James Youngman2009-03-049-239/+239
* Upgrade to gnulib version 86a37c05846ff3772afd1300f135866dd1d271c6.James Youngman2009-03-041-1/+1
* Update gnulib version; follow gnulib-tool's Makefile.am edit suggestions.James Youngman2009-02-211-1/+1
* fix typo Any -> anyJames Youngman2008-08-041-1/+1
* Applied patch from Jim Meyering; Avoid link failure for locate with -fno-common.James Youngman2008-03-101-2/+2
* Avoid compiler warnings.Eric Blake2008-02-151-2/+2