aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_check_preprocess): new function for validating regexpakr2007-12-081-0/+23
* * encoding.c (rb_enc_mbclen): make it never fail.akr2007-12-081-24/+30
* fix Regexp#inspect document.akr2007-12-021-2/+2
* document MatchData#inspect.akr2007-12-021-0/+13
* * re.c (unescape_escaped_nonascii): fix mbclen argument.akr2007-12-021-2/+2
* s/unicode/Unicode/ in error messages.akr2007-12-021-6/+6
* * include/ruby/intern.h (rb_uv_to_utf8): declared.akr2007-12-011-15/+431
* * include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: akr2007-11-271-1/+1
* * re.c (Init_Regexp): new method Regexp#fixed_encoding?akr2007-11-261-0/+1
* * re.c (rb_reg_fixed_encoding_p): extracted from rb_reg_prepare_re andakr2007-11-261-63/+48
* * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr2007-11-251-19/+98
* * re.c (REG_CASESTATE): unused macro removed.akr2007-11-231-9/+19
* * re.c (match_begin): should return offset by character.matz2007-11-231-12/+22
* * 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