| Commit message (Expand) | Author | Age | Files | Lines |
* | * string.c (rb_str_rindex_m): too much adjustment. | matz | 2007-12-19 | 1 | -1/+2 |
* | * re.c (rb_reg_regsub): should set checked encoding. | nobu | 2007-12-19 | 1 | -1/+1 |
* | * parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexp | akr | 2007-12-18 | 1 | -0/+31 |
* | * re.c (rb_reg_initialize): raise error if non-Unicode fixed | matz | 2007-12-17 | 1 | -1/+1 |
* | * string.c (scan_once): need no encoding compatibility check. | matz | 2007-12-17 | 1 | -1/+0 |
* | * re.c (rb_reg_initialize): embedded string may override encoding | matz | 2007-12-13 | 1 | -8/+13 |
* | * encoding.c (rb_enc_compatible): encoding should never fall back | matz | 2007-12-13 | 1 | -1/+2 |
* | * re.c, regerror.c, string.c, parse.y, ruby.c, file.c: | akr | 2007-12-12 | 1 | -3/+3 |
* | * re.c (rb_reg_regsub): should copy encoding. | nobu | 2007-12-12 | 1 | -0/+1 |
* | * encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii. | akr | 2007-12-11 | 1 | -8/+8 |
* | * encoding.c (rb_enc_get_ascii): add an argument to provide the | akr | 2007-12-11 | 1 | -60/+66 |
* | * re.c (rb_reg_match): should calculate offset by converted | matz | 2007-12-10 | 1 | -4/+6 |
* | * re.c (rb_reg_search): return byte offset. [ruby-dev:32452] | nobu | 2007-12-10 | 1 | -12/+12 |
* | * re.c (rb_reg_expr_str): use \xHH instead of \OOO. | akr | 2007-12-09 | 1 | -1/+1 |
* | * re.c (rb_reg_names): new method Regexp#names. | akr | 2007-12-09 | 1 | -1/+120 |
* | * re.c (rb_reg_s_last_match): accept named capture's name. | akr | 2007-12-09 | 1 | -43/+82 |
* | Regexp#fixed_encoding? documented. | akr | 2007-12-09 | 1 | -0/+25 |
* | document named capture of MatchData#{offset,begin,end,inspect}. | akr | 2007-12-09 | 1 | -3/+20 |
* | * re.c (match_backref_number): new function for converting a backref | akr | 2007-12-09 | 1 | -6/+77 |
* | * re.c (append_utf8): check unicode range. | akr | 2007-12-09 | 1 | -4/+13 |
* | * re.c (rb_reg_check_preprocess): new function for validating regexp | akr | 2007-12-08 | 1 | -0/+23 |
* | * encoding.c (rb_enc_mbclen): make it never fail. | akr | 2007-12-08 | 1 | -24/+30 |
* | fix Regexp#inspect document. | akr | 2007-12-02 | 1 | -2/+2 |
* | document MatchData#inspect. | akr | 2007-12-02 | 1 | -0/+13 |
* | * re.c (unescape_escaped_nonascii): fix mbclen argument. | akr | 2007-12-02 | 1 | -2/+2 |
* | s/unicode/Unicode/ in error messages. | akr | 2007-12-02 | 1 | -6/+6 |
* | * include/ruby/intern.h (rb_uv_to_utf8): declared. | akr | 2007-12-01 | 1 | -15/+431 |
* | * include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: | akr | 2007-11-27 | 1 | -1/+1 |
* | * 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 |