summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-04-02* insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu
2007-03-30 * win32/win32.c (rb_w32_cmdvector): fixed buffer size. reported byusa
2007-03-30Add an entry for the last commit.knu
2007-03-23 * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector,usa
2007-03-22 * lib/shell: commit miss(support for ruby 1.9(YARV) thread model).keiju
2007-03-22 * win32/Makefile.sub (LIBS): remove an unnecessary library.usa
2007-03-22* test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s.usa
2007-03-21 * marshal.c (w_short, w_long, w_object): get rid of VC++ warnings.usa
2007-03-21* compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko1
2007-03-21* bignum.c (rb_big2str0): round up for the most significant digit.nobu
2007-03-20* test/testunit/collector/test_dir.rb: Fixed test/unit tests that ntalbott
2007-03-20* marshal.c (w_extended): erroneous check condition when dumpmatz
2007-03-20 * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.keiju
2007-03-20* distruby.rb: Add zip generation.shyouhei
2007-03-20* eval.c (rb_f_callee_name): add __method__ and __callee__ again.matz
2007-03-20* lib/set.rb: Revise rdoc.knu
2007-03-20* process.c (rb_fork): flush stdouts always before fork(2).nobu
2007-03-19* thread.c (thread_start_func_2): store the result of first_funcnobu
2007-03-19* thread.c (thread_create_core): block is not used if first_funcnobu
2007-03-19* missing/{strlcat,strlcpy}.c, missing.h: new functions.usa
2007-03-19* lib/matrix.rb (Matrix::inverse_from): adding partial pivoting tomatz
2007-03-19* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz
2007-03-19* lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine
2007-03-17* win32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir,usa
2007-03-17* lib/rss, test/rss:kou
2007-03-16* lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY...aamine
2007-03-16* ext/win32ole/win32ole.c: add WIN32OLE#ole_activex_initialize,suke
2007-03-16* lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine
2007-03-14* ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz
2007-03-13 * lib/sync.rb: support for ruby 1.9(YARV) thread model.keiju
2007-03-13* common.mk (clear-installed-list): separated from install-prereq.nobu
2007-03-12* lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock.shugo
2007-03-12* lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu
2007-03-12* ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu
2007-03-11* misc/ruby-mode.el (ruby-block-end-re): Support for theknu
2007-03-11* ChangeLog: correct ML number. [ruby-dev:30455]nobu
2007-03-10* misc/README, misc/rdebug.el: Add rdebug.el, Emacs ruby-debugknu
2007-03-09* ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB#library_name,suke
2007-03-08* compile.c: iseq_compile -> rb_iseq_compile.aamine
2007-03-06 * lib/shell/process-controller.rb: fix thread synchronization problem for [r...keiju
2007-03-06* ext/tk/sample/irbtkw.rbw: fails to exit process.nagai
2007-03-06* ChangeLog: commit miss.nobu
2007-03-06* runruby.rb: added --pure (turned on by default) and --debuggernobu
2007-03-05* lib/timeout.rb (Timeout.timeout): should return the block value always.aamine
2007-03-05* lib/net/smtp.rb: support automatic STARTTLS.aamine
2007-03-04* lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is in...aamine
2007-03-04* parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixednobu
2007-03-04* file.c (rb_stat_uid, rb_stat_gid, eaccess): use rb_uid_t andnobu
2007-03-04* file.c (rb_stat_s_utime): fixed a commit miss for the platformsnobu
2007-03-04* util.c (push_element): should return a int value.eban