summaryrefslogtreecommitdiff
path: root/locate/frcode.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #35753: detect failure of the atexit library function.James Youngman2013-12-081-1/+4
* Use a consistent order for header-file inclusion.James Youngman2011-06-201-16/+17
* Take gnulib-tool's advice about which header files to include.James Youngman2011-06-201-0/+1
* Update the copyright year in C source files.James Youngman2011-06-041-1/+2
* Remove redundant declarations.James Youngman2010-04-211-1/+2
* Remove support for compilers lacking prototypes.James Youngman2010-04-211-1/+1
* frcode: avoid link failure due to multiple program_name definitionsJim Meyering2010-04-051-7/+1
* Use set_program_name() to remember the programs' names.James Youngman2010-04-031-3/+5
* Change error (1, ...) to error (EXIT_FAILURE, ...).James Youngman2010-04-021-6/+9
* Updated copyright years to add 2010.James Youngman2010-04-011-1/+1
* Coding style fixes: space after function names.James Youngman2010-04-011-22/+22
* Remove unnecessary include guards.James Youngman2009-04-121-8/+1
* Pick up gnulib change to getline module.Eric Blake2007-08-231-14/+13
* Fixed Savannah bug #20547, version information not compliant with GNU coding ...James Youngman2007-07-221-1/+2
* Migrated from GPL version 2 to GPL version 3James Youngman2007-07-021-8/+6
* Fix Savannah bug #20263 (compilation err on DEC OSF/1. Include <sys/stat.h> ...James Youngman2007-06-261-2/+2
* Fixed various lint complaints pointed out by build-aux/src-sniff.pyJames Youngman2007-06-211-1/+1
* Fix Savannah bug #19980, by avoiding the non-POSIX function putw() (and in pr...James Youngman2007-06-091-0/+3
* Bugfixes for Savannah bugs #19768 and #19766James Youngman2007-05-011-22/+40
* Support the generation of slocate-format databasesJames Youngman2007-04-221-21/+98
* Merged some changes from the 4.2 branch:James Youngman2006-08-201-3/+25
* Avoid producing an invalid database if the first item begins with a spaceJames Youngman2006-08-111-4/+2
* Updated the FSF's postal addressJames Youngman2005-06-071-1/+1
* Updated/corrected the email address for David MacKenzie, one of the original ...James Youngman2005-01-311-1/+1
* The GNU coding standard requires a space between the function name andJames Youngman2005-01-081-1/+1
* Savannah bug 11517: find, xargs, locate, etc. should not hide write failures;...James Youngman2005-01-081-0/+2
* correctly handle newlines in the file namesJames Youngman2004-11-061-4/+81
* Corrected typo in the address of the FSF officeJames Youngman2004-10-241-1/+1
* Use gnulib-tool --import to import the gnulib code, rather than the odd way w...James Youngman2004-10-241-7/+0
* Avoid use of exit() within main, to silence warnings about unreachable codeJames Youngman2004-10-241-1/+1
* Merged changes made for version 4.1.20 onto the trunkJames Youngman2003-06-141-1/+10
* *** empty log message ***Kevin Dalley2000-04-121-1/+1
* * locate/frcode.c, locate/code.c, locate/bigram.c: add macrosKevin Dalley2000-04-051-9/+4
* * locate/frcode.c, locate/bigram.c: include headers from ../libKevin Dalley2000-01-271-0/+1
* * locate/frcode.c, locate/code.c, locate/bigram.c: change returnKevin Dalley2000-01-181-3/+3
* Initial revisionKevin Dalley1996-02-041-0/+170