summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * string.c (rb_external_str_new_with_enc): set ASCII-8BIT ifmatz2008-12-233-7/+12
* * process.c (rb_fork): don't propagete an error message if errorakr2008-12-232-2/+9
* * process.c (rb_fork): propagete an error message from child to parent.akr2008-12-235-68/+170
* * io.c: rdoc for File::open and 1.9 feature in file modes.yugui2008-12-233-30/+126
* * win32/win32.c (rb_w32_spawn): deals with quoted commands.nobu2008-12-232-0/+12
* * strftime.c (rb_strftime): use locale insensitive functions for tr_TRakr2008-12-233-4/+10
* * lib/test/unit/assertions.rb (assert_equal): show small differencesakr2008-12-232-1/+10
* * win32/win32.c (rb_w32_spawn): support normal commands with arguments.usa2008-12-232-17/+21
* properties.nobu2008-12-230-0/+0
* * io.c (rb_io_inspect): show fd number if there is no pathname.akr2008-12-233-5/+23
* * tool/file2lastrev.rb: shouldn't use single quote in shell's commandusa2008-12-232-2/+7
* * lib/mathn.rb: Math.sqrt(NaN) should be NaN. [ruby-dev:37537]yugui2008-12-232-0/+6
* Match full RubyGems behavior when a gem can't be founddrbrain2008-12-232-3/+10
* * tool/file2lastrev.rb: detects vcs directory properly on buildingyugui2008-12-232-10/+11
* fix typos.akr2008-12-231-13/+13
* * io.c (pipe_open): need to initialize args.usa2008-12-232-1/+5
* * include/ruby/st.h: need to include defines.h because LONG_LONG isusa2008-12-232-0/+6
* Don't coalesce adjacent comment blocks. [bug#901]drbrain2008-12-232-2/+7
* updated.akr2008-12-231-0/+20
* * io.c (pipe_close): fix coding style. [ruby-dev:37554]akr2008-12-232-2/+6
* Fix documentation. [bug#827]drbrain2008-12-222-5/+6
* Don't remove methods twice. [bug#555]drbrain2008-12-222-0/+10
* * 2008-12-23svn2008-12-221-2/+2
* * sprintf.c (rb_str_format): fix buffer overflow.mame2008-12-222-2/+6
* * common.mk (revision.h): uses tool/file2lastrev.rb to supportyugui2008-12-223-15/+19
* * Doxyfile.in: new file. Template of a configuration file foryugui2008-12-228-3/+409
* * numeric.c (int_ord): Integer#ord implemented.akr2008-12-222-0/+25