summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-12-30* win32/Makefile.sub: VC++8 support.nobu
2005-12-30* gc.c (garbage_collect): mark objects refered from aborting threads.nobu
2005-12-30* dir.c (glob_helper): do not use TRUE for djgpp.eban
2005-12-29* file.c (eaccess): workaround for VC++8 runtime.usa
2005-12-29* eval.c (rb_gc_mark_threads): leave unmarked threads which won't wakenobu
2005-12-29* test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr
2005-12-26* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_che...gotoyuzo
2005-12-26* eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS,nobu
2005-12-26* eval.c (ev_const_get): fixed a bug in constant reference duringmatz
2005-12-24* stable version 1.8.4 released.matz
2005-12-21* file.c (w32_io_info): should return handle because FileIndex isocean
2005-12-21* lib/pathname.rb (test_kernel_open): use File.identical?.akr
2005-12-20* eval.c (eval_under_i): evaluate source in caller's frame.nobu
2005-12-20* ext/syck/rubyext.c: fixed GC problem (backported HEAD 1.55 - 1.62)ocean
2005-12-20* ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy
2005-12-19* io.c (rb_f_backquote): fix a GC problem onakr
2005-12-19* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu
2005-12-16* bignum.c (rb_big_rshift): fix a GC problem onakr
2005-12-16* eval.c (bmcall): fix a GC problem by tail call onakr
2005-12-15* signal.c (Init_signal): revert C++ style comment.matz
2005-12-14* ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call onakr
2005-12-14* test/gdbm/test_gdbm.rb: specify pid for the argument ofeban
2005-12-14* marshal.c (r_object0): fix a GC problem for reading a bignum onakr
2005-12-13* re.c (rb_reg_regcomp): fix a GC problem on x86_64 withakr
2005-12-12* array.c (rb_ary_diff): fix a GC problem on IA64 withakr
2005-12-12* sprintf.c (rb_str_format): fix a GC problem.akr
2005-12-12* test/openssl/test_ssl.rb (test_parallel): call GC.start to closegotoyuzo
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2005-12-09* lib/rexml/encoding.rb (encoding=): give priority to particularnobu
2005-12-07* eval.c (umethod_bind): adjust invoking class for module method.nobu
2005-12-07* eval.c (call_trace_func): klass parameter should be amatz
2005-12-07* sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz
2005-12-07* sprintf.c (rb_str_format): integer overflow check added.matz
2005-12-06* ext/tk/README.macosx-aqua: [new document] tips to avoid the knownnagai
2005-12-06* eval.c (exec_under): avoid accessing ruby_frame->prev.matz
2005-11-30* misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz
2005-11-30* eval.c (rb_funcall2): allow to call protected methods.nobu
2005-11-30* parse.y (NEWHEAP, ADD2HEAP): set count after pointer was set.nobu
2005-11-28* ext/socket/socket.c (init_inetsock_internal): remove settingusa
2005-11-28* ext/socket/socket.c (init_inetsock_internal): remove settingusa
2005-11-28* win32/win32.c (rb_w32_strerror): remove all CR and LF. (avoid brokenocean
2005-11-28* lib/mkmf.rb (create_makefile): should not change sodir withocean
2005-11-26* replaced e-mail addr.nahi
2005-11-26 * lib/wsdl/xmlSchema/complexContent.rb: missingnahi
2005-11-26* dln.c (conv_to_posix_path): should initialize posix.eban
2005-11-24* configure.in (AC_CHECK_FUNCS): need to check link().usa
2005-11-23* file.c (w32_io_info): CreateFile failed on Win9x if file was alreadyocean
2005-11-23Add lacks for Tk8.5 support.nagai
2005-11-23* file.c (w32_io_info): should not call GetFileInformationByHandleocean
2005-11-23* re.c (KR_REHASH): should cast to unsigned for 64bit CPU.matz