aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
...
* * re.c (rb_reg_regsub): returns the given string itself if nothingnobu2007-12-291-4/+1
* * re.c (rb_reg_s_union): show encodings in error message.akr2007-12-271-6/+17
* * re.c (rb_reg_prepare_re): show regexp encoding in the error message.akr2007-12-241-1/+4
* * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c,akr2007-12-221-2/+2
* refine error message.akr2007-12-221-1/+1
* * encoding.c (rb_ascii_encoding): renamed from previousmatz2007-12-211-5/+5
* * re.c (rb_reg_prepare_re): stop ENCODING_NONE warning if thematz2007-12-211-1/+2
* * re.c (ARG_ENCODING_NONE): defined for /.../n option.akr2007-12-211-6/+21
* * re.c (append_utf8): use rb_utf8_encoding() instead ofakr2007-12-211-2/+2
* * test/ruby/test_system.rb (TestSystem::valid_syntax): applymatz2007-12-211-1/+1
* * re.c: change "character encodings differ" error messages.akr2007-12-211-5/+5
* * string.c (rb_str_rindex_m): too much adjustment.matz2007-12-191-1/+2
* * re.c (rb_reg_regsub): should set checked encoding.nobu2007-12-191-1/+1
* * parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr2007-12-181-0/+31
* * re.c (rb_reg_initialize): raise error if non-Unicode fixedmatz2007-12-171-1/+1
* * string.c (scan_once): need no encoding compatibility check.matz2007-12-171-1/+0
* * re.c (rb_reg_initialize): embedded string may override encodingmatz2007-12-131-8/+13
* * encoding.c (rb_enc_compatible): encoding should never fall backmatz2007-12-131-1/+2
* * re.c, regerror.c, string.c, parse.y, ruby.c, file.c:akr2007-12-121-3/+3
* * re.c (rb_reg_regsub): should copy encoding.nobu2007-12-121-0/+1
* * encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.akr2007-12-111-8/+8
* * encoding.c (rb_enc_get_ascii): add an argument to provide the akr2007-12-111-60/+66
* * re.c (rb_reg_match): should calculate offset by convertedmatz2007-12-101-4/+6
* * re.c (rb_reg_search): return byte offset. [ruby-dev:32452]nobu2007-12-101-12/+12
* * re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr2007-12-091-1/+1
* * re.c (rb_reg_names): new method Regexp#names.akr2007-12-091-1/+120
* * re.c (rb_reg_s_last_match): accept named capture's name.akr2007-12-091-43/+82
* Regexp#fixed_encoding? documented.akr2007-12-091-0/+25
* document named capture of MatchData#{offset,begin,end,inspect}.akr2007-12-091-3/+20
* * re.c (match_backref_number): new function for converting a backrefakr2007-12-091-6/+77
* * re.c (append_utf8): check unicode range.akr2007-12-091-4/+13
* * 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