summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2006-02-05* lib/pstore.rb: should return default value if name is not found.ocean
2006-02-04* eval.c: apply the FreeBSD getcontext/setcontext workaroundakr
2006-02-04* win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error.usa
2006-02-04* numeric.c (fix_to_s): (2**32).to_s(2) fails with exception whereocean
2006-02-03* ext/syck/syck.c (syck_move_tokens): should reset p->cursor or etcocean
2006-02-02* ext/syck/emitter.c (syck_emitter_write): should not set '\0' onocean
2006-02-02* eval.c (eval): need not to protect $SAFE value.matz
2006-02-02commit miss...ocean
2006-02-02* configure.in: The isinf is not regognized by autoconfocean
2006-02-01* configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3)ocean
2006-01-31* ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval.nagai
2006-01-30* ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV.ocean
2006-01-27* lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this caseocean
2006-01-25* configure.in, dln.c, file.c, intern.h, missing.h (eaccess): usenobu
2006-01-22* lib/test/unit/autorunner.rb (process_args): ignore arguments afternobu
2006-01-22* eval.c (POST_GETCONTEXT): define separately from PRE_GETCONTEXT onakr
2006-01-22* eval.c (ruby_setjmp): workaround for FreeBSD/i386akr
2006-01-20add ML ref.akr
2006-01-20* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): use only for SPARC and IA64akr
2006-01-19* lib/fileutils.rb (mv): should remove file after copying. [ruby-dev:28223]aamine