aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* warning: no indirect flagnobu2012-07-181-8/+7
* vm.c: remove unused variablesnobu2012-07-182-8/+6
* empty_p: optimize and warningsnobu2012-07-182-10/+8
* mkmf.rb: hack for -frameworknobu2012-07-183-4/+13
* * ext/curses/extconf.rb: support PDCurses. patched by Luis Lavena.shugo2012-07-182-1/+6
* * properties.nobu2012-07-180-0/+0
* * parse.y (primary): allow an empty grouped expression as theshugo2012-07-183-1/+31
* * thread.c (rb_thread_call_without_gvl2): added.ko12012-07-183-15/+91
* configure.in: EXTDLDFLAGSnobu2012-07-183-4/+14
* * thread.c: fix last commit miss.ko12012-07-182-3/+4
* * thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko12012-07-186-44/+145
* add castsshyouhei2012-07-182-50/+57
* add castsshyouhei2012-07-183-3/+12
* * lib/benchmark.rb: Fix Benchmark.benchmark output with an emptynaruse2012-07-183-58/+69
* * lib/debug.rb: Added toplevel documentation. Based on patch by Oscardrbrain2012-07-182-4/+169
* * test/win32ole/test_win32ole_event.rb (TestWIN32OLE_EVENT): useusa2012-07-182-8/+14
* * lib/logger.rb: Updated typos and output to match modern Loggerdrbrain2012-07-182-51/+58
* Wed Jul 18 08:01:10 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-171-16/+6
* Wed Jul 18 07:59:29 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-07-173-3/+19
* Add documentation about Array#join(nil). [Bug#5915]naruse2012-07-171-0/+2
* Add tests for r36415.naruse2012-07-172-12/+45
* * 2012-07-18svn2012-07-171-2/+2
* * lib/open-uri.rb: delete space.ayumin2012-07-172-6/+6
* * lib/open-uri.rb: call io.close! for Tempfile.akr2012-07-172-1/+9
* Support IPv6 address. [Bug #6746]naruse2012-07-171-4/+6
* * proc.c (rb_proc_arity): return normal value (not -n-1) if it is notnaruse2012-07-172-1/+10
* * ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchorstenderlove2012-07-164-1/+80
* Revert of r36411, as does not distinguish proc from lambdamarcandre2012-07-163-18/+9
* * 2012-07-17svn2012-07-161-2/+2
* Revert r33924.marcandre2012-07-163-9/+18
* * bignum.c (rb_integer_float_cmp): use FIXNUM_MIN and FIXNUM_MAX,akr2012-07-162-2/+7
* * numeric.c (flo_to_s): use the exponential form if the integer partakr2012-07-162-1/+7
* * ext/readline/readline.c: fixed docs. [Bug #6740][ruby-core:46501]ayumin2012-07-162-1/+6
* * bignum.c (rb_integer_float_eq): new function.akr2012-07-164-3/+46
* * bignum.c (rb_integer_float_cmp): rename a local variable.akr2012-07-162-7/+11
* * bignum.c (rb_integer_float_cmp): renamed from rb_big_float_cmp.akr2012-07-164-17/+25
* * bignum.c (rb_big_float_cmp): compare an integer and float precisely.akr2012-07-163-1/+83
* * bignum.c (rb_big_float_cmp): support fixnum for argument x.akr2012-07-163-25/+40
* fixed ChangeLogayumin2012-07-161-1/+1
* * test/fileutils/test_fileutils.rb: add test for FileUtils#uptodate?ayumin2012-07-162-0/+26
* * lib/fileutils.rb (uptodate?): remove useless parameter.ayumin2012-07-162-3/+6
* * bignum.c (rb_big_eq): use rb_big_float_cmp.akr2012-07-162-8/+5
* * internal.h (rb_big_float_cmp): declared.akr2012-07-164-34/+60
* * 2012-07-16svn2012-07-161-2/+2
* * bignum.c (enum big_op_t): new type.akr2012-07-162-13/+29
* * 2012-07-15svn2012-07-141-2/+2
* fix indentkazu2012-07-141-1/+1
* array.c: fill with nilnobu2012-07-143-9/+14
* * cont.c (cont_restore_0): improve docs. [Bug #6706][ruby-core:46243]ayumin2012-07-142-8/+13
* hash.c: raise on invalid inputnobu2012-07-143-1/+14