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
/
re.c
Age
Commit message (
Expand
)
Author
2008-05-15
* re.c (rb_reg_prepare_enc): error condition was updated for non
matz
2008-05-12
* re.c (rb_reg_prepare_re): made non static with small refactoring.
matz
2008-05-02
* re.c (Init_Regexp): remove MatchData#select. [ruby-dev:34563]
matz
2008-04-30
* re.c (rb_reg_search): use local variable. a patch from wanabe
nobu
2008-04-22
* enumerator.c (enumerator_each, enumerator_with_index): suppress
nobu
2008-04-14
* re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]
matz
2008-04-08
* re.c (rb_reg_quote): should always copy the quoting string.
matz
2008-04-04
* re.c (rb_memsearch_qs): wrong boundary condition.
naruse
2008-04-04
* re.c (rb_memsearch_qs): wrong boundary condition. a patch from
matz
2008-03-17
* re.c (rb_memsearch_ss): simple shift search.
naruse
2008-03-09
fix doc.
akr
2008-03-05
* numeric.c (fix_to_s): avoid rb_scan_args() when no argument
matz
2008-03-03
* re.c (rb_reg_regsub): remove too strict encoding check.
matz
2008-02-29
* time.c (time_strftime): format should be ascii compatible.
matz
2008-02-18
add tests for sub/gsub with hash.
akr
2008-02-18
typo fix.
akr
2008-02-18
* re.c (re_warn): defined to restore warnings for /[a-c-e]/, etc.
akr
2008-02-17
* re.c (rb_reg_regsub): don't repeat repl twice with
akr
2008-02-17
* re.c (rb_reg_prepare_re): add enable_warning parameter.
akr
2008-02-17
* re.c (rb_reg_quote): return US-ASCII string consistently.
akr
2008-02-16
* include/ruby/re.h (struct rmatch_offset): new struct for character
akr
2008-02-16
* re.c (match_inspect): avoid SEGV with MatchData.allocate.inspect.
akr
2008-02-15
* re.c (rb_reg_quote): set US-ACII for ASCII-only string.
nobu
2008-02-14
* re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp source
akr
2008-01-29
* insns.def (toregexp): generate a regexp from strings instead of one
akr
2008-01-28
* string.c, parse.y, re.c: use rb_ascii8bit_encoding.
naruse
2008-01-27
* include/ruby/oniguruma.h: precise mbclen API redesigned to avoid
akr
2008-01-27
* re.c (rb_reg_source): set encoding as regexp encoding.
naruse
2008-01-26
* re.c (rb_reg_preprocess): force fixed encoding when ASCII
akr
2008-01-25
* include/ruby/intern.h (rb_str_buf_cat_ascii): declared.
akr
2008-01-24
* re.c (rb_reg_fixed_encoding_p): no need to treat ASCII-8BIT specially.
usa
2008-01-24
* re.c (rb_reg_initialize): 7bit clean regexp should be US-ASCII.
usa
2008-01-23
* re.c (rb_reg_prepare_re): fix SEGV by
akr
2008-01-18
* re.c (rb_char_to_option_kcode): Regexp switch `s' should mean
usa
2008-01-17
* re.c (rb_char_to_option_kcode): fixed typo.
nobu
2008-01-14
* re.c (rb_char_to_option_kcode): use rb_enc_find_index() instead
matz
2008-01-14
* re.c (rb_reg_prepare_re): initialize error message buffer.
akr
2008-01-07
* re.c (rb_reg_preprocess): fix fixed_enc condition.
akr
2008-01-07
* encoding.c (rb_enc_internal_get_index): extracted from
akr
2008-01-06
* re.c (rb_reg_initialize_str): forbid raw non ASCII character
akr
2008-01-06
* include/ruby/encoding.h (rb_enc_str_buf_cat): declared.
akr
2008-01-05
* re.c (rb_reg_initialize_str): /\x80/n is not an error even if script
akr
2008-01-04
* include/ruby/intern.h, re.c (rb_reg_new): keep interface same as
nobu
2008-01-04
* re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn't
akr
2008-01-04
unused variable removed.
akr
2008-01-04
* re.c (rb_reg_search): avoid inner loop for reverse search.
matz
2008-01-03
* re.c (rb_reg_search): iterate onig_match for reverse mode.
akr
2007-12-31
fix typos.
akr
2007-12-29
* re.c (rb_reg_regsub): returns the given string itself if nothing
nobu
2007-12-27
* re.c (rb_reg_s_union): show encodings in error message.
akr
[next]