aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h.usa2007-02-281-0/+6
* * lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc)usa2007-02-281-0/+6
* * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): systemnobu2007-02-281-0/+7
* * enum.c (take_i): small cosmetic / documentation patch frommatz2007-02-271-0/+5
* * ChangeLog: add name of bug reporter.usa2007-02-271-1/+1
* * test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. useusa2007-02-271-0/+5
* * mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL']shyouhei2007-02-271-0/+8
* * configure.in (--enable-auto-image-base): avoid the neccessity toeban2007-02-271-0/+7
* * util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi().eban2007-02-271-0/+8
* * common.mk (error.c, process.c): depend on yarvcore.h and rubysig.h.usa2007-02-271-0/+4
* * ext/nkf/nkf.c (rb_str_resize, rb_nkf_kconv, rb_nkf_guess1,knu2007-02-271-0/+7
* * lib/base64.rb (Base64::b64encode): Fix documentation; submittedknu2007-02-271-0/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu2007-02-271-0/+13
* * enum.c (enum_take): new method. [ruby-dev:30407]matz2007-02-271-0/+6
* * yarvcore.h, vm.h: rename th_invoke_yield() to th_yield().ko12007-02-261-0/+14
* * test/ruby/test_optimization.rb: restore method before calling assert_equal.aamine2007-02-261-0/+5
* * yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko12007-02-251-0/+19
* * common.mk: change "gdb" rule. You can debug miniruby withko12007-02-251-0/+7
* * win32/Makefile.sub: enable -Zi (debug) option.ko12007-02-251-0/+4
* * ruby.h: define RUBY_VM macro and remove NATIVETHREAD* macros.ko12007-02-251-0/+9
* * thread.c (rb_thread_run): fix to ANSI style.ko12007-02-251-0/+4
* * bootstraptest/runner.rb: show source code in error message.aamine2007-02-251-0/+4
* * yarvcore.h:ko12007-02-251-0/+26
* * bootstraptest/runner.rb: add lib/ to load path.aamine2007-02-251-0/+4
* * rubyio.h (HAVE_RB_IO_T): macro to tell if rb_io_t is defined.nobu2007-02-251-0/+4
* * common.mk: new target "btest", to run bootstraptests.aamine2007-02-241-0/+4
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-0/+9
* * bootstraptest/runner.rb: new option -v,--verbose.aamine2007-02-241-0/+4
* * yarvtest/test_method.rb: removed (merged to bootstraptest).aamine2007-02-241-0/+6
* * bootstraptest/test_class.rb: new file.aamine2007-02-241-1/+6
* * file.c (rb_thread_flock, rb_file_flock): use UBF feature.nobu2007-02-241-1/+3
* * process.c (rb_waitpid_blocking, rb_waitpid): use UBF feature.nobu2007-02-241-1/+8
* * intern.h (rb_thread_blocking_region): add prototype.nobu2007-02-241-1/+11