aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/erb.rb (ERB::Compiler#compile): output magic comment.naruse2008-06-253-3/+8
* * vm_eval.c (eval_string_with_cref): preserve parse_in_eval even ifmame2008-06-242-0/+8
* * ext/win32ole/win32ole.c(ole_invoke): fix memory leak.suke2008-06-242-4/+25
* * configure.in (rb_cv_fork_with_pthread): check after check fornobu2008-06-242-58/+68
* * ext/io/wait/extconf.rb: check sys/socket.h for cygwin.usa2008-06-242-1/+5
* * io.c (io_reopen): remove cygwin handling because it seems to be forusa2008-06-242-6/+6
* * test/ruby/test_process.rb (test_exec_wordsplit): on win32, exec'ed process ...usa2008-06-241-2/+13
* * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now supportusa2008-06-244-4/+43
* * test_process.rb (test_popen_fork): skip test if fork is not implemented.usa2008-06-241-5/+7
* * ext/socket/socket.c (init_sock): socket is binmode on platformsusa2008-06-242-0/+8
* * compile.c (iseq_build_from_ary): initialize arg_opts, a patch frommame2008-06-232-2/+8
* 2008-06-24svn2008-06-231-3/+3
* * compile.c (iseq_build_from_ary): fix expression to obtain wanabe2008-06-232-8/+6
* 2008-06-23svn2008-06-231-3/+3
* * lib/mathn.rb (Rational::power2): removed incomplete method.matz2008-06-232-44/+5
* * ext/readline/extconf.rb (have_readline_func): readline on Mac OS Xnobu2008-06-222-9/+18
* * object.c (rb_class_superclass): rdoc improvement, a patch fromnobu2008-06-222-0/+11
* * README.EXT: translated README.EXT.jashyouhei2008-06-222-0/+8
* * ChangeLog: add reporter.usa2008-06-211-1/+2
* auto update version.h test lasteban2008-06-211-2/+0
* 2008-06-22svn2008-06-211-3/+3
* auto update version.h testeban2008-06-211-0/+1
* revertedeban2008-06-211-4/+21
* 2008-06-22svn2008-06-211-21/+4
* auto update version.h testeban2008-06-211-0/+1
* revertedeban2008-06-211-4/+21
* 2008-06-22svn2008-06-211-21/+4
* auto update version.h testeban2008-06-211-1/+0
* revertedeban2008-06-211-4/+21
* 2008-06-22svn2008-06-211-21/+4
* auto update version.h testeban2008-06-211-0/+1
* revertedeban2008-06-211-0/+57
* 2008-06-22svn2008-06-211-40/+0
* * win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild): XP isusa2008-06-212-3/+21
* 2008-06-22svn2008-06-211-21/+4
* * README.EXT.ja: add note about mark and free.usa2008-06-212-0/+9
* * ChangeLog: tabify. (now we are testing auto version.h updating.)usa2008-06-211-16/+16
* * io.c (rb_io_binmode_p, argf_binmode_p, Init_IO): new methodusa2008-06-212-0/+27
* * win32/win32.c (rb_w32_spawn): no longer support P_WAIT.usa2008-06-212-4/+4
* * thread_win32.c (native_sleep): must block reentrance when accessingusa2008-06-212-0/+10
* * parse.y (call_args2, open_args): removed.nobu2008-06-212-78/+11
* * numeric.c (flo_round): get rid of overflow.nobu2008-06-212-5/+14
* * lib/rdoc/parsers/parse_rb.rb (RDoc#collect_first_comment): skipnobu2008-06-212-2/+11
* * configure.in: check if fork works with pthread.nobu2008-06-212-0/+62
* * tool/make-snapshot: ported to ruby.nobu2008-06-212-99/+139
* * tool/make-snapshot: fixed digets.nobu2008-06-202-7/+10
* * enumerator.c (enum_each_cons): typo in RDoc fixed.matz2008-06-202-1/+3
* * ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi):matz2008-06-203-4/+9
* * tool/make-snapshot: do not use sha256sum; use BASERUBY insteadshyouhei2008-06-203-7/+18
* * process.c (Init_process): Process::Status#to_int removed.akr2008-06-202-14/+33