aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-06-21 14:57:11 +0000
committerStefan Monnier2000-06-21 14:57:11 +0000
commit3ee5041cf5cc5db6a870d0e624ced221665c4e0c (patch)
treee88a1bdbcf2b6a4a1b904942dea88577059393e2 /src/ChangeLog
parent4c34300137624a85499f90873fa16f4b7056713a (diff)
downloademacs-3ee5041cf5cc5db6a870d0e624ced221665c4e0c.tar.gz
emacs-3ee5041cf5cc5db6a870d0e624ced221665c4e0c.zip
(back_comment): Simplify string-parity counting (with
the added benefit of handling multiple string-styles as long as they are not nested). Jump to the slow code as soon as a comment starter is found in a "string_lossage" position. Fixes the case: " /* " /* " */.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cc1d6659a3e..2bd068d6742 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12000-06-21 Stefan Monnier <monnier@cs.yale.edu>
2
3 * syntax.c (back_comment): Simplify string-parity counting (with
4 the added benefit of handling multiple string-styles as long as
5 they are not intertwined).
6 Jump to the slow code as soon as a comment starter is found in
7 a "string_lossage" position. Fixes the case: " /* " /* " */.
8
12000-06-21 Dave Love <fx@gnu.org> 92000-06-21 Dave Love <fx@gnu.org>
2 10
3 * Makefile.in: Use GETLOADAVG_LIBS. 11 * Makefile.in: Use GETLOADAVG_LIBS.