| Commit message (Expand) | Author | Age | Files | Lines |
* | * doc/re.rb: New document for Ruby's fork of Oniguruma. | naruse | 2009-09-17 | 1 | -0/+3 |
* | * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay. | naruse | 2009-09-10 | 1 | -2/+2 |
* | * re.c (rb_reg_hash): must calculate hash. | nobu | 2009-09-08 | 1 | -1/+1 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -15/+13 |
* | * re.c (Init_Regexp): new methods. [ruby-core:24748] | nobu | 2009-09-05 | 1 | -0/+3 |
* | * re.c (update_char_offset): position should be long. | nobu | 2009-09-04 | 1 | -0/+49 |
* | * re.c (update_char_offset): | nobu | 2009-09-04 | 1 | -5/+5 |
* | *regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has source | naruse | 2009-08-30 | 1 | -15/+20 |
* | * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BIT | naruse | 2009-08-27 | 1 | -3/+5 |
* | * re.c (rb_reg_preprocess_dregexp): change Exception class to | naruse | 2009-08-14 | 1 | -1/+1 |
* | Fix error message of /.../n with embeded non ASCII-8BIT string. | naruse | 2009-08-05 | 1 | -3/+10 |
* | use rb_enc_get to get the encoding of a Regexp object. | naruse | 2009-07-18 | 1 | -1/+1 |
* | * re.c (reg_match_pos): adjust offset based on characters, not | matz | 2009-06-30 | 1 | -1/+1 |
* | * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, | nobu | 2009-06-30 | 1 | -16/+23 |
* | * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c, | nobu | 2009-03-17 | 1 | -1/+1 |
* | * string.c (rb_str_subpat): accept capture name. | akr | 2009-03-14 | 1 | -0/+5 |
* | * util.c (ruby_scan_oct, ruby_scan_hex): use size_t. | nobu | 2009-03-14 | 1 | -4/+4 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -10/+10 |
* | * re.c (Init_Regexp): define Regexp::FIXEDENCODING. [ruby-dev:38066] | akr | 2009-02-22 | 1 | -0/+1 |
* | * re.c (match_array): replace match_check(). | matz | 2009-02-03 | 1 | -4/+10 |
* | * re.c: use strlcpy for error messages. | akr | 2008-12-16 | 1 | -26/+27 |
* | * re.c (reg_enc_error): raise EncodingCompatibilityError for | matz | 2008-12-11 | 1 | -2/+2 |
* | * re.c (rb_reg_initialize): raise RegexpError when encoding | naruse | 2008-12-10 | 1 | -0/+5 |
* | * re.c (rb_reg_desc): re might be NULL. | matz | 2008-11-18 | 1 | -1/+1 |
* | * re.c (rb_reg_regsub): returns -1 unless ascii as well as | nobu | 2008-11-15 | 1 | -1/+1 |
* | * re.c (unescape_escaped_nonascii): back out the last change on | matz | 2008-10-22 | 1 | -6/+2 |
* | * re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead of | matz | 2008-10-18 | 1 | -1/+1 |
* | * re.c (rb_reg_initialize_m): changed the message to clarify the | matz | 2008-10-16 | 1 | -1/+1 |
* | * .gdbinit (rp): REGEXP handling fixed. | matz | 2008-10-16 | 1 | -2/+6 |
* | rdoc update. | akr | 2008-10-11 | 1 | -2/+9 |
* | * re.c (rb_reg_desc): Regexps of ASCII Compatible encoding may | naruse | 2008-09-19 | 1 | -2/+6 |
* | * re.c (rb_reg_desc): Regexp#inspect should be US-ASCII. | naruse | 2008-09-16 | 1 | -1/+1 |
* | * re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCII | akr | 2008-09-15 | 1 | -14/+14 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for | akr | 2008-09-13 | 1 | -1/+1 |
* | * include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): add | akr | 2008-09-13 | 1 | -1/+1 |
* | * vm.c (rb_mRubyVMFrozenCore): registered for GC. | akr | 2008-09-08 | 1 | -5/+3 |
* | * 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 |