aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/test/unit.rb (Test::Unit.setup_argv): call given block forakr2008-10-194-20/+57
* * tool/generic_erb.rb: sends the result to stdout if no output option.nobu2008-10-192-1/+4
* * common.mk (srcs): removed ID_H_TARGET.nobu2008-10-195-41/+196
* * enc/trans/single_byte.trans: adding WINDOWS-wwww encodingsduerst2008-10-1911-0/+1265
* * lib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma):tadf2008-10-182-0/+15
* * keywords, lex.c.src, opt_insn_unif.def, opt_operand.def: moved rarely changedyugui2008-10-188-9/+21
* * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby'sjeg22008-10-1812-10/+15
* add test for {SimpleDelegator, DelegateClass}#class .xibbar2008-10-181-0/+12
* * 2008-10-19svn2008-10-181-3/+3
* * lib/test/unit.rb (assert_nothing_thrown): don't intern.akr2008-10-182-2/+6
* add test for encoding option.xibbar2008-10-181-0/+21
* ChangeLog: moved entries back and corrected dateduerst2008-10-181-13/+13
* * parse.y (opt_block_arg): allow trailing comma after usualmatz2008-10-182-0/+9
* ChangeLog: move entries to proper place.matz2008-10-181-13/+13
* * numeric.c (num_sadded): remove newly defined singleton methodmatz2008-10-182-1/+8
* * string.c (rb_external_str_new): a new function to convert frommatz2008-10-186-22/+78
* * lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takesmatz2008-10-182-2/+17
* * re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz2008-10-183-2/+11
* * tool/transcode-tblgen.rb: added set_valid_byte_patternduerst2008-10-183-22/+26
* * transcode.c: in transcode_search_path, elimintated a warningduerst2008-10-182-5/+7
* rdoc update.akr2008-10-181-3/+7
* * lib/test/unit.rb (assert_nothing_thrown): implemented.akr2008-10-182-2/+17
* * common.mk: use added options for generic_erb.rb.eban2008-10-172-1/+5
* * 2008-10-18svn2008-10-171-3/+3
* * array.c: don't recycle shared-array while sort!.wanabe2008-10-172-1/+5
* * array.c: recycle shared-array when it isn't referenced.wanabe2008-10-172-12/+84
* * id.h: reverted.nobu2008-10-173-36/+67
* * common.mk (ID_H_TARGET): phony target to update id.h.nobu2008-10-178-44/+141
* * array.c (ary_resize_capa): renamed RESIZE_CAPA.yugui2008-10-172-11/+19
* * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_sqrt_bigdecimal): matz2008-10-172-1/+11
* * configure.in (uncommon.mk): ignores failures at loading.nobu2008-10-173-3/+5
* * transcode.c (str_transcode0): String#encode without argument nowmatz2008-10-172-16/+24
* * test/rubygems/gemutilities.rb (RubyGemTestCase#build_rake_in):nobu2008-10-172-0/+8
* * ext/socket/socket.c (init_sock): sockets should be binmode.shugo2008-10-173-3/+26
* * tool/insns2vm.rb: remove -Kn option in shebang line because it'susa2008-10-172-1/+6
* Removed manage_gems call in the rake gempackagetaskjim2008-10-161-6/+0
* * re.c (rb_reg_initialize_m): changed the message to clarify thematz2008-10-162-1/+6
* * .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