aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-11-16 07:29:22 -0800
committerPaul Eggert2012-11-16 07:29:22 -0800
commit3d082a269ece18058ed82957f8a056822b39789e (patch)
tree17d4964206b6dc2329b1e31ec708b7b370912db4 /ChangeLog
parent9533048d4a8e86dd6a8ffc8970afce28fda2632f (diff)
downloademacs-3d082a269ece18058ed82957f8a056822b39789e.tar.gz
emacs-3d082a269ece18058ed82957f8a056822b39789e.zip
Remove no-longer-used pty_max_bytes variable.
* configure.ac (fpathconf): Remove unnecessary check. * admin/CPP-DEFINES (HAVE_FPATHCONF): Remove. * src/process.c (pty_max_bytes): Remove; unused. (send_process): Do not set it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f5f649aae6d..1e5bf54a897 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
12012-11-16 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove no-longer-used pty_max_bytes variable.
4 * configure.ac (fpathconf): Remove unnecessary check.
5
12012-11-14 Paul Eggert <eggert@cs.ucla.edu> 62012-11-14 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Use faccessat, not access, when checking file permissions (Bug#12632). 8 Use faccessat, not access, when checking file permissions (Bug#12632).