| Commit message (Expand) | Author | Age | Files | Lines |
* | * gc.c (rb_objspace_free): global_List is allocated with xmalloc. | naruse | 2012-01-08 | 1 | -1/+1 |
* | * re.c (rb_reg_initialize): fix indent. | nobu | 2011-11-20 | 1 | -2/+2 |
* | * re.c (match_aref): Use <code> around indexing examples to prevent | drbrain | 2011-10-24 | 1 | -5/+6 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -3/+3 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -2/+1 |
* | * re.c (rb_reg_match): fix rdoc of Regexp#=~. | naruse | 2011-05-29 | 1 | -2/+2 |
* | * re.c (Init_Regexp): Document option constants. Patch by Vincent | drbrain | 2011-05-12 | 1 | -0/+5 |
* | * re.c (Init_Regexp): added a constant for ARG_ENCODING_NONE | tenderlove | 2011-02-02 | 1 | -0/+1 |
* | * re.c (rb_reg_raise): add GC guard to prevent intermediate | kosaki | 2011-01-27 | 1 | -1/+1 |
* | Sorry, commit miss of r30412. | usa | 2010-12-29 | 1 | -1/+4 |
* | * re.c: parenthesize macro arguments. | akr | 2010-12-27 | 1 | -3/+3 |
* | Revert "* re.c (rb_reg_initialize): don't set US-ASCII to regexp" | naruse | 2010-12-02 | 1 | -0/+3 |
* | * re.c (rb_reg_initialize): don't set US-ASCII to regexp | naruse | 2010-12-02 | 1 | -3/+0 |
* | * re.c (rb_reg_initialize_str): should succeed the taint status from | usa | 2010-11-26 | 1 | -0/+1 |
* | * random.c (rand_init): remove useless assignment. | naruse | 2010-10-04 | 1 | -4/+1 |
* | * re.c (rb_reg_search): fix: 4th argument should be regexp | naruse | 2010-08-23 | 1 | -1/+1 |
* | * re.c (rb_reg_expr_str): fixed out-of-boundary access at invalid | nobu | 2010-07-23 | 1 | -6/+9 |
* | * re.c (rb_reg_expr_str): fix broken Regexp#inspect when it | naruse | 2010-07-22 | 1 | -1/+2 |
* | * re.c (rb_reg_expr_str): ASCII incompatible strings | naruse | 2010-06-05 | 1 | -21/+52 |
* | * re.c (unescape_nonascii): \P{FOO} is also Unicode regexp. [ruby-core:30540] | naruse | 2010-06-01 | 1 | -0/+1 |
* | * re.c (rb_reg_s_union_m): update rdoc. [ruby-dev:41354] | mame | 2010-05-20 | 1 | -0/+1 |
* | * proc.c (proc_lambda, unnamed_parameters): Small documentation fixes. | marcandre | 2010-05-17 | 1 | -2/+2 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -47/+47 |
* | * re.c (rb_reg_initialize_m): fix wrong index for the lang | naruse | 2010-05-12 | 1 | -1/+1 |
* | Add description about Regexp(str, opt, lang). [ruby-core:29893] | naruse | 2010-05-11 | 1 | -2/+3 |
* | * error.c: RDoc for subclasses of Exception. [ruby-core:28394] | marcandre | 2010-05-08 | 1 | -0/+12 |
* | * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrong | marcandre | 2010-04-30 | 1 | -1/+1 |
* | * lib/rdoc: Import RDoc 2.5.2 | drbrain | 2010-04-10 | 1 | -3/+1 |
* | * re.c (make_regexp): use onig_new_with_source to keep | naruse | 2010-04-05 | 1 | -2/+24 |
* | * re.c (rb_reg_to_s): remove unused variable. | naruse | 2010-03-09 | 1 | -1/+0 |
* | * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2. | matz | 2010-03-01 | 1 | -20/+8 |
* | * marshal.c (r_object0): register regexp object before encoding | nobu | 2010-02-13 | 1 | -3/+14 |
* | * re.c (match_aref): fixed indent. | nobu | 2010-02-13 | 1 | -27/+27 |
* | * removed spaces just before tabs. | nobu | 2009-11-26 | 1 | -5/+5 |
* | * re.c (last_match): add "thread and method" to the scope. | naruse | 2009-09-30 | 1 | -1/+1 |
* | * re.c (last_match): Added note to the doc that last_match is local to curren... | marcandre | 2009-09-29 | 1 | -0/+3 |
* | * doc/re.rb: New document for Ruby's fork of Oniguruma. | naruse | 2009-09-17 | 1 | -0/+3 |
* | * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay. | naruse | 2009-09-10 | 1 | -2/+2 |
* | * re.c (rb_reg_hash): must calculate hash. | nobu | 2009-09-08 | 1 | -1/+1 |
* | * include/ruby/st.h (st_hash_func): use st_index_t. | nobu | 2009-09-08 | 1 | -15/+13 |
* | * re.c (Init_Regexp): new methods. [ruby-core:24748] | nobu | 2009-09-05 | 1 | -0/+3 |
* | * re.c (update_char_offset): position should be long. | nobu | 2009-09-04 | 1 | -0/+49 |
* | * re.c (update_char_offset): | nobu | 2009-09-04 | 1 | -5/+5 |
* | *regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has source | naruse | 2009-08-30 | 1 | -15/+20 |
* | * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BIT | naruse | 2009-08-27 | 1 | -3/+5 |
* | * re.c (rb_reg_preprocess_dregexp): change Exception class to | naruse | 2009-08-14 | 1 | -1/+1 |
* | Fix error message of /.../n with embeded non ASCII-8BIT string. | naruse | 2009-08-05 | 1 | -3/+10 |
* | use rb_enc_get to get the encoding of a Regexp object. | naruse | 2009-07-18 | 1 | -1/+1 |
* | * re.c (reg_match_pos): adjust offset based on characters, not | matz | 2009-06-30 | 1 | -1/+1 |
* | * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, | nobu | 2009-06-30 | 1 | -16/+23 |