projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54929b7
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sun, 2 Dec 2001 19:59:49 +0000
(19:59 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 2 Dec 2001 19:59:49 +0000
(19:59 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 1b8c065d6b3f4f2634499e23d7e67d132d690d3d..c98fcf39ba79072b5cb93bd8ef1bb105c6717e90 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,5
+1,9
@@
2001-12-02 Jim Meyering <meyering@lucent.com>
+ * tempname.c: Don't declare getenv, thus reverting the change of
+ 2001-11-18. It's no longer necessary, now that stdlib.h is always
+ included.
+
* regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
__unbounded, and __ptrvalue. Reported by Uwe H. Steinfeld.