1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/enumerator
matz d55db6b999 * gc.c (gc_mark): enable GC stack checking.
* string.c (str_gsub): lock strings temporarily.  [ruby-dev:24687]

* ext/socket/socket.c (s_recvfrom): tmplock input buffer.
  [ruby-dev:24705]

* array.c (rb_ary_uniq_bang): do not push frozen string from hash
  table.  [ruby-dev:24695]

* array.c (rb_ary_and): ditto.

* array.c (rb_ary_or): ditto.

* ext/enumerator/enumerator.c (each_cons_i): pass copy of an
  internal consequent array.  [ruby-talk:118691]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-11-04 01:20:51 +00:00
..
.cvsignore Add ext/enumerator, a helper module for the Enumerable interface. 2003-10-13 17:09:23 +00:00
enumerator.c * gc.c (gc_mark): enable GC stack checking. 2004-11-04 01:20:51 +00:00
enumerator.txt * ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt: 2003-10-17 14:09:43 +00:00
extconf.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-11-01 08:21:06 +00:00