diff options
| author | Eli Zaretskii | 2006-06-03 15:05:05 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-06-03 15:05:05 +0000 |
| commit | 1b178b9902fce72c5e08cb0ef6527615477f510f (patch) | |
| tree | 659056752018be11eafadf031d19352b22b83d70 /lib-src/ChangeLog | |
| parent | 37c49f02a0e237509b8b8e200d8cc0f1baa46843 (diff) | |
| download | emacs-1b178b9902fce72c5e08cb0ef6527615477f510f.tar.gz emacs-1b178b9902fce72c5e08cb0ef6527615477f510f.zip | |
[DOS_NT] <top level>: Include fcntl.h and io.h.
(main) [DOS_NT]: Switch stdin to binary mode, if it is not a terminal device.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
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 @@ | |||
| 1 | 2006-06-03 Eli Zaretskii <eliz@gnu.org> | 1 | 2006-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 | ||