summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * eval.c: apply the FreeBSD getcontext/setcontext workaroundakr2006-02-041-0/+5
* * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error.usa2006-02-041-0/+5
* * numeric.c (fix_to_s): (2**32).to_s(2) fails with exception whereocean2006-02-041-0/+8
* * ext/syck/syck.c (syck_move_tokens): should reset p->cursor or etcocean2006-02-031-0/+6
* * ext/syck/emitter.c (syck_emitter_write): should not set '\0' onocean2006-02-021-0/+6
* * eval.c (eval): need not to protect $SAFE value.matz2006-02-021-0/+16
* commit miss...ocean2006-02-021-0/+9
* * configure.in: The isinf is not regognized by autoconfocean2006-02-021-0/+5
* * configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3)ocean2006-02-011-1/+1
* * ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval.nagai2006-01-311-0/+7
* * ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV.ocean2006-01-301-0/+5
* * lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this caseocean2006-01-271-2/+8
* * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): usenobu2006-01-251-0/+5
* * lib/test/unit/autorunner.rb (process_args): ignore arguments afternobu2006-01-221-4/+9
* * eval.c (POST_GETCONTEXT): define separately from PRE_GETCONTEXT onakr2006-01-221-2/+9