summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-12-19* st.c: uses malloc instead of xmalloc to avoid GC. syck uses st_insertocean
2005-12-19* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): activate onlyakr
2005-12-19* ext/syck/rubyext.c: sorry, I reverted my "should set newlyocean
2005-12-17* ext/syck/rubyext.c (syck_emitter_reset): should initializeocean
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-16* ext/syck/rubyext.c (rb_syck_compile): fixed memory leak.ocean
2005-12-16* ext/syck/rubyext.c (syck_scalar_value_set): should set newlyocean
2005-12-16* ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak.ocean
2005-12-15* lib/tmpdir.rb: merged RDoc patch from Eric Hodel <drbrain atmatz
2005-12-14* ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call onakr
2005-12-14* lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for classnobu
2005-12-14* dir.c (has_magic): glob names contain alphabets to enable case foldnobu
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* range.c (range_cover): new method Range#cover? added. thematz
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2005-12-11(test_remote_array_and_hash): pseudo remote objects are protectedseki
2005-12-09 * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e.keiju
2005-12-09* eval.c (calling_scope_t): gave names to magic numbers for rb_call().nobu
2005-12-09* lib/rexml/encoding.rb (encoding=): give priority to particularnobu
2005-12-09* range.c (range_include): return false unless included in numericnobu
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-06ChangeLog fix.matz
2005-12-06* gc.c (ruby_xmalloc2): change check for integer overflow.matz
2005-12-02* dir.c (Compare): should not fold double byte alphabet on win9x.ocean
2005-11-30* eval.c (rb_funcall2): allow to call protected methods.nobu
2005-11-30* parse.y (struct parser_params): fields common to ripper must benobu
2005-11-30* misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz
2005-11-30ChangeLog lib/pp.rbakr
2005-11-29* parse.y (struct parser_params): heap must be placed at same offsetnobu
2005-11-29follow change of observer.rb. fixed [ruby-core:6796]seki
2005-11-28* lib/pp.rb (PP::PPMethods#object_address_group): adjust address format.akr
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* lib/pathname.rb: use File.basename to decompose pathnames.akr
2005-11-26 * lib/wsdl/xmlSchema/complexContent.rb: missingnahi
2005-11-26* dln.c (conv_to_posix_path): should initialize posix.eban
2005-11-25* range.c (range_max): treat end exclusion without iteration ifmatz
2005-11-25* lib/rss/rss.rb: added backward compatibility codes.kou
2005-11-25* lib/rss/rss.rb: improved type conversion.kou