]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 21 Jun 2002 07:20:49 +0000 (07:20 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 21 Jun 2002 07:20:49 +0000 (07:20 +0000)
old/fileutils/ChangeLog

index 662671315501fa48cf2a8277893edac893516c58..9a05052b45c75b4292ecde560e4e5e7f16294db7 100644 (file)
@@ -1,7 +1,21 @@
-2002-06-17  Jim Meyering  <meyering@lucent.com>
+2002-06-21  Jim Meyering  <meyering@lucent.com>
 
        * Version 4.1.9.
 
+       * src/ls.c (LOGIN_NAME_MAX): Define if not already defined.
+       (ID_LENGTH_MAX): Define.
+       (ST_DM_MODE): New macro.  Code moved from...
+       (print_long_format): ...here.
+       (print_long_format): Itemize and comment the individual parts
+       of init_bigbuf.  Use the above *_MAX macros.
+
+2002-06-20  Jim Meyering  <meyering@lucent.com>
+
+       * src/system.h: Change `defined(X)' syntax to `defined X'
+       in cpp directives.
+
+2002-06-17  Jim Meyering  <meyering@lucent.com>
+
        * tests/setgid-check: Interpret a permissions string of
        drwxr-xr-x (DOS/Windows) as meaning the cwd is not setgid.
        Reported by Rich Dawe.