aboutsummaryrefslogtreecommitdiffstats
path: root/enum.c
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (num_step): better iteration condition for floatmatz2002-05-011-0/+27
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-5/+5
* * enum.c (enum_find): catch a value before recycle.nobu2002-03-181-7/+16
* * enum.c (enum_inject): use the first iterated element as thenobu2002-03-181-7/+24
* * marshal.c (w_object): module inclusion using extend() shouldmatz2002-03-111-1/+1
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-29/+18
* * enum.c (enum_sort_by): should replace with last elements.nobu2001-12-091-1/+1
* * marshal.c (w_float): must distinguish -0.0 from 0.0.matz2001-11-271-4/+20
* * signal.c (sighandle): should not re-register sighandler ifmatz2001-11-131-5/+5
* * marshal.c (r_object): better allocation type check formatz2001-10-031-1/+0
* fix typo.nobu2001-08-231-1/+1
* * eval.c (is_defined): should not dump core for "defined?(())".matz2001-08-231-0/+39
* * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().matz2001-03-131-4/+54
* * string.c (str_independent): should not clear str->orig here.matz2001-01-291-1/+1
* * enum.c (enum_inject): new method.matz2001-01-091-0/+19
* 2000-05-24matz2000-05-241-4/+4
* 2000-05-01matz2000-05-011-2/+3
* 2000-04-10matz2000-04-101-1/+1
* 2000-01-17matz2000-01-171-100/+65
* 20000105matz2000-01-051-1/+1
* 991207matz1999-12-071-32/+4
* 19991125matz1999-11-251-1/+1
* 19991117matz1999-11-171-11/+8
* 19991029matz1999-10-291-12/+12
* 1.4.0matz1999-08-131-1/+27
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-67/+74
* This commit was generated by cvs2svn to compensate for changes in r11,matz1998-01-161-27/+41
* Initial revisionv1_0_r2matz1998-01-161-0/+369