summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-02-24* common.mk: new target "btest", to run bootstraptests.aamine
2007-02-24* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu
2007-02-24* bootstraptest/runner.rb: new option -v,--verbose.aamine
2007-02-24* yarvtest/test_method.rb: removed (merged to bootstraptest).aamine
2007-02-24* thread.c (DEBUG_OUT): leave pointer size to runtime.nobu
2007-02-24* file.c (rb_thread_flock, rb_file_flock): use UBF feature.nobu
2007-02-24* bootstraptest/test_class.rb: new file.aamine
2007-02-24* file.c (rb_thread_flock, rb_file_flock): use UBF feature.nobu
2007-02-24* process.c (rb_waitpid_blocking, rb_waitpid): use UBF feature.nobu
2007-02-24* intern.h (rb_thread_blocking_region): add prototype.nobu
2007-02-24* thread.c (rb_thread_debug): added runtime debugging flag.nobu
2007-02-24* parse.y (f_arg, opt_f_block_arg): ripper should export VALUE.aamine
2007-02-24* bootstraptest/runner.rb: fix syntax error.aamine
2007-02-24* bootstraptest/runner.rb: new option --help.aamine
2007-02-24* bootstraptest: new test suite.aamine
2007-02-24* win32/win32.c (StartSocket): remove unnecessary code.usa
2007-02-24* parse.y (struct local_vars): remove unused nofree member frommatz
2007-02-24* lib/thread.rb (ConditionVariable#broadcast): use Mutexshugo