aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * transcode.c (rb_econv_conv): new function. it don't consume inputakr2008-08-141-4/+24
* * transcode_data.h (rb_trans_result_t): new enumeration constant:akr2008-08-141-0/+36
* test updated.akr2008-08-141-46/+57
* * test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup): set group of ...kazu2008-08-131-0/+1
* * transcode.c (econv_primitive_convert): add output_byteoffsetakr2008-08-131-40/+71
* * test/ruby/test_thread.rb (test_list): call Thread.pass to run t1.shugo2008-08-131-0/+1
* * golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu2008-08-132-3/+3
* * thread.c, vm_core.h: add manual priority supportko12008-08-131-1/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-136-51/+218
* * test/ruby/test_m17n.rb: follow EncodingCompatibilityError.naruse2008-08-133-26/+26
* * transcode.c (econv_init): make flags argument optional.akr2008-08-131-8/+8
* * enc/trans/newline.trans (rb_crlf_newline): new transcoder.akr2008-08-131-0/+12
* * enc/trans/newline.trans: new file.akr2008-08-131-2/+16
* * transcode.c (econv_primitive_convert): add output_size argument.akr2008-08-121-6/+6
* * transcode.c (rb_trans_conv): report last transcode_obuf_full.akr2008-08-121-12/+41
* * error.c (rb_eEncCompatError): add Exception.naruse2008-08-121-37/+37
* * transcode.c (rb_cEncodingConverter): new class Encoding::Converter.akr2008-08-121-0/+24
* * transcode_data.h (TRANSCODE_ERROR): removed.akr2008-08-121-30/+29
* add a test.akr2008-08-111-0/+11
* * transcode_data.h (rb_transcoder): add resetstate_func field forakr2008-08-111-0/+3
* * transcode.c (rb_trans_conv): find second last error.akr2008-08-111-0/+5
* * transcode_data.h (rb_trans_result_t): new type.akr2008-08-111-0/+4
* * array.c (rb_ary_sample): rename #choice to #sample. inmatz2008-08-111-2/+6
* add several tests for UTF-32LE.akr2008-08-081-0/+7
* * transcode_data.h (rb_transcoder): from_unit_length field added.akr2008-08-081-1/+23
* * transcode_data.h (rb_transcoding): new field "stateful".akr2008-08-071-3/+4
* add comment.naruse2008-08-061-1/+1
* * test/ruby/process.rb (test_popen_fork): skip a test which isnaruse2008-08-061-0/+1
* add tests for [ruby-dev:35726] and [ruby-dev:35709].akr2008-08-061-0/+6
* * parse.y (parser_yylex): removed an useless conditional, and magicyugui2008-08-011-0/+18
* * transcode.c (output_replacement_character):naruse2008-07-311-0/+15
* * test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):naruse2008-07-311-2/+2
* * transcode.c (get_replacement_character): use U+FFFD as replacementnaruse2008-07-311-7/+4
* test/ruby/test_transcode.rb: added test_shift_jisduerst2008-07-311-0/+56
* * win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu2008-07-301-0/+10
* * io.c (io_ungetc): raise NotImplementedError when ungetc is calledmame2008-07-291-9/+28
* * test/ruby/test_io.rb (pipe): run reader thread and writer thread.mame2008-07-291-57/+81
* * math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).naruse2008-07-281-0/+4
* * test/ruby/test_require.rb (test_require_too_long_filename):mame2008-07-281-1/+8
* * test/ruby/enc/test_koi8.rb: move from test/ruby/test_koi8.rb.mame2008-07-251-0/+0
* * test/ruby/test_transcode.rb: refactoring/cleanup ofduerst2008-07-251-7/+8
* * test/ruby/test_marshal.rb: suppress warning during test.mame2008-07-231-0/+9
* * test/ruby/test_dir.rb: suppress warning during test.mame2008-07-231-0/+3
* * test/ruby/test_transcode.rb: added two commentsduerst2008-07-221-2/+2
* * test/ruby/test_dir.rb: use realpath of tmpdir. [ruby-dev:35481]kazu2008-07-222-1/+4
* * compile.c (iseq_compile_each): NODE_POSTEXE should set each endnobu2008-07-201-0/+15
* * test/ruby/test_process.rb (test_getpriority, test_setpriority): usemame2008-07-171-3/+3
* * test/ruby/enc: moved tests for particular encodings.nobu2008-07-1612-0/+0
* * test/ruby/test_signal.rb (test_trap): string commands are allowed.nobu2008-07-161-2/+2
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-1514-873/+540