| Commit message (Expand) | Author | Age | Files | Lines |
* | maint: update copyright year ranges to include 2011 | Jim Meyering | 2011-03-20 | 1 | -1/+1 |
* | mkid: use ftello (not ftell) and fail if an offset is 2^32 or larger | Jim Meyering | 2010-05-09 | 1 | -3/+12 |
* | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+2 |
* | build: accommodate new syntax-check test | Jim Meyering | 2009-10-30 | 1 | -5/+5 |
* | build: avoid warning exposed by gcc-4.4.1 | Jim Meyering | 2009-09-30 | 1 | -2/+1 |
* | maint: mkid, xtokid: remove unnecessary initialization | Jim Meyering | 2009-08-31 | 1 | -1/+0 |
* | maint: update copyright year lists to include 2009 | Jim Meyering | 2009-08-15 | 1 | -1/+1 |
* | rename hash.? to idu-hash.? to avoid conflict with gnulib's hash.h | Jim Meyering | 2009-08-15 | 1 | -1/+1 |
* | mkid, xtokid: read and process --files0-from= input a name at a time, | Jim Meyering | 2009-07-04 | 1 | -48/+74 |
* | remove wc-related code that doesn't apply here | Jim Meyering | 2009-07-04 | 1 | -11/+0 |
* | tests: add testing framework, and tests for the new option | Jim Meyering | 2009-07-04 | 1 | -1/+1 |
* | mkid, xtokid: accept a new option --files0-from=FILE | Pedro J. Ruiz Lopez | 2009-07-04 | 1 | -21/+109 |
* | maint: add const attribute to a few declarations | Jim Meyering | 2009-06-07 | 1 | -3/+3 |
* | build: suppress more warnings | Jim Meyering | 2009-04-30 | 1 | -2/+2 |
* | accommodate gnulib header removals | Pedro J. Ruiz Lopez | 2008-10-22 | 1 | -1/+1 |
* | avoid warnings, adjust for const-correctness | Jim Meyering | 2008-06-24 | 1 | -3/+5 |
* | remove redundant "const" in declarations | Jim Meyering | 2008-06-24 | 1 | -1/+1 |
* | use gnulib's progname module | Jim Meyering | 2008-06-04 | 1 | -3/+2 |
* | don't ignore pre-fclose ID-file write error | Jim Meyering | 2008-05-22 | 1 | -1/+1 |
* | detect write error on stdout | Jim Meyering | 2008-05-20 | 1 | -1/+3 |
* | declare many global variable to be "static" | Jim Meyering | 2008-05-17 | 1 | -28/+27 |
* | make functions static | Jim Meyering | 2008-05-17 | 1 | -49/+53 |
* | Avoid printf-format-vs-arg type mismatch warnings. | Jim Meyering | 2008-01-30 | 1 | -3/+5 |
* | Replace uses of xrealloc with uses of safer variants. | Jim Meyering | 2008-01-14 | 1 | -7/+11 |
* | src/mkid.c: Remove now-unused declaration of dirname. | Jim Meyering | 2008-01-14 | 1 | -2/+0 |
* | Mark diagnostics for translation. | Jim Meyering | 2008-01-14 | 1 | -1/+1 |
* | Put at least two spaces between an option and its description. | Jim Meyering | 2008-01-14 | 1 | -2/+2 |
* | License upgrade to "GPL-3 or later" | Pedro J. Ruiz Lopez | 2007-08-17 | 1 | -4/+4 |
* | * add missing checks for terminal-related include files | Claudio Fontana | 2006-07-22 | 1 | -1/+1 |
* | * provide replacement for lstat in a convoluted way, | Claudio Fontana | 2006-07-22 | 1 | -1/+1 |
* | * fix sbrk portability issue | Claudio Fontana | 2006-07-22 | 1 | -6/+15 |
* | *** empty log message *** | Claudio Fontana | 2006-07-05 | 1 | -1/+1 |
* | * add bug report string to the help output | Claudio Fontana | 2006-03-05 | 1 | -0/+1 |
* | * small fixes | Claudio Fontana | 2006-01-11 | 1 | -8/+7 |
* | * fix bad offtostr usage (now uses return value) | Claudio Fontana | 2006-01-08 | 1 | -2/+2 |
* | * started to address portability problems in the id-utils-4.0 release | Claudio Fontana | 2005-12-27 | 1 | -7/+9 |
* | * implemented fix for savannah support request sr #104712 and | Claudio Fontana | 2005-12-15 | 1 | -1/+16 |
* | * added inttostr module from gnulib, used in src/mkid.c to print an | Claudio Fontana | 2005-12-11 | 1 | -3/+8 |
* | * fixed small issues and integrated perl patch. | Claudio Fontana | 2005-12-11 | 1 | -2/+3 |
* | *** empty log message *** | Claudio Fontana | 2005-11-01 | 1 | -50/+53 |
* | * src/mkid.c (write_id_file): Complain if fclose fails. | Greg McGary | 1999-04-08 | 1 | -1/+2 |
* | * libidu/idfile.h (largest_member_file): Add variable decl. | Greg McGary | 1999-04-06 | 1 | -2/+7 |
* | Update copyright notices for 1999 | Greg McGary | 1999-04-04 | 1 | -1/+1 |
* | (name_tokens, number_tokens, string_tokens, literal_tokens, | Greg McGary | 1999-04-04 | 1 | -12/+12 |
* | * Version 3.2c released. | Greg McGary | 1999-04-04 | 1 | -6/+58 |
* | * libidu/idfile.h (struct member_file) [mf_index]: Change | Greg McGary | 1999-03-29 | 1 | -20/+40 |
* | * libidu/fnprint.c (print_filenames): Move ALLOCA outside loop. | Greg McGary | 1998-11-20 | 1 | -2/+1 |
* | assorted bug fixes | Greg McGary | 1997-07-23 | 1 | -2/+3 |
* | imported from id-utils-3.1r3_1 | Greg McGary | 1997-04-18 | 1 | -89/+124 |
* | Initial revision | Greg McGary | 1997-04-18 | 1 | -0/+794 |