summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::wrap): removedmatz2006-03-111-0/+8
* * gc.c (id2ref): fix symbol test.akr2006-03-041-0/+4
* * lib/rdoc/ri/ri_paths.rb (RI::Paths): adding paths from rubygemsmatz2006-03-031-0/+11
* ML ref [ruby-core:7305]akr2006-03-021-1/+1
* * gc.c: align VALUE with sizeof(RVALUE) globally.akr2006-03-021-0/+8
* * gc.c: commited magic for reducing RVALUE size on windows. (24->20byte)ocean2006-03-021-0/+5
* * win32/win32.c (filetime_to_unixtime): should set tm_isdst to -1.ocean2006-03-021-0/+6
* * gc.c (add_heap): heap_slots may overflow. a patch from Stefanmatz2006-03-011-0/+5
* * ruby.h (SYM2ID): should not cast to signed long.matz2006-03-011-0/+5
* * lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean2006-02-281-0/+6
* * lib/drb/extservm.rb (invoke_service_command): cannot invoke commandusa2006-02-281-0/+5
* quote pathnames in the server's command line for space containedseki2006-02-241-0/+6
* * instruby.rb: install *.exe.manifest and *.dll.manifest if exist.usa2006-02-241-0/+5
* * bcc32/Makefile.sub (HAVE_HYPOT): bcc32 has hypot().ocean2006-02-241-0/+4
* * time.c (time_new_internal): add prototype to tell the compilerusa2006-02-241-0/+7
* * test.rb: Removed. Obsolete by test/nkf.naruse2006-02-231-0/+8
* * bcc32/Makefile.sub: use borlndmm.dll if possible. bcc32's RTL internalocean2006-02-231-0/+7
* * eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]ocean2006-02-231-0/+4
* ChangeLog: add ML number [ruby-list:41838]matz2006-02-201-1/+1
* * configure.in (mingw): have link.usa2006-02-201-0/+6
* * parse.y (f_arglist): should set command_start = Qtrue formatz2006-02-201-0/+5
* * mkconfig.rb: alias RbConfig for Config.akr2006-02-201-0/+4
* * lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]matz2006-02-201-0/+5
* * lib/rational.rb (Integer::gcd): replaced by gcd4 inmatz2006-02-201-0/+10
* * ext/openssl/ossl.h (OSSL_Debug): should not use __func__.gotoyuzo2006-02-191-0/+5
* * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz2006-02-181-0/+10
* * lib/fileutils.rb (FileUtils::fu_world_writable): make itmatz2006-02-181-0/+5
* * lib/tracer.rb: merged a minor clarification patch from Danielmatz2006-02-171-0/+5
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-171-0/+10
* * eval.c (rb_thread_wait_for): sleep should always sleep formatz2006-02-171-0/+5
* * eval.c (backtrace): frame->orig_func may not be initialized.matz2006-02-151-0/+5
* * eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz2006-02-151-0/+11
* * eval.c (yield_under_i): should not pass self as an argument tomatz2006-02-151-1/+6
* * eval.c (rb_obj_instance_eval): should no singleton classes formatz2006-02-151-0/+5
* * eval.c (DMETHOD_P): accessing wrong frame. [ruby-dev:28181]matz2006-02-141-0/+6
* * ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean2006-02-141-0/+4
* * time.c (search_time_t): support non 32bit time_t environments.usa2006-02-141-0/+13
* * io.c (argf_forward): should not use frame->argv.matz2006-02-141-0/+5
* * common.mk: io.c is depending on env.hocean2006-02-131-1/+1
* * eval.c (rb_call0): argument update propagation. [ruby-dev:28044]matz2006-02-131-0/+6
* * eval.c (eval): should push class from binding if supplied.matz2006-02-131-0/+5
* add instance variable @insert_cmd to change <%='s behavior. (backported 1.15 ...seki2006-02-121-0/+5
* * eval.c (eval): no need to push ruby_class. [ruby-dev:28176]matz2006-02-111-0/+10
* * ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean2006-02-071-1/+6
* * file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.eban2006-02-061-0/+5
* * ruby.h (RSTRUCT_LEN, RSTRUCT_PTR): defined for source levelakr2006-02-051-0/+5
* * ChangeLog: update ML number.matz2006-02-051-1/+1
* * numeric.c (fix_to_s): removed workaround for radix 2. Historically,ocean2006-02-051-0/+6
* * lib/net/http.rb: imported from trunk, rev 1.129aamine2006-02-051-0/+11
* * lib/pstore.rb: should return default value if name is not found.ocean2006-02-051-3/+7