aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_expr_str): need to escape if the coderage is invalid.usa2010-12-284-7/+33
* * ruby.c: parenthesize macro arguments.akr2010-12-272-16/+20
* fix a typokazu2010-12-271-1/+1
* * NEWS: add ARGF.write and so on.kazu2010-12-272-0/+14
* * NEWS: add new magic-comment. (warn-indent) [ruby-core:25442]kazu2010-12-272-0/+7
* * ext/fiddle/extconf.rb: check for windows.h while building fiddle.tenderlove2010-12-273-0/+16
* * 2010-12-28svn2010-12-271-2/+2
* * NEWS: Add Zlib.deflate and Zlib.inflate. [ruby-dev:42833]kazu2010-12-272-1/+11
* * win32/configure.bat: Remove obsoleted conding rule. Now, wekosaki2010-12-272-3/+5
* * re.c: parenthesize macro arguments.akr2010-12-272-3/+7
* * 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