Commit Graph

27 Commits

Author SHA1 Message Date
Kevin Dalley
da4093813c GNU findutils package version 4.1 1996-02-04 20:35:04 +00:00
Eric Blake
194619c1ba Pick up gnulib change to getline module.
* import-gnulib.config (gnulib_version): Bump date.
* locate/bigram.c: Use <stdio.h>, not getline.h.
* locate/code.c: Likewise.
* locate/frcode.c: Likewise.
* locate/locate.c: Likewise.
2007-08-23 14:17:38 +00:00
Eric Blake
6597c7a55c * find/parser.c (parse_version): Avoid compiler warning.
* locate/code.c (includes): Likewise.
2007-07-24 03:38:39 +00:00
James Youngman
1bd53425e8 Fixed Savannah bug #20547, version information not compliant with GNU coding standard 2007-07-22 13:08:22 +00:00
James Youngman
1c43fc92b5 Migrated from GPL version 2 to GPL version 3 2007-07-02 08:25:45 +00:00
James Youngman
5a7e83f1d7 Fixed various lint complaints pointed out by build-aux/src-sniff.py 2007-06-21 23:41:08 +00:00
James Youngman
4f76ac2b63 Fix Savannah bug #19980, by avoiding the non-POSIX function putw() (and in previous changes, getw(), and wcwidth()) 2007-06-09 12:53:42 +00:00
James Youngman
dc4a7adf94 Bugfixes for Savannah bugs #19768 and #19766 2007-05-01 09:46:30 +00:00
James Youngman
4e24fa0d9e Fixed Savannah bug #19484 (decompression problem if first filename to go into the locate database begins with a space) 2007-04-19 22:58:20 +00:00
James Youngman
70f1a3d1ea New method of checking out and configuring gnulib - define which version we need to use, and remember which version we used 2007-02-28 23:55:47 +00:00
James Youngman
a76cefba3d Updated the FSF's postal address 2005-06-07 22:24:56 +00:00
James Youngman
3d28858599 Fix Savannah bug #13324: Fix compiler warnings for GCC-3.4 2005-06-07 20:38:56 +00:00
James Youngman
5dfee34c44 Updated/corrected the email address for David MacKenzie, one of the original authors of findutils 2005-01-31 23:40:27 +00:00
James Youngman
6acfeff358 The GNU coding standard requires a space between the function name and
its parenthesised argument list.
2005-01-08 14:10:33 +00:00
James Youngman
03461a7dda Savannah bug 11517: find, xargs, locate, etc. should not hide write failures; patch from Jim Meyering 2005-01-08 12:31:06 +00:00
James Youngman
38f2a494e5 Support --version and --help. 2004-11-21 12:41:23 +00:00
James Youngman
0b932df623 Corrected typo in the address of the FSF office 2004-10-24 22:59:23 +00:00
James Youngman
e2bea8f503 Use gnulib-tool --import to import the gnulib code, rather than the odd way we were doing it before 2004-10-24 22:43:13 +00:00
James Youngman
55cbfc3109 Work round an apparent compiler bug in HP-UX 11.23 for
ia64
2004-10-24 22:24:01 +00:00
James Youngman
1ae35fc28f Avoid use of exit() within main, to silence warnings about unreachable code 2004-10-24 18:25:21 +00:00
James Youngman
7da8b17cf1 Merged changes made for version 4.1.20 onto the trunk 2003-06-14 15:41:26 +00:00
Kevin Dalley
700e44333c * locate/code.c (main), doc/find.texi: improve handling of
non-ASCII characters used old format.
2000-10-30 07:32:52 +00:00
Kevin Dalley
491aaa41f5 *** empty log message *** 2000-04-12 10:18:08 +00:00
Kevin Dalley
fa7296a66b * locate/frcode.c, locate/code.c, locate/bigram.c: add macros
PARAMS rather than P_.  Add prototypes.
2000-04-05 08:07:55 +00:00
Kevin Dalley
b91d55816e * locate/Makefile.am, locate/locate.c, locate/code.c:
internationalized file.
2000-01-27 03:24:13 +00:00
Kevin Dalley
6f0ed1d6c5 * locate/frcode.c, locate/code.c, locate/bigram.c: change return
from main to int.  Replace getstr with getline, where possible.
2000-01-18 09:54:20 +00:00
Kevin Dalley
c030b5ee33 Initial revision 1996-02-04 20:35:16 +00:00