aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * ruby.h: define RUBY_VM macro and remove NATIVETHREAD* macros.ko12007-02-254-38/+11
* * thread.c (rb_thread_run): fix to ANSI style.ko12007-02-252-2/+5
* * bootstraptest/runner.rb: show source code in error message.aamine2007-02-252-5/+24
* * yarvcore.h:ko12007-02-2511-103/+136
* * bootstraptest/runner.rb: add lib/ to load path.aamine2007-02-252-4/+7
* * rubyio.h (HAVE_RB_IO_T): macro to tell if rb_io_t is defined.nobu2007-02-252-0/+6
* * common.mk: new target "btest", to run bootstraptests.aamine2007-02-242-0/+9
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-2415-174/+176
* * bootstraptest/runner.rb: new option -v,--verbose.aamine2007-02-242-2/+11
* * yarvtest/test_method.rb: removed (merged to bootstraptest).aamine2007-02-243-1399/+6
* * thread.c (DEBUG_OUT): leave pointer size to runtime.nobu2007-02-241-1/+1
* * file.c (rb_thread_flock, rb_file_flock): use UBF feature.nobu2007-02-242-45/+23