summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/rdoc/diagram.rb:ocean2006-01-131-0/+15
* * ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widgetnagai2006-01-121-0/+14
* bit more explanation for previous change.akr2006-01-101-1/+1
* * gc.c (garbage_collect): mark ruby_current_node.akr2006-01-101-0/+8
* Commit miss again.ocean2006-01-101-0/+8
* * ext/syck/rubyext.c (syck_resolver_transfer): should be able to loadocean2006-01-101-0/+5
* * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean2006-01-101-2/+8
* * 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
* * parse.y (singleton): get rid of segfault on syntax error.nobu2006-01-071-0/+5
* * win32/win32.c (ioinfo): revert previous commit. sorry.usa2006-01-061-4/+0
* * win32/win32.c (ioinfo): VC++8 support, forgotten to commit.usa2006-01-051-0/+4
* no messageocean2006-01-011-0/+1
* * win32/win32.c (rb_w32_seekdir): should not segfault even if passedocean2006-01-011-1/+8
* * eval.c (rb_thread_save_context): should not recycle scope object usednobu2005-12-311-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
* * dir.c (glob_helper): do not use TRUE for djgpp.eban2005-12-301-0/+4
* * file.c (eaccess): workaround for VC++8 runtime.usa2005-12-291-0/+6
* * eval.c (rb_gc_mark_threads): leave unmarked threads which won't wakenobu2005-12-291-0/+8
* * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr2005-12-291-0/+5
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_che...gotoyuzo2005-12-261-0/+5
* * eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS,nobu2005-12-261-1/+8
* * eval.c (ev_const_get): fixed a bug in constant reference duringmatz2005-12-261-0/+11
* * stable version 1.8.4 released.matz2005-12-241-0/+9
* * file.c (w32_io_info): should return handle because FileIndex isocean2005-12-211-0/+5
* * lib/pathname.rb (test_kernel_open): use File.identical?.akr2005-12-211-0/+5
* * eval.c (eval_under_i): evaluate source in caller's frame.nobu2005-12-201-0/+8
* * ext/syck/rubyext.c: fixed GC problem (backported HEAD 1.55 - 1.62)ocean2005-12-201-0/+14
* * ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy2005-12-201-0/+5
* * io.c (rb_f_backquote): fix a GC problem onakr2005-12-191-0/+5
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-191-2/+6
* * bignum.c (rb_big_rshift): fix a GC problem onakr2005-12-161-0/+5
* * eval.c (bmcall): fix a GC problem by tail call onakr2005-12-161-0/+5
* * signal.c (Init_signal): revert C++ style comment.matz2005-12-151-0/+10
* * ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call onakr2005-12-141-0/+5
* * test/gdbm/test_gdbm.rb: specify pid for the argument ofeban2005-12-141-0/+5
* * marshal.c (r_object0): fix a GC problem for reading a bignum onakr2005-12-141-0/+5
* * re.c (rb_reg_regcomp): fix a GC problem on x86_64 withakr2005-12-131-0/+5
* * array.c (rb_ary_diff): fix a GC problem on IA64 withakr2005-12-121-0/+7
* * sprintf.c (rb_str_format): fix a GC problem.akr2005-12-121-0/+5
* * test/openssl/test_ssl.rb (test_parallel): call GC.start to closegotoyuzo2005-12-121-0/+5
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-0/+9
* * lib/rexml/encoding.rb (encoding=): give priority to particularnobu2005-12-091-0/+5
* * eval.c (umethod_bind): adjust invoking class for module method.nobu2005-12-071-3/+8
* * eval.c (call_trace_func): klass parameter should be amatz2005-12-071-0/+5
* * sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz2005-12-071-0/+4
* * sprintf.c (rb_str_format): integer overflow check added.matz2005-12-071-0/+6
* * ext/tk/README.macosx-aqua: [new document] tips to avoid the knownnagai2005-12-061-0/+21
* * eval.c (exec_under): avoid accessing ruby_frame->prev.matz2005-12-061-0/+5