]> git.eshelyaron.com Git - emacs.git/commitdiff
* rcs2log (Copyright): Update to 2002.
authorPaul Eggert <eggert@twinsun.com>
Sun, 3 Feb 2002 17:45:56 +0000 (17:45 +0000)
committerPaul Eggert <eggert@twinsun.com>
Sun, 3 Feb 2002 17:45:56 +0000 (17:45 +0000)
Add '(C)' as per coding guidelines.
(AWK, TMPDIR): Work around portability problem in broken shells that
don't understand `: ${VAR=val}'.
(SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
Prefer the new -k option to the traditional +M -N option.

lib-src/ChangeLog

index 3237291f75b74b8bada1ec55d0b65b0a5be59392..8811666b674e1a7e653edeb22a897a16c34984a0 100644 (file)
@@ -1,3 +1,12 @@
+2002-02-03  Paul Eggert  <eggert@twinsun.com>
+
+       * rcs2log (Copyright): Update to 2002.
+       Add '(C)' as per coding guidelines.
+       (AWK, TMPDIR): Work around portability problem in broken shells that
+       don't understand `: ${VAR=val}'.
+       (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001.
+       Prefer the new -k option to the traditional +M -N option.
+
 2001-11-16  Gerd Moellmann  <gerd@gnu.org>
 
        * ebrowse.c (matching_regexp): Escape '\\'.