index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
enum.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Updated Copyrights of Matz to 2003.
michal
2003-01-16
1
-1
/
+1
*
* enum.c (enum_all): now works without block.
matz
2003-01-15
1
-4
/
+28
*
* file.c (rb_find_file_ext): should not terminate searching with
matz
2002-11-22
1
-1
/
+0
*
* array.c (rb_ary_zip): iterates over items in the receiver.
matz
2002-11-19
1
-25
/
+15
*
* object.c (Init_Object): added Object#object_id, new name for
matz
2002-11-03
1
-0
/
+58
*
* parse.y (tokadd_string): ignore backslashed spaces in %w.
matz
2002-08-01
1
-1
/
+1
*
enum.c: Fix bug in enum_sort_by and some code indents
michal
2002-07-05
1
-52
/
+56
*
* eval.c (svalue_to_avalue): v may be Qundef. This fix was
matz
2002-06-13
1
-2
/
+3
*
* numeric.c (num_step): better iteration condition for float
matz
2002-05-01
1
-0
/
+27
*
* re.c (rb_reg_expr_str): should treat backslash specially in
matz
2002-04-18
1
-5
/
+5
*
* enum.c (enum_find): catch a value before recycle.
nobu
2002-03-18
1
-7
/
+16
*
* enum.c (enum_inject): use the first iterated element as the
nobu
2002-03-18
1
-7
/
+24
*
* marshal.c (w_object): module inclusion using extend() should
matz
2002-03-11
1
-1
/
+1
*
* array.c (rb_ary_modify): should copy the internal buffer if the
matz
2001-12-10
1
-29
/
+18
*
* enum.c (enum_sort_by): should replace with last elements.
nobu
2001-12-09
1
-1
/
+1
*
* marshal.c (w_float): must distinguish -0.0 from 0.0.
matz
2001-11-27
1
-4
/
+20
*
* signal.c (sighandle): should not re-register sighandler if
matz
2001-11-13
1
-5
/
+5
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
1
-1
/
+0
*
fix typo.
nobu
2001-08-23
1
-1
/
+1
*
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-23
1
-0
/
+39
*
* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().
matz
2001-03-13
1
-4
/
+54
*
* string.c (str_independent): should not clear str->orig here.
matz
2001-01-29
1
-1
/
+1
*
* enum.c (enum_inject): new method.
matz
2001-01-09
1
-0
/
+19
*
2000-05-24
matz
2000-05-24
1
-4
/
+4
*
2000-05-01
matz
2000-05-01
1
-2
/
+3
*
2000-04-10
matz
2000-04-10
1
-1
/
+1
*
2000-01-17
matz
2000-01-17
1
-100
/
+65
*
20000105
matz
2000-01-05
1
-1
/
+1
*
991207
matz
1999-12-07
1
-32
/
+4
*
19991125
matz
1999-11-25
1
-1
/
+1
*
19991117
matz
1999-11-17
1
-11
/
+8
*
19991029
matz
1999-10-29
1
-12
/
+12
*
1.4.0
matz
1999-08-13
1
-1
/
+27
*
This commit was generated by cvs2svn to compensate for changes in r372,
matz
1999-01-20
1
-67
/
+74
*
This commit was generated by cvs2svn to compensate for changes in r11,
matz
1998-01-16
1
-27
/
+41
*
Initial revision
matz
1998-01-16
1
-0
/
+369
[prev]