Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maint: update copyright years | Jim Meyering | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | maint: update all copyright year number ranges | Jim Meyering | 2012-01-01 | 1 | -1/+1 |
| | | | | Run "make update-copyright". | ||||
* | maint: update copyright year ranges to include 2011 | Jim Meyering | 2011-03-20 | 1 | -1/+1 |
| | | | | Run "make update-copyright". | ||||
* | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | 2010-01-01 | 1 | -1/+1 |
| | | | | | | Use this command: git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \ env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright | ||||
* | build: accommodate new syntax-check test | Jim Meyering | 2009-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Use EXIT_FAILURE and EXIT_SUCCESS, not 1 and 0. Apply these commands: perl -pi -e 's/\berror \(1,/error (EXIT_FAILURE,/' \ $(git grep -l '\<error (1,') perl -pi -e 's/\bexit \(1\)/exit (EXIT_FAILURE)/' \ $(git grep -l '\<exit (1)') perl -pi -e 's/\bexit \(0\)/exit (EXIT_SUCCESS)/' \ $(git grep -l '\<exit (0)') * libidu/idread.c (read_id_file, maybe_read_id_file, io_read): * libidu/idu-hash.c (hash_init): * libidu/idwrite.c (io_write): * libidu/scanners.c (parse_language_map, parse_language_map_file): (read_language_map_file): * libidu/walker.c (include_languages, exclude_languages): (get_current_dir_link): * src/fid.c (usage, help_me, main): * src/fnid.c (usage, help_me, main): * src/lid.c (usage, help_me, main, report_grep, report_edit): (query_regexp): * src/mkid.c (main, assert_writeable, write_id_file): * src/xtokid.c (help_me): | ||||
* | 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 |
| | | | | | | | | | | | | | Now that gnulib's exclude module uses gnulib's hash module, which includes a hash.h file, idutils' use of a hash.h file conflicted. Rename the one here in idutils: * libidu/idu-hash.c: Rename from hash.c. * libidu/idu-hash.h: Rename from hash.h. * libidu/idfile.h: Reflect renaming. * libidu/idread.c: Likewise. * libidu/idwrite.c: Likewise. * src/mkid.c: Likewise. * libidu/Makefile.am: Likewise. | ||||
* | build: suppress warnings about ignored return value from fread/fwrite | Jim Meyering | 2009-04-30 | 1 | -2/+3 |
| | | | | | | | * libidu/idwrite.c: include "ignore-value.h". (io_write): Ignore fwrite return value. * libidu/idread.c: Likewise for fread. * bootstrap.conf (gnulib_modules): Add ignore-value. | ||||
* | make more functions static | Jim Meyering | 2008-05-17 | 1 | -3/+3 |
| | |||||
* | License upgrade to "GPL-3 or later" | Pedro J. Ruiz Lopez | 2007-08-17 | 1 | -4/+3 |
| | |||||
* | * started to address portability problems in the id-utils-4.0 release | Claudio Fontana | 2005-12-27 | 1 | -3/+4 |
| | |||||
* | *** empty log message *** | Claudio Fontana | 2005-11-01 | 1 | -4/+5 |
| | |||||
* | Initial revision | Greg McGary | 1997-04-18 | 1 | -0/+169 |