1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 09:46:33 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-03-19 08:15:28 +00:00
parent b01894ce34
commit 620d2e40cc

View File

@@ -1,3 +1,11 @@
2003-03-19 Jim Meyering <jim@meyering.net>
* Version 4.5.11.
* tests/mv/part-symlink: Unset CDPATH. Otherwise, having the
CDPATH shell variable set could cause this test to fail.
Reported by Karl Berry.
2003-03-18 Jim Meyering <jim@meyering.net>
* src/fmt.c [struct Word] (paren, period, punct, final): Change the
@@ -7,8 +15,6 @@
2003-03-16 Jim Meyering <jim@meyering.net>
* Version 4.5.11.
* src/remove.c (rm): Put two local variables in static storage,
so they can't be clobbered by the potential longjmp.