aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * string.c: fixed typo.ocean2006-02-141-1/+1
* * eval.c (DMETHOD_P): accessing wrong frame. [ruby-dev:28181]matz2006-02-142-1/+8
* * ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean2006-02-142-8/+33
* * win32/win32.c (rb_w32_utime): drop read-only attribute beforeusa2006-02-142-0/+10
* * win32/Makefile.sub (config.h): should define HAVE_LONG_LONG withusa2006-02-142-0/+8
* * ChangeLog: typo.usa2006-02-141-1/+1
* * 2006-02-14usa2006-02-141-3/+3
* * time.c (search_time_t): support non 32bit time_t environments.usa2006-02-143-12/+28
* * eval.c (copy_node_scope): remove duplicated semicolons at end.matz2006-02-132-4/+12
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-1313-579/+473
* merge Oniguruma 4.0.1kosako2006-02-128-16/+34
* * 2006-02-11eban2006-02-111-3/+3
* add WIN32OLE.create_guid.suke2006-02-113-1/+40
* * 2006-02-09usa2006-02-091-3/+3
* * eval.c (rb_obj_instance_exec): fixed typo of rdoc.usa2006-02-091-1/+1
* * 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: commit miss?ocean2006-02-061-3/+0
* * 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