1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
nobu 0f36e8fc03 * eval.c (frame_func_id), vm_eval.c (rb_iterate),
vm_insnhelper.c (vm_yield_with_cfunc): as the name of a C-level
  block, use the current method ID at the creation point.
  [ruby-dev:41852]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-07-14 11:23:10 +00:00
..
-test-/bug-3571 * eval.c (frame_func_id), vm_eval.c (rb_iterate), 2010-07-14 11:23:10 +00:00
bigdecimal * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): add two new constants BigDecimal::INFINITY and BigDecimal::NAN. 2010-07-03 07:47:00 +00:00
continuation * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed 2009-01-20 07:17:28 +00:00
coverage * ext/coverage/coverage.c (rb_mCoverage): removed unneeded static variable. 2008-08-31 04:48:02 +00:00
curses ext/curses/view2.rb: replaced with Hugh Sasse's version. 2010-02-06 14:26:07 +00:00
dbm * ext/dbm/extconf.rb: accept Berkley DB version 3, 4 and 5. 2010-06-11 15:40:39 +00:00
digest * ext/digest/lib/digest/hmac.rb: Emit a deprecation warning in 2010-06-03 14:48:23 +00:00
dl * ext/dl/handle.c (rb_dlhandle_close): should not pass a dynamic 2010-07-13 11:46:01 +00:00
etc * ext/etc/etc.c (etc_systmpdir): moved from ext/tmpdir. 2010-05-08 03:25:17 +00:00
fcntl * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
fiber * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed 2009-01-20 07:17:28 +00:00
fiddle * ext/fiddle/fiddle.h: fixed typo. 2010-06-28 21:22:57 +00:00
gdbm * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
iconv * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments. 2010-05-16 01:49:49 +00:00
io * io/console/console.c (winsize_row): should return actual screen 2010-07-06 12:47:18 +00:00
json * ext/json/generator/generator.c (fbuffer_inc_capa): 2010-05-09 00:50:36 +00:00
mathn * complex.c (nucomp_canonicalization): renamed. 2008-12-12 23:40:55 +00:00
nkf * ext/nkf/nkf-utf8/nkf.c: updated to b856dd07. 2010-05-30 09:48:28 +00:00
objspace * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
openssl * ext/openssl/extconf.rb: __VA_ARGS__ is already checked in configure. 2010-06-11 23:03:28 +00:00
psych * ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): use new 2010-07-08 16:51:28 +00:00
pty * ext/pty/pty.c (establishShell): chfunc must not raise any 2010-07-13 12:01:45 +00:00
racc/cparse * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
readline * ext/readline/readline.c: libedit is missing declaration of 2010-07-13 12:34:19 +00:00
ripper * ext/ripper/eventids2.c (token_to_eventid): added 2009-08-08 22:25:11 +00:00
sdbm * process.c: suppress warning for signed and unsigned type 2010-05-17 13:21:17 +00:00
socket * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): the workaround 2010-06-23 21:24:31 +00:00
stringio * ext/stringio/stringio.c (strio_write): add RB_GC_GUARD. 2010-06-29 12:12:07 +00:00
strscan * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
syck * ext/syck/implicit.c (YYFILL): suppress warnings. 2010-05-21 09:21:58 +00:00
syslog * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
tk * ext/tk/lib/tk.rb: fix typo and race condition. 2010-06-02 16:24:29 +00:00
win32ole * ext/win32ole/win32ole.c (reg_get_typelib_file_path): try win64 2010-06-23 12:41:26 +00:00
zlib * ext/zlib/zlib.c (gzfile_raise): add invalid header to 2010-07-07 02:44:04 +00:00
.cvsignore
.document * ext/socket/.document: extracted from ext/.document. 2010-03-22 00:06:48 +00:00
extmk.rb * ext/socket/extconf.rb: suppress a warning. 2010-01-26 12:34:51 +00:00
purelib.rb * ext/purelib.rb, common.mk: to simulate ruby command more precisely, 2010-02-05 16:21:56 +00:00
Setup
Setup.atheos
Setup.emx
Setup.nt