summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-06 08:23:55 +0000
committerJim Meyering <jim@meyering.net>2002-12-06 08:23:55 +0000
commit532750357432e3983fbd7dba32faf06dab4d6f8c (patch)
treeb84e88c55d7d01f6c11a0ad1303015595168ed99 /lib
parent1252175d4315c3125ccf1451c9c7da2daf51a635 (diff)
downloadcoreutils-532750357432e3983fbd7dba32faf06dab4d6f8c.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 4cfcd9463..05c370472 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,15 @@
+2002-12-05 Paul Eggert <eggert@twinsun.com>
+
+ * alloca.c [defined emacs]: Include "lisp.h".
+ (xalloc_die) [defined emacs]: New macro.
+ (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
+ [! defined emacs]: Include <xalloc.h>.
+ (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
+ (pointer): Typedef to POINTER_TYPE *.
+ (malloc): Remove decl; we now always use xmalloc.
+ (alloca): Use old-style definition, since Emacs needs this.
+ Check for arithmetic overflow when computing combined size.
+
2002-12-04 Jim Meyering <jim@meyering.net>
Reflect the fact that stat.c and lstat.c are no longer generated.