summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Sorry, commit miss.ocean2006-01-101-4/+3
* * ext/syck/rubyext.c (syck_resolver_transfer): should be able to loadocean2006-01-102-1/+14
* * 2006-01-10eban2006-01-101-3/+3
* * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean2006-01-102-10/+29
* * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean2006-01-103-2/+20
* * ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed byocean2006-01-092-1/+6
* * 2006-01-09eban2006-01-091-3/+3
* * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,ocean2006-01-093-1/+13
* * 2006-01-07eban2006-01-071-3/+3
* * parse.y (singleton): get rid of segfault on syntax error.nobu2006-01-072-1/+6
* * 2006-01-06usa2006-01-061-3/+3
* * win32/win32.c (ioinfo): revert previous commit. sorry.usa2006-01-062-8/+0
* * 2006-01-05usa2006-01-051-3/+3
* * win32/win32.c (ioinfo): VC++8 support, forgotten to commit.usa2006-01-052-0/+8
* no messageocean2006-01-011-0/+1
* * 2006-01-01eban2006-01-011-5/+5
* * win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean2006-01-012-13/+41
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-01-012-0/+75
* * eval.c (rb_thread_save_context): should not recycle scope object usednobu2005-12-312-0/+6
* * 2005-12-31eban2005-12-301-3/+3
* All of the tickets and issues mentioned in this log can be found at:ser2005-12-3010-31/+47
* * win32/Makefile.sub: VC++8 support.nobu2005-12-302-3/+15
* * gc.c (garbage_collect): mark objects refered from aborting threads.nobu2005-12-302-9/+16
* * dir.c (glob_helper): do not use TRUE for djgpp.eban2005-12-302-6/+6
* * file.c (eaccess): workaround for VC++8 runtime.usa2005-12-293-0/+13
* declare rb_gc_abort_threads.akr2005-12-291-0/+2
* avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''.akr2005-12-291-1/+4
* * 2005-12-30eban2005-12-291-3/+3
* * eval.c (rb_gc_mark_threads): leave unmarked threads which won't wakenobu2005-12-293-0/+46
* * 2005-12-29eban2005-12-291-3/+3
* * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr2005-12-292-4/+9
* * 2005-12-27eban2005-12-271-3/+3
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_che...gotoyuzo2005-12-262-2/+8
* * eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS,nobu2005-12-265-15/+27
* * 2005-12-26eban2005-12-261-3/+3
* * eval.c (ev_const_get): fixed a bug in constant reference duringmatz2005-12-263-12/+26
* * stable version 1.8.4 released.matz2005-12-244-5/+14
* * version.h: 2005-12-22 (1.8.4 preview3)matz2005-12-221-3/+3
* * array.c: document fix - remove reference of obsoletedmatz2005-12-221-1/+1
* (rb_f_test): fix document. [ruby-dev:28087]akr2005-12-211-1/+11
* * file.c (w32_io_info): should return handle because FileIndex isocean2005-12-212-14/+21
* * 2005-12-21eban2005-12-211-3/+3
* * lib/pathname.rb (test_kernel_open): use File.identical?.akr2005-12-212-7/+8
* * eval.c (eval_under_i): evaluate source in caller's frame.nobu2005-12-202-2/+15
* * ext/syck/rubyext.c: fixed GC problem (backported HEAD 1.55 - 1.62)ocean2005-12-204-125/+102
* * ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy2005-12-202-1/+6
* * 2005-12-20eban2005-12-191-3/+3
* * io.c (rb_f_backquote): fix a GC problem onakr2005-12-192-1/+7
* * 2005-12-19nobu2005-12-191-3/+3
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-193-3/+37