ruby/ext
luislavena f9a6a1dd0c Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decorator
Use CRLF only when required to improve file reading and writing under Windows.
Patch by Hiroshi Shirosaki. [ruby-core:40706] [Feature #5562]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-12-04 01:10:06 +00:00
..
-test- * variable.c (rb_path2class): don't raise NameError when the middle 2011-11-30 14:44:06 +00:00
bigdecimal * ext/bigdecimal/bigdecimal.c (VpAllocReal): reduce extra frac. 2011-12-02 06:48:10 +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 (Init_coverage): Change list format and 2011-10-10 21:06:39 +00:00
curses * ext/curses/curses.c: added the new class Curses::Pad, which 2011-07-17 15:10:06 +00:00
date suppress warnings. 2011-09-25 07:42:38 +00:00
dbm * ext/dbm/extconf.rb: revert a part of the patch in [ruby-dev:41531]. 2011-11-17 11:45:32 +00:00
digest * ext/digest/digest.c: Add documentation for the Digest module. Patch by 2011-08-12 17:23:11 +00:00
dl * ext/dl: Add documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #5192] 2011-08-16 00:34:51 +00:00
etc * whitespace cleanup. 2011-11-04 07:19:23 +00:00
fcntl .cvsignore: have not been used already. [Bug #3468] 2010-08-07 05:43:21 +00:00
fiber * cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed 2009-01-20 07:17:28 +00:00
fiddle * io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: use 2011-11-15 11:09:47 +00:00
gdbm * ext/gdbm/gdbm.c (fgdbm_reorganize): set close-on-exec flag after 2011-11-13 14:22:17 +00:00
iconv * ext/iconv/iconv.c (Init_iconv): no warnings if $VERBOSE is nil. 2010-12-03 23:50:13 +00:00
io * ext/io/console/console.c (console_raw, console_set_raw) 2011-11-18 08:18:18 +00:00
json Fix typo: U+0456->U+0069. [Bug #5275] 2011-09-05 09:05:13 +00:00
mathn * complex.c (nucomp_canonicalization): renamed. 2008-12-12 23:40:55 +00:00
nkf * ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280) 2011-09-08 12:17:06 +00:00
objspace * ext/objspace/objspace.c: fix typos in a document. 2011-08-07 05:13:02 +00:00
openssl * ext/openssl/extconf.rb: remove checks for available functions. 2011-11-26 01:49:36 +00:00
pathname * lib/pathname.rb (Pathname#find): return an enumerator if 2011-11-19 12:52:37 +00:00
psych * ext/psych/parser.c (parse): parse method can take an option file 2011-11-30 00:10:31 +00:00
pty * io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: use 2011-11-15 11:09:47 +00:00
racc/cparse .cvsignore: have not been used already. [Bug #3468] 2010-08-07 05:43:21 +00:00
readline * whitespace cleanup. 2011-11-04 07:19:23 +00:00
ripper * ext/ripper/eventids2.c (ripper_init_eventids2): separate 2011-10-18 14:05:51 +00:00
sdbm * ext/sdbm/_sdbm.c (sdbm_prep): use O_CLOEXEC if available. 2011-10-29 07:12:09 +00:00
socket * ext/socket/extconf.rb: get rid of warnings by 2011-12-01 08:45:22 +00:00
stringio * ext/stringio/stringio.c (strio_read): return new string if nil 2011-08-20 01:43:26 +00:00
strscan * ext/strscan/strscan.c: parenthesize macro arguments. 2011-03-31 11:42:23 +00:00
syck * ext/syck/lib/syck/types.rb: use toplevel Syck. 2011-09-07 22:37:34 +00:00
syslog * ext: remove trailing spaces. 2011-05-22 09:26:02 +00:00
tk * ext/tk/tcltklib.c (eventloop_sleep): unused. 2011-11-27 06:22:00 +00:00
win32ole * ext: remove trailing spaces. 2011-05-22 09:26:02 +00:00
zlib Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decorator 2011-12-04 01:10:06 +00:00
.document * ext/.document (fiddle): Remove duplicate entry 2011-08-15 23:48:59 +00:00
Setup * sprintf.c (rb_str_format): allow %c to print one character 2006-06-09 21:20:17 +00:00
Setup.atheos * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.emx * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
Setup.nt * ext/Setup*: remove tcltklib. 2005-01-26 05:15:02 +00:00
extmk.rb * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake or 2011-11-30 00:57:24 +00:00