1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-31 04:50:19 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2001-08-31 10:36:23 +00:00
parent ee65e66c6c
commit 73caa61683
+10
View File
@@ -1,3 +1,13 @@
2001-08-30 Paul Eggert <eggert@twinsun.com>
* lib/xgetcwd.c: Don't include pathmax.h.
Include stdlib.h and unistd.h if available.
Include xalloc.h.
(xmalloc, xstrdup, free): Remove decls.
(xgetcwd): Don't assume sizes fit in unsigned.
Check for overflow when computing sizes.
Simplify reallocation code.
2001-08-28 Paul Eggert <eggert@twinsun.com>
* Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.