Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-27 | maint: use single copyright year range | Jim Meyering | |
Run "make update-copyright". | |||
2012-01-09 | maint: straggler *.[ch] files: convert more `...' to '...' | Jim Meyering | |
The preceding commands ignored .[ch] files in lib/ and gl/. This is what I should have been doing from the start: git grep -l '`.*'\' $(g ls-files |grep '\.[ch]$') \ | xargs perl -pi -e 's/`(.+?'\'')/'\''$1/' | |||
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | |
Run "make update-copyright". | |||
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | |
Run "make update-copyright". | |||
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | |
Use this command: git ls-files | grep -v COPYING \ | xargs env UPDATE_COPYRIGHT_USE_INTERVALS=1 \ build-aux/update-copyright | |||
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering | |
2008-03-31 | dd bug fix: accept e.g., if=/dev/stdin and of=/dev/stdout | Paul Eggert | |
* lib/fd-reopen.c: Work even if FILE is "/dev/stdin". Problem reported by Geoffrey Lee in <http://bugs.debian.org/290727>. * tests/dd/misc: Check for this bug. | |||
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering | |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering | |
2006-08-26 | Include <config.h> unconditionally, since we now assume config.h exists. | Paul Eggert | |
2005-10-30 | [defined HAVE_CONFIG_H]: Include <config.h>, so that large files can be opened. | Paul Eggert | |
2005-07-03 | Include <unistd.h> for declaration of close. | Jim Meyering | |
2005-07-03 | Add support for fcntl--.h, stdio--.h, stdlib--.h, unistd--.h, etc. | Paul Eggert | |