aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: define IA64 for portability. (HP aC++/ANSI C doesn'takr2005-12-271-0/+40
* * process.c: new method Process.exec. [ruby-dev:28107]aamine2005-12-271-0/+4
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_ch...gotoyuzo2005-12-261-0/+5
* * added an old entry.nobu2005-12-261-0/+4
* * file.c (w32_io_info): should return handle because FileIndex isocean2005-12-211-0/+5
* * test/pathname/test_pathname.rb (test_kernel_open): useakr2005-12-211-0/+6
* * eval.c (eval_under_i): evaluate source in caller's frame.nobu2005-12-201-0/+5
* * ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy2005-12-201-0/+5
* * ext/syck/rubyext.c (syck_node_transform): ruby object holdingocean2005-12-201-0/+7
* * io.c (rb_f_backquote): fix a GC problem onakr2005-12-191-0/+5
* no messageocean2005-12-191-0/+2
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-191-1/+3
* * Makefile.in (XCFLAGS): separated as well as win32/Makefile.sub.nobu2005-12-191-0/+7
* * ext/syck/syck.h (S_FREE): small hack. no need to check if pointer isocean2005-12-191-0/+30
* * st.c: uses malloc instead of xmalloc to avoid GC. syck uses st_insertocean2005-12-191-0/+7
* * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): activate onlyakr2005-12-191-0/+5
* * ext/syck/rubyext.c: sorry, I reverted my "should set newlyocean2005-12-191-0/+11
* * ext/syck/rubyext.c (syck_emitter_reset): should initializeocean2005-12-171-0/+8
* * 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
* * ext/syck/rubyext.c (rb_syck_compile): fixed memory leak.ocean2005-12-161-0/+6
* * ext/syck/rubyext.c (syck_scalar_value_set): should set newlyocean2005-12-161-0/+2
* * ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak.ocean2005-12-161-2/+12
* * lib/tmpdir.rb: merged RDoc patch from Eric Hodel <drbrain atmatz2005-12-151-0/+5
* * ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call onakr2005-12-141-0/+5
* * lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for classnobu2005-12-141-0/+5
* * dir.c (has_magic): glob names contain alphabets to enable case foldnobu2005-12-141-2/+10
* * 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-2/+6
* * array.c (rb_ary_diff): fix a GC problem on IA64 withakr2005-12-121-0/+8
* * 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
* * range.c (range_cover): new method Range#cover? added. thematz2005-12-121-0/+7
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-121-0/+9
* (test_remote_array_and_hash): pseudo remote objects are protectedseki2005-12-111-0/+5
* * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e.keiju2005-12-091-0/+5
* * eval.c (calling_scope_t): gave names to magic numbers for rb_call().nobu2005-12-091-0/+5
* * lib/rexml/encoding.rb (encoding=): give priority to particularnobu2005-12-091-0/+5
* * range.c (range_include): return false unless included in numericnobu2005-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/+13
* * sprintf.c (rb_str_format): integer overflow check added.matz2005-12-071-2/+8
* * ext/tk/README.macosx-aqua: [new document] tips to avoid the knownnagai2005-12-061-0/+21
* ChangeLog fix.matz2005-12-061-1/+0
* * gc.c (ruby_xmalloc2): change check for integer overflow.matz2005-12-061-0/+13
* * dir.c (Compare): should not fold double byte alphabet on win9x.ocean2005-12-021-0/+4
* * eval.c (rb_funcall2): allow to call protected methods.nobu2005-11-301-0/+5
* * parse.y (struct parser_params): fields common to ripper must benobu2005-11-301-0/+8
* * misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz2005-11-301-0/+10