aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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/+25
* * gc.c (gc_sweep): typo fix.eban2006-02-061-1/+1
* * 2006-02-06eban2006-02-051-3/+3
* * enum.c (enum_find_index): a new method Enumerable#find_index.matz2006-02-052-0/+45
* test small structs.akr2006-02-051-0/+16
* fix previous commit.akr2006-02-051-3/+4
* * ruby.h (struct RStruct): embed 3 or less elements structs.akr2006-02-055-64/+109
* * 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
* * lib/net/http.rb (add_field, get_fields): keep 1.8.2 compatibility. This pa...aamine2006-02-052-6/+13
* * 2006-02-05eban2006-02-051-3/+3
* * lib/mkmf.rb (create_makefile): Kernel#sub! was removed on HEAD.ocean2006-02-052-1/+5
* * 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
* * oniguruma.h: merge Oniguruma 4.0.0 [ruby-dev:28290]matz2006-02-0413-365/+469
* * 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
* * ruby.h: fixed prototype.ocean2006-02-033-6/+13
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-0327-587/+653
* * ext/syck/syck.c (syck_move_tokens): should reset p->cursor or etcocean2006-02-032-3/+6
* * 2006-02-03eban2006-02-021-3/+3
* * ext/syck/emitter.c (syck_emitter_write): should not set '\0' onocean2006-02-022-1/+6
* * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): addedusa2006-02-022-2/+11
* * 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-7/+21
* * 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-1/+7
* * 2006-01-26eban2006-01-261-3/+3
* * ext/socket/socket.c: turn on do_not_reverse_lookup by default.matz2006-01-262-1/+5
* * 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-2/+7
* forgot to commit too.akr2006-01-222-2/+2
* forgot to commit.akr2006-01-221-5/+5
* * eval.c (POST_GETCONTEXT): define separately from PRE_GETCONTEXT onakr2006-01-222-44/+58
* * 2006-01-22eban2006-01-221-3/+3
* * eval.c (ruby_setjmp): workaround for FreeBSD/i386akr2006-01-223-26/+40
* * lib/fileutils.rb (mv): should remove file after copying. [ruby-dev:28223]aamine2006-01-192-0/+6
* * 2006-01-19eban2006-01-181-3/+3
* * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): don't clobber %l7 of SPARCakr2006-01-182-1/+24
* * 2006-01-18eban2006-01-171-3/+3
* * eval.c (rb_mod_method_defined): ditto.nobu2006-01-172-6/+24
* * object.c (rb_mod_const_get, rb_mod_const_defined): added optionalnobu2006-01-172-14/+43