| Commit message (Expand) | Author | Age | Files | Lines |
* | * re.c (rb_reg_inspect): don't raise for uninitialized Regexp. | akr | 2008-08-18 | 1 | -1/+3 |
* | * object.c (rb_obj_untrusted): new method Object#untrusted?. | shugo | 2008-08-13 | 1 | -1/+1 |
* | * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect), | nobu | 2008-07-22 | 1 | -3/+1 |
* | * re.c (rb_reg_s_union): useless rb_enc_get call removed to prevent | akr | 2008-07-20 | 1 | -1/+1 |
* | * re.c (unescape_nonascii): add has_property argument not to | akr | 2008-07-04 | 1 | -3/+9 |
* | * re.c (unescape_nonascii): make regexp fixed_encoding if \p is used. | akr | 2008-07-04 | 1 | -0/+6 |
* | * include/ruby/ruby.h (struct RRegexp): new field usecnt. replace | akr | 2008-06-28 | 1 | -39/+35 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
* | * io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode): | nobu | 2008-06-07 | 1 | -2/+1 |
* | * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc. | mame | 2008-06-02 | 1 | -11/+38 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -1/+1 |
* | * regparse.c (PINC): use optimized enclen() instead of | matz | 2008-05-19 | 1 | -15/+26 |
* | * array.c (rb_ary_sort_bang): stop memory leak. [ruby-dev:34726] | matz | 2008-05-16 | 1 | -0/+2 |
* | * re.c (rb_reg_prepare_enc): error condition was updated for non | matz | 2008-05-15 | 1 | -19/+28 |
* | * re.c (rb_reg_prepare_re): made non static with small refactoring. | matz | 2008-05-12 | 1 | -3/+4 |
* | * re.c (Init_Regexp): remove MatchData#select. [ruby-dev:34563] | matz | 2008-05-02 | 1 | -2/+0 |
* | * re.c (rb_reg_search): use local variable. a patch from wanabe | nobu | 2008-04-30 | 1 | -1/+2 |
* | * enumerator.c (enumerator_each, enumerator_with_index): suppress | nobu | 2008-04-22 | 1 | -5/+3 |
* | * re.c (rb_reg_search): make search reentrant. [ruby-dev:34223] | matz | 2008-04-14 | 1 | -48/+63 |
* | * re.c (rb_reg_quote): should always copy the quoting string. | matz | 2008-04-08 | 1 | -3/+3 |
* | * re.c (rb_memsearch_qs): wrong boundary condition. | naruse | 2008-04-04 | 1 | -4/+4 |
* | * re.c (rb_memsearch_qs): wrong boundary condition. a patch from | matz | 2008-04-04 | 1 | -1/+1 |
* | * re.c (rb_memsearch_ss): simple shift search. | naruse | 2008-03-17 | 1 | -26/+130 |
* | fix doc. | akr | 2008-03-09 | 1 | -9/+9 |
* | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz | 2008-03-05 | 1 | -1/+1 |
* | * re.c (rb_reg_regsub): remove too strict encoding check. | matz | 2008-03-03 | 1 | -1/+0 |
* | * time.c (time_strftime): format should be ascii compatible. | matz | 2008-02-29 | 1 | -0/+1 |
* | add tests for sub/gsub with hash. | akr | 2008-02-18 | 1 | -1/+2 |
* | typo fix. | akr | 2008-02-18 | 1 | -1/+1 |
* | * re.c (re_warn): defined to restore warnings for /[a-c-e]/, etc. | akr | 2008-02-18 | 1 | -0/+6 |
* | * re.c (rb_reg_regsub): don't repeat repl twice with | akr | 2008-02-17 | 1 | -0/+1 |
* | * re.c (rb_reg_prepare_re): add enable_warning parameter. | akr | 2008-02-17 | 1 | -4/+5 |
* | * re.c (rb_reg_quote): return US-ASCII string consistently. | akr | 2008-02-17 | 1 | -2/+5 |
* | * include/ruby/re.h (struct rmatch_offset): new struct for character | akr | 2008-02-16 | 1 | -45/+157 |
* | * re.c (match_inspect): avoid SEGV with MatchData.allocate.inspect. | akr | 2008-02-16 | 1 | -0/+4 |
* | * re.c (rb_reg_quote): set US-ACII for ASCII-only string. | nobu | 2008-02-15 | 1 | -1/+1 |
* | * re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp source | akr | 2008-02-14 | 1 | -11/+14 |
* | * insns.def (toregexp): generate a regexp from strings instead of one | akr | 2008-01-29 | 1 | -28/+47 |
* | * string.c, parse.y, re.c: use rb_ascii8bit_encoding. | naruse | 2008-01-28 | 1 | -3/+3 |
* | * include/ruby/oniguruma.h: precise mbclen API redesigned to avoid | akr | 2008-01-27 | 1 | -3/+4 |
* | * re.c (rb_reg_source): set encoding as regexp encoding. | naruse | 2008-01-27 | 1 | -1/+1 |
* | * re.c (rb_reg_preprocess): force fixed encoding when ASCII | akr | 2008-01-26 | 1 | -1/+7 |
* | * include/ruby/intern.h (rb_str_buf_cat_ascii): declared. | akr | 2008-01-25 | 1 | -1/+4 |
* | * re.c (rb_reg_fixed_encoding_p): no need to treat ASCII-8BIT specially. | usa | 2008-01-24 | 1 | -1/+1 |
* | * re.c (rb_reg_initialize): 7bit clean regexp should be US-ASCII. | usa | 2008-01-24 | 1 | -1/+1 |
* | * re.c (rb_reg_prepare_re): fix SEGV by | akr | 2008-01-23 | 1 | -1/+5 |
* | * re.c (rb_char_to_option_kcode): Regexp switch `s' should mean | usa | 2008-01-18 | 1 | -1/+1 |
* | * re.c (rb_char_to_option_kcode): fixed typo. | nobu | 2008-01-17 | 1 | -1/+1 |
* | * re.c (rb_char_to_option_kcode): use rb_enc_find_index() instead | matz | 2008-01-14 | 1 | -9/+3 |
* | * re.c (rb_reg_prepare_re): initialize error message buffer. | akr | 2008-01-14 | 1 | -9/+9 |