summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed (Obsolete by test/nkf)naruse2006-02-231-864/+0
* * bcc32/Makefile.sub: use borlndmm.dll if possible. bcc32's RTL internalocean2006-02-234-1/+31
* * 2006-02-23eban2006-02-231-3/+3
* * eval.c (SETUP_ARGS0): fixed memory corruption. [ruby-dev:28360]ocean2006-02-232-1/+5
* * parse.y: fixed compile errorocean2006-02-211-1/+1
* ChangeLog: add ML number [ruby-list:41838]matz2006-02-201-1/+1
* * 2006-02-21usa2006-02-201-3/+3
* * configure.in (mingw): have link.usa2006-02-203-0/+8
* * parse.y (f_arglist): should set command_start = Qtrue formatz2006-02-202-0/+6
* * mkconfig.rb: alias RbConfig for Config.akr2006-02-202-0/+5
* * lib/rational.rb (Integer::gcd): small typo fix. [ruby-core:07395]matz2006-02-202-1/+6
* * lib/rational.rb (Integer::gcd): replaced by gcd4 inmatz2006-02-203-30/+18
* * 2006-02-20eban2006-02-191-3/+3
* * ext/openssl/ossl.h (OSSL_Debug): should not use __func__.gotoyuzo2006-02-192-1/+6
* * 2006-02-19eban2006-02-181-3/+3
* * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz2006-02-183-2/+11
* * lib/fileutils.rb (FileUtils::fu_world_writable): make itmatz2006-02-182-0/+6
* * 2006-02-18eban2006-02-171-3/+3
* * lib/tracer.rb: merged a minor clarification patch from Danielmatz2006-02-172-13/+15
* * 2006-02-17eban2006-02-171-3/+3
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-175-6/+26
* * eval.c (rb_thread_wait_for): sleep should always sleep formatz2006-02-172-1/+6
* * 2006-02-16eban2006-02-151-3/+3
* * eval.c (backtrace): frame->orig_func may not be initialized.matz2006-02-152-7/+11
* * eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in itsmatz2006-02-153-28/+37
* * 2006-02-15usa2006-02-151-3/+3
* * eval.c (yield_under_i): should not pass self as an argument tomatz2006-02-152-2/+7
* * eval.c (rb_obj_instance_eval): should no singleton classes formatz2006-02-152-1/+6
* * eval.c (DMETHOD_P): accessing wrong frame. [ruby-dev:28181]matz2006-02-142-1/+8
* * ext/zlib/zlib.c: fixed typo.ocean2006-02-141-1/+1
* * ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean2006-02-142-9/+34
* * time.c (search_time_t): support non 32bit time_t environments.usa2006-02-144-12/+41
* * 2006-02-14eban2006-02-141-3/+3
* * io.c (argf_forward): should not use frame->argv.matz2006-02-142-19/+26
* * common.mk: io.c is depending on env.hocean2006-02-132-2/+3
* * eval.c (rb_call0): argument update propagation. [ruby-dev:28044]matz2006-02-137-111/+117
* * eval.c (eval): should push class from binding if supplied.matz2006-02-132-0/+7
* * 2006-02-13eban2006-02-121-3/+3
* add instance variable @insert_cmd to change <%='s behavior. (backported 1.15 ...seki2006-02-122-4/+9
* * 2006-02-12eban2006-02-111-3/+3
* * eval.c (eval): no need to push ruby_class. [ruby-dev:28176]matz2006-02-114-18/+34
* * 2006-02-07eban2006-02-071-3/+3
* * ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean2006-02-072-56/+51
* * file.c (cygwin_flock): save old errno.eban2006-02-061-1/+4
* * file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.eban2006-02-062-3/+22
* * gc.c (gc_sweep): typo fix.eban2006-02-061-1/+1
* * 2006-02-06eban2006-02-051-3/+3
* * ruby.h (RSTRUCT_LEN, RSTRUCT_PTR): defined for source levelakr2006-02-052-0/+7
* * ChangeLog: update ML number.matz2006-02-051-1/+1
* * numeric.c (fix_to_s): removed workaround for radix 2. Historically,ocean2006-02-052-4/+6