summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-04-20 00:56:58 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-04-20 00:56:58 -0700
commit0c52734b814927c3ec00ea6b9336dac0cdc9a8c0 (patch)
tree1380a694a530d0b6c9f0d53958e0ddc1c76162fe /ChangeLog
parentc3c43fd39c715827de5cc74846ba977c5b1d2181 (diff)
downloadtxr-0c52734b814927c3ec00ea6b9336dac0cdc9a8c0.tar.gz
txr-0c52734b814927c3ec00ea6b9336dac0cdc9a8c0.tar.bz2
txr-0c52734b814927c3ec00ea6b9336dac0cdc9a8c0.zip
* regex.c (regex_space_chars): Variable removed.
(char_set_addr_str): New function. (char_set_compile): Use char_set_addr_str to add spaces to set. (init_special_char_sets): Use char_set_addr_str to add spaces to set. Bugfix: word_cs, cword_cs wrongly initialized. (regex_init): Removed reference to regex_space_chars.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4497be3b..9af0e5b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2012-04-20 Kaz Kylheku <kaz@kylheku.com>
+ * regex.c (regex_space_chars): Variable removed.
+ (char_set_addr_str): New function.
+ (char_set_compile): Use char_set_addr_str to
+ add spaces to set.
+ (init_special_char_sets): Use char_set_addr_str to
+ add spaces to set. Bugfix: word_cs, cword_cs wrongly initialized.
+ (regex_init): Removed reference to regex_space_chars.
+
+2012-04-20 Kaz Kylheku <kaz@kylheku.com>
+
* parser.y (regtoken): New nonterminal symbol.
(regterm): REGTOKEN production factored out to regtoken.
(regclass): Reverted prior commmit's changes.