summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
2007-12-19* string.c (rb_str_rindex_m): too much adjustment.matz
2007-12-19* re.c (rb_reg_regsub): should set checked encoding.nobu
2007-12-18* parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr
2007-12-17* re.c (rb_reg_initialize): raise error if non-Unicode fixedmatz
2007-12-17* string.c (scan_once): need no encoding compatibility check.matz
2007-12-13* re.c (rb_reg_initialize): embedded string may override encodingmatz
2007-12-13* encoding.c (rb_enc_compatible): encoding should never fall backmatz
2007-12-12* re.c, regerror.c, string.c, parse.y, ruby.c, file.c:akr
2007-12-12* re.c (rb_reg_regsub): should copy encoding.nobu
2007-12-11* encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.akr
2007-12-11* encoding.c (rb_enc_get_ascii): add an argument to provide the akr
2007-12-10* re.c (rb_reg_match): should calculate offset by convertedmatz
2007-12-10* re.c (rb_reg_search): return byte offset. [ruby-dev:32452]nobu
2007-12-09* re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr
2007-12-09* re.c (rb_reg_names): new method Regexp#names.akr
2007-12-09* re.c (rb_reg_s_last_match): accept named capture's name.akr
2007-12-09Regexp#fixed_encoding? documented.akr
2007-12-09document named capture of MatchData#{offset,begin,end,inspect}.akr
2007-12-09* re.c (match_backref_number): new function for converting a backrefakr
2007-12-09* re.c (append_utf8): check unicode range.akr
2007-12-08* re.c (rb_reg_check_preprocess): new function for validating regexpakr
2007-12-08* encoding.c (rb_enc_mbclen): make it never fail.akr
2007-12-02fix Regexp#inspect document.akr
2007-12-02document MatchData#inspect.akr
2007-12-02* re.c (unescape_escaped_nonascii): fix mbclen argument.akr
2007-12-02s/unicode/Unicode/ in error messages.akr
2007-12-01* include/ruby/intern.h (rb_uv_to_utf8): declared.akr
2007-11-27* include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: akr
2007-11-26* re.c (Init_Regexp): new method Regexp#fixed_encoding?akr
2007-11-26* re.c (rb_reg_fixed_encoding_p): extracted from rb_reg_prepare_re andakr
2007-11-25* include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr
2007-11-23* re.c (REG_CASESTATE): unused macro removed.akr
2007-11-23* re.c (match_begin): should return offset by character.matz
2007-11-04* re.c (rb_reg_quote): quote \v as well.akr
2007-11-04* re.c (rb_reg_initialize_m): use StringValuePtr instead ofakr
2007-10-19* parse.y (parser_regx_options, reg_compile_gen): relaxened encodingnobu
2007-10-17* re.c (rb_reg_s_union): the last check was not complete.matz
2007-10-17* encoding.c (rb_enc_from_encoding, rb_enc_register): associate indexnobu
2007-10-16* re.c (rb_reg_desc): set encoding.nobu
2007-10-16* re.c (rb_reg_initialize_m): allow binary encoding option.nobu
2007-10-16* re.c (rb_reg_s_union): check for encoding of original object.nobu
2007-10-16* parse.y (parser_regx_options): check if regexp encoding optionnobu
2007-10-16* re.c (rb_reg_s_union): encoding of all regexp objects shouldmatz
2007-10-12* re.c (match_values_at): make #select to be alias to #values_atmatz
2007-10-10* re.c (rb_reg_s_quote): no longer takes optional second argumentmatz
2007-10-08fix rdoc position of Regexp.union.akr
2007-10-06add an example for Regexp.union document.akr
2007-10-06* insns.def (opt_eq): get rid of gcc bug.nobu
2007-10-05* include/ruby/defines.h: no longer provide DEFAULT_KCODE.matz
2007-10-05* re.c (rb_reg_s_union_m): Regexp.union accepts single argument whichakr