summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz2005-11-301-0/+5
* * eval.c (rb_funcall2): allow to call protected methods.nobu2005-11-301-0/+5
* * parse.y (NEWHEAP, ADD2HEAP): set count after pointer was set.nobu2005-11-301-2/+7
* * ext/socket/socket.c (init_inetsock_internal): remove settingusa2005-11-281-3/+3
* * ext/socket/socket.c (init_inetsock_internal): remove settingusa2005-11-281-0/+6
* * win32/win32.c (rb_w32_strerror): remove all CR and LF. (avoid brokenocean2005-11-281-0/+5
* * lib/mkmf.rb (create_makefile): should not change sodir withocean2005-11-281-0/+6
* * replaced e-mail addr.nahi2005-11-261-31/+31
* * lib/wsdl/xmlSchema/complexContent.rb: missingnahi2005-11-261-0/+5
* * dln.c (conv_to_posix_path): should initialize posix.eban2005-11-261-0/+4
* * configure.in (AC_CHECK_FUNCS): need to check link().usa2005-11-241-0/+5
* * file.c (w32_io_info): CreateFile failed on Win9x if file was alreadyocean2005-11-231-0/+6
* Add lacks for Tk8.5 support.nagai2005-11-231-0/+15
* * file.c (w32_io_info): should not call GetFileInformationByHandleocean2005-11-231-1/+9
* * re.c (KR_REHASH): should cast to unsigned for 64bit CPU.matz2005-11-231-0/+6
* * intern.h, file.c: failed to compile on windows.ocean2005-11-231-0/+4
* * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.gotoyuzo2005-11-221-0/+13
* * file.c (test_identical): test if two files are identical.nobu2005-11-221-0/+9
* * lib/optparse.rb: match incomplete (in current enconding) multibytenobu2005-11-221-0/+5
* * win32/win32.c (winnt_stat): set mapped errno instead of ENOENT.ocean2005-11-221-0/+4
* * file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa2005-11-221-0/+7
* * win32/win32.c (rb_w32_stat): Dir.chdir('//server/shared');ocean2005-11-221-0/+6
* * ext/tk/lib/tkextlib/tile.rb: bug fix (Tk::Tile::USE_TTK_NAMESPACEnagai2005-11-211-0/+5
* * file.c (rb_file_s_basename): DOSISH_UNC is defined on cygwin butnobu2005-11-211-0/+5
* * parse.y (dsym): prohibit empty symbol literal by interpolation.nobu2005-11-211-1/+4
* * file.c (rb_path_skip_prefix, rb_file_s_basename): UNC without pathnobu2005-11-211-0/+5
* changed ml-numberocean2005-11-211-1/+1
* * win32/setup.mk: findstr doesn't exist on win9x.ocean2005-11-211-0/+5
* * parse.y (rb_symname_p): [ not followed by ] is not valid symbol.nobu2005-11-201-4/+9