aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * enc/depend (clean): remove name2ctype.h when out-of-place build.nobu2010-12-292-1/+8
* * win32/Makefile.sub (clean-enc): pass V to inferior make.nobu2010-12-294-17/+21
* * ChangeLog: typo.usa2010-12-291-1/+1
* Sorry, commit miss of r30412.usa2010-12-292-3/+8
* update doc.akr2010-12-291-3/+3
* * signal.c: parenthesize macro arguments.akr2010-12-292-2/+6
* Deprecate Rake::RDocTask in favor of RDoc::Taskdrbrain2010-12-283-290/+6
* * 2010-12-29svn2010-12-281-2/+2
* Import RDoc 3.1drbrain2010-12-2828-56/+494
* * 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