summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-27man/irb.1: adds -v, -h, -E and -U.yugui
2008-12-27* vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko1
2008-12-27* vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko1
2008-12-27* cont.c: rdoc for Fiber. patch by Muhammad Ali.yugui
2008-12-26* process.c (after_fork): ignores a termination request in thenobu
2008-12-26* 2008-12-27svn
2008-12-26* lib/csv.rb: Using a more robust transcoding scheme to producejeg2
2008-12-26* io.c (fptr_finalize): don't allocate objects if noraise.akr
2008-12-26* lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):yugui
2008-12-26* lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu
2008-12-26* 2008-12-26svn
2008-12-26* io.c (fptr_finalize): close the IO object even if finish_writeconv orakr
2008-12-25* transcode.c (str_transcode0): set encoding when String#encode wasnaruse
2008-12-25* io.c (rb_io_s_pipe): unused variable removed.akr
2008-12-25* transcode.c (sym_ignore): remove useless symbol.naruse
2008-12-25* io.c (pipe_close): removed.akr
2008-12-25* transcode.c (decorate_convpath): show type of escaping fornaruse
2008-12-25* io.c (rb_io_initialize): check fd validity. [ruby-dev:36646]akr
2008-12-25* io.c (flush_before_seek): check io_fflush result.akr
2008-12-25* io.c (io_fflush): flush write buffer without write lock inmatz
2008-12-25* io.c (fptr_finalize): close the IO object even if close(2) is failed.akr
2008-12-25 * lib/rdoc/parser.rb (RDoc::Parser.binary?): should read in binary mode.usa
2008-12-25* vm_insnhelper.c (vm_method_search): fix control flow bug.ko1
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