diff src/ChangeLog @ 1468:0f42689481f0

[xemacs-hg @ 2003-05-09 14:52:37 by stephent] revert clobber match data <873cjoi38t.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 09 May 2003 14:52:43 +0000
parents e5da225ea2ca
children 1fcb2428fee7
line wrap: on
line diff
--- a/src/ChangeLog	Fri May 09 09:50:42 2003 +0000
+++ b/src/ChangeLog	Fri May 09 14:52:43 2003 +0000
@@ -1,3 +1,35 @@
+2003-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* search.c (search_regs): Make comment reflect reality.
+	(clear_search_regs): Unconditionally clear global regs.
+	(set_search_regs): Call clear_search_regs to clear unused regs.
+	(looking_at_1):
+	(string_match_1):
+	(search_buffer):
+	(simple_search):
+	(boyer_moore):
+	Don't call clear_search_regs directly.
+	(Flooking_at):
+	(Fposix_looking_at):
+	(Fstring_match):
+	(Fposix_string_match):
+	(Fsearch_backward):
+	(Fsearch_forward):
+	(Fword_search_backward):
+	(Fword_search_forward):
+	(Fre_search_backward): 
+	(Fre_search_forward): 
+	(Fposix_search_backward):
+	(Fposix_search_forward):
+	Document that search/match failure preserves match data.
+	(Freplace_match):
+	(Fstore_match_data):
+	Improve docstrings.
+
+	* regex.c (re_match_2_internal): Init syn1, syn2 to quiet compiler.
+
+	* regex.h (struct re_registers): Add comment.
+
 2003-05-09  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	Various cleanups against the possibility that <sys/stat.h> does