comparison src/ChangeLog @ 93265:e0ebf2441a57

* regex.c (EXTEND_BUFFER): Change order of pointer addition operations, to avoid having the difference between pointers overflow.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 26 Mar 2008 22:53:47 +0000
parents 6b2d6832b219
children 9f6ecb7aee14
comparison
equal deleted inserted replaced
93264:6b2d6832b219 93265:e0ebf2441a57
1 2008-03-26 Alexandre Oliva <aoliva@redhat.com> (tiny change)
2
3 * regex.c (EXTEND_BUFFER): Change order of pointer addition
4 operations, to avoid having the difference between pointers
5 overflow.
6
1 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca> 7 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * indent.c (check_display_width): New fun. 9 * indent.c (check_display_width): New fun.
4 (scan_for_column): Use it. 10 (scan_for_column): Use it.
5 11