aboutsummaryrefslogtreecommitdiffstats
path: root/range.c
Commit message (Expand)AuthorAgeFilesLines
* * re.c (match_select): should propagate taintness.matz2002-01-111-1/+1
* * string.c (rb_str_new2): NULL pointer check added.matz2002-01-071-6/+6
* * range.c (range_member): beginning check wasnobu2002-01-051-1/+1
* * file.c (path_check_1): forgot to initialize 'p'.matz2001-11-081-0/+34
* * intern.h (rb_protect_inspect): follow the change of array.c.usa2001-10-291-1/+2
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-0/+21
* * range.c (range_step): 'iter' here should be an array.matz2001-08-201-1/+1
* * range.c (range_step): new method.matz2001-08-141-0/+87
* * regex.c (re_search): should consider reverse search.matz2001-07-141-1/+1
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-3/+2
* * parse.y (yylex): fixed 'print CGI::bar() {}, "\n"' syntaxmatz2001-06-011-0/+1
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-16/+79
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-1/+1
* * array.c (rb_ary_sort_bang): returns self, even if its length ismatz2001-02-021-3/+3
* thread_critical bug reported by Dave - matzmatz2000-12-291-0/+1
* matzmatz2000-12-271-0/+3
* matzmatz2000-11-271-7/+22
* matzmatz2000-08-311-1/+2
* matzmatz2000-08-241-3/+3
* 2000-05-01matz2000-05-011-2/+2
* 2000-04-10matz2000-04-101-2/+6
* 2000-03-07matz2000-03-071-1/+1
* 2000-02-29matz2000-02-291-12/+16
* 20000105matz2000-01-051-1/+1
* 19991214matz1999-12-141-2/+12
* 991207matz1999-12-071-1/+20
* 19991206matz1999-12-061-0/+1
* 1.4.1matz1999-09-161-5/+19
* 1.4.0matz1999-08-131-62/+139
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-79/+95
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-1/+2
* Initial revisionv1_0_r2matz1998-01-161-0/+211