aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-04 02:06:52 -0700
committerPaul Eggert2011-04-04 02:06:52 -0700
commitfe07cdfa53cf14415f9c7847d9e6af6747e5023c (patch)
tree50b160817707181886e0ce2ec26f88e31a197074 /src/ChangeLog
parent82eaa3332cd0568b8e8f3f3dc3438dab61b7cc1d (diff)
downloademacs-fe07cdfa53cf14415f9c7847d9e6af6747e5023c.tar.gz
emacs-fe07cdfa53cf14415f9c7847d9e6af6747e5023c.zip
* process.c (read_process_output): Simplify nbytes computation if buffered.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6c28e61a718..0716233d612 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -5,6 +5,7 @@
5 (create_pty): Remove unnecessary "volatile"s. 5 (create_pty): Remove unnecessary "volatile"s.
6 (Fnetwork_interface_info): Avoid possibility of int overflow. 6 (Fnetwork_interface_info): Avoid possibility of int overflow.
7 (read_process_output): Do adaptive read buffering even if carryover. 7 (read_process_output): Do adaptive read buffering even if carryover.
8 (read_process_output): Simplify nbytes computation if buffered.
8 9
9 * bytecode.c (exec_byte_code): Rename local to avoid shadowing. 10 * bytecode.c (exec_byte_code): Rename local to avoid shadowing.
10 11