aboutsummaryrefslogtreecommitdiff
path: root/texinfo/intl
diff options
context:
space:
mode:
Diffstat (limited to 'texinfo/intl')
-rw-r--r--texinfo/intl/ChangeLog16
-rw-r--r--texinfo/intl/explodename.c4
2 files changed, 19 insertions, 1 deletions
diff --git a/texinfo/intl/ChangeLog b/texinfo/intl/ChangeLog
index ecff6f6b2cd..1c57a6afc44 100644
--- a/texinfo/intl/ChangeLog
+++ b/texinfo/intl/ChangeLog
@@ -1,3 +1,19 @@
+Sun Oct 24 23:54:10 PDT 1999 Jeff Law (law@cygnus.com)
+
+ * gcc-2.95.2 Released.
+
+Mon Aug 16 01:29:24 PDT 1999 Jeff Law (law@cygnus.com)
+
+ * gcc-2.95.1 Released.
+
+Wed Jul 28 21:39:31 PDT 1999 Jeff Law (law@cygnus.com)
+
+ * gcc-2.95 Released.
+
+Sun Jul 25 23:40:51 PDT 1999 Jeff Law (law@cygnus.com)
+
+ * gcc-2.95 Released.
+
1997-09-06 02:10 Ulrich Drepper <drepper@cygnus.com>
* intlh.inst.in: Reformat copyright.
diff --git a/texinfo/intl/explodename.c b/texinfo/intl/explodename.c
index 37c46e9d7b8..5c4e09ea221 100644
--- a/texinfo/intl/explodename.c
+++ b/texinfo/intl/explodename.c
@@ -19,7 +19,9 @@
# include <config.h>
#endif
-#include <stdlib.h>
+#if defined STDC_HEADERS || defined _LIBC
+# include <stdlib.h>
+#endif
#include <string.h>
#include <sys/types.h>