summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * .gdbinit (rp): REGEXP handling fixed.matz2008-10-164-5/+25
* * ruby.c (proc_options): no warning when default_external alreadymatz2008-10-163-3/+12
* * transcode.c (transcode_restartable0): in_pos and out_pos never beakr2008-10-162-13/+5
* * lib/test/unit.rb: sort the order of executing tests.mame2008-10-162-0/+7
* add an assertion.akr2008-10-161-1/+3
* * io.c (rb_io_binmode): reset encoding conversion.akr2008-10-163-6/+32
* * 2008-10-17svn2008-10-161-3/+3
* * io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending):mame2008-10-163-49/+5
* * common.mk (TESTS): removed to re-enable test for minitest.akr2008-10-162-1/+4
* * compile.c (iseq_set_sequence): fix memory leak.mame2008-10-162-0/+8
* * lib/test/unit.rb (assert_equal): avoid incompatible characterakr2008-10-162-0/+15
* * lib/test/unit.rb (assert_equal): failure message changed.akr2008-10-162-1/+20
* * lib/test/unit: removed test/unit.akr2008-10-1625-3597/+138
* * common.mk, enc/depend (enc, trans): targets for sources.nobu2008-10-163-3/+17
* * instruby.rb (lib): installs all files other than README etc.nobu2008-10-161-7/+2
* * 2008-10-16svn2008-10-151-3/+3
* * test/ruby/test_transcode.rb (TestTranscode#test_errors):matz2008-10-152-2/+5
* * lib/delegate.rb (DelegateClass): restored 1.8 behavior formatz2008-10-152-78/+75
* * ChangeLog: add ML ref.usa2008-10-151-0/+1
* * array.c (RESIZE_CAPA): check whether len is longer than capacity.usa2008-10-152-1/+8
* rdoc update.akr2008-10-151-15/+24
* * version.h (RUBY_DESCRIPTION): remove unnecessary space.usa2008-10-152-1/+5
* * ruby.c (process_options): -U should be allowed in RUBYOPTmatz2008-10-152-1/+6
* Disable minitest autorunner and run manually in order to get test/unit fork/s...ryan2008-10-151-1/+11
* * 2008-10-15svn2008-10-151-3/+3
* Pulled minitest r4373ryan2008-10-151-1/+5
* * lib/delegate.rb (Delegator): simplified and restored 1.8matz2008-10-142-13/+6
* add test for %B.akr2008-10-141-1/+6
* * transcode.c (str_transcode0): should not raise error whenmatz2008-10-142-1/+6
* * common.mk (TESTS): skips minitest by default, since it interferesnobu2008-10-142-0/+6
* * ext/win32ole/win32ole.c (load_conv_function51932): checksuke2008-10-143-14/+36
* * io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]nobu2008-10-144-25/+55
* * enc/trans/single_byte.trans (transcode_tblgen_singlebyte): renamedakr2008-10-142-11/+10
* * ruby.c (proc_options): -U can be followed by other options.nobu2008-10-142-1/+6
* * enc/trans/single_byte.trans: added windows-1252duerst2008-10-145-0/+176
* * test/ruby/test_variable.rb (TestVariable#test_variable): addkazu2008-10-142-0/+6
* * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu2008-10-143-1/+140
* * ruby.c (set_internal_encoding_once): check double contradictedmatz2008-10-142-5/+45
* * 2008-10-14svn2008-10-141-3/+3
* * parse.y (parser_yylex): allow reserved word to be keyword argument.matz2008-10-142-10/+14
* * parse.y (token_info_pop): show source filename. [ruby-dev:36710]naruse2008-10-132-2/+7
* * transcode.c (rb_econv_init_by_convpath): suppressed warnings.nobu2008-10-131-1/+1
* * complex.c (m_sqrt): unused.nobu2008-10-131-0/+2
* * ext/win32ole/win32ole.c (load_conv_function51932): supportsuke2008-10-133-22/+23
* * ruby.c (proc_options): add -U command line option to specifymatz2008-10-122-0/+9
* * 2008-10-13svn2008-10-121-3/+3
* * transcode.c (str_transcode0): String#encode() with no encodingmatz2008-10-122-4/+21
* * ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding,suke2008-10-123-33/+162
* * vm.c, vm_insnhelper.h (ruby_vm_redefined_flag): apply optimizationko12008-10-123-24/+32
* * compile.c (iseq_compile_each): fixed indent.nobu2008-10-121-101/+101