projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d95c600
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Wed, 21 Jan 2004 22:18:24 +0000
(22:18 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 21 Jan 2004 22:18:24 +0000
(22:18 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 319b66d14637deb5b266d481479da8e9bc5d5469..1efa890a1c288b98764ada3bd4868a9e67793aaf 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,11
@@
+2004-01-21 Jim Meyering <jim@meyering.net>
+
+ * mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
+ so as not to conflict with a different-sized __mktime_internal
+ function in GNU libc.
+ * timegm.c (__mktime_internal) [!_LIBC]: Likewise.
+ Problem building statically-linked `ls' reported by Michael Brunnbauer.
+
2003-11-30 Bruno Haible <bruno@clisp.org>
Safer stack allocation.