aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* id.def: predefined IDsnobu2013-05-029-34/+41
* Fix rondom failure introduced by r40553naruse2013-05-021-1/+2
* Fix test of parallel test breaked by r40553naruse2013-05-021-1/+1
* Imported minitest 4.7.4 (r8483)ryan2013-05-0212-487/+886
* process.c: fix failed status with spawnvnobu2013-05-021-4/+0
* * win32/win32.c (poll_child_status): constified.usa2013-05-021-1/+1
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa2013-05-024-7/+11
* * win32/win32.c (poll_child_status): [experimental] set the cause ofusa2013-05-022-1/+38
* * 2013-05-02svn2013-05-021-2/+2
* * lib/yaml.rb: nodoc EngineManager, add History doc #8344zzak2013-05-022-5/+24
* * time.c (localtime_with_gmtoff_zone): musl libc may return NULL forakr2013-05-012-1/+9
* * enum.c (Enumerable#chunk): fix grammar of error messageeregon2013-05-012-2/+7
* curses/extconf.rb: simplifynobu2013-05-012-12/+16
* extmk.rb: always dynamic non-install extensionsnobu2013-05-012-2/+17
* ancdata.c: suppress warningsnobu2013-05-011-10/+12
* * lib/rake/version.rb: Fix RDoc warning with :include: [Bug #8347]zzak2013-05-012-1/+5
* process.c: rb_daemon should not raisenobu2013-05-011-16/+9
* configure.bat: remove stale messagenobu2013-05-011-1/+0
* eval.c: use predefined IDsnobu2013-05-013-4/+8
* * 2013-05-01svn2013-05-011-3/+3
* proc.c: use predefined IDsnobu2013-05-014-6/+18
* * lib/benchmark.rb: Update Benchmark results on newer CPUzzak2013-04-302-40/+42
* proc.c: frozen core methodsnobu2013-04-304-3/+22
* * 2013-04-30svn2013-04-301-2/+2
* intern.h: rb_block_lambdanobu2013-04-302-1/+6
* proc.c: remove unnecessary static functionnobu2013-04-301-15/+9
* * ext/tk/MANUAL_tcltklib.ja, ext/tk/old-README.tcltklib.ja: rename from *.jp ...nagai2013-04-292-0/+0
* Add comments.akr2013-04-291-0/+4
* * vm.c (VM_EP_LEP): simplify infinite loop.nobu2013-04-291-4/+2
* * remove trailing spaces.nobu2013-04-291-1/+1
* * ext/nkf/nkf-utf8/nkf.h: Bionic libc doesn't have locale.naruse2013-04-292-1/+7
* * ext/tk/MANUAL_tcltklib.jp: rename from ext/tk/MANUAL_tcltklib.eucj [ruby-tr...nagai2013-04-292-0/+0
* ossl_bn.c: reduce alloca/mallocnobu2013-04-282-9/+18
* * 2013-04-29svn2013-04-281-2/+2
* * lib/yaml.rb: Clarify documentation about YAML being always Psych.eregon2013-04-282-22/+16
* * lib/yaml.rb: Use another trick to define the YAML module.eregon2013-04-282-2/+9
* * lib/pp.rb: Update PP module overview by @geopetzzak2013-04-282-13/+30
* ossl_bn.c: fix ossl_bn_initialize bug with integershirosaki2013-04-282-2/+10
* test_io_console.rb: investigate hang-upnobu2013-04-281-5/+13
* README.EXT: update notenobu2013-04-283-4/+18
* * object.c: With feedback from Steve Klabnik, reverted a change tozzak2013-04-282-8/+13
* * lib/yaml.rb: Disable setting YAML const twice [ruby-core:54642]zzak2013-04-282-1/+5
* * object.c: Documentation for taint and trust [Bug #8162]zzak2013-04-282-8/+43
* * README.EXT: Copy note from r40505 for rb_sprintf() [Bug #7982]zzak2013-04-282-0/+7
* * ext/curses/curses.c: Update Curses::Window example for nicer outputzzak2013-04-272-3/+12
* * README.EXT: Update note from r40504, by Jeremy Evans [Bug #7982]zzak2013-04-272-1/+6
* * README.EXT: Add note to warn use of %i in Exceptions [Bug #7982]zzak2013-04-272-0/+6
* * configure.in: Fix a typo. Should check endgrent() instead ofakr2013-04-272-3/+8
* * 2013-04-28svn2013-04-271-2/+2
* * process.c (obj2gid): Don't call endgrnam() if not exist.akr2013-04-273-3/+11