summaryrefslogtreecommitdiff
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* 2006-02-20eban
2006-02-19* ext/openssl/ossl.h (OSSL_Debug): should not use __func__.gotoyuzo
2006-02-18* 2006-02-19eban
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* 2006-02-18eban
2006-02-17* lib/tracer.rb: merged a minor clarification patch from Danielmatz
2006-02-17* 2006-02-17eban
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* 2006-02-16eban
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* 2006-02-15usa
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: fixed typo.ocean
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* 2006-02-14eban
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-12* 2006-02-13eban
2006-02-12add instance variable @insert_cmd to change <%='s behavior. (backported 1.15 ...seki
2006-02-11* 2006-02-12eban
2006-02-11* eval.c (eval): no need to push ruby_class. [ruby-dev:28176]matz
2006-02-07* 2006-02-07eban
2006-02-07* ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean
2006-02-06* file.c (cygwin_flock): save old errno.eban
2006-02-06* file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.eban
2006-02-06* gc.c (gc_sweep): typo fix.eban
2006-02-05* 2006-02-06eban
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* 2006-02-05eban
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* 2006-02-04eban
2006-02-04* numeric.c (fix_to_s): (2**32).to_s(2) fails with exception whereocean