Jim Meyering
|
5e778f7c8d
|
global: convert indentation-TABs to spaces
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-08-25 09:21:00 +02:00 |
|
Jim Meyering
|
2232b4d08f
|
maint: update all Copyright year lists to include 2009
|
2009-06-23 22:33:15 +02:00 |
|
Jim Meyering
|
71aa3ea880
|
Update all copyright notices to use the newer form.
|
2007-07-23 14:35:58 +02:00 |
|
Jim Meyering
|
33342c1a0a
|
Change "version 2" to "version 3" in all copyright notices.
|
2007-07-10 13:35:56 +02:00 |
|
Paul Eggert
|
8f8f1d0188
|
Include <config.h> unconditionally, since we now assume config.h exists.
|
2006-08-26 06:55:57 +00:00 |
|
Jim Meyering
|
2d7c20c891
|
Include <config.h> here, now that strnumcmp-in.h no longer includes it.
|
2005-09-27 08:21:28 +00:00 |
|
Paul Eggert
|
606321fa32
|
Break integer-in-string comparison code out from src/sort.
|
2005-05-27 20:34:03 +00:00 |
|