1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
yugui 5ee6b28538 merges r28327,r28329 and r28332 from trunk into ruby_1_9_2.
--
* ext/fiddle/extconf.rb: use pkg_config to find ffi.h.
--
* ext/fiddle/extconf.rb: De Morgan's laws.
--
* ext/fiddle/extconf.rb: check ffi.h even when pkg-config succeeded.
  On Debian/lenny, which is a "supported" platform, ffi.h is installed
  in /usr/include/i486-linux-gnu/.  This causes build error when using
  gcc whose target is not i486-linux-gnu.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-06-24 02:00:46 +00:00
..
bigdecimal * ext/bigdecimal/lib/bigdecimal/math.rb (BigMath#log): improved 2010-05-12 06:04:59 +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/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
digest * ext/digest/sha2/lib/sha2.rb: revert r28347. It's my mistake. 2010-06-17 09:24:35 +00:00
dl merge revision(s) 28302: 2010-06-12 16:37:49 +00:00
etc merge revision(s) 27667: 2010-06-08 13:14:51 +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 merges r28327,r28329 and r28332 from trunk into ruby_1_9_2. 2010-06-24 02:00: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/nonblock: moved from ext/io/wait/lib. 2009-07-14 12:53:23 +00:00
json merges r27694 from trunk into ruby_1_9_2. 2010-05-09 03:10:24 +00:00
mathn * complex.c (nucomp_canonicalization): renamed. 2008-12-12 23:40:55 +00:00
nkf merge revision(s) 28090: 2010-05-30 10:17:46 +00:00
objspace * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
openssl merges r27944 from trunk into ruby_1_9_2. 2010-05-23 12:18:51 +00:00
psych merges r27855 from trunk into ruby_1_9_2. 2010-05-23 10:24:32 +00:00
pty * ext/pty: moved documents and samples to the appropriate places. 2010-06-23 08:25:12 +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 * ext/ripper/eventids2.c (token_to_eventid): added 2009-08-08 22:25:11 +00:00
sdbm merges r27764 from trunk into ruby_1_9_2. 2010-05-16 12:15:36 +00:00
socket * ext/socket/lib/socket.rb: suppress warnings. 2010-06-22 13:41:16 +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 merges r27946 from trunk into ruby_1_9_2. 2010-05-23 12:18:56 +00:00
syslog * ext/**/*.[ch]: removed trailing spaces. 2010-04-22 08:04:13 +00:00
tk merges r27904,r27907 and r27909 from trunk into ruby_1_9_2. 2010-05-23 12:18:26 +00:00
win32ole merges r27922 from trunk into ruby_1_9_2. 2010-05-23 12:18:30 +00:00
zlib merges r28080 from trunk into ruby_1_9_2. 2010-05-29 17:54: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 * sprintf.c (rb_str_format): allow %c to print one character 2006-06-09 21:20:17 +00:00
Setup.atheos
Setup.emx
Setup.nt