aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/shell: commit miss(support for ruby 1.9(YARV) thread model).keiju2007-03-224-53/+49
* * win32/Makefile.sub (LIBS): remove an unnecessary library.usa2007-03-222-1/+5
* * 2007-03-22usa2007-03-221-3/+3
* * test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa2007-03-222-0/+15
* * marshal.c (w_short, w_long, w_object): get rid of VC++ warnings.usa2007-03-212-5/+9
* * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko12007-03-2115-1032/+561
* * bignum.c (rb_big2str0): round up for the most significant digit.nobu2007-03-213-7/+12
* * ext/Win32API/lib/win32/sspi.rb: set properties.nobu2007-03-211-319/+319
* * test/testunit/collector/test_dir.rb: Fixed test/unit tests that ntalbott2007-03-203-9/+17
* * marshal.c (w_extended): erroneous check condition when dumpmatz2007-03-202-4/+9
* * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.keiju2007-03-208-141/+270
* * distruby.rb: Add zip generation.shyouhei2007-03-202-11/+25
* * eval.c: just minor changes (rdoc).usa2007-03-201-2/+2
* * eval.c (rb_f_callee_name): add __method__ and __callee__ again.matz2007-03-202-0/+59
* * lib/set.rb: Revise rdoc.knu2007-03-202-7/+32
* * process.c (rb_fork): flush stdouts always before fork(2).nobu2007-03-202-3/+14
* * thread.c (thread_start_func_2): store the result of first_funcnobu2007-03-192-2/+5
* * thread.c (thread_create_core): block is not used if first_funcnobu2007-03-193-4/+9
* * missing/{strlcat,strlcpy}.c, missing.h: new functions.usa2007-03-199-8/+198
* * lib/matrix.rb (Matrix::inverse_from): adding partial pivoting tomatz2007-03-192-6/+18
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-1921-58/+57
* * 2007-03-19usa2007-03-191-3/+3
* * lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine2007-03-192-1/+7
* * win32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir,usa2007-03-174-12/+23
* * lib/rss, test/rss:kou2007-03-1771-3030/+10239
* * 2007-03-16eban2007-03-161-3/+3
* * lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY...aamine2007-03-162-6/+12
* * ext/win32ole/win32ole.c: add WIN32OLE#ole_activex_initialize,suke2007-03-162-1/+55
* * lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine2007-03-163-16/+387
* * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz2007-03-143-6/+9
* * lib/sync.rb: support for ruby 1.9(YARV) thread model.keiju2007-03-132-88/+89
* * common.mk (clear-installed-list): separated from install-prereq.nobu2007-03-132-1/+9
* * lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock.shugo2007-03-122-1/+6
* * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu2007-03-123-4/+11
* 20070312knu2007-03-121-3/+3
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu2007-03-1212-0/+73
* * misc/ruby-mode.el (ruby-block-end-re): Support for theknu2007-03-112-1/+6
* * 2007-03-11eban2007-03-111-3/+3
* * ChangeLog: correct ML number. [ruby-dev:30455]nobu2007-03-111-1/+1
* * misc/README, misc/rdebug.el: Add rdebug.el, Emacs ruby-debugknu2007-03-103-6/+149
* * ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB#library_name,suke2007-03-093-19/+114
* * compile.c: iseq_compile -> rb_iseq_compile.aamine2007-03-088-10/+33
* * lib/shell/process-controller.rb: fix thread synchronization problem for [r...keiju2007-03-062-3/+9
* * ext/tk/sample/irbtkw.rbw: fails to exit process.nagai2007-03-062-1/+10
* * ChangeLog: commit miss.nobu2007-03-061-1/+1
* * runruby.rb: added --pure (turned on by default) and --debuggernobu2007-03-062-6/+24
* * lib/timeout.rb (Timeout.timeout): should return the block value always.aamine2007-03-052-7/+17
* * lib/net/smtp.rb: support automatic STARTTLS.aamine2007-03-053-85/+232
* * lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is in...aamine2007-03-042-108/+79
* * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixednobu2007-03-044-11/+16