aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
...
* * re.c (rb_reg_equal): Removed incorrect example for Regexp#== withdrbrain2012-05-081-1/+1
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+2
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-3/+1
* * gc.c (rb_objspace_free): global_List is allocated with xmalloc.naruse2012-01-081-1/+1
* * re.c (rb_reg_initialize): fix indent.nobu2011-11-201-2/+2
* * re.c (match_aref): Use <code> around indexing examples to preventdrbrain2011-10-241-5/+6
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-3/+3
* * internal.h: declare internal functions here.akr2011-06-171-2/+1
* * re.c (rb_reg_match): fix rdoc of Regexp#=~.naruse2011-05-291-2/+2
* * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain2011-05-121-0/+5
* * re.c (Init_Regexp): added a constant for ARG_ENCODING_NONEtenderlove2011-02-021-0/+1
* * re.c (rb_reg_raise): add GC guard to prevent intermediatekosaki2011-01-271-1/+1
* Sorry, commit miss of r30412.usa2010-12-291-1/+4
* * re.c: parenthesize macro arguments.akr2010-12-271-3/+3
* Revert "* re.c (rb_reg_initialize): don't set US-ASCII to regexp"naruse2010-12-021-0/+3
* * re.c (rb_reg_initialize): don't set US-ASCII to regexpnaruse2010-12-021-3/+0
* * re.c (rb_reg_initialize_str): should succeed the taint status fromusa2010-11-261-0/+1
* * 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