]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 26 Mar 2006 12:08:27 +0000 (12:08 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Mar 2006 12:08:27 +0000 (12:08 +0000)
ChangeLog

index 0f4cbc0d641127d6c2eebf15a89b878e7115392c..b0e43629424dc13fd6a0d5270737942bd4c19866 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,37 @@
-2006-03-23  Paul Eggert  <eggert@cs.ucla.edu>
+2006-03-11  Eric Blake  <ebb9@byu.net>
 
        * Version 6.0-cvs.
 
+       * tests/misc/dirname: New file.
+       * tests/basename/Makefile.am: Delete.
+       * tests/basename/basic: Move to...
+       * tests/misc/basename: ... this new file.  Add some tests,
+       including fixed behavior for //.
+       * tests/misc/Makefile.am (TESTS): Sort.  Add basename, dirname.
+       * tests/Makefile.am (SUBDIRS): Remove basename.
+       * configure.ac (AC_CONFIG_FILES): Remove tests/basename.
+
+       Improvements to dirname/basename handling on platforms like
+       cygwin with distinct // and with drive letters.
+       * NEWS: Document new behavior.
+       * src/basename.c (main): Don't strip suffix from file system
+       roots.
+       * src/cp.c (target_directory_operand): Use new last_component.
+       (ASSIGN_BASENAME_STRDUPA): Likewise.  Reduce time spent
+       traversing the string.
+       * src/dircolors.c (guess_shell_syntax): Use new last_component.
+       * src/install.c (target_directory_operand, install_file_in_dir):
+       Likewise.
+       * src/ln.c (target_directory_operand, main): Likewise.
+       * src/ls.c (basename_is_dot_or_dotdot): Likewise.
+       * src/mv.c (target_directory_operand, movefile): Likewise.
+       * src/remove.c (rm_1): Likewise.
+       * src/shred.c (wipename): Likewise.
+       * src/split.c (next_file_name): Likewise.
+       * src/su.c (log_su, run_shell): Likewise.
+
+2006-03-23  Paul Eggert  <eggert@cs.ucla.edu>
+
        * NEWS: nohup diagnostics are now more precise, and nohup now
        redirects stderr to nohup.out if stdout is closed and stderr is a tty.
        * src/nohup.c (main): Implement this.