summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-25* test/ruby/test_eval.rb: add new test.usa
2008-12-25* io.c: sorry, wrong commit. orzusa
2008-12-25 * io.c (rb_io_flush): fsync() after buffer is flushed on win32.usa
2008-12-25* vm_insnhelper.c (vm_method_search): return rb_cObject if there is noko1
2008-12-25* proc.c (proc_new): should use proc_dup() if block has Proc.ko1
2008-12-25* vm_insnhelper.c (vm_yield_with_cfunc): check block has Proc.ko1
2008-12-24* template/id.h.tmpl, id.h (ruby_method_ids_check): enclosed in anobu
2008-12-24* template/id.h.tmpl, id.h (ruby_method_ids): not depend on ifnobu
2008-12-24* thread.c (thread_start_func_2): sets native thread key.nobu
2008-12-24* test/readline/test_readline_history.rb: check the encoding thatkouji
2008-12-24* 2008-12-25svn
2008-12-24* test/readline/test_readline_history.rb: did not check thekouji
2008-12-24* error.c, vm_dump.c: change message by rb_bug().ko1
2008-12-24* compile.c (iseq_peephole_optimize): fix typo.ko1
2008-12-24* vm.c (invoke_block_from_c): fix to point right cfp.ko1
2008-12-24* error.c (exc_equal): == method should not raise Exception.ko1
2008-12-24* vm_insnhelper.c (vm_call_method): use class of method definedko1
2008-12-24* tool/file2lastrev.rb (get_revisions): fix to ignore end of line.ko1
2008-12-24* configure.in (Makefile): removes GNU make specific files onnobu
2008-12-24* configure.in (HAVE_LONG_LONG, HAVE_OFF_T): revised for autoconfnobu
2008-12-23* configure.in (OBJDUMP, OBJCOPY): autoconf list is not commanobu
2008-12-23* misc/ruby-mode.el: added comment to mention newer versionmatz
2008-12-23* pack.c (pack_pack): encoding of packed string only from 'm',matz
2008-12-23* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): avoid callingmatz
2008-12-23* io.c (rb_io_init_copy): call io_seek only if io_tell succeeds.akr
2008-12-23* 2008-12-24svn
2008-12-23* string.c (rb_external_str_new_with_enc): set ASCII-8BIT ifmatz
2008-12-23* process.c (rb_fork): don't propagete an error message if errorakr
2008-12-23* process.c (rb_fork): propagete an error message from child to parent.akr
2008-12-23* io.c: rdoc for File::open and 1.9 feature in file modes.yugui
2008-12-23* win32/win32.c (rb_w32_spawn): deals with quoted commands.nobu
2008-12-23* strftime.c (rb_strftime): use locale insensitive functions for tr_TRakr
2008-12-23* lib/test/unit/assertions.rb (assert_equal): show small differencesakr
2008-12-23 * win32/win32.c (rb_w32_spawn): support normal commands with arguments.usa
2008-12-23properties.nobu
2008-12-23* io.c (rb_io_inspect): show fd number if there is no pathname.akr
2008-12-23 * tool/file2lastrev.rb: shouldn't use single quote in shell's commandusa
2008-12-23* lib/mathn.rb: Math.sqrt(NaN) should be NaN. [ruby-dev:37537]yugui
2008-12-23Match full RubyGems behavior when a gem can't be founddrbrain
2008-12-23* tool/file2lastrev.rb: detects vcs directory properly on buildingyugui
2008-12-23fix typos.akr
2008-12-23 * io.c (pipe_open): need to initialize args.usa
2008-12-23 * include/ruby/st.h: need to include defines.h because LONG_LONG isusa
2008-12-23Don't coalesce adjacent comment blocks. [bug#901]drbrain
2008-12-23updated.akr
2008-12-23* io.c (pipe_close): fix coding style. [ruby-dev:37554]akr
2008-12-22Fix documentation. [bug#827]drbrain
2008-12-22Don't remove methods twice. [bug#555]drbrain
2008-12-22* 2008-12-23svn
2008-12-22* sprintf.c (rb_str_format): fix buffer overflow.mame