aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * NEWS-2.1.0: Mention that step can accept a 0 unit. See #9575marcandre2014-03-021-0/+2
* * 2014-03-02svn2014-03-021-2/+2
* load.c (ruby_init_ext): make idempotent to suppress warningsnormal2014-03-022-0/+7
* find_svn_log may return blank xmlnaruse2014-03-011-2/+1
* * lib/open3.rb (Open3.capture3): Ignore Errno::EPIPE for writingakr2014-03-013-3/+38
* gc.c: simplify conditionnormal2014-03-012-2/+6
* * ext/readline/readline.c (Init_readline): Use rl_hook_func_t insteadakr2014-03-012-1/+8
* gc.c: fix build for testing w/o RGenGCnormal2014-03-012-1/+5
* * test/csv/test_data_converters.rb: use descriptive assertions.nobu2014-03-017-75/+65
* assertions.rb: assert_all? assert_not_all?nobu2014-03-011-0/+20
* * ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping Encodingtenderlove2014-03-015-1/+25
* * README.EXT.ja: [DOC] Fix typo "macro macro" @utenmiki [Fixes GH-551]zzak2014-03-012-1/+6
* [DOC]akr2014-02-281-1/+1
* * 2014-03-01svn2014-02-281-3/+3
* numeric.c: predefined constantsnobu2014-02-281-3/+3
* * properties.nobu2014-02-280-0/+0
* * test/xmlrpc/test_client.rb: append assetion use_ssl variable.hsbt2014-02-281-0/+1
* * test/zlib/test_zlib.rb: remove commented out code.hsbt2014-02-281-2/+0
* numeric.c: float overflownobu2014-02-282-1/+10
* numeric.c: integer overflownobu2014-02-282-2/+6
* * numeric.c: Fix rdoc for stepmarcandre2014-02-281-1/+1
* Update Changelog for r45209marcandre2014-02-281-0/+4
* * numeric.c: Fix Numeric#step with 0 unit [#9575]marcandre2014-02-282-3/+34
* * numeric.c: Simplify by getting rid of macromarcandre2014-02-281-10/+5
* * numeric.c: Create var for rb_intern("<=>")marcandre2014-02-281-3/+4
* * test_numeric: Strengthen tests on 64 bit platformsmarcandre2014-02-281-4/+5
* * numeric.c: Simplify [ruby-core:61106] [Bug #9570]marcandre2014-02-281-13/+9
* configure.in: unquotednobu2014-02-281-1/+1
* tool/vcs.rb: discard error messagesnobu2014-02-281-14/+18
* configure.in: check arguments of pthread_setname_npnobu2014-02-281-37/+17
* * 2014-02-28svn2014-02-281-2/+2
* * file.c: [DOC] Add more documentation for File.basename by @avdi [fix GH-550...hsbt2014-02-281-1/+3
* X:Y doesn't include X in svnnaruse2014-02-271-0/+1
* * test/test_set.rb: remove commented out code.hsbt2014-02-271-49/+0
* * test/test_syslog.rb: adjust indent.hsbt2014-02-271-10/+10
* adjust indent and stylenobu2014-02-271-1/+2
* * lib/optparse.rb: [DOC] Add example of generating help with optparse.zzak2014-02-272-0/+43
* test_scanf.rb: include arguments in namesnobu2014-02-271-23/+3
* test_scanf.rb: use tmpefilenobu2014-02-271-7/+5
* adjust indent and stylenobu2014-02-279-32/+47
* use strlcatnobu2014-02-272-5/+3
* configure.in: define SET_THREAD_NAMEnobu2014-02-272-4/+49
* tool/merger.rb: normalize the merged revision stringnaruse2014-02-271-4/+10
* tool/redmine-backporter.rb: scroll 1 lind on Enter keynaruse2014-02-271-2/+2
* numeric.c: check signs before divisionnobu2014-02-273-0/+19
* configure.in: check __ARCHITECTURE__ properlynobu2014-02-271-3/+4
* * 2014-02-27svn2014-02-261-2/+2
* * thread.c: [DOC] Typo in comment for _FORTIFY_SOURCE [Fixes GH-548]zzak2014-02-262-1/+6
* eval.c: suppress a warningnobu2014-02-261-1/+1
* * gc.c (heap_pages_free_unused_pages): check tomb page availabilityko12014-02-262-18/+26