aboutsummaryrefslogtreecommitdiffstats
path: root/old (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-02-08doc: only distribute 5 years of ChangeLogsPádraig Brady8-31411/+0
Remove old log files that have corresponding entries in the source code repository. This saves about 2.5MB uncompressed, 0.5M compressed. * Makefile.am (gen-ChangeLog): Adjust to taking all logs since a particular version (8.15 in this case). Also mention in the truncated log where to get older entries. (changelog_etc): Remove the no longer distributed files. * build-aux/git-log-fix: Remove now unused entries. * ChangeLog-200[5-8]: Delete. * doc/ChangeLog-2007: Likewise. * po/ChangeLog-2007: Likewise. * old/*: Likewise.
2017-01-21maint: appease syntax-check failures due to recent updatesAssaf Gordon1-7/+7
* bootstrap: s/time stamp/timestamp/. * old/fileutils/NEWS: Likewise. * src/tail.c: Avoided a long line.
2017-01-01maint: update all copyright year number rangesPádraig Brady8-8/+8
Run "make update-copyright" and then... * gnulib: Update to latest with copyright year adjusted. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise. * tests/sample-test: Adjust to use the single most recent year.
2016-01-01maint: update all copyright year number rangesPádraig Brady8-8/+8
Run "make update-copyright" and then... * gnulib: Update to latest with copyright year adjusted. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise. * tests/sample-test: Adjust to use the single most recent year.
2015-01-01maint: update all copyright year number rangesPádraig Brady8-8/+8
Run "make update-copyright" and then... * tests/sample-test: Adjust to use the single most recent year. * tests/du/bind-mount-dir-cycle-v2.sh: Fix case in copyright message, so that year is updated automatically in future.
2014-01-02maint: update all copyright year number rangesBernhard Voelker8-8/+8
Run "make update-copyright", but then also run this, perl -pi -e 's/2\d\d\d-//' tests/sample-test to make that one script use the single most recent year number.
2013-01-01maint: update all copyright year number rangesJim Meyering8-8/+8
Run "make update-copyright", but then also run this, perl -pi -e 's/2\d\d\d-//' tests/sample-test to make that one script use the single most recent year number.
2012-05-31maint: fix typos in test comments and old ChangeLog filesJim Meyering2-3/+3
Culprits identified and fixed automatically using these commands: git ls-files|misspellings -f -|perl -nl \ -e '/^(.*?)\[(\d+)\]: (\w+) -> "(.*?)"$/ or next;' \ -e '($file,$n,$l,$r)=($1,$2,$3,$4); $q="'\''"; $r=~s/$q/$q\\$q$q/g;'\ -e 'print "sed -i $q${n}s!$l!$r!$q $file"' | bash using http://github.com/lyda/misspell-check * old/fileutils/ChangeLog: Fix typos. * old/textutils/ChangeLog: Likewise. * tests/misc/truncate-fail-diag: Likewise.
2012-05-08maint: fix common spelling errorsKevin Lyda4-8/+8
These were identified using: https://github.com/lyda/misspell-check executed like: git ls-files | misspellings -f - * src/cat.c: Correct a spelling error. * src/comm.c: Likewise. * src/expr.c: Likewise. * src/pr.c: Likewise. * src/tac.c: Likewise. * src/test.c: Likewise. * src/ChangeLog-2005: Likewise. * src/ChangeLog-2007: Likewise. * src/NEWS: Likewise. * src/doc/coreutils.texi: Likewise. * src/lib/ChangeLog-2007: Likewise. * src/man/help2man: Likewise. * src/old/fileutils/ChangeLog-1997: Likewise. * src/old/fileutils/NEWS: Likewise. * src/old/sh-utils/ChangeLog.0: Likewise. * src/old/textutils/ChangeLog: Likewise. * src/tests/misc/comm: Likewise. * src/tests/misc/uniq: Likewise. * src/tests/mv/dir2dir: Likewise. * src/cfg.mk (old_NEWS_hash): update with `make update-NEWS-hash`
2012-01-27maint: use single copyright year rangeJim Meyering6-7/+6
Run "make update-copyright".
2012-01-27maint: fix copyright in old fileutils ChangeLogJim Meyering1-2/+1
* old/fileutils/ChangeLog-1997: Insert omitted "Free Software" in the name of the copyright holder. Compress year range.
2012-01-01maint: update all copyright year number rangesJim Meyering7-7/+7
Run "make update-copyright".
2011-01-01maint: update all copyright year number rangesJim Meyering7-7/+7
Run "make update-copyright".
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering7-12/+8
Use this command: git ls-files | grep -v COPYING \ | xargs env UPDATE_COPYRIGHT_USE_INTERVALS=1 \ build-aux/update-copyright
2009-08-25global: convert indentation-TABs to spacesJim Meyering1-4/+4
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 Meyering5-7/+5
2008-11-11Update references to GFDL: 1.2 -> 1.3Jim Meyering3-3/+3
* doc/coreutils.texi: Likewise. * doc/perm.texi: Likewise. * old/fileutils/NEWS: Likewise. * old/sh-utils/NEWS: Likewise. * old/textutils/NEWS: Likewise.
2007-08-25Remove all .cvsignore files from version control.Jim Meyering4-4/+0
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert8-0/+103
2006-02-13Clarify wording in the light of later comments from the Open GroupPaul Eggert1-5/+8
and from rms.
2004-08-10Convert to UTF-8.Paul Eggert4-69/+56
2003-08-09Change Solaris2.7 to Solaris 5.7.Jim Meyering1-1/+1
2003-08-09*** empty log message ***Jim Meyering1-1/+1
2003-04-15remove SPCs before TABJim Meyering1-2/+2
2003-02-08.Jim Meyering1-1/+0
2003-01-18ls [4.1.1]: Mention that --dereference-command-line (-H) is now the default,Jim Meyering1-1/+2
unless one of the -d, -F, or -l options are given. From Paul Eggert
2002-09-30.Jim Meyering8-1287/+0
2002-09-29.Jim Meyering4-4/+4
2002-09-25.Jim Meyering4-8/+28
2002-08-08*** empty log message ***SH-UTILS-2_0_15Jim Meyering1-2/+1
2002-08-08*** empty log message ***Jim Meyering1-0/+4
2002-08-08*** empty log message ***Jim Meyering1-1/+12
2002-08-05*** empty log message ***Jim Meyering1-0/+2
2002-08-05*** empty log message ***Jim Meyering1-0/+5
2002-08-04.SH-UTILS-2_0_14Jim Meyering1-0/+1
2002-08-04*** empty log message ***Jim Meyering1-0/+4
2002-08-03.Jim Meyering4-0/+4
2002-08-03.Jim Meyering8-0/+1267
2002-08-01*** empty log message ***Jim Meyering1-0/+6
2002-07-29nohup changesJim Meyering1-0/+5
2002-07-29*** empty log message ***Jim Meyering1-0/+10
2002-07-29*** empty log message ***TEXTUTILS-2_1Jim Meyering1-1/+8
2002-07-28*** empty log message ***Jim Meyering1-0/+1
2002-07-28*** empty log message ***Jim Meyering2-0/+6
2002-07-28*** empty log message ***Jim Meyering1-0/+7
2002-07-28*** empty log message ***Jim Meyering1-0/+6
2002-07-27.SH-UTILS-2_0_13Jim Meyering1-0/+4
2002-07-27*** empty log message ***Jim Meyering1-0/+7
2002-07-27*** empty log message ***Jim Meyering1-0/+1
2002-07-27*** empty log message ***Jim Meyering1-2/+3