summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-28better error messageknu
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* 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
2007-02-27* enum.c (enum_take): new method. [ruby-dev:30407]matz
2007-02-26* yarvcore.h, vm.h: rename th_invoke_yield() to th_yield().ko1
2007-02-26* 2007-02-27eban
2007-02-26* test/ruby/test_optimization.rb: restore method before calling assert_equal.aamine
2007-02-25* yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko1
2007-02-25* common.mk: change "gdb" rule. You can debug miniruby withko1
2007-02-25* win32/Makefile.sub: enable -Zi (debug) option.ko1
2007-02-25* ruby.h: define RUBY_VM macro and remove NATIVETHREAD* macros.ko1
2007-02-25* thread.c (rb_thread_run): fix to ANSI style.ko1
2007-02-25* bootstraptest/runner.rb: show source code in error message.aamine
2007-02-25* yarvcore.h:ko1
2007-02-25* bootstraptest/runner.rb: add lib/ to load path.aamine
2007-02-25* rubyio.h (HAVE_RB_IO_T): macro to tell if rb_io_t is defined.nobu