1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00
This commit is contained in:
Jim Meyering
1996-04-17 05:01:56 +00:00
parent c1a0ddea63
commit 0f459ed24c
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
Changes in release 3.13:
* internationalized diagnostic messages (french and german, so far)
* mkdir accepts new option: --verbose
* cp has been fixed so that the full file name it uses for the destination
in `cp file D/' is `D/file', not `D//file'.

View File

@@ -3,7 +3,7 @@ Changes in release 1.13
* date's %U and %W formats work properly
* nice option handling works with 2-digit old-style-option adjustments.
Now, `nice -18 -- nice' now prints `18'. Before it printed `8'.
* internationalized diagnostic messages (so far, only french translations)
* internationalized diagnostic messages (french and german, so far)
* `date -d "01/01/1998 3 years" +%Y' now works properly. It prints 2001.
* expr's match operator has been corrected to use basic regular expressions
* New programs: chroot, factor, seq, uptime.