summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-12* test/readline/test_readline.rb (TestReadline#test_safe_level_4):kouji
2008-08-12* test/win32ole/test_err_in_callback.rb: do not require 'mkmf'matz
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-11* ext/readline/README.ja: added API document forkouji
2008-08-11* test/readline/test_readline.rb: added test for Readline's classkouji
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-05* test/io/nonblock/test_flush.rb (TestIONonblock#test_flush):kazu
2008-08-03* ext/win32ole/win32ole.c (hash2named_arg): refactoring.suke
2008-08-02* test/win32ole/test_err_in_callback.rb: remove temporary files.suke
2008-08-01* ext/readline/extconf.rb: checked to have clear_history inkouji
2008-08-01* test/sdbm/test_sdbm.rb: add some tests.mame
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-31* test/rubygems/test_gem_ext_configure_builder.rbnaruse
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-29* test/etc/test_etc.rb (test_passwd): age field may be string undermame
2008-07-29* test/etc/test_etc.rb (test_getpwuid): fix for users whose uid isnaruse
2008-07-28* math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).naruse
2008-07-28* test/rss/: use PNG instead of zlib as binary data.kou
2008-07-28* test/ruby/test_require.rb (test_require_too_long_filename):mame
2008-07-27* test/openssl/test_ssl.rb (server_loop): rescue Errno::EINVAL andmame
2008-07-27merged from 1.8seki
2008-07-26* ext/win32ole/win32ole.c (Init_win32ole): addsuke
2008-07-25svn:eol-style LFnobu