1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
mame e181ae5391 * process.c: suppress warning for signed and unsigned type
inconsistency.

* ext/psych/parser.c: ditto.

* ext/sdbm/_sdbm.c: ditto.

* ext/syck/rubyext.c: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-05-17 13:21:17 +00:00
..
bigdecimal * ext/bigdecimal/lib/bigdecimal/math.rb (BigMath#log): improved 2010-05-12 06:04:59 +00:00
continuation
coverage
curses ext/curses/view2.rb: replaced with Hugh Sasse's version. 2010-02-06 14:26:07 +00:00
dbm * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
digest * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:21:01 +00:00
dl * ext/fiddle/*: Adding fiddle library to wrap libffi 2010-05-06 06:59:24 +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
fiddle * ext/fiddle/lib/fiddle.rb: only require DL if it hasn't been required 2010-05-08 17:59:46 +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 * ext/io/console/console.c (get_write_fd): return primary fd if no 2010-05-13 09:45:29 +00:00
json * ext/json/generator/generator.c (fbuffer_inc_capa): 2010-05-09 00:50:36 +00:00
mathn
nkf * ext/nkf/nkf-utf8/nkf.c: Update nkf 2010-04-28. 2010-05-03 19:04:29 +00:00
objspace * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
openssl * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst is 2010-05-06 10:13:46 +00:00
psych * process.c: suppress warning for signed and unsigned type 2010-05-17 13:21:17 +00:00
pty update doc. 2010-05-09 16:32:52 +00:00
racc/cparse * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
readline * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
ripper
sdbm * process.c: suppress warning for signed and unsigned type 2010-05-17 13:21:17 +00:00
socket * ext/socket/extconf.rb: test all IPPROTO_* constants for recent Win32 2010-05-12 02:40:09 +00:00
stringio * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
strscan * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
syck * process.c: suppress warning for signed and unsigned type 2010-05-17 13:21:17 +00:00
syslog * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
tk * ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT. 2010-05-07 00:16:19 +00:00
win32ole * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
zlib * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +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