]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 8 Dec 2000 08:06:33 +0000 (08:06 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 8 Dec 2000 08:06:33 +0000 (08:06 +0000)
old/sh-utils/ChangeLog

index 1efec632ebad3d03dba7827a44d20c8f4d6414c3..e80992cddcd4b592456bc5cb3993722cd112c5bf 100644 (file)
@@ -1,7 +1,13 @@
-2000-12-02  Jim Meyering  <meyering@lucent.com>
+2000-12-08  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.12.
 
+       * src/dirname.c: Include xalloc.h.
+       (main): Use dir_name rather than the underlying dir_name_r.
+       The former now handles cwd-relative names with drive-letter prefixes.
+
+2000-12-02  Jim Meyering  <meyering@lucent.com>
+
        * src/seq.c (valid_format): Move pre-increment to a separate statement
        to avoid a warning.