| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | * re.c (rb_reg_preprocess): fix fixed_enc condition. | akr | 2008-01-07 | 1 | -1/+1 |
* | * encoding.c (rb_enc_internal_get_index): extracted from | akr | 2008-01-07 | 1 | -1/+1 |
* | * re.c (rb_reg_initialize_str): forbid raw non ASCII character | akr | 2008-01-06 | 1 | -2/+10 |
* | * include/ruby/encoding.h (rb_enc_str_buf_cat): declared. | akr | 2008-01-06 | 1 | -18/+18 |
* | * re.c (rb_reg_initialize_str): /\x80/n is not an error even if script | akr | 2008-01-05 | 1 | -2/+8 |
* | * include/ruby/intern.h, re.c (rb_reg_new): keep interface same as | nobu | 2008-01-04 | 1 | -6/+38 |
* | * re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn't | akr | 2008-01-04 | 1 | -0/+6 |
* | unused variable removed. | akr | 2008-01-04 | 1 | -1/+0 |
* | * re.c (rb_reg_search): avoid inner loop for reverse search. | matz | 2008-01-04 | 1 | -27/+9 |
* | * re.c (rb_reg_search): iterate onig_match for reverse mode. | akr | 2008-01-03 | 1 | -8/+23 |
* | fix typos. | akr | 2007-12-31 | 1 | -1/+1 |
* | * re.c (rb_reg_regsub): returns the given string itself if nothing | nobu | 2007-12-29 | 1 | -4/+1 |
* | * re.c (rb_reg_s_union): show encodings in error message. | akr | 2007-12-27 | 1 | -6/+17 |
* | * re.c (rb_reg_prepare_re): show regexp encoding in the error message. | akr | 2007-12-24 | 1 | -1/+4 |
* | * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c, | akr | 2007-12-22 | 1 | -2/+2 |
* | refine error message. | akr | 2007-12-22 | 1 | -1/+1 |
* | * encoding.c (rb_ascii_encoding): renamed from previous | matz | 2007-12-21 | 1 | -5/+5 |
* | * re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if the | matz | 2007-12-21 | 1 | -1/+2 |
* | * re.c (ARG_ENCODING_NONE): defined for /.../n option. | akr | 2007-12-21 | 1 | -6/+21 |
* | * re.c (append_utf8): use rb_utf8_encoding() instead of | akr | 2007-12-21 | 1 | -2/+2 |
* | * test/ruby/test_system.rb (TestSystem::valid_syntax): apply | matz | 2007-12-21 | 1 | -1/+1 |
* | * re.c: change "character encodings differ" error messages. | akr | 2007-12-21 | 1 | -5/+5 |
* | * string.c (rb_str_rindex_m): too much adjustment. | matz | 2007-12-19 | 1 | -1/+2 |