comparison src/ChangeLog @ 68371:05d6eb9afa08

(IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well. (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>: Don't check for quit, since any loop will go through fail or jump.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 24 Jan 2006 19:14:58 +0000
parents 3422c551ad06
children 4eba2f413d20 5b7d410e31f9
comparison
equal deleted inserted replaced
68370:89e7eb7d165b 68371:05d6eb9afa08
1 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.
4 (re_match_2_internal) <on_failure_jump, on_failure_jump_smart>:
5 Don't check for quit, since any loop will go through fail or jump.
6
1 2006-01-24 Chong Yidong <cyd@stupidchicken.com> 7 2006-01-24 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * alloc.c (allocate_string_data): Update next_free immediately, to 9 * alloc.c (allocate_string_data): Update next_free immediately, to
4 reduce risk of memory clobberage. 10 reduce risk of memory clobberage.
5 11