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

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-03-16 10:16:28 +00:00
parent 5151ce79b2
commit 2de612e2d0

View File

@@ -1,7 +1,12 @@
2003-03-15 Jim Meyering <jim@meyering.net>
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.
2003-03-15 Jim Meyering <jim@meyering.net>
* Makefile.cfg (gnu_rel_host): Fix code to match the comment
so that a version number with a two-digit component can still count
as an alpha release. Reported by Richard A Downing.