aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-06-26 20:23:40 +0300
committerEli Zaretskii2011-06-26 20:23:40 +0300
commitcf99dcf81ae4732a6bf75f0b5210cebc5914d987 (patch)
tree5afa705c6d3886f4170a8fc7064b6eb1301dbf02 /src/ChangeLog
parent6b5ccddf1c9e78417aacaf375a7e96e64a60f6d3 (diff)
downloademacs-cf99dcf81ae4732a6bf75f0b5210cebc5914d987.tar.gz
emacs-cf99dcf81ae4732a6bf75f0b5210cebc5914d987.zip
Avoid bidi-related crashes in Cperl Mode.
src/bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling bidi_at_paragraph_end, since fast_looking_at doesn't like to be called at ZV.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2c8b22dc321..1b395f865c8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12011-06-26 Eli Zaretskii <eliz@gnu.org>
2
3 * bidi.c (bidi_paragraph_init): Test for ZV_BYTE before calling
4 bidi_at_paragraph_end, since fast_looking_at doesn't like to be
5 called at ZV.
6
12011-06-26 Chong Yidong <cyd@stupidchicken.com> 72011-06-26 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * process.c (wait_reading_process_output): Bypass select if 9 * process.c (wait_reading_process_output): Bypass select if