aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-04-12 22:07:48 -0400
committerStefan Monnier2010-04-12 22:07:48 -0400
commit2b0a91e78f83fb446cc38efb99399e83ad2cded3 (patch)
tree7f387f7fe5cba2a8889e8a4de9ec22686ff29c22 /src/ChangeLog
parent58b963f7f3d9d8e869408666608c05f3c69a5cb5 (diff)
downloademacs-2b0a91e78f83fb446cc38efb99399e83ad2cded3.tar.gz
emacs-2b0a91e78f83fb446cc38efb99399e83ad2cded3.zip
Try to solve the problem of spurious EOF chars in long lines of text
sent to interactive subprocesses. * sysdep.c (child_setup_tty): Do not enable ICANON any more. (system_process_attributes): Remove unused var `ttotal'. * process.c (send_process): Don't bother breaking long line with EOF chars when talking to ttys any more. (wait_reading_process_output): Output a warning when called in such a way that it could block without being interruptible.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ad88dc8311b..f9567b1308e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
12010-04-13 Stefan Monnier <monnier@iro.umontreal.ca> 12010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 Try to solve the problem of spurious EOF chars in long lines of text
4 sent to interactive subprocesses.
5 * sysdep.c (child_setup_tty): Do not enable ICANON any more.
6 (system_process_attributes): Remove unused var `ttotal'.
7 * process.c (send_process): Don't bother breaking long line with EOF
8 chars when talking to ttys any more.
9 (wait_reading_process_output): Output a warning when called in such
10 a way that it could block without being interruptible.
11
3 Try to detect file modification within the same second. 12 Try to detect file modification within the same second.
4 * buffer.h (struct buffer): New field modtime_size. 13 * buffer.h (struct buffer): New field modtime_size.
5 * buffer.c (reset_buffer): Initialize it. 14 * buffer.c (reset_buffer): Initialize it.