summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2006-02-05eban2006-02-051-3/+3
* * lib/net/http.rb: imported from trunk, rev 1.129aamine2006-02-053-9/+26
* * lib/pstore.rb: should return default value if name is not found.ocean2006-02-052-5/+10
* * eval.c: apply the FreeBSD getcontext/setcontext workaroundakr2006-02-042-1/+6
* * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error.usa2006-02-042-1/+19
* * 2006-02-04eban2006-02-041-3/+3
* * numeric.c (fix_to_s): (2**32).to_s(2) fails with exception whereocean2006-02-042-1/+9
* * 2006-02-03eban2006-02-031-3/+3
* * ext/syck/syck.c (syck_move_tokens): should reset p->cursor or etcocean2006-02-032-3/+6
* * ext/syck/emitter.c (syck_emitter_write): should not set '\0' onocean2006-02-022-1/+6
* * eval.c (eval): need not to protect $SAFE value.matz2006-02-024-9/+18
* commit miss...ocean2006-02-021-0/+9
* * 2006-02-02eban2006-02-021-3/+3
* * configure.in: The isinf is not regognized by autoconfocean2006-02-022-0/+8
* * 2006-02-01eban2006-02-011-4/+4
* * configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3)ocean2006-02-014-5/+12
* * ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval.nagai2006-01-313-4/+114
* * 2006-01-31eban2006-01-301-3/+3
* * ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV.ocean2006-01-302-0/+9
* * 2006-01-28eban2006-01-281-3/+3
* * lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this caseocean2006-01-272-3/+9
* add win32olesuke2006-01-271-0/+1
* add .documentsuke2006-01-271-0/+1
* * 2006-01-25nobu2006-01-251-3/+3
* * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): usenobu2006-01-256-4/+12
* * lib/test/unit/autorunner.rb (process_args): ignore arguments afternobu2006-01-222-5/+10
* * eval.c (POST_GETCONTEXT): define separately from PRE_GETCONTEXT onakr2006-01-222-41/+53