| Commit message (Expand) | Author | Age | Files | Lines |
* | From b80689141673b93e8d12968c3196ec6a2331da45 Mon Sep 17 00:00:00 2001 | nobu | 2010-08-16 | 2 | -7/+13 |
* | From 75db84d6ec7c9ef5fd05e5835ac1004df8ea7e2a Mon Sep 17 00:00:00 2001 | nobu | 2010-08-16 | 2 | -3/+8 |
* | * ChangeLog: cleaned. | nobu | 2010-08-16 | 1 | -2/+2 |
* | * common.mk (capi): use -b option for doxygen. It disables stdout | akr | 2010-08-16 | 2 | -1/+7 |
* | merge revision(s) 28997: | shyouhei | 2010-08-16 | 2 | -1/+8 |
* | * Makefile.in, win32/Makefile.sub (test-rubyspec-precheck): split | nobu | 2010-08-16 | 4 | -2/+19 |
* | * 2010-08-16 | svn | 2010-08-16 | 1 | -2/+2 |
* | * ext/bigdecimal/bigdecimal.h (llabs): never never never never never | usa | 2010-08-16 | 3 | -3/+10 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_inspect, VPrint, V... | mrkn | 2010-08-15 | 2 | -13/+19 |
* | * lib/mkmf.rb (Logging.postpone): close @log only when it's available. | usa | 2010-08-15 | 2 | -1/+5 |
* | * ext/bigdecimal/bigdecimal.h (VpVtoD): fix a type of e. | mrkn | 2010-08-15 | 3 | -4/+11 |
* | fix typos. | akr | 2010-08-15 | 1 | -6/+6 |
* | * ext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h (labs, llabs): suppo... | mrkn | 2010-08-14 | 5 | -315/+347 |
* | * 2010-08-15 | svn | 2010-08-14 | 1 | -2/+2 |
* | * ext/pathname/pathname.c (path_utime): Pathname#utime translated | akr | 2010-08-14 | 3 | -3/+15 |
* | * thread.c (rb_gc_mark_threads): deprecated. | nobu | 2010-08-14 | 4 | -3/+6 |
* | * test/coverage/test_coverage.rb: added. | nobu | 2010-08-14 | 1 | -0/+17 |
* | * ext/{coverage,objspace}/extconf.rb ($INCFLAGS): explicitly add | nobu | 2010-08-14 | 5 | -5/+11 |
* | * test/objspace/test_objspace.rb: added test for objspace. | nari | 2010-08-14 | 4 | -1/+56 |
* | * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro | nobu | 2010-08-14 | 9 | -23/+31 |
* | * io.c (rb_io_memsize): constified. | nobu | 2010-08-14 | 3 | -3/+5 |
* | * regcomp.c (onig_memsize): constified. | nobu | 2010-08-14 | 4 | -3/+7 |
* | * gc.h (rb_objspace_each_objects): used in objspace. | nobu | 2010-08-14 | 3 | -7/+19 |
* | * vm_core.h (rb_{get,set,reset}_coverages): used in coverage. | nobu | 2010-08-14 | 3 | -5/+8 |
* | * include/ruby/intern.h (rb_time_interval): used in io/wait. | nobu | 2010-08-14 | 3 | -3/+6 |
* | * 2010-08-14 | svn | 2010-08-14 | 1 | -2/+2 |
* | * include/ruby/intern.h (rb_make_backtrace, rb_make_exception): | nobu | 2010-08-14 | 4 | -10/+15 |
* | * ext/pathname/pathname.c (path_truncate): Pathname#truncate translated | akr | 2010-08-13 | 3 | -3/+15 |
* | * lib/test/unit.rb (MiniTest::Unit.new): extend before initialize. | nobu | 2010-08-13 | 3 | -5/+16 |
* | * ext/pathname/pathname.c (path_make_symlink): Pathname#make_symlink | akr | 2010-08-12 | 3 | -3/+18 |
* | * ext/pathname/pathname.c (path_lstat): Pathname#lstat translated | akr | 2010-08-12 | 3 | -3/+15 |
* | * include/ruby/encoding.h (rb_char_to_option_kcode): used in | nobu | 2010-08-11 | 4 | -2/+20 |
* | * ChangeLog: adjust indentation. | nobu | 2010-08-11 | 1 | -35/+35 |
* | * test/test_cmath.rb: property. | nobu | 2010-08-11 | 0 | -0/+0 |
* | wait a process. | akr | 2010-08-11 | 1 | -0/+1 |
* | * 2010-08-12 | svn | 2010-08-11 | 1 | -2/+2 |
* | * test/ruby/test_rubyoptions.rb (test_script_from_stdin): disable | akr | 2010-08-11 | 2 | -18/+28 |
* | * lib/cmath.rb (CMath.sqrt): use floating-point value. [ruby-core:31672] [Bu... | mrkn | 2010-08-11 | 3 | -1/+16 |
* | * NEWS: merge from branches/ruby_1_9_2, and move io/console. | kazu | 2010-08-11 | 2 | -11/+30 |
* | reverted revision r28961; which breaks test-all | shyouhei | 2010-08-11 | 2 | -14/+0 |
* | * node.h (rb_parser_{get,set}_yydebug): used in ripper. | nobu | 2010-08-11 | 2 | -0/+14 |
* | * ext/bigdecimal/bigdecimal.c: don't use // comment. | mrkn | 2010-08-11 | 2 | -1/+5 |
* | * 2010-08-11 | svn | 2010-08-10 | 1 | -2/+2 |
* | * ext/pathname/pathname.c (path_stat): Pathname#stat translated | akr | 2010-08-10 | 3 | -3/+15 |
* | * complex.c (nucomp_to_[ifr]): don't allow complex with in-exact | tadf | 2010-08-10 | 2 | -3/+8 |
* | * lib/optparse.rb: suppress a warning. | akr | 2010-08-10 | 3 | -1/+8 |
* | * lib/date/format.rb (Date::Format::Bag): use Struct. | tadf | 2010-08-10 | 2 | -18/+21 |
* | * ext/pathname/pathname.c (path_rename): Pathname#rename translated | akr | 2010-08-10 | 3 | -3/+15 |
* | * ext/dl/win32/lib/win32/resolv.rb (get_info): get rid of a warning. | usa | 2010-08-10 | 2 | -1/+5 |
* | [ruby-core:31658] | tadf | 2010-08-10 | 3 | -6/+10 |