| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * compile.c (iseq_build_from_ary): initialize arg_opts, a patch from | mame | 2008-06-23 | 2 | -2/+8 |
* | 2008-06-24 | svn | 2008-06-23 | 1 | -3/+3 |
* | * compile.c (iseq_build_from_ary): fix expression to obtain | wanabe | 2008-06-23 | 2 | -8/+6 |
* | 2008-06-23 | svn | 2008-06-23 | 1 | -3/+3 |
* | * lib/mathn.rb (Rational::power2): removed incomplete method. | matz | 2008-06-23 | 2 | -44/+5 |
* | * ext/readline/extconf.rb (have_readline_func): readline on Mac OS X | nobu | 2008-06-22 | 2 | -9/+18 |
* | * object.c (rb_class_superclass): rdoc improvement, a patch from | nobu | 2008-06-22 | 2 | -0/+11 |
* | * README.EXT: translated README.EXT.ja | shyouhei | 2008-06-22 | 2 | -0/+8 |
* | * ChangeLog: add reporter. | usa | 2008-06-21 | 1 | -1/+2 |
* | auto update version.h test last | eban | 2008-06-21 | 1 | -2/+0 |
* | 2008-06-22 | svn | 2008-06-21 | 1 | -3/+3 |
* | auto update version.h test | eban | 2008-06-21 | 1 | -0/+1 |
* | reverted | eban | 2008-06-21 | 1 | -4/+21 |
* | 2008-06-22 | svn | 2008-06-21 | 1 | -21/+4 |
* | auto update version.h test | eban | 2008-06-21 | 1 | -0/+1 |
* | reverted | eban | 2008-06-21 | 1 | -4/+21 |
* | 2008-06-22 | svn | 2008-06-21 | 1 | -21/+4 |
* | auto update version.h test | eban | 2008-06-21 | 1 | -1/+0 |
* | reverted | eban | 2008-06-21 | 1 | -4/+21 |
* | 2008-06-22 | svn | 2008-06-21 | 1 | -21/+4 |
* | auto update version.h test | eban | 2008-06-21 | 1 | -0/+1 |
* | reverted | eban | 2008-06-21 | 1 | -0/+57 |
* | 2008-06-22 | svn | 2008-06-21 | 1 | -40/+0 |
* | * win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild): XP is | usa | 2008-06-21 | 2 | -3/+21 |
* | 2008-06-22 | svn | 2008-06-21 | 1 | -21/+4 |
* | * README.EXT.ja: add note about mark and free. | usa | 2008-06-21 | 2 | -0/+9 |
* | * ChangeLog: tabify. (now we are testing auto version.h updating.) | usa | 2008-06-21 | 1 | -16/+16 |
* | * io.c (rb_io_binmode_p, argf_binmode_p, Init_IO): new method | usa | 2008-06-21 | 2 | -0/+27 |
* | * win32/win32.c (rb_w32_spawn): no longer support P_WAIT. | usa | 2008-06-21 | 2 | -4/+4 |
* | * thread_win32.c (native_sleep): must block reentrance when accessing | usa | 2008-06-21 | 2 | -0/+10 |
* | * parse.y (call_args2, open_args): removed. | nobu | 2008-06-21 | 2 | -78/+11 |
* | * numeric.c (flo_round): get rid of overflow. | nobu | 2008-06-21 | 2 | -5/+14 |
* | * lib/rdoc/parsers/parse_rb.rb (RDoc#collect_first_comment): skip | nobu | 2008-06-21 | 2 | -2/+11 |
* | * configure.in: check if fork works with pthread. | nobu | 2008-06-21 | 2 | -0/+62 |
* | * tool/make-snapshot: ported to ruby. | nobu | 2008-06-21 | 2 | -99/+139 |
* | * tool/make-snapshot: fixed digets. | nobu | 2008-06-20 | 2 | -7/+10 |
* | * enumerator.c (enum_each_cons): typo in RDoc fixed. | matz | 2008-06-20 | 2 | -1/+3 |
* | * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi): | matz | 2008-06-20 | 3 | -4/+9 |
* | * tool/make-snapshot: do not use sha256sum; use BASERUBY instead | shyouhei | 2008-06-20 | 3 | -7/+18 |
* | * process.c (Init_process): Process::Status#to_int removed. | akr | 2008-06-20 | 2 | -14/+33 |
* | * array.c (rb_ary_store, rb_ary_splice): not depend on unspecified | nobu | 2008-06-20 | 2 | -46/+30 |
* | * array.c (rb_ary_store, rb_ary_splice): not depend on unspecified | nobu | 2008-06-20 | 1 | -0/+7 |
* | * process.c (rb_detach_process): store detached process ID in the | nobu | 2008-06-20 | 3 | -2/+23 |
* | * random.c (Init_RandomSeed2): should be void. | nobu | 2008-06-20 | 1 | -1/+1 |
* | * tool/make-snapshot: fixed typo. | nobu | 2008-06-20 | 1 | -2/+3 |
* | * string.c (rb_str_sub_bang): should preserve replacement points | matz | 2008-06-20 | 2 | -9/+16 |
* | * string.c (rb_memhash): randomize hash to avoid algorithmic | akr | 2008-06-20 | 7 | -18/+107 |
* | * array.c (ary_new, rb_ary_initialize, rb_ary_store, | shyouhei | 2008-06-19 | 3 | -8/+26 |
* | * process.c (rb_f_fork): NetBSD 4.0 or later can fork. | usa | 2008-06-19 | 2 | -1/+5 |
* | * test/testunit/collector/test_dir.rb: r15825 made it unnecessary to change | mame | 2008-06-19 | 3 | -9/+16 |