aboutsummaryrefslogtreecommitdiffstats
path: root/lib/strnumcmp-in.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-08-25global: convert indentation-TABs to spacesJim Meyering1-72/+72
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-23maint: update all Copyright year lists to include 2009Jim Meyering1-1/+1
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2006-07-09Update from gnulib.Paul Eggert1-4/+4
2005-09-25Protect against multiple inclusion.Jim Meyering1-5/+10
2005-09-24Include <config.h> from strintcmp.c, not from here.Jim Meyering1-4/+0
2005-09-23Include <config.h>. Otherwise builds with strictJim Meyering1-0/+4
C89 (e.g., Sun's /opt/SUNWspro/bin/c89) would fail due to the use of `inline'.
2005-05-27Break integer-in-string comparison code out from src/sort.Paul Eggert1-0/+241