summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-12-28Deprecate Rake::RDocTask in favor of RDoc::Taskdrbrain
2010-12-28Import RDoc 3.1drbrain
2010-12-28 * re.c (rb_reg_expr_str): need to escape if the coderage is invalid.usa
2010-12-27* ruby.c: parenthesize macro arguments.akr
2010-12-27* NEWS: add ARGF.write and so on.kazu
2010-12-27* NEWS: add new magic-comment. (warn-indent) [ruby-core:25442]kazu
2010-12-27* ext/fiddle/extconf.rb: check for windows.h while building fiddle.tenderlove
2010-12-27* NEWS: Add Zlib.deflate and Zlib.inflate. [ruby-dev:42833]kazu
2010-12-27 * win32/configure.bat: Remove obsoleted conding rule. Now, wekosaki
2010-12-27* re.c: parenthesize macro arguments.akr
2010-12-27* win32/README.win32: note to need NT based OS to build ruby.usa
2010-12-27* common.mk (EXTMK_ARGS): specify to pass macro V, because nmakeusa
2010-12-27* ext/zlib/zlib.c (Init_zlib): Add Zlib.defale and Zlib.inflate.naruse
2010-12-26* misc/rb_optparse.zsh: add compdef for generator.kazu
2010-12-26* lib/optparse.rb (OptionParser#compsys): escape brackets too.kazu
2010-12-26* ext/socket/mkconstants.rb: add IF_NAMESIZE.akr
2010-12-26 * win32/Makefile.sub: suppress a strange error message when RMALLkosaki
2010-12-26 * win32/Makefile.sub: fix 'nmake clean-enc' breakage since r28322.kosaki
2010-12-26* ext/ripper/depend (ripper.y): fix messages with nmake.nobu
2010-12-26* file.c (file_expand_path): get rid of warnings caused bynobu
2010-12-26 * process.c (before_exec): add small comment.kosaki
2010-12-26* ext/socket/mkconstants.rb: define INET_ADDRSTRLEN as 16 if notakr
2010-12-26* ext/socket/option.c: define IFNAMSIZ if not available.akr
2010-12-26* lib/rdoc/ri/paths.rb (RDoc::RI::Paths::HOMEDIR): no exception ifnobu
2010-12-26* parse.y (stmt): missing ripper rule. i.e., `a::B ||= c 1'.nobu
2010-12-26* test/with_different_ofs.rb (DifferentOFS): should not affectnobu
2010-12-26* rational.c: parenthesize macro arguments.akr
2010-12-26* ext/socket/option.c (rb_if_indextoname): new function to abstractakr
2010-12-25* ext/dl/win32/registry.rb: Corrected RegCreateKeyExA signature.luislavena
2010-12-25 * io.c (advice_arg_check): Change argument check.kosaki
2010-12-25 * ext/socket/extconf.rb: Fix build error which was introduced r30372.kosaki
2010-12-25* ext/socket/extconf.rb: check the existence of if_indextoname().usa
2010-12-25* ext/socket/option.c (inspect_ipv4_add_drop_membership): new functionakr
2010-12-25* test/csv: DifferentOFS needs to be include in each classes.nobu
2010-12-25test/with_different_ofs.rb: fixed typos.nobu
2010-12-25* test/digest/test_digest_extend.rb (TestDigestExtend#setup):nobu
2010-12-25* test/with_diffent_ofs.rb (DifferentOFS): test suite for testnobu
2010-12-25* test/csv/test_data_converters.rb, test/csv/test_table.rb: don'tnobu
2010-12-25 * io.c (pipe_open): Added rb_thread_atfork(). We must reinitializekosaki
2010-12-25* ext/socket/option.c (inspect_ipv6_mreq): new function to inspectakr
2010-12-25* lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.nobu
2010-12-25 * thread.c (rb_thread_atfork): Add small comment why we needkosaki
2010-12-25* test/csv/base.rb (TestCSV.with_diffrent_ofs): give name tonobu
2010-12-25* lib/csv.rb (CSV#init_separators): use IO#gets with lengthnobu
2010-12-25* lib/csv.rb (CSV::foreach, CSV#initialize): directly use encodingnobu
2010-12-25* lib/csv.rb, test/csv: should not assume $, invariant.nobu
2010-12-25 * signal.c: change rb_atomic_t definition from uchar to uint.kosaki
2010-12-25* test/csv/test_encodings.rb (TestEncodings#setup): fix evil testnobu
2010-12-25 * ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().kosaki
2010-12-25* io.c (rb_io_extract_encoding_option): accept Encoding object asnobu