aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * win32/README.win32: note to need NT based OS to build ruby.usa2010-12-272-4/+10
* * common.mk (EXTMK_ARGS): specify to pass macro V, because nmakeusa2010-12-272-1/+6
* * win32/rmall.bat: property.nobu2010-12-271-6/+6
* * ext/zlib/zlib.c (Init_zlib): Add Zlib.defale and Zlib.inflate.naruse2010-12-272-4/+15
* Update rdoc of zlib.naruse2010-12-271-3/+9
* * misc/rb_optparse.zsh: add compdef for generator.kazu2010-12-262-0/+6
* * lib/optparse.rb (OptionParser#compsys): escape brackets too.kazu2010-12-262-1/+6
* * 2010-12-27svn2010-12-261-2/+2
* * ext/socket/mkconstants.rb: add IF_NAMESIZE.akr2010-12-262-2/+8
* * win32/Makefile.sub: suppress a strange error message when RMALLkosaki2010-12-263-1/+13
* * win32/Makefile.sub: fix 'nmake clean-enc' breakage since r28322.kosaki2010-12-262-1/+7
* * ext/ripper/depend (ripper.y): fix messages with nmake.nobu2010-12-263-4/+7
* * file.c (file_expand_path): get rid of warnings caused bynobu2010-12-263-5/+17
* * process.c (before_exec): add small comment.kosaki2010-12-262-0/+8
* * ext/socket/mkconstants.rb: define INET_ADDRSTRLEN as 16 if notakr2010-12-262-1/+6
* fix a typo.akr2010-12-261-1/+1
* * ext/socket/option.c: define IFNAMSIZ if not available.akr2010-12-262-0/+8
* update comment.akr2010-12-261-1/+4
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths::HOMEDIR): no exception ifnobu2010-12-263-8/+13
* * parse.y (stmt): missing ripper rule. i.e., `a::B ||= c 1'.nobu2010-12-264-10/+33
* * test/with_different_ofs.rb (DifferentOFS): should not affectnobu2010-12-2613-22/+25
* * rational.c: parenthesize macro arguments.akr2010-12-262-14/+18
* * ext/socket/option.c (rb_if_indextoname): new function to abstractakr2010-12-262-16/+55
* * ext/dl/win32/registry.rb: Corrected RegCreateKeyExA signature.luislavena2010-12-252-1/+6
* This ifdef should be useless after r30374.naruse2010-12-252-6/+0
* * io.c (advice_arg_check): Change argument check.kosaki2010-12-253-6/+31
* * ext/socket/extconf.rb: Fix build error which was introduced r30372.kosaki2010-12-252-5/+10
* * 2010-12-26svn2010-12-251-2/+2
* * ext/socket/extconf.rb: check the existence of if_indextoname().usa2010-12-253-6/+36
* * ext/socket/option.c (inspect_ipv4_add_drop_membership): new functionakr2010-12-253-3/+164
* * test/csv: DifferentOFS needs to be include in each classes.nobu2010-12-2513-3/+23
* test/with_different_ofs.rb: fixed typos.nobu2010-12-2513-24/+13
* * test/digest/test_digest_extend.rb (TestDigestExtend#setup):nobu2010-12-253-20/+32
* * test/with_diffent_ofs.rb (DifferentOFS): test suite for testnobu2010-12-254-18/+38
* * test/csv/test_data_converters.rb, test/csv/test_table.rb: don'tnobu2010-12-253-13/+22
* * io.c (pipe_open): Added rb_thread_atfork(). We must reinitializekosaki2010-12-252-0/+6
* * ext/socket/option.c (inspect_ipv6_mreq): new function to inspectakr2010-12-253-1/+42
* * lib/csv.rb (CSV.foreach): 'rb' mode is defaulted in open.nobu2010-12-253-7/+36
* Support OpenSSL 1.1; it supports RSA1024 and DSS1.naruse2010-12-252-4/+21
* * thread.c (rb_thread_atfork): Add small comment why we needkosaki2010-12-252-0/+7
* * test/csv/base.rb (TestCSV.with_diffrent_ofs): give name tonobu2010-12-252-2/+5
* * lib/csv.rb (CSV#init_separators): use IO#gets with lengthnobu2010-12-253-40/+25
* * lib/csv.rb (CSV::foreach, CSV#initialize): fixed passing options.nobu2010-12-251-3/+10
* * lib/csv.rb (CSV::foreach, CSV#initialize): directly use encodingnobu2010-12-253-10/+9
* * lib/csv.rb, test/csv: should not assume $, invariant.nobu2010-12-2513-54/+80
* * signal.c: change rb_atomic_t definition from uchar to uint.kosaki2010-12-252-1/+5
* * test/csv/test_encodings.rb (TestEncodings#setup): fix evil testnobu2010-12-252-2/+10
* * ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().kosaki2010-12-252-0/+8
* * io.c (rb_io_extract_encoding_option): accept Encoding object asnobu2010-12-253-7/+60
* Fixed a minor warning in 1.9.3ryan2010-12-251-2/+2