summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2007-03-03* lib/set.rb (Set#^, Set#&): Correct documentation. Those methodsknu
2007-03-03* lib/fileutils.rb (touch): last #touch change causes error when :mtime optio...aamine
2007-03-03* lib/fileutils.rb (mv): could not move directory between different file syst...aamine
2007-03-03* file.c (rb_file_s_utime): allow nil to set the current time.nobu
2007-03-03* object.c (instance_variable_get): Restore rdoc markups lost inknu
2007-03-02* ext/win32ole/win32ole.c (get_ptr_of_variant, ole_set_safe_array,suke
2007-03-01* object.c (rb_obj_ivar_set): RDoc updated according to amatz
2007-03-01* parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even ifnobu
2007-02-28* ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu
2007-02-28* mkconfig.rb (patchlevel): read from version.h.nobu
2007-02-28* configure.in (ac_cv_func_fcntl): fcntl support for MinGW.eban
2007-02-28* pack.c (pack_unpack): properly ignore non-base64 octets such asshyouhei
2007-02-28* ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h.usa
2007-02-28* lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc)usa
2007-02-28* Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): systemnobu
2007-02-27* enum.c (take_i): small cosmetic / documentation patch frommatz
2007-02-27* ChangeLog: add name of bug reporter.usa
2007-02-27* test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. useusa
2007-02-27* mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL']shyouhei
2007-02-27* configure.in (--enable-auto-image-base): avoid the neccessity toeban
2007-02-27* util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi().eban
2007-02-27* common.mk (error.c, process.c): depend on yarvcore.h and rubysig.h.usa
2007-02-27* ext/nkf/nkf.c (rb_str_resize, rb_nkf_kconv, rb_nkf_guess1,knu
2007-02-27* lib/base64.rb (Base64::b64encode): Fix documentation; submittedknu
2007-02-27* ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu