index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_regexp.rb
Age
Commit message (
Expand
)
Author
2012-11-06
* ruby.c (load_file_internal): set default source encoding as
naruse
2012-10-16
* test/ruby/test_regexp.rb
usa
2012-10-16
* test/ruby/test_regexp.rb
usa
2012-10-13
* regparse.c (parse_char_class): should match with a hyphen after a
usa
2012-10-12
* test/ruby/test_regexp.rb
usa
2012-03-06
* parse.y (parser_tokadd_string): escape simple regexp meta
nobu
2012-03-05
fix typos
kazu
2012-03-04
* parse.y (parser_tokadd_string): regexp engine doesn't need
nobu
2012-02-26
* regparse.c (add_code_range_to_buf0): wrong condition of duplicated
naruse
2012-01-08
* numeric.c (rb_enc_uint_char): raise RangeError when added codepoint
naruse
2012-01-07
Add test for word boundary.
naruse
2011-02-02
* re.c (Init_Regexp): added a constant for ARG_ENCODING_NONE
tenderlove
2010-11-26
* regcomp.c (setup_tree): restart setup_tree() for a node whose
naruse
2010-11-19
Remove a test for reverted feature r26701.
naruse
2010-11-08
* tool/enc-unicode.rb,
naruse
2010-08-17
* regcomp.c: revert r26701; it introduces Bug #3681.
naruse
2010-08-08
* parse.y (parser_tokadd_escape): no similar messages twice.
nobu
2010-07-22
* re.c (rb_reg_expr_str): fix broken Regexp#inspect when it
naruse
2010-07-15
* regexec.c (onig_search): don't skip non-ANYCHARs when
naruse
2010-06-23
* test/ruby/test_regexp.rb (test_dup_warn): read in UTF-8
nobu
2010-06-16
* test/ruby/test_{regexp,rubyoptions}.rb: trivial change.
nobu
2010-06-15
Refix test_regexp.
naruse
2010-06-15
Refix for test_dup_warn.
naruse
2010-06-13
retry to fix test.
naruse
2010-06-13
try to fix test for boron.
naruse
2010-06-05
* re.c (rb_reg_expr_str): ASCII incompatible strings
naruse
2010-05-31
* regparse.c (onig_syntax_warn): do not use external strings as
nobu
2010-05-25
* regparse.c (add_code_range_to_buf0): fix false negative
naruse
2010-05-12
* re.c (rb_reg_initialize_m): fix wrong index for the lang
naruse
2010-04-29
* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):
nobu
2010-04-21
* parse.y (regexp): check each fragments. [ruby-core:27374]
nobu
2010-04-20
* test/ruby: make more ruby-mode.el friendly.
nobu
2010-02-17
* regcomp.c (setup_tree, onig_compile): optimize .* at last by
mame
2010-01-22
* test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,
mame
2009-12-21
Add a test for [ruby-core:27247]
naruse
2009-10-19
* iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):
nobu
2009-10-12
* test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppress
nobu
2009-10-08
* tool/enc-unicode.rb: parse range notation of UnicodeData.txt.
naruse
2009-09-04
* re.c (update_char_offset): position should be long.
nobu
2009-08-27
* re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BIT
naruse
2009-08-15
* regparse.c (add_ctype_to_cc_by_range): fix the first
naruse
2009-08-15
\d, \s and \w are now non Unicode class. [ruby-dev:39026]
naruse
2009-08-05
Fix test for previous commit.
naruse
2009-03-14
* string.c (rb_str_subpat): accept capture name.
akr
2008-11-30
* test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):
yugui
2008-10-18
* re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead of
matz
2008-08-18
* re.c (rb_reg_inspect): don't raise for uninitialized Regexp.
akr
2008-06-02
* enc/iso_8859_5.c: Large omicron should lowercase to small omicron.
mame
2008-06-02
* re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.
mame
2008-05-31
* test/ruby/test_regexp.rb: add tests.
mame
[next]