summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2005-11-25* lib/rss/image.rb: added Image prefix.kou
2005-11-25* test/rss/test_2.0.rb: added RSS 2.0 tests.kou
2005-11-25* range.c (range_min): use <=> comparison rather than iteration.matz
2005-11-23* file.c (w32_io_info): CreateFile failed on Win9x if file was alreadyocean
2005-11-23* numeric.c (num_div): use floor rather than rb_Integer().matz
2005-11-23* lib/rss/parser.rb: added entity handling type predicate.kou
2005-11-23Add lacks for Tk8.5 support.nagai
2005-11-23* file.c (w32_io_info): should not call GetFileInformationByHandleocean
2005-11-23* lib/rss/: use #__send__ instead of #send.kou
2005-11-23* lib/rss/taxonomy.rb: changed class or module prefix tokou