aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-1/+7
* * re.c (rb_reg_to_s): new function for Regexp#to_s.akr2002-04-181-1/+42
* * re.c (match_select): fix index references and makeknu2002-04-081-1/+1
* * re.c (match_setter): it's OK to assign nil to $~.matz2002-04-011-1/+3
* * re.c (rb_reg_search): should clear last_match if pos is out ofmatz2002-03-191-1/+4
* * re.c (rb_reg_match): should clear $~ if operand is nil.matz2002-03-141-3/+8
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-1/+0
* * file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz2002-02-011-0/+1
* * re.c (match_select): should propagate taintness.matz2002-01-111-7/+5
* * process.c (rb_f_system): abandon vfork.matz2002-01-041-0/+7
* * time.c (time_plus): result should not be negative unlessmatz2001-12-211-5/+10
* * string.c (rb_str_match_m): should convert an argument intomatz2001-12-111-1/+28
* * parse.y (parse_regx): should raise error on untermitatedmatz2001-11-191-1/+1
* * marshal.c (w_unique): should not dump anonymous class.matz2001-10-051-18/+15
* * re.c (rb_reg_s_alloc): avoid inifinte recursion.nobu2001-10-051-5/+6
* * marshal.c (r_object): better allocation type check formatz2001-10-031-15/+27
* * ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz2001-10-021-3/+11
* * eval.c, intern.h (rb_svar): return reference to special variablenobu2001-09-201-6/+1
* * re.c (Init_Regexp): to_s to be alias to inspect.matz2001-09-051-1/+2
* * eval.c (rb_provide_feature): should not tweak extension used formatz2001-07-241-6/+17
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-32/+42
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-5/+1
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-14/+12
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-2/+10
* * array.c (rb_ary_sort_bang): returns self, even if its length ismatz2001-02-021-13/+13
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-1/+1
* Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>matz2001-01-151-14/+15
* * re.c (rb_reg_desc): separate RE_OPTION_MULTILINEeban2001-01-131-2/+8
* * enum.c (enum_inject): new method.matz2001-01-091-1/+14
* matzmatz2000-11-201-2/+2
* matzmatz2000-10-101-4/+5
* matzmatz2000-09-011-8/+1
* matzmatz2000-08-281-3/+3
* matzmatz2000-07-141-1/+3
* matzmatz2000-07-011-12/+6
* 2000-06-22matz2000-06-221-3/+4
* 2000-06-19matz2000-06-191-0/+1
* 2000-06-16matz2000-06-161-1/+1
* 2000-06-14matz2000-06-141-10/+17
* 2000-06-13matz2000-06-131-8/+12
* 2000-06-12matz2000-06-121-1/+1
* 2000-05-30matz2000-05-301-5/+40
* inspect,to_s dump corematz2000-05-241-2/+3
* 2000-05-24matz2000-05-241-8/+6
* regex initialize bugmatz2000-05-231-13/+14
* /p is back for transitmatz2000-05-221-7/+7
* /p is back for transitmatz2000-05-221-101/+130
* 2000-05-18matz2000-05-181-2/+0
* thread problemsmatz2000-05-171-5/+7
* 2000-05-01matz2000-05-011-3/+3