summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-03-15* ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: should usegotoyuzo
2006-03-11* lib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::wrap): removedmatz
2006-03-04* gc.c (id2ref): fix symbol test.akr
2006-03-03* lib/rdoc/ri/ri_paths.rb (RI::Paths): adding paths from rubygemsmatz
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-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* lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean
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-23* test.rb: Removed. Obsolete by test/nkf.naruse
2006-02-23* bcc32/Makefile.sub: use borlndmm.dll if possible. bcc32's RTL internalocean
2006-02-23* eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]ocean
2006-02-20ChangeLog: add ML number [ruby-list:41838]matz
2006-02-20* configure.in (mingw): have link.usa
2006-02-20* parse.y (f_arglist): should set command_start = Qtrue formatz
2006-02-20* mkconfig.rb: alias RbConfig for Config.akr
2006-02-20* lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]matz
2006-02-20* lib/rational.rb (Integer::gcd): replaced by gcd4 inmatz
2006-02-19* ext/openssl/ossl.h (OSSL_Debug): should not use __func__.gotoyuzo
2006-02-18* lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz
2006-02-18* lib/fileutils.rb (FileUtils::fu_world_writable): make itmatz
2006-02-17* lib/tracer.rb: merged a minor clarification patch from Danielmatz
2006-02-17* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean
2006-02-17* eval.c (rb_thread_wait_for): sleep should always sleep formatz
2006-02-15* eval.c (backtrace): frame->orig_func may not be initialized.matz
2006-02-15* eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz
2006-02-15* eval.c (yield_under_i): should not pass self as an argument tomatz
2006-02-15* eval.c (rb_obj_instance_eval): should no singleton classes formatz
2006-02-14* eval.c (DMETHOD_P): accessing wrong frame. [ruby-dev:28181]matz
2006-02-14* ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean
2006-02-14* time.c (search_time_t): support non 32bit time_t environments.usa
2006-02-14* io.c (argf_forward): should not use frame->argv.matz
2006-02-13* common.mk: io.c is depending on env.hocean
2006-02-13* eval.c (rb_call0): argument update propagation. [ruby-dev:28044]matz
2006-02-13* eval.c (eval): should push class from binding if supplied.matz
2006-02-12add instance variable @insert_cmd to change <%='s behavior. (backported 1.15 ...seki
2006-02-11* eval.c (eval): no need to push ruby_class. [ruby-dev:28176]matz
2006-02-07* ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean
2006-02-06* file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.eban
2006-02-05* ruby.h (RSTRUCT_LEN, RSTRUCT_PTR): defined for source levelakr
2006-02-05* ChangeLog: update ML number.matz
2006-02-05* numeric.c (fix_to_s): removed workaround for radix 2. Historically,ocean
2006-02-05* lib/net/http.rb: imported from trunk, rev 1.129aamine