aboutsummaryrefslogtreecommitdiffstats
path: root/sample/test.rb
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_search): should clear last_match if pos is out ofmatz2002-03-191-0/+12
* * regex.c (re_compile_pattern): '\0111' should be '\011' plus '1',matz2002-03-121-11/+0
* * eval.c (cvar_cbase): utility function to find innermost nonmatz2002-03-081-0/+11
* commit miss.nobu2002-02-251-1/+1
* * sample/test.rb (system): test with scripts under the sourcenobu2002-02-251-1/+6
* * file.c (path_check_1): do not warn on world writable *parent*matz2002-02-191-0/+8
* * bignum.c (rb_big_rshift): should properly convert the nagativematz2002-02-151-0/+13
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-0/+37
* * st.c: primes should be primes.matz2002-01-161-4/+18
* * sample/test.rb: Hash#indexes -> Hash#select.eban2001-12-181-1/+1
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-11/+46
* * parse.y (str_extend): should not terminate string interpolationmatz2001-11-191-0/+7
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-0/+7
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-0/+10
* * class.c (rb_mod_clone): should not copy class name, since clonematz2001-10-221-0/+3
* * eval.c (svalue_to_avalue): new conversion scheme between singlematz2001-06-231-32/+32
* * eval.c (rb_yield_0): no mvalue_to_svalue conversion here.matz2001-06-221-36/+41
* * eval.c (svalue_to_mvalue): new function to convert from svaluematz2001-06-191-13/+13
* * gc.c (Init_stack): avoid __builtin_frame_address(2) to retrievematz2001-06-081-1/+121
* forgot some checkins.matz2001-05-061-1/+6
* changes from personal modifies -- matzmatz2000-12-281-16/+16
* matzmatz2000-11-011-0/+3
* matzmatz2000-10-311-1/+13
* matzmatz2000-07-101-373/+374
* matzmatz2000-07-061-4/+19
* matzmatz2000-07-041-8/+4
* 2000-06-23matz2000-06-231-0/+11
* 2000-05-30matz2000-05-301-2/+2
* 2000-05-24matz2000-05-241-1/+0
* remove configure from repositrymatz2000-05-161-1/+1
* 2000-05-10matz2000-05-101-1/+1
* 2000-05-01matz2000-05-011-1/+5
* 2000-03-13matz2000-03-131-2/+3
* 2000-02-02matz2000-02-021-2/+0
* 2000-02-01matz2000-02-011-4/+8
* 2000-01-18matz2000-01-181-4/+7
* -r debug, -s, etc.matz1999-10-151-4/+25
* 1.4.0matz1999-08-131-37/+60
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-28/+190
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-118/+126
* Initial revisionv1_0_r2matz1998-01-161-0/+943