aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_quote): quote \v as well.akr2007-11-041-1/+5
* * re.c (rb_reg_initialize_m): use StringValuePtr instead ofakr2007-11-041-1/+1
* * parse.y (parser_regx_options, reg_compile_gen): relaxened encodingnobu2007-10-191-24/+32
* * re.c (rb_reg_s_union): the last check was not complete.matz2007-10-171-3/+9
* * encoding.c (rb_enc_from_encoding, rb_enc_register): associate indexnobu2007-10-171-3/+3
* * re.c (rb_reg_desc): set encoding.nobu2007-10-161-1/+2
* * re.c (rb_reg_initialize_m): allow binary encoding option.nobu2007-10-161-1/+11
* * re.c (rb_reg_s_union): check for encoding of original object.nobu2007-10-161-3/+5
* * parse.y (parser_regx_options): check if regexp encoding optionnobu2007-10-161-392/+75
* * re.c (rb_reg_s_union): encoding of all regexp objects shouldmatz2007-10-161-0/+4
* * re.c (match_values_at): make #select to be alias to #values_atmatz2007-10-121-41/+4
* * re.c (rb_reg_s_quote): no longer takes optional second argumentmatz2007-10-101-19/+6
* fix rdoc position of Regexp.union.akr2007-10-081-17/+17
* add an example for Regexp.union document.akr2007-10-061-0/+1
* * insns.def (opt_eq): get rid of gcc bug.nobu2007-10-061-0/+2
* * include/ruby/defines.h: no longer provide DEFAULT_KCODE.matz2007-10-051-9/+2
* * re.c (rb_reg_s_union_m): Regexp.union accepts single argument whichakr2007-10-051-8/+22
* replace rb_memcicmp()matz2007-10-041-1/+1
* revert rb_memcmp() change to pacify GCC optimizermatz2007-10-041-5/+6
* * re.c (rb_memcmp): no longer useful without ruby_ignorecase.matz2007-10-041-6/+5
* * re.c (kcode_setter): restore erroneously removed setter.matz2007-10-041-1/+2
* * re.c (ignorecase_setter): change warning message.matz2007-10-041-1/+2
* * re.c (Init_Regexp): remove obsolete const alias: MatchingData.matz2007-10-041-1/+0
* * re.c (kcode_setter): Perl-ish global variable `$=' no longermatz2007-10-041-58/+15
* * encoding.c (rb_obj_encoding): returns encoding of the given object.nobu2007-10-041-0/+1
* * re.c (Init_Regexp): test DEFAULT_KCODE in C code becauseakr2007-09-291-13/+8
* * re.c (rb_reg_match_m): evaluate a block if match. it would makematz2007-09-201-0/+16
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-061-13/+13
* * string.c (str_gsub): should not use mbclen2() which has broken API.matz2007-08-291-8/+0
* * re.c (rb_reg_mbclen2): suppress a warning.nobu2007-08-291-1/+1
* * string.c (rb_str_subseq): retrieve substring based on byte offset.matz2007-08-281-5/+5
* * parse.y, re.c: re-applied revision 13092.nobu2007-08-251-15/+22
* * encoding.c: provide basic features for M17N.matz2007-08-251-67/+78
* * array.c (rb_ary_s_try_convert): more document description.matz2007-08-251-2/+2
* * array.c (rb_ary_s_try_convert): a new class method to convertmatz2007-08-241-0/+17
* * parse.y (reg_compile_gen): obtain error info from errinfo.nobu2007-08-181-15/+24
* * re.c (option_to_str, arg_kcode, opt_kcode): options conversionnobu2007-08-021-46/+65
* * parse.y (reg_compile_gen): set error if failed to compile regexpnobu2007-08-021-3/+3
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-27/+43
* update document to follow MatchData#inspect implementation.akr2007-06-231-1/+1
* * re.c (match_inspect): MatchData#inspect implemented.akr2007-06-231-1/+25
* * include/ruby: moved public headers.nobu2007-06-101-2/+2
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-051-142/+145
* * oniguruma.h: updated to Oniguruma 5.7.0.matz2007-05-231-2/+2
* * re.c (reg_operand): allow symbols to be operands for regularmatz2007-02-141-9/+22
* * dir.c (dir_s_glob): restore GC protection volatile variable.matz2006-09-181-1/+2
* * dir.c (dir_s_glob): remove unused variable.matz2006-09-181-1/+0
* * ruby.h (struct RString): embed small strings.matz2006-08-311-30/+30
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-2/+2
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-1/+1