summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-04 06:48:18 +0000
committerRoland McGrath <roland@gnu.org>1996-06-04 06:48:18 +0000
commitfa00327fbf80bd0928c0c4babc6680ff1c9f3584 (patch)
tree1d8ce640f7a153abbe2b19e7634a3b7a3e64aca9 /ChangeLog
parentbf18dbd7faa07a9dd800a8e842dd8eedc71ed5d9 (diff)
* sysdeps/libm-i387/s_finite.S: Use %eax instead of %al in setnel insn.
* intl/l10nflist.c: Fix conditional on #include <argz.h>. * libio/stdio.h (FOPEN_MAX, FILENAME_MAX, TMP_MAX, L_tmpnam): Macros removed. Instead, include <stdio_lim.h>. * libio/_G_config.h: New file. * libio/Makefile (headers): Add _G_config.h. * MakeTAGS (po/errlist.pot): Extract from sysdeps/gnu/errlist.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 678bc1ef37..437648e4d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
Tue Jun 4 02:25:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+ * sysdeps/libm-i387/s_finite.S: Use %eax instead of %al in setnel insn.
+
+ * intl/l10nflist.c: Fix conditional on #include <argz.h>.
+
+ * libio/stdio.h (FOPEN_MAX, FILENAME_MAX, TMP_MAX, L_tmpnam): Macros
+ removed. Instead, include <stdio_lim.h>.
+
+ * libio/_G_config.h: New file.
+ * libio/Makefile (headers): Add _G_config.h.
+
+ * MakeTAGS (po/errlist.pot): Extract from sysdeps/gnu/errlist.c.
+
* sysdeps/unix/sysv/linux/gnu/types.h (__KERNEL_STRICT_NAMES): Define
this macro too; current Linux kernels test that instead of
_LINUX_TYPES_DONT_EXPORT.