summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-29* 2006-03-29usa
2006-03-28* eval.c (backtrace): reports aliased method names in a generatedmatz
2006-03-28* 2006-03-28eban
2006-03-28doc update. [ruby-talk:186294]akr
2006-03-27* 2006-03-27eban
2006-03-27* ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c, config.h}: imported nkf 2.0.6.naruse
2006-03-24* 2006-03-24eban
2006-03-24* process.c (rb_f_sleep): remove description about SIGALRM whichmatz
2006-03-23* 2006-03-23eban
2006-03-23* eval.c (method_missing): should support argument splat inmatz
2006-03-20* configure.in: Solaris SunPro compiler -rapth patch frommatz
2006-03-20* 2006-03-20usa
2006-03-20* configure.in: remove enable_rpath=no for Solaris.matz
2006-03-17* 2006-03-17eban
2006-03-17* ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: fix typo.gotoyuzo
2006-03-15* lib/mkmf.rb (create_makefile): support libraries without *.so.usa
2006-03-15* 2006-03-15eban
2006-03-15* ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: should usegotoyuzo
2006-03-11* 2006-03-11eban
2006-03-11* lib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::wrap): removedmatz
2006-03-04fix string interpolationakr
2006-03-04* gc.c (id2ref): fix symbol test.akr
2006-03-04This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2006-03-04* gc.c (id2ref): fix symbol test.akr
2006-03-04* 2006-03-04eban
2006-03-03* lib/rdoc/ri/ri_paths.rb (RI::Paths): adding paths from rubygemsmatz
2006-03-03* 2006-03-03eban
2006-03-02ML ref [ruby-core:7305]akr
2006-03-02* gc.c: align VALUE with sizeof(RVALUE) globally.akr
2006-03-02* gc.c: commited magic for reducing RVALUE size on windows. (24->20byte)ocean
2006-03-02* win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1.ocean
2006-03-02* 2006-03-02eban
2006-03-01* gc.c (add_heap): heap_slots may overflow. a patch from Stefanmatz
2006-03-01* ruby.h (SYM2ID): should not cast to signed long.matz
2006-02-28* 2006-03-01eban
2006-02-28* lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean
2006-02-28* 2006-02-28usa
2006-02-28* lib/drb/extservm.rb (invoke_service_command): cannot invoke commandusa
2006-02-24quote pathnames in the server's command line for space containedseki
2006-02-24* instruby.rb: install *.exe.manifest and *.dll.manifest if exist.usa
2006-02-24* bcc32/Makefile.sub (HAVE_HYPOT): bcc32 has hypot().ocean
2006-02-24* time.c (time_new_internal): add prototype to tell the compilerusa
2006-02-24* 2006-02-24eban
2006-02-23* test.rb: Removed. Obsolete by test/nkf.naruse
2006-02-23enabled documents in nkf and kconv.naruse
2006-02-23* ext/nkf/nkf.c ext/nkf/lib/kconv.rb: Add rdoc.naruse
2006-02-23Removed (Obsolete by test/nkf)naruse
2006-02-23* bcc32/Makefile.sub: use borlndmm.dll if possible. bcc32's RTL internalocean
2006-02-23* 2006-02-23eban
2006-02-23* eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]ocean