aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* * random.c (rand_init): remove useless assignment.naruse2010-10-041-4/+1
* * re.c (rb_reg_search): fix: 4th argument should be regexpnaruse2010-08-231-1/+1
* * re.c (rb_reg_expr_str): fixed out-of-boundary access at invalidnobu2010-07-231-6/+9
* * re.c (rb_reg_expr_str): fix broken Regexp#inspect when itnaruse2010-07-221-1/+2
* * re.c (rb_reg_expr_str): ASCII incompatible stringsnaruse2010-06-051-21/+52
* * re.c (unescape_nonascii): \P{FOO} is also Unicode regexp. [ruby-core:30540]naruse2010-06-011-0/+1
* * re.c (rb_reg_s_union_m): update rdoc. [ruby-dev:41354]mame2010-05-201-0/+1
* * proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.marcandre2010-05-171-2/+2
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-47/+47
* * re.c (rb_reg_initialize_m): fix wrong index for the langnaruse2010-05-121-1/+1
* Add description about Regexp(str, opt, lang). [ruby-core:29893]naruse2010-05-111-2/+3
* * error.c: RDoc for subclasses of Exception. [ruby-core:28394]marcandre2010-05-081-0/+12
* * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrongmarcandre2010-04-301-1/+1
* * lib/rdoc: Import RDoc 2.5.2drbrain2010-04-101-3/+1
* * re.c (make_regexp): use onig_new_with_source to keepnaruse2010-04-051-2/+24
* * re.c (rb_reg_to_s): remove unused variable.naruse2010-03-091-1/+0
* * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz2010-03-011-20/+8
* * marshal.c (r_object0): register regexp object before encodingnobu2010-02-131-3/+14
* * re.c (match_aref): fixed indent.nobu2010-02-131-27/+27
* * removed spaces just before tabs.nobu2009-11-261-5/+5
* * re.c (last_match): add "thread and method" to the scope.naruse2009-09-301-1/+1
* * re.c (last_match): Added note to the doc that last_match is local to curren...marcandre2009-09-291-0/+3
* * doc/re.rb: New document for Ruby's fork of Oniguruma.naruse2009-09-171-0/+3
* * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.naruse2009-09-101-2/+2
* * re.c (rb_reg_hash): must calculate hash.nobu2009-09-081-1/+1
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-15/+13
* * re.c (Init_Regexp): new methods. [ruby-core:24748]nobu2009-09-051-0/+3
* * re.c (update_char_offset): position should be long.nobu2009-09-041-0/+49
* * re.c (update_char_offset):nobu2009-09-041-5/+5
* *regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has sourcenaruse2009-08-301-15/+20
* * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BITnaruse2009-08-271-3/+5
* * re.c (rb_reg_preprocess_dregexp): change Exception class tonaruse2009-08-141-1/+1
* Fix error message of /.../n with embeded non ASCII-8BIT string.naruse2009-08-051-3/+10
* use rb_enc_get to get the encoding of a Regexp object.naruse2009-07-181-1/+1
* * re.c (reg_match_pos): adjust offset based on characters, notmatz2009-06-301-1/+1
* * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c,nobu2009-06-301-16/+23
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-171-1/+1
* * string.c (rb_str_subpat): accept capture name.akr2009-03-141-0/+5
* * util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu2009-03-141-4/+4
* stripped trailing spaces.nobu2009-02-221-10/+10
* * re.c (Init_Regexp): define Regexp::FIXEDENCODING. [ruby-dev:38066]akr2009-02-221-0/+1
* * re.c (match_array): replace match_check().matz2009-02-031-4/+10
* * re.c: use strlcpy for error messages.akr2008-12-161-26/+27
* * re.c (reg_enc_error): raise EncodingCompatibilityError formatz2008-12-111-2/+2
* * re.c (rb_reg_initialize): raise RegexpError when encodingnaruse2008-12-101-0/+5
* * re.c (rb_reg_desc): re might be NULL.matz2008-11-181-1/+1
* * re.c (rb_reg_regsub): returns -1 unless ascii as well asnobu2008-11-151-1/+1
* * re.c (unescape_escaped_nonascii): back out the last change onmatz2008-10-221-6/+2
* * re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz2008-10-181-1/+1
* * re.c (rb_reg_initialize_m): changed the message to clarify thematz2008-10-161-1/+1