| Commit message (Expand) | Author | Age | Files | Lines |
* | * re.c (Init_Regexp): new method Regexp#fixed_encoding? | akr | 2007-11-26 | 1 | -0/+1 |
* | * re.c (rb_reg_fixed_encoding_p): extracted from rb_reg_prepare_re and | akr | 2007-11-26 | 1 | -63/+48 |
* | * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared. | akr | 2007-11-25 | 1 | -19/+98 |
* | * re.c (REG_CASESTATE): unused macro removed. | akr | 2007-11-23 | 1 | -9/+19 |
* | * re.c (match_begin): should return offset by character. | matz | 2007-11-23 | 1 | -12/+22 |
* | * re.c (rb_reg_quote): quote \v as well. | akr | 2007-11-04 | 1 | -1/+5 |
* | * re.c (rb_reg_initialize_m): use StringValuePtr instead of | akr | 2007-11-04 | 1 | -1/+1 |
* | * parse.y (parser_regx_options, reg_compile_gen): relaxened encoding | nobu | 2007-10-19 | 1 | -24/+32 |
* | * re.c (rb_reg_s_union): the last check was not complete. | matz | 2007-10-17 | 1 | -3/+9 |
* | * encoding.c (rb_enc_from_encoding, rb_enc_register): associate index | nobu | 2007-10-17 | 1 | -3/+3 |
* | * re.c (rb_reg_desc): set encoding. | nobu | 2007-10-16 | 1 | -1/+2 |
* | * re.c (rb_reg_initialize_m): allow binary encoding option. | nobu | 2007-10-16 | 1 | -1/+11 |
* | * re.c (rb_reg_s_union): check for encoding of original object. | nobu | 2007-10-16 | 1 | -3/+5 |
* | * parse.y (parser_regx_options): check if regexp encoding option | nobu | 2007-10-16 | 1 | -392/+75 |
* | * re.c (rb_reg_s_union): encoding of all regexp objects should | matz | 2007-10-16 | 1 | -0/+4 |
* | * re.c (match_values_at): make #select to be alias to #values_at | matz | 2007-10-12 | 1 | -41/+4 |
* | * re.c (rb_reg_s_quote): no longer takes optional second argument | matz | 2007-10-10 | 1 | -19/+6 |
* | fix rdoc position of Regexp.union. | akr | 2007-10-08 | 1 | -17/+17 |
* | add an example for Regexp.union document. | akr | 2007-10-06 | 1 | -0/+1 |
* | * insns.def (opt_eq): get rid of gcc bug. | nobu | 2007-10-06 | 1 | -0/+2 |
* | * include/ruby/defines.h: no longer provide DEFAULT_KCODE. | matz | 2007-10-05 | 1 | -9/+2 |
* | * re.c (rb_reg_s_union_m): Regexp.union accepts single argument which | akr | 2007-10-05 | 1 | -8/+22 |
* | replace rb_memcicmp() | matz | 2007-10-04 | 1 | -1/+1 |
* | revert rb_memcmp() change to pacify GCC optimizer | matz | 2007-10-04 | 1 | -5/+6 |
* | * re.c (rb_memcmp): no longer useful without ruby_ignorecase. | matz | 2007-10-04 | 1 | -6/+5 |
* | * re.c (kcode_setter): restore erroneously removed setter. | matz | 2007-10-04 | 1 | -1/+2 |
* | * re.c (ignorecase_setter): change warning message. | matz | 2007-10-04 | 1 | -1/+2 |
* | * re.c (Init_Regexp): remove obsolete const alias: MatchingData. | matz | 2007-10-04 | 1 | -1/+0 |
* | * re.c (kcode_setter): Perl-ish global variable `$=' no longer | matz | 2007-10-04 | 1 | -58/+15 |
* | * encoding.c (rb_obj_encoding): returns encoding of the given object. | nobu | 2007-10-04 | 1 | -0/+1 |
* | * re.c (Init_Regexp): test DEFAULT_KCODE in C code because | akr | 2007-09-29 | 1 | -13/+8 |
* | * re.c (rb_reg_match_m): evaluate a block if match. it would make | matz | 2007-09-20 | 1 | -0/+16 |
* | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz | 2007-09-06 | 1 | -13/+13 |
* | * string.c (str_gsub): should not use mbclen2() which has broken API. | matz | 2007-08-29 | 1 | -8/+0 |
* | * re.c (rb_reg_mbclen2): suppress a warning. | nobu | 2007-08-29 | 1 | -1/+1 |
* | * string.c (rb_str_subseq): retrieve substring based on byte offset. | matz | 2007-08-28 | 1 | -5/+5 |
* | * parse.y, re.c: re-applied revision 13092. | nobu | 2007-08-25 | 1 | -15/+22 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -67/+78 |
* | * array.c (rb_ary_s_try_convert): more document description. | matz | 2007-08-25 | 1 | -2/+2 |
* | * array.c (rb_ary_s_try_convert): a new class method to convert | matz | 2007-08-24 | 1 | -0/+17 |
* | * parse.y (reg_compile_gen): obtain error info from errinfo. | nobu | 2007-08-18 | 1 | -15/+24 |
* | * re.c (option_to_str, arg_kcode, opt_kcode): options conversion | nobu | 2007-08-02 | 1 | -46/+65 |
* | * parse.y (reg_compile_gen): set error if failed to compile regexp | nobu | 2007-08-02 | 1 | -3/+3 |
* | * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c, | nobu | 2007-07-05 | 1 | -27/+43 |
* | update document to follow MatchData#inspect implementation. | akr | 2007-06-23 | 1 | -1/+1 |
* | * re.c (match_inspect): MatchData#inspect implemented. | akr | 2007-06-23 | 1 | -1/+25 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -2/+2 |
* | * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c, | nobu | 2007-06-05 | 1 | -142/+145 |
* | * oniguruma.h: updated to Oniguruma 5.7.0. | matz | 2007-05-23 | 1 | -2/+2 |
* | * re.c (reg_operand): allow symbols to be operands for regular | matz | 2007-02-14 | 1 | -9/+22 |