summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (get_errinfo): return th->errinfo valueko12008-12-273-1/+18
* man/irb.1: adds -v, -h, -E and -U.yugui2008-12-272-11/+43
* * vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko12008-12-275-11/+43
* * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko12008-12-279-15/+119
* * cont.c: rdoc for Fiber. patch by Muhammad Ali.yugui2008-12-272-0/+124
* * process.c (after_fork): ignores a termination request in thenobu2008-12-262-2/+7
* * 2008-12-27svn2008-12-261-2/+2
* * lib/csv.rb: Using a more robust transcoding scheme to producejeg22008-12-262-5/+24
* * io.c (fptr_finalize): don't allocate objects if noraise.akr2008-12-262-16/+37
* * lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):yugui2008-12-262-1/+5
* * lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu2008-12-263-6/+42
* * 2008-12-26svn2008-12-261-2/+2
* * io.c (fptr_finalize): close the IO object even if finish_writeconv orakr2008-12-264-52/+60
* * transcode.c (str_transcode0): set encoding when String#encode wasnaruse2008-12-253-2/+8
* * io.c (rb_io_s_pipe): unused variable removed.akr2008-12-252-3/+4
* * transcode.c (sym_ignore): remove useless symbol.naruse2008-12-252-2/+5
* * io.c (pipe_close): removed.akr2008-12-253-12/+22
* * transcode.c (decorate_convpath): show type of escaping fornaruse2008-12-252-11/+21
* * io.c (rb_io_initialize): check fd validity. [ruby-dev:36646]akr2008-12-252-0/+6
* * io.c (flush_before_seek): check io_fflush result.akr2008-12-253-16/+44
* * io.c (io_fflush): flush write buffer without write lock inmatz2008-12-252-1/+15
* * io.c (fptr_finalize): close the IO object even if close(2) is failed.akr2008-12-252-18/+15
* * lib/rdoc/parser.rb (RDoc::Parser.binary?): should read in binary mode.usa2008-12-252-1/+5
* * vm_insnhelper.c (vm_method_search): fix control flow bug.ko12008-12-252-8/+11
* * test/ruby/test_eval.rb: add new test.usa2008-12-251-0/+17
* * io.c: sorry, wrong commit. orzusa2008-12-251-10/+2
* * io.c (rb_io_flush): fsync() after buffer is flushed on win32.usa2008-12-252-2/+18
* * vm_insnhelper.c (vm_method_search): return rb_cObject if there is noko12008-12-253-3/+51
* * proc.c (proc_new): should use proc_dup() if block has Proc.ko12008-12-254-23/+57
* * vm_insnhelper.c (vm_yield_with_cfunc): check block has Proc.ko12008-12-252-1/+10
* * template/id.h.tmpl, id.h (ruby_method_ids_check): enclosed in anobu2008-12-243-3/+10
* * template/id.h.tmpl, id.h (ruby_method_ids): not depend on ifnobu2008-12-243-72/+62
* * thread.c (thread_start_func_2): sets native thread key.nobu2008-12-242-0/+6
* * test/readline/test_readline_history.rb: check the encoding thatkouji2008-12-242-21/+29
* * 2008-12-25svn2008-12-241-2/+2
* * test/readline/test_readline_history.rb: did not check thekouji2008-12-242-1/+6
* * error.c, vm_dump.c: change message by rb_bug().ko12008-12-243-6/+31
* * compile.c (iseq_peephole_optimize): fix typo.ko12008-12-242-1/+5
* * vm.c (invoke_block_from_c): fix to point right cfp.ko12008-12-245-20/+25
* * error.c (exc_equal): == method should not raise Exception.ko12008-12-243-4/+24
* * vm_insnhelper.c (vm_call_method): use class of method definedko12008-12-246-10/+43
* * tool/file2lastrev.rb (get_revisions): fix to ignore end of line.ko12008-12-242-2/+6
* * configure.in (Makefile): removes GNU make specific files onnobu2008-12-243-2/+9
* * configure.in (HAVE_LONG_LONG, HAVE_OFF_T): revised for autoconfnobu2008-12-242-3/+7
* * configure.in (OBJDUMP, OBJCOPY): autoconf list is not commanobu2008-12-232-8/+17
* * misc/ruby-mode.el: added comment to mention newer versionmatz2008-12-232-6/+53
* * pack.c (pack_pack): encoding of packed string only from 'm',matz2008-12-232-17/+33
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): avoid callingmatz2008-12-232-1/+6
* * io.c (rb_io_init_copy): call io_seek only if io_tell succeeds.akr2008-12-232-3/+10
* * 2008-12-24svn2008-12-231-2/+2