aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * golf_prelude.rb, lib/set.rb (TC_Set#test_each),knu2008-08-133-4/+4
* * 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
* * test/readline/test_readline.rb (TestReadline#test_safe_level_4):kouji2008-08-121-0/+2
* * test/win32ole/test_err_in_callback.rb: do not require 'mkmf'matz2008-08-121-2/+2
* 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
* * ext/readline/README.ja: added API document forkouji2008-08-111-0/+24
* * test/readline/test_readline.rb: added test for Readline's classkouji2008-08-111-8/+129
* 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
* * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush):kazu2008-08-051-1/+5
* * ext/win32ole/win32ole.c (hash2named_arg): refactoring.suke2008-08-032-0/+26
* * test/win32ole/test_err_in_callback.rb: remove temporary files.suke2008-08-021-3/+12
* * ext/readline/extconf.rb: checked to have clear_history inkouji2008-08-011-0/+313
* * test/sdbm/test_sdbm.rb: add some tests.mame2008-08-011-0/+34
* * 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/rubygems/test_gem_ext_configure_builder.rbnaruse2008-07-311-2/+1
* 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
* * test/etc/test_etc.rb (test_passwd): age field may be string undermame2008-07-291-1/+1
* * test/etc/test_etc.rb (test_getpwuid): fix for users whose uid isnaruse2008-07-291-3/+3
* * math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).naruse2008-07-281-0/+4
* * test/rss/: use PNG instead of zlib as binary data.kou2008-07-283-21/+12
* * test/ruby/test_require.rb (test_require_too_long_filename):mame2008-07-281-1/+8
* * test/openssl/test_ssl.rb (server_loop): rescue Errno::EINVAL andmame2008-07-271-3/+2
* merged from 1.8seki2008-07-271-62/+68
* * ext/win32ole/win32ole.c (Init_win32ole): addsuke2008-07-261-50/+80
* svn:eol-style LFnobu2008-07-252-84/+84