aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * st.c (st_foreach): fix type of hash. not st_data_t but st_index_t.tarui2014-03-042-1/+6
* * Makefile.in: ".DEFAULT" target removed because it is not forakr2014-03-042-2/+5
* * 2014-03-04svn2014-03-031-2/+2
* * lib/find.rb (Find#find): should pass ignore_error option to enumerators.ktsj2014-03-033-1/+25
* * test/test_find.rb (TestFind#test_unsearchable_dir): ruby cannot makeusa2014-03-032-1/+6
* vm_method.c: disable GMC writing if GMC is disablednormal2014-03-022-12/+30
* use do/while(0) around GetDBM macrosnormal2014-03-026-14/+23
* * NEWS: [DOC] Update doc regarding filesystem load when flushing IO [ci skip]zzak2014-03-022-1/+5
* * io.c (rb_io_fsync): need to fsync even if on Windows. fixed mistake ofusa2014-03-022-2/+5
* * test/win32ole: get rid of warnings (unused variable).usa2014-03-028-17/+20
* * io.c (rb_io_fsync): revert a part of r45254. explicit fsync should updateusa2014-03-022-3/+7
* * NEWS: mention about the change of r45254.usa2014-03-021-0/+6
* * io.c (rb_io_flush_raw, rb_io_fsync): [EXPERIMENTAL] remove forceusa2014-03-022-9/+7
* * 2014-03-03svn2014-03-021-2/+2
* * test/ruby/test_backtrace.rb: get rid of warnings. unused variable,usa2014-03-022-10/+15
* Use assert_separately to speed upnaruse2014-03-021-0/+6
* fix the number of intro lines r44123naruse2014-03-021-1/+1
* A comment added.akr2014-03-021-0/+3
* Revert r45239 [ci skip]zzak2014-03-023-12/+6
* find.rb: add ignore_errornobu2014-03-023-1/+29
* extconf.rb: rl_hook_func_t for old readlinenobu2014-03-022-0/+13
* * README.EXT: [DOC] Remove needless charzzak2014-03-023-6/+12
* * proc.c: Complete rdoc of Proc#arity regarding keyword arguments.marcandre2014-03-021-0/+6
* * proc.c: Modify rdoc of Proc#arity to fit with current behavior.marcandre2014-03-021-4/+7
* * proc.c: Tweak rdoc for consistent whitespacemarcandre2014-03-021-15/+15
* * numeric.c: Mention that Float::DIG is the minimum numbermarcandre2014-03-021-1/+2
* * 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