summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-05-20* re.c (rb_reg_s_union_m): update rdoc. [ruby-dev:41354]mame
2010-05-20* vm_eval.c (rb_f_caller): update rdoc. a patch from Nobuhiro IMAImame
2010-05-20* vm.c (vm_backtrace_each): now takes an init function to distinguishmame
2010-05-20* ext/win32ole/win32ole.c (ole_invoke): raise NoMethodErrorsuke
2010-05-20* ext/psych/emitter: f..king C99(gcc)-ism.usa
2010-05-20* ext/psych/lib/psych/stream.rb: adding YAML streaming API fortenderlove
2010-05-19* ext/psych/emitter.c: output strings are automatically transcodedtenderlove
2010-05-19* ChangeLog: sorry. fix typo.nagai
2010-05-19* ChangeLog: commit miss. sorry.nagai
2010-05-19* ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching...nagai
2010-05-19* lib/net/imap.rb (disconnect): closes the socket of a Net::IMAPshugo
2010-05-19* vm_eval.c (rb_f_caller): return [] instead of nil when the functionmame
2010-05-19* ext/socket/extconf.rb: mswin/mingw ruby has socketpair(), but it'susa
2010-05-19* iseq_compile_each (NODE_DEFINED): put nil first to fix stackmame
2010-05-19* numeric.c (rb_num2ulong): use rb_big2ulong for data fromnaruse
2010-05-17* process.c: suppress warning for signed and unsigned typemame
2010-05-17* .gitignore: updated.mame
2010-05-17* win32/win32.c (argv_size): merged into join_argv() to maintain theusa
2010-05-17* enc/iso_2022_jp.h: add CP50220.naruse
2010-05-17* lib/fileutils.rb (FileUtils::Entry_#entries): returns pathname inusa
2010-05-16* dln.c (rb_w32_check_imported): workaround for VC6.nobu
2010-05-16* proc.c (mnew): initialize a field. a patch from Takahiro Kambe.mame
2010-05-16* eval.c (setup_exception): let SystemStackError#backtrace return anmame
2010-05-16* parse.y (parser_read_escape, parser_tokadd_escape): allow a hex ormame
2010-05-16* ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):yugui
2010-05-16* proc.c (proc_binding): don't propagative filename and line_no ofmame
2010-05-16* dln.c (rb_w32_check_imported): check if extension library to benobu
2010-05-16* common.mk (dln_find.o): fix dependency.nobu
2010-05-16* common.mk (dln_find.o): fix dependency.nobu
2010-05-16* error.c (rb_loaderror): use locale string, not ascii-8bit.nobu
2010-05-16* include/ruby/missing.h (signbit): add missing prototype.nobu
2010-05-16* ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.nobu
2010-05-15 * configure.in: can not load libruby.so if gcc is used withkanemoto
2010-05-15* ext/iconv/iconv.c (rb_iconv_sys_fail): raise BrokenLibrary ifnobu
2010-05-13* marshal.c (w_float): strip ".0" from end for rubyspec.nobu
2010-05-13* vm_core.c (rb_thread_struct): add a field for sigaltstack.mame
2010-05-13* missing/ffs.c (ffs): fixed for non-zero values.akr
2010-05-13* ext/io/console/console.c (get_write_fd): return primary fd if nonobu
2010-05-13* io.c (swallow): should use more_char() instead of fill_cbuf().usa
2010-05-13* ext/io/console/console.c (console_set_echo, console_echo_p): usenobu
2010-05-13* marshal.c (w_float): use minimal representation.nobu
2010-05-13* vm_core.h (rb_vm_get_sourceline): moved from eval_intern.h fornobu
2010-05-13[Bug #1576]usa
2010-05-13* io.c (swallow): support text mode and UTF-16/32 as internal encoding.usa
2010-05-13* win32/Makefile.sub: link with ffs.obj.usa
2010-05-12* ext/sdbm/_sdbm.c: include unistd.h before sdbm.h for off_t.akr
2010-05-12* include/ruby/intern.h (rb_quad_pack): deprecated.akr
2010-05-12* time.c (rb_big_abs_find_minbit): use ffs().akr
2010-05-12* numeric.c (flo_to_s): fixed broken output including nuls.nobu
2010-05-12* numeric.c (flo_to_s): exponent needs 2 digits.nobu