summaryrefslogtreecommitdiff
path: root/locate/locate.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright year number rangesBernhard Voelker2023-01-011-1/+1
* maint: avoid warnings from sparse toolBernhard Voelker2022-01-061-2/+2
* maint: update copyright year number rangesBernhard Voelker2022-01-021-1/+1
* maint: update copyright year number rangesBernhard Voelker2021-01-021-1/+1
* maint: use more *-safer gnulib modulesBernhard Voelker2020-12-021-0/+1
* maint: adjust to split out xstrtol-error gnulib moduleBernhard Voelker2020-01-011-0/+1
* maint: update copyright year number rangesBernhard Voelker2020-01-011-1/+1
* maint: update copyright year number rangesBernhard Voelker2019-01-041-1/+1
* maint: move NLS-related macros to a central placeBernhard Voelker2018-03-141-24/+1
* maint: update copyright year number rangesBernhard Voelker2018-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Bernhard Voelker2017-11-131-24/+25
* all: prefer https:// URLs where possibleBernhard Voelker2017-10-231-2/+2
* maint: update copyright year number rangesBernhard Voelker2017-10-231-2/+1
* maint: fix typo in commentBernhard Voelker2017-08-281-1/+1
* locate: don't warn about slocate databases any more.James Youngman2017-07-231-5/+0
* maint: avoid warnings from GCC 6.2.1Bernhard Voelker2017-02-061-2/+2
* all: output full usage only when requested via the --help optionBernhard Voelker2016-02-161-9/+17
* Better and more consistent guidance on how to report bugs.James Youngman2016-01-251-1/+2
* maint: update copyright years.James Youngman2016-01-031-2/+2
* locate: Fix compiler warnings.James Youngman2016-01-031-3/+4
* Spelling fixes (fixing Savannah bug #8688).Ville Skyttä2015-12-281-1/+1
* Print the modification time of the database for --statistics.James Youngman2015-05-101-19/+47
* Remove obsolete TOLOWER/TOUPPER macros.James Youngman2014-08-231-9/+0
* Bug #35753: detect failure of the atexit library function.James Youngman2013-12-081-2/+4
* Enable assertions in locate.James Youngman2013-04-221-2/+0
* slocate: add a testcase to expose bug, and fix itPeter Breitenlohner2013-04-201-47/+15
* locate: fix off-by-one bugs and enable assertionsPeter Breitenlohner2013-04-201-4/+15
* Fix Savannah bug #38239, missing variable initialisation in locateJames Youngman2013-02-031-23/+40
* fix comment/changelog typosJim Meyering2012-06-051-1/+1
* Use a consistent order for header-file inclusion.James Youngman2011-06-201-40/+33
* Take gnulib-tool's advice about which header files to include.James Youngman2011-06-201-2/+3
* 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
* Update the copyright year in C source files.James Youngman2011-06-041-1/+2
* 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
* Correct the format of copyright statements, and add 2010.James Youngman2010-04-031-3/+1
* Don't include quote.h/quotearg.h where it is not used.James Youngman2010-04-031-1/+0
* Use set_program_name() to remember the programs' names.James Youngman2010-04-031-6/+5
* Change error (1, ...) to error (EXIT_FAILURE, ...).James Youngman2010-04-021-13/+13
* Coding style fixes: space after function names.James Youngman2010-04-011-189/+190
* Remove some extra spaces present in locate usage text.Francesco Cosoleto2010-03-121-2/+2
* Remove unnecessary include guards.James Youngman2009-04-121-3/+1
* Removed trailing whitespace.James Youngman2009-03-041-129/+129
* Avoid compiler warnings.Eric Blake2008-02-151-2/+2
* Changes to allow better translation of plurals.James Youngman2008-02-091-20/+25
* Backed out the positional parameter change because it was too error prone and...James Youngman2007-12-201-34/+27
* Enhancements to format strings in hman-readable messages intended to allow be...James Youngman2007-12-191-27/+34
* Pick up gnulib change to getline module.Eric Blake2007-08-231-1/+0