aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2007-03-11eban2007-03-111-3/+3
* * ChangeLog: correct ML number. [ruby-dev:30455]nobu2007-03-111-1/+1
* * misc/README, misc/rdebug.el: Add rdebug.el, Emacs ruby-debugknu2007-03-103-6/+149
* * ext/win32ole/win32ole.c: add WIN32OLE_TYPELIB#library_name,suke2007-03-093-19/+114
* * compile.c: iseq_compile -> rb_iseq_compile.aamine2007-03-088-10/+33
* * lib/shell/process-controller.rb: fix thread synchronization problem for [r...keiju2007-03-062-3/+9
* * ext/tk/sample/irbtkw.rbw: fails to exit process.nagai2007-03-062-1/+10
* * ChangeLog: commit miss.nobu2007-03-061-1/+1
* * runruby.rb: added --pure (turned on by default) and --debuggernobu2007-03-062-6/+24
* * lib/timeout.rb (Timeout.timeout): should return the block value always.aamine2007-03-052-7/+17
* * lib/net/smtp.rb: support automatic STARTTLS.aamine2007-03-053-85/+232
* * lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is in...aamine2007-03-042-108/+79
* * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixednobu2007-03-044-11/+16
* * file.c (rb_stat_uid, rb_stat_gid, eaccess): use rb_uid_t andnobu2007-03-042-4/+7
* * file.c (rb_stat_s_utime): fixed a commit miss for the platformsnobu2007-03-044-9/+19
* * util.c (push_element): should return a int value.eban2007-03-042-1/+7
* * lib/set.rb (Set#^, Set#&): Correct documentation. Those methodsknu2007-03-032-2/+8
* * lib/fileutils.rb (touch): last #touch change causes error when :mtime optio...aamine2007-03-032-6/+7
* * lib/fileutils.rb (mv): could not move directory between different file syst...aamine2007-03-032-3/+12
* * file.c (rb_file_s_utime): allow nil to set the current time.nobu2007-03-034-7/+30
* * object.c (instance_variable_get): Restore rdoc markups lost inknu2007-03-033-7/+12
* * ext/win32ole/win32ole.c (get_ptr_of_variant, ole_set_safe_array,suke2007-03-023-45/+524
* * object.c (rb_obj_ivar_set): RDoc updated according to amatz2007-03-013-9/+15
* * parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even ifnobu2007-03-012-0/+7
* better error messageknu2007-02-281-1/+1
* * ext/digest/digest.c (get_digest_base_metadata): Allow inheritingknu2007-02-282-4/+14
* * mkconfig.rb (patchlevel): read from version.h.nobu2007-02-283-5/+14
* * configure.in (ac_cv_func_fcntl): fcntl support for MinGW.eban2007-02-281-0/+1
* * configure.in (ac_cv_func_fcntl): fcntl support for MinGW.eban2007-02-282-2/+9
* * pack.c (pack_unpack): properly ignore non-base64 octets such asshyouhei2007-02-282-8/+21
* * ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h.usa2007-02-282-2/+6
* * lib/mkmf.rb ($DEFLIBPATH): default library paths ($(topdir), etc)usa2007-02-282-5/+12
* * Makefile.in, configure.in, */Makefile.sub (THREAD_MODEL): systemnobu2007-02-2811-36/+77
* * enum.c (take_i): small cosmetic / documentation patch frommatz2007-02-272-6/+7
* * 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-273-4/+9
* * mkconfig.rb (RbConfig): add CONFIG['PATCHLEVEL']shyouhei2007-02-275-4/+64
* * configure.in (--enable-auto-image-base): avoid the neccessity toeban2007-02-272-1/+8
* * util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi().eban2007-02-273-1/+10
* * common.mk (error.c, process.c): depend on yarvcore.h and rubysig.h.usa2007-02-272-22/+24
* * ext/nkf/nkf.c (rb_str_resize, rb_nkf_kconv, rb_nkf_guess1,knu2007-02-272-5/+12
* * lib/base64.rb (Base64::b64encode): Fix documentation; submittedknu2007-02-272-1/+6
* * ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu2007-02-275-6/+19
* * enum.c (enum_take): new method. [ruby-dev:30407]matz2007-02-272-0/+125
* * yarvcore.h, vm.h: rename th_invoke_yield() to th_yield().ko12007-02-267-30/+40
* * 2007-02-27eban2007-02-261-3/+3
* * test/ruby/test_optimization.rb: restore method before calling assert_equal.aamine2007-02-262-84/+34
* * yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko12007-02-259-27/+70
* * common.mk: change "gdb" rule. You can debug miniruby withko12007-02-253-7/+16
* * win32/Makefile.sub: enable -Zi (debug) option.ko12007-02-252-1/+5