summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-22 18:50:24 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-22 18:50:24 +0000
commit6d124bf98aaef135b6c8463973930ce3e50a77fc (patch)
tree6797563a66883798e73da92247a1490016c919ee /ChangeLog
parentcafb7947b5a1c658a97cfd5251500dbd5f86028c (diff)
downloadcoreutils-6d124bf98aaef135b6c8463973930ce3e50a77fc.tar.xz
* aclocal.m4, config.hin, configure:
Remove from CVS, since ./bootstrap generates them automatically. * .cvsignore: Add INSTALL, Makefile.in, *.cache, *.lineno, *.log. Remove more-specific entries. This catches files like configure.lineno. * man/.cvsignore: Add Makefile.in. * src/.cvsignore: Add Makefile.in. Remove .version, dir.c, install, mvdir, stamp-v, vdir.c, version.c. For .cvsignore file under the tests directory: Add Makefile.in. Sort entries if necessary. Remove *.I, *.E, *.X, *.O, *-tests, build-script, mk-script if they're never created in this directory. * build-aux/.cvsignore: New file. * doc/.cvsignore: Add Makefile.in, coreutils.html, coreutils.pdf, coreutils.ps, coreutils.tps. Remove coreutils.cm (dunno what it is, but the makefile doesn't mention it). Remove coreutils.info as it is subsumed by coreutils.info*. * lib/.cvsignore: Add Makefile.in, getdate.tab.h. Remove stat.c, sysexit.h. * m4/.cvsignore: Remove Makefile, dev-ino.m4, glibc2.m4, intdiv0.m4, inttypes-h.m4, inttypes-pri.m4, jm-glibc-io.m4, lcmessage.m4, lock.m4, printf-posix.m4, same-inode.m4, size_max.m4, uintmax_t.m4, ulonglong.m4, visibility.m4, xsize.m4. Many of these are put in automatically by ../bootstrap, but that's a bootstrap bug that I plan to fix shortly. * po/.cvsignore: More ../bootstrap-related fixes, plus remove old cruft. Add *.po, LINGUAS, Makevars. Remove *.cat, *.msg, cat-id-dbl.c, messages.mo, stamp-cat-id.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog58
1 files changed, 58 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index faaf8378b..4c4303068 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2006-08-22 Paul Eggert <eggert@cs.ucla.edu>
+
+ * aclocal.m4, config.hin, configure:
+ Remove from CVS, since ./bootstrap generates them automatically.
+ * .cvsignore: Add INSTALL, Makefile.in, *.cache, *.lineno, *.log.
+ Remove more-specific entries. This catches files like configure.lineno.
+ * man/.cvsignore: Add Makefile.in.
+ * src/.cvsignore: Add Makefile.in.
+ Remove .version, dir.c, install, mvdir, stamp-v, vdir.c, version.c.
+
+ * tests/.cvsignore:
+ * tests/chgrp/.cvsignore:
+ * tests/chmod/.cvsignore:
+ * tests/chown/.cvsignore:
+ * tests/cp/.cvsignore:
+ * tests/cut/.cvsignore:
+ * tests/dd/.cvsignore:
+ * tests/dircolors/.cvsignore:
+ * tests/du/.cvsignore:
+ * tests/expr/.cvsignore:
+ * tests/factor/.cvsignore:
+ * tests/fmt/.cvsignore:
+ * tests/head/.cvsignore:
+ * tests/install/.cvsignore:
+ * tests/join/.cvsignore:
+ * tests/ln/.cvsignore:
+ * tests/ls/.cvsignore:
+ * tests/ls-2/.cvsignore:
+ * tests/md5sum/.cvsignore:
+ * tests/misc/.cvsignore:
+ * tests/mkdir/.cvsignore:
+ * tests/mv/.cvsignore:
+ * tests/od/.cvsignore:
+ * tests/pr/.cvsignore:
+ * tests/readlink/.cvsignore:
+ * tests/rm/.cvsignore:
+ * tests/rmdir/.cvsignore:
+ * tests/seq/.cvsignore:
+ * tests/sha1sum/.cvsignore:
+ * tests/shred/.cvsignore:
+ * tests/sort/.cvsignore:
+ * tests/stty/.cvsignore:
+ * tests/sum/.cvsignore:
+ * tests/tac/.cvsignore:
+ * tests/tail/.cvsignore:
+ * tests/tail-2/.cvsignore:
+ * tests/tee/.cvsignore:
+ * tests/test/.cvsignore:
+ * tests/touch/.cvsignore:
+ * tests/tr/.cvsignore:
+ * tests/tsort/.cvsignore:
+ * tests/unexpand/.cvsignore:
+ * tests/uniq/.cvsignore:
+ * tests/wc/.cvsignore:
+ Add Makefile.in. Sort entries if necessary. Remove *.I, *.E,
+ *.X, *.O, *-tests, build-script, mk-script if they're never
+ created in this directory.
+
2006-08-22 Bruno Haible <bruno@clisp.org>
BeOS portability.