aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (gc_stress): renamed from always_gc and enabled by default.akr2006-01-091-0/+6
* * ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed byocean2006-01-091-0/+5
* * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,ocean2006-01-091-0/+8
* * eval.c (GCC_VERSION_BEFORE): check __INTEL_COMPILER.akr2006-01-081-0/+6
* the bug was FreeBSD specific.akr2006-01-081-3/+3
* * parse.y (singleton): get rid of segfault on syntax error.nobu2006-01-071-0/+5
* * eval.c (rb_fd_isset): compare the result of FD_ISSET with 0 toakr2006-01-061-0/+8
* * configure.in: don't force getcontext on IA64.akr2006-01-051-0/+9
* some more typos fixed.akr2006-01-031-8/+8
* fix typos.akr2006-01-031-3/+3
* fix.akr2006-01-011-1/+1
* * missing.h (isnan): avoid macro expantionakr2006-01-011-0/+7
* * win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean2006-01-011-0/+10
* * eval.c (rb_thread_save_context): should not recycle scope object usednobu2005-12-311-0/+5
* * ext/syck/rubyext.c: attribute name was truncated with Rev1.64.ocean2005-12-311-2/+6
* * lib/generator.rb: (Generator#initialize): should kill @loop_threadocean2005-12-311-0/+6
* Sorry, reverted. Mutex is damn slow.....ocean2005-12-301-5/+0
* * lib/generator.rb: uses Mutex instead of Thread.critical.ocean2005-12-301-0/+5
* * win32/Makefile.sub: VC++8 support.nobu2005-12-301-1/+3
* * gc.c (garbage_collect): mark objects refered from aborting threads.nobu2005-12-301-0/+5
* * lib/generator.rb: (Generator#initialize) ensured to stop @loop_thread.ocean2005-12-301-0/+5
* * lib/generator.rb: (Generator#initialize) fixed dead lock. this occuredocean2005-12-301-0/+5
* * lib/generator.rb: should work with another thread. (more robust code)ocean2005-12-291-0/+5
* * eval.c (rb_gc_mark_threads): keep unmarked threads which won't wakenobu2005-12-291-0/+8
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-0/+48
* * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr2005-12-291-0/+5
* * lib/generator.rb: reimplemented Generator class with Thread instead ofocean2005-12-291-0/+5
* * ia64.s: remove .pred.safe_across_calls directive.akr2005-12-281-0/+5
* * eval.c (struct thread): add bstr_max.akr2005-12-271-0/+6
* * lib/optparse.rb (CompletingHash#match): fix for 1.9.nobu2005-12-271-0/+4
* add ML ref.akr2005-12-271-0/+2
* * configure.in: define IA64 for portability. (HP aC++/ANSI C doesn'takr2005-12-271-0/+40
* * process.c: new method Process.exec. [ruby-dev:28107]aamine2005-12-271-0/+4
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_ch...gotoyuzo2005-12-261-0/+5
* * added an old entry.nobu2005-12-261-0/+4
* * file.c (w32_io_info): should return handle because FileIndex isocean2005-12-211-0/+5
* * test/pathname/test_pathname.rb (test_kernel_open): useakr2005-12-211-0/+6
* * eval.c (eval_under_i): evaluate source in caller's frame.nobu2005-12-201-0/+5
* * ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy2005-12-201-0/+5
* * ext/syck/rubyext.c (syck_node_transform): ruby object holdingocean2005-12-201-0/+7
* * io.c (rb_f_backquote): fix a GC problem onakr2005-12-191-0/+5
* no messageocean2005-12-191-0/+2
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-191-1/+3
* * Makefile.in (XCFLAGS): separated as well as win32/Makefile.sub.nobu2005-12-191-0/+7
* * ext/syck/syck.h (S_FREE): small hack. no need to check if pointer isocean2005-12-191-0/+30
* * st.c: uses malloc instead of xmalloc to avoid GC. syck uses st_insertocean2005-12-191-0/+7
* * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): activate onlyakr2005-12-191-0/+5
* * ext/syck/rubyext.c: sorry, I reverted my "should set newlyocean2005-12-191-0/+11
* * ext/syck/rubyext.c (syck_emitter_reset): should initializeocean2005-12-171-0/+8
* * bignum.c (rb_big_rshift): fix a GC problem onakr2005-12-161-0/+5