Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | |
Transformed via this shell code: t=$'\t' git ls-files \ | grep -vE '(^|/)((GNU)?[Mm]akefile|ChangeLog)|\.(am|mk)$' \ | grep -vE 'tests/pr/|help2man' \ | xargs grep -lE "^ *$t" \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_' | |||
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering | |
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-09-27 | Include <config.h> here, now that strnumcmp-in.h no longer includes it. | Jim Meyering | |
2005-05-27 | Break integer-in-string comparison code out from src/sort. | Paul Eggert | |