aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.keiju2007-03-201-0/+4
* * distruby.rb: Add zip generation.shyouhei2007-03-201-0/+4
* * eval.c (rb_f_callee_name): add __method__ and __callee__ again.matz2007-03-201-0/+5
* * lib/set.rb: Revise rdoc.knu2007-03-201-0/+8
* * process.c (rb_fork): flush stdouts always before fork(2).nobu2007-03-201-0/+5
* * thread.c (thread_start_func_2): store the result of first_funcnobu2007-03-191-1/+4
* * thread.c (thread_create_core): block is not used if first_funcnobu2007-03-191-0/+5
* * missing/{strlcat,strlcpy}.c, missing.h: new functions.usa2007-03-191-0/+10
* * lib/matrix.rb (Matrix::inverse_from): adding partial pivoting tomatz2007-03-191-0/+6
* * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefanmatz2007-03-191-0/+5
* * lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine2007-03-191-0/+4
* * win32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir,usa2007-03-171-0/+5
* * lib/rss, test/rss:kou2007-03-171-0/+7
* * lib/net/pop.rb: change default verification mode from VERIFY_PEER to VERIFY...aamine2007-03-161-0/+6
* * ext/win32ole/win32ole.c: add WIN32OLE#ole_activex_initialize,suke2007-03-161-0/+5
* * lib/net/http.rb: merge Ruby-SSPI patch contributed by Justin Bailey.aamine2007-03-161-0/+7
* * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz2007-03-141-0/+5
* * lib/sync.rb: support for ruby 1.9(YARV) thread model.keiju2007-03-131-0/+4
* * common.mk (clear-installed-list): separated from install-prereq.nobu2007-03-131-0/+4
* * lib/monitor.rb (mon_try_enter): call @mon_muetx.try_lock.shugo2007-03-121-0/+5
* * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu2007-03-121-0/+6
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu2007-03-121-0/+26
* * misc/ruby-mode.el (ruby-block-end-re): Support for theknu2007-03-111-0/+5
* * ChangeLog: correct ML number. [ruby-dev:30455]nobu2007-03-111-1/+1
* * misc/README, misc/rdebug.el: Add rdebug.el, Emacs ruby-debugknu2007-03-101-0/+6
* * ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB#library_name,suke2007-03-091-0/+7
* * compile.c: iseq_compile -> rb_iseq_compile.aamine2007-03-081-0/+22
* * lib/shell/process-controller.rb: fix thread synchronization problem for [r...keiju2007-03-061-0/+4
* * ext/tk/sample/irbtkw.rbw: fails to exit process.nagai2007-03-061-0/+4
* * ChangeLog: commit miss.nobu2007-03-061-1/+1
* * runruby.rb: added --pure (turned on by default) and --debuggernobu2007-03-061-0/+5
* * lib/timeout.rb (Timeout.timeout): should return the block value always.aamine2007-03-051-0/+10
* * lib/net/smtp.rb: support automatic STARTTLS.aamine2007-03-051-0/+14
* * lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is in...aamine2007-03-041-0/+13
* * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixednobu2007-03-041-0/+5
* * file.c (rb_stat_uid, rb_stat_gid, eaccess): use rb_uid_t andnobu2007-03-041-1/+4
* * file.c (rb_stat_s_utime): fixed a commit miss for the platformsnobu2007-03-041-0/+7
* * util.c (push_element): should return a int value.eban2007-03-041-0/+4
* * lib/set.rb (Set#^, Set#&): Correct documentation. Those methodsknu2007-03-031-0/+6
* * lib/fileutils.rb (touch): last #touch change causes error when :mtime optio...aamine2007-03-031-0/+5
* * lib/fileutils.rb (mv): could not move directory between different file syst...aamine2007-03-031-0/+5
* * file.c (rb_file_s_utime): allow nil to set the current time.nobu2007-03-031-0/+7
* * object.c (instance_variable_get): Restore rdoc markups lost inknu2007-03-031-0/+5
* * ext/win32ole/win32ole.c (get_ptr_of_variant, ole_set_safe_array,suke2007-03-021-0/+14
* * object.c (rb_obj_ivar_set): RDoc updated according to amatz2007-03-011-0/+6
* * parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even ifnobu2007-03-011-0/+5
* * ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu2007-02-281-0/+6
* * mkconfig.rb (patchlevel): read from version.h.nobu2007-02-281-0/+4
* * configure.in (ac_cv_func_fcntl): fcntl support for MinGW.eban2007-02-281-0/+6
* * pack.c (pack_unpack): properly ignore non-base64 octets such asshyouhei2007-02-281-0/+6