summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2008-08-14* transcode_data.h (transcode_invalid_byte_sequence): renamed fromakr
2008-08-14add a test.akr
2008-08-14* transcode.c (rb_econv_conv): new function. it don't consume inputakr
2008-08-14* transcode_data.h (rb_trans_result_t): new enumeration constant:akr
2008-08-14test updated.akr
2008-08-13* test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup): set group of ...kazu
2008-08-13* transcode.c (econv_primitive_convert): add output_byteoffsetakr
2008-08-13* test/ruby/test_thread.rb (test_list): call Thread.pass to run t1.shugo
2008-08-13* golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu
2008-08-13* thread.c, vm_core.h: add manual priority supportko1
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-08-13* test/ruby/test_m17n.rb: follow EncodingCompatibilityError.naruse
2008-08-13* transcode.c (econv_init): make flags argument optional.akr
2008-08-13* enc/trans/newline.trans (rb_crlf_newline): new transcoder.akr
2008-08-13* enc/trans/newline.trans: new file.akr
2008-08-12* transcode.c (econv_primitive_convert): add output_size argument.akr
2008-08-12* transcode.c (rb_trans_conv): report last transcode_obuf_full.akr
2008-08-12* error.c (rb_eEncCompatError): add Exception.naruse
2008-08-12* transcode.c (rb_cEncodingConverter): new class Encoding::Converter.akr
2008-08-12* transcode_data.h (TRANSCODE_ERROR): removed.akr
2008-08-11add a test.akr
2008-08-11* transcode_data.h (rb_transcoder): add resetstate_func field forakr
2008-08-11* transcode.c (rb_trans_conv): find second last error.akr
2008-08-11* transcode_data.h (rb_trans_result_t): new type.akr
2008-08-11* array.c (rb_ary_sample): rename #choice to #sample. inmatz
2008-08-08add several tests for UTF-32LE.akr
2008-08-08* transcode_data.h (rb_transcoder): from_unit_length field added.akr
2008-08-07* transcode_data.h (rb_transcoding): new field "stateful".akr
2008-08-06add comment.naruse
2008-08-06* test/ruby/process.rb (test_popen_fork): skip a test which isnaruse
2008-08-06add tests for [ruby-dev:35726] and [ruby-dev:35709].akr
2008-08-01* parse.y (parser_yylex): removed an useless conditional, and magicyugui
2008-07-31* transcode.c (output_replacement_character):naruse
2008-07-31* test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):naruse
2008-07-31* transcode.c (get_replacement_character): use U+FFFD as replacementnaruse
2008-07-31test/ruby/test_transcode.rb: added test_shift_jisduerst
2008-07-30* win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu
2008-07-29* io.c (io_ungetc): raise NotImplementedError when ungetc is calledmame
2008-07-29* test/ruby/test_io.rb (pipe): run reader thread and writer thread.mame
2008-07-28* math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).naruse
2008-07-28* test/ruby/test_require.rb (test_require_too_long_filename):mame
2008-07-25* test/ruby/enc/test_koi8.rb: move from test/ruby/test_koi8.rb.mame
2008-07-25* test/ruby/test_transcode.rb: refactoring/cleanup ofduerst
2008-07-23* test/ruby/test_marshal.rb: suppress warning during test.mame
2008-07-23* test/ruby/test_dir.rb: suppress warning during test.mame
2008-07-22* test/ruby/test_transcode.rb: added two commentsduerst
2008-07-22* test/ruby/test_dir.rb: use realpath of tmpdir. [ruby-dev:35481]kazu
2008-07-20* compile.c (iseq_compile_each): NODE_POSTEXE should set each endnobu
2008-07-17* test/ruby/test_process.rb (test_getpriority, test_setpriority): usemame
2008-07-16* test/ruby/enc: moved tests for particular encodings.nobu