summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-06-09 11:22:18 +0000
committerBruno Haible <bruno@clisp.org>2007-06-09 11:22:18 +0000
commit78c523724796ea64635f3c3034a67de2cc3e1a7f (patch)
treecb316937d65a47434605334ba55fbdaaed4794f3 /NEWS
parent90988ede07abd2e58283d5e06b1b69f74b6967d2 (diff)
downloadgnulib-78c523724796ea64635f3c3034a67de2cc3e1a7f.tar.gz
Rename allocsa -> malloca, xallocsa -> xmalloca.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aec16367b1..95919315e0 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,17 @@ User visible incompatible changes
Date Modules Changes
+2007-06-09 xallocsa Renamed to xmalloca. The include file "xallocsa.h"
+ was remamed to "xmalloca.h". The function was
+ renamed:
+ xallocsa -> xmalloca
+
+2007-06-09 allocsa Renamed to malloca. The include file "allocsa.h"
+ was remamed to "malloca.h". The function-like
+ macros were renamed:
+ allocsa -> malloca
+ freesa -> freea
+
2007-05-20 utimens Renamed futimens to gl_futimens, to avoid
conflict with the glibc-2.6-introduced function
that has a different signature.