aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 61e0d42ab1c..c448ac31c5d 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,9 +1,14 @@
12006-06-03 Eli Zaretskii <eliz@gnu.org> 12006-06-03 Eli Zaretskii <eliz@gnu.org>
2 2
3 * digest-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
4 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
5 terminal device.
6
3 * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h. 7 * sorted-doc.c [DOS_NT] <top level>: Include fcntl.h and io.h.
4 [WINDOWSNT] <top level>: Don't redeclare malloc. 8 [WINDOWSNT] <top level>: Don't redeclare malloc.
5 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a 9 (main) [DOS_NT]: Switch stdin to binary mode, if it is not a
6 terminal device. 10 terminal device.
11 (main): Initialize bp, to avoid compiler warnings
7 12
8 * makefile.w32-in: Delete traces of leditcfns.c. 13 * makefile.w32-in: Delete traces of leditcfns.c.
9 14