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 bbfe73888a * ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.
* ext/bigdecimal/bigdecimal.c (VpInit): fixed format modifiers.

* ext/bigdecimal/bigdecimal.c (VPrint): constified.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-06-11 08:49:37 +00:00
..
bigdecimal * ext/bigdecimal/bigdecimal.c (gfCheckVal): never used. 2009-06-11 08:49:37 +00:00
curses * ext/curses/extconf.rb: use try_static_assert. 2008-07-23 04:53:39 +00:00
dbm * ext/dbm/dbm.c (fdbm_key): Rename #index to #key. Emit a warning 2008-11-10 09:18:23 +00:00
digest * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert), 2008-08-09 23:15:08 +00:00
dl * ext/dl/{mkcall,mkcallback,mkcbtable}.rb: no needs of mkmf. 2009-03-27 19:31:38 +00:00
etc * ext/etc/etc.c (sGroup): getgrent may not be available. 2009-02-17 16:58:12 +00:00
fcntl * ext/etc/etc.c: document update from mathew <meta@pobox.com>. 2005-10-28 17:00:07 +00:00
gdbm * ext/gdbm/gdbm.c: do not set members of RSTRING(str) directly. 2008-11-26 04:33:16 +00:00
iconv * ext/iconv/iconv.c (iconv_iconv): fixed backport miss. 2008-06-06 03:20:36 +00:00
io/wait * ext/io/wait/wait.c (FIONREAD_POSSIBLE_P): suppress warnings. 2008-06-10 03:58:09 +00:00
nkf * ext/nkf/nkf.c: RDoc typo fixed. [ruby-core:23170] 2009-04-09 02:11:38 +00:00
openssl * ext/openssl/ossl_digest.c (Init_ossl_digest): avoid recursing 2009-05-20 23:56:40 +00:00
pty * ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once): 2008-07-12 21:57:11 +00:00
racc/cparse * ext/racc/cparse/cparse.c (cparse_params_mark): remove useless rb_gc_mark. Thanks Tomoyuki Chikanaga. [ruby-dev:30405] 2007-02-24 01:42:57 +00:00
readline merged revision 21628: 2009-02-05 12:01:25 +00:00
sdbm * ext/dbm/dbm.c (fdbm_key): Rename #index to #key. Emit a warning 2008-11-10 09:18:23 +00:00
socket * ext/socket/socket.c (unix_recv_io): prevent FD leak when 2 fd is 2009-02-25 14:39:15 +00:00
stringio * ext/stringio/stringio.c (StringIO#ungetbyte): New method 2009-03-23 12:20:57 +00:00
strscan * ext/strscan/strscan.c (strscan_do_scan): should set kcode option before match. [ruby-dev:29914] 2007-01-10 09:59:11 +00:00
syck * ext/syck/syck.h (ASSERT): fix typo at r18176. 2008-07-31 02:31:33 +00:00
syslog * ext/syslog/syslog.c (mSyslog_open): Use of Check_SafeStr() is 2008-08-12 09:51:33 +00:00
thread * ext/thread/thread.c (unlock_mutex_inner): fixed wrong variable. 2009-05-29 00:19:57 +00:00
tk * ext/tk/sample/tkcombobox.rb: fix conflict with autoload definition 2009-04-26 00:44:59 +00:00
Win32API * lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin. 2008-03-21 12:27:00 +00:00
win32ole * ext/win32ole/win32ole.c: got rid of improper casts. 2008-07-23 22:01:36 +00:00
zlib * ext/zlib/zlib.c: suppress warnings. backported r9918 and r10358. 2008-07-23 08:37:27 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
.document * regex.c (re_compile_pattern): should check if c is not a 2006-04-24 15:15:22 +00:00
extmk.rb * ext/extmk.rb: quotes arguments with spaces always. 2009-04-03 03:46:22 +00:00
purelib.rb * ext/purelib.rb: get rid of recent feature. [ruby-dev:34864] 2008-05-28 09:10:50 +00:00
Setup revert error check-in in r11777 2007-02-19 08:29:08 +00:00
Setup.atheos * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00
Setup.dj * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00
Setup.emx * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00
Setup.nt revert error check-in in r11777 2007-02-19 08:29:08 +00:00
Setup.x68 * ext/Setup: Add thread except for platforms without threads 2007-02-10 21:24:58 +00:00