aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove2010-05-221-0/+15
* * cont.c (fiber_setcontext): Use swapcontext() instead longjmp().kosaki2010-05-211-0/+5
* * ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too hugenobu2010-05-211-0/+5
* * configure.in (warnflags): removed -pedantic after all.nobu2010-05-211-3/+1
* * configure.in (warnflags): add -pedantic if gcc.nobu2010-05-211-0/+7
* fix typoskazu2010-05-211-13/+13
* * configure.in (LIBRUBYARG_SHARED): shared library will not benobu2010-05-211-1/+4
* * ruby.c (ruby_init_loadpath_safe): use real path for non-sharednobu2010-05-211-0/+5
* * marshal.c (w_float): use dtoa directly instead of strippingnobu2010-05-211-0/+7
* * thread.c (subtract_tv): if the rest is zero, should finish waitingusa2010-05-201-0/+8
* * re.c (rb_reg_s_union_m): update rdoc. [ruby-dev:41354]mame2010-05-201-0/+4
* * vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame2010-05-201-0/+5
* * vm.c (vm_backtrace_each): now takes an init function to distinguishmame2010-05-201-0/+7
* * ext/win32ole/win32ole.c (ole_invoke): raise NoMethodErrorsuke2010-05-201-0/+7
* * ext/psych/emitter: f..king C99(gcc)-ism.usa2010-05-201-0/+4
* * ext/psych/lib/psych/stream.rb: adding YAML streaming API fortenderlove2010-05-201-0/+9
* * ext/psych/emitter.c: output strings are automatically transcodedtenderlove2010-05-191-0/+4
* * ChangeLog: sorry. fix typo.nagai2010-05-191-1/+1
* * ChangeLog: commit miss. sorry.nagai2010-05-191-2/+2
* * ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching...nagai2010-05-191-0/+5
* * lib/net/imap.rb (disconnect): closes the socket of a Net::IMAPshugo2010-05-191-0/+5
* * vm_eval.c (rb_f_caller): return [] instead of nil when the functionmame2010-05-191-0/+5
* * ext/socket/extconf.rb: mswin/mingw ruby has socketpair(), but it'susa2010-05-191-0/+6
* * iseq_compile_each (NODE_DEFINED): put nil first to fix stackmame2010-05-191-0/+7
* * numeric.c (rb_num2ulong): use rb_big2ulong for data fromnaruse2010-05-191-0/+7
* * process.c: suppress warning for signed and unsigned typemame2010-05-171-0/+11
* * .gitignore: updated.mame2010-05-171-0/+4
* * win32/win32.c (argv_size): merged into join_argv() to maintain theusa2010-05-171-0/+11
* * enc/iso_2022_jp.h: add CP50220.naruse2010-05-171-0/+6
* * lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname inusa2010-05-171-0/+6
* * dln.c (rb_w32_check_imported): workaround for VC6.nobu2010-05-161-0/+4
* * proc.c (mnew): initialize a field. a patch from Takahiro Kambe.mame2010-05-161-0/+5
* * eval.c (setup_exception): let SystemStackError#backtrace return anmame2010-05-161-0/+5
* * parse.y (parser_read_escape, parser_tokadd_escape): allow a hex ormame2010-05-161-0/+7
* * ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):yugui2010-05-161-0/+5
* * proc.c (proc_binding): don't propagative filename and line_no ofmame2010-05-161-0/+7
* * dln.c (rb_w32_check_imported): check if extension library to benobu2010-05-161-0/+5
* * common.mk (dln_find.o): fix dependency.nobu2010-05-161-1/+1
* * common.mk (dln_find.o): fix dependency.nobu2010-05-161-0/+4
* * error.c (rb_loaderror): use locale string, not ascii-8bit.nobu2010-05-161-0/+4
* * include/ruby/missing.h (signbit): add missing prototype.nobu2010-05-161-0/+4
* * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.nobu2010-05-161-0/+5
* * configure.in: can not load libruby.so if gcc is used withkanemoto2010-05-151-0/+5
* * ext/iconv/iconv.c (rb_iconv_sys_fail): raise BrokenLibrary ifnobu2010-05-151-0/+5
* * marshal.c (w_float): strip ".0" from end for rubyspec.nobu2010-05-131-0/+4
* * vm_core.c (rb_thread_struct): add a field for sigaltstack.mame2010-05-131-0/+10
* * missing/ffs.c (ffs): fixed for non-zero values.akr2010-05-131-0/+4
* * ext/io/console/console.c (get_write_fd): return primary fd if nonobu2010-05-131-0/+5
* * io.c (swallow): should use more_char() instead of fill_cbuf().usa2010-05-131-0/+5
* * ext/io/console/console.c (console_set_echo, console_echo_p): usenobu2010-05-131-0/+5