| Commit message (Expand) | Author | Age | Files | Lines |
* | lid: fix a bug that made it so -o, -x, -d did not work | Shigio YAMAGUCHI | 2011-08-02 | 1 | -1/+3 |
* | lid -F RANGE: fix a bug in handling open-ended ranges | Shigio YAMAGUCHI | 2011-05-24 | 1 | -3/+8 |
* | maint: adapt to use gnulib's tight-scope rule; update gnulib to latest | Jim Meyering | 2011-05-23 | 1 | -27/+0 |
* | maint: remove unused inclusion of <stddef.h> | Jim Meyering | 2011-03-20 | 1 | -1/+0 |
* | maint: remove two empty #if...#endif blocks | Jim Meyering | 2011-03-20 | 1 | -6/+0 |
* | maint: update copyright year ranges to include 2011 | Jim Meyering | 2011-03-20 | 5 | -5/+5 |
* | mkid: use ftello (not ftell) and fail if an offset is 2^32 or larger | Jim Meyering | 2010-05-09 | 1 | -3/+12 |
* | maint: accommodate new syntax-check rules | Jim Meyering | 2010-05-01 | 1 | -3/+1 |
* | maint: remove all .cvsignore files | Jim Meyering | 2010-01-01 | 1 | -7/+0 |
* | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 5 | -6/+8 |
* | build: accommodate new syntax-check test | Jim Meyering | 2009-10-30 | 5 | -24/+24 |
* | build: avoid warning exposed by gcc-4.4.1 | Jim Meyering | 2009-09-30 | 5 | -7/+5 |
* | maint: mkid, xtokid: remove unnecessary initialization | Jim Meyering | 2009-08-31 | 2 | -2/+0 |
* | maint: update copyright year lists to include 2009 | Jim Meyering | 2009-08-15 | 5 | -6/+6 |
* | 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 | 2 | -95/+150 |
* | remove wc-related code that doesn't apply here | Jim Meyering | 2009-07-04 | 2 | -22/+0 |
* | tests: add testing framework, and tests for the new option | Jim Meyering | 2009-07-04 | 2 | -2/+2 |
* | mkid, xtokid: accept a new option --files0-from=FILE | Pedro J. Ruiz Lopez | 2009-07-04 | 2 | -38/+216 |
* | maint: add const attribute to a few declarations | Jim Meyering | 2009-06-07 | 1 | -3/+3 |
* | clean-up: use proper types | Jim Meyering | 2009-04-30 | 1 | -3/+4 |
* | build: suppress more warnings | Jim Meyering | 2009-04-30 | 5 | -10/+9 |
* | build: enable new compiler warning options | Jim Meyering | 2009-04-30 | 1 | -2/+3 |
* | * src/lid.c: Remove duplicate inclusion of <termios.h>. | Jim Meyering | 2008-11-30 | 1 | -1/+0 |
* | * src/fnid.c: Remove duplicate inclusion of <errno.h>. | Jim Meyering | 2008-11-30 | 1 | -1/+0 |
* | 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 | 5 | -13/+20 |
* | remove redundant "const" in declarations | Jim Meyering | 2008-06-24 | 5 | -5/+5 |
* | sync maint.mk from coreutils, and adjust to conform | Jim Meyering | 2008-06-14 | 3 | -3/+3 |
* | use gnulib's progname module | Jim Meyering | 2008-06-04 | 5 | -17/+10 |
* | build aid, eid, and gid as binaries (were scripts) | Jim Meyering | 2008-05-28 | 10 | -11/+48 |
* | 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 | 5 | -1/+15 |
* | tighten scope in libidu/, too | Jim Meyering | 2008-05-17 | 4 | -4/+5 |
* | * src/Makefile.am (sc_tight_scope): Improve. | Jim Meyering | 2008-05-17 | 1 | -4/+4 |
* | make more functions static | Jim Meyering | 2008-05-17 | 1 | -2/+2 |
* | declare many global variable to be "static" | Jim Meyering | 2008-05-17 | 5 | -69/+65 |
* | tests: make scope check work when $(noinst_HEADERS) is empty | Jim Meyering | 2008-05-17 | 1 | -1/+1 |
* | Remove unused functions. | Jim Meyering | 2008-05-17 | 1 | -85/+0 |
* | * src/lid.c (strcasestr): Remove function. | Jim Meyering | 2008-05-17 | 1 | -18/+0 |
* | make functions static | Jim Meyering | 2008-05-17 | 5 | -147/+154 |
* | tests: enable scoping check | Jim Meyering | 2008-05-17 | 1 | -0/+27 |
* | * src/defid: Handle --help and --version. | Jim Meyering | 2008-05-10 | 1 | -0/+5 |
* | aid, eid, gid: Make these scripts executable in srcdir. | Jim Meyering | 2008-02-14 | 3 | -0/+0 |
* | Avoid printf-format-vs-arg type mismatch warnings. | Jim Meyering | 2008-01-30 | 1 | -3/+5 |
* | Remove trailing blanks. | Jim Meyering | 2008-01-30 | 3 | -4/+4 |
* | Use xstrdup, not strdup. | Jim Meyering | 2008-01-30 | 1 | -1/+1 |
* | 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 | 2 | -3/+4 |