aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ANSI styledocean2006-01-052-18/+9
* * 2006-01-03eban2006-01-031-3/+3
* some more typos fixed.akr2006-01-031-8/+8
* fix typos.akr2006-01-031-3/+3
* * 2006-01-01eban2006-01-011-5/+5
* fix.akr2006-01-011-1/+1
* * missing.h (isnan): avoid macro expantionakr2006-01-012-4/+13
* * win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean2006-01-014-19/+83
* * eval.c (rb_thread_save_context): should not recycle scope object usednobu2005-12-312-0/+6
* * ext/syck/rubyext.c: attribute name was truncated with Rev1.64.ocean2005-12-312-12/+14
* * 2005-12-31eban2005-12-311-3/+3
* * lib/generator.rb: (Generator#initialize): should kill @loop_threadocean2005-12-312-0/+8
* Sorry again, incorrent exception propagation.ocean2005-12-301-1/+1
* Sorry, reverted. Mutex is damn slow.....ocean2005-12-302-36/+30
* * lib/generator.rb: uses Mutex instead of Thread.critical.ocean2005-12-302-30/+36
* * 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
* * lib/generator.rb: (Generator#initialize) ensured to stop @loop_thread.ocean2005-12-302-3/+8
* * lib/generator.rb: (Generator#initialize) fixed dead lock. this occuredocean2005-12-302-0/+6
* declare rb_gc_abort_threads.akr2005-12-291-0/+2
* unused function uscore_get removed.akr2005-12-291-13/+0
* avoid a GC problem with RUBY_ALWAYS_GC= ./ruby -e ''.akr2005-12-291-0/+3
* * lib/generator.rb: should work with another thread. (more robust code)ocean2005-12-292-7/+17
* * 2005-12-30eban2005-12-291-3/+3
* * eval.c (rb_gc_mark_threads): keep unmarked threads which won't wakenobu2005-12-293-0/+43
* fix "-e:1: undefined method `sub' for main:Object (NoMethodError)"akr2005-12-291-1/+1
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-2913-366/+338
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-7/+7
* * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr2005-12-292-4/+9
* * 2005-12-29eban2005-12-291-3/+3
* * lib/generator.rb: reimplemented Generator class with Thread instead ofocean2005-12-292-45/+45
* * ia64.s: remove .pred.safe_across_calls directive.akr2005-12-282-1/+5
* * eval.c (struct thread): add bstr_max.akr2005-12-272-4/+19
* * 2005-12-28eban2005-12-271-3/+3
* * lib/optparse.rb (CompletingHash#match): fix for 1.9.nobu2005-12-272-1/+5
* update previous change.akr2005-12-271-4/+7
* add ML ref.akr2005-12-271-0/+2
* * configure.in: define IA64 for portability. (HP aC++/ANSI C doesn'takr2005-12-2710-158/+262
* * process.c: new method Process.exec. [ruby-dev:28107]aamine2005-12-272-1/+6
* * 2005-12-27eban2005-12-271-3/+3
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_ch...gotoyuzo2005-12-262-2/+8
* * 2005-12-26nobu2005-12-261-3/+3
* * added an old entry.nobu2005-12-261-0/+4
* (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
* * test/pathname/test_pathname.rb (test_kernel_open): useakr2005-12-212-5/+7
* * eval.c (eval_under_i): evaluate source in caller's frame.nobu2005-12-202-0/+9
* * ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy2005-12-202-1/+6
* * ext/syck/rubyext.c (syck_node_transform): ruby object holdingocean2005-12-202-4/+9