| Commit message (Expand) | Author | Age | Files | Lines |
* | * re.c: [DOC] arguments of Regexp::union receive #to_regexp [Bug #8205] | zzak | 2013-09-26 | 1 | -0/+3 |
* | re.c: suppress warning | nobu | 2013-08-09 | 1 | -2/+2 |
* | * re.c (rb_reg_to_s): convert closing parenthes to the target encoding | naruse | 2013-07-25 | 1 | -2/+24 |
* | re.c: use built-in encoding indexes | nobu | 2013-07-02 | 1 | -2/+2 |
* | * compile.c (make_name_for_block): use PRIsVALUE in format string | charliesome | 2013-06-24 | 1 | -1/+1 |
* | * include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second | ko1 | 2013-06-21 | 1 | -2/+2 |
* | * include/ruby/ruby.h, re.c: support write barrier for T_REGEXP. | ko1 | 2013-06-21 | 1 | -3/+3 |
* | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -2/+0 |
* | * doc/re.rdoc: Rename to doc/regexp.rdoc | zzak | 2013-06-11 | 1 | -1/+1 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -1/+1 |
* | * array.c: Document synonymous methods, by windwiny [GH-277] | zzak | 2013-04-12 | 1 | -0/+1 |
* | * re.c (rb_reg_to_s): suppress duplicated charclass warning. | naruse | 2013-04-02 | 1 | -0/+3 |
* | * string.c (rb_str_rpartition): revert r39903, and convert byte offset | naruse | 2013-03-24 | 1 | -0/+1 |
* | * re.c (reg_operand): Simplify and reuse error handling [Bug #7539] | marcandre | 2013-01-29 | 1 | -6/+1 |
* | [rdoc] expalin kcode argument of Regexp.new | naruse | 2013-01-13 | 1 | -3/+4 |
* | adjust style | nobu | 2012-12-29 | 1 | -2/+2 |
* | * re.c (rb_reg_eqq): doc: #=== is not a synonym for #=~, added example | zzak | 2012-12-23 | 1 | -3/+6 |
* | Apply performance improvement to short byte array search. | knu | 2012-11-22 | 1 | -0/+3 |
* | * re.c (rb_memsearch_ss): performance improvement by using memmem(3) if | glass | 2012-11-13 | 1 | -0/+13 |
* | * re.c (rb_memsearch): performance improvement by using memchr(). | glass | 2012-11-08 | 1 | -6/+6 |
* | * include/ruby/ruby.h: add C APIs. | nari | 2012-10-20 | 1 | -4/+2 |
* | * re.c (rb_reg_initialize_m): Forgot to update output for or'd-options | drbrain | 2012-08-20 | 1 | -4/+4 |
* | * re.c (rb_reg_initialize_m): Update example to show that regexp | drbrain | 2012-08-20 | 1 | -11/+12 |
* | * re.c (rb_reg_s_last_match): Update $~ to reference Regexp | drbrain | 2012-07-24 | 1 | -7/+9 |
* | obj_init_copy | nobu | 2012-06-05 | 1 | -10/+2 |
* | use RB_TYPE_P() instead of comparison of TYPE() | nobu | 2012-05-23 | 1 | -1/+1 |
* | * re.c (rb_reg_equal): Removed incorrect example for Regexp#== with | drbrain | 2012-05-08 | 1 | -1/+1 |
* | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain | 2012-04-13 | 1 | -0/+2 |
* | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre | 2012-03-14 | 1 | -3/+1 |
* | * 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 |