aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):gotoyuzo2007-12-171-19/+85
* * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo2007-12-171-0/+5
* * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line orgotoyuzo2007-12-171-0/+10
* for undefined conversions.matz2007-12-171-0/+1
* * test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, evenakr2007-12-151-0/+5
* * test/xmlrpc/webrick_testing.rb: join webrick server thread.akr2007-12-151-1/+2
* avoid ruby -d test/ruby/test_marshal.rb output binary marshaled data.akr2007-12-151-1/+1
* catch EOFError in a thread.akr2007-12-151-7/+5
* close socket.akr2007-12-151-1/+7
* * transcode.c (str_transcode, transcode_dispatch): added two-stepmatz2007-12-151-35/+69
* * encoding.c (rb_enc_compatible): encoding should never fall backmatz2007-12-131-7/+7
* * string.c (rb_str_shared_replace): make str noembed after free.akr2007-12-131-0/+3
* upcase hex.akr2007-12-131-25/+25
* * test/ruby/test_transcode.rb: added tests from Martin Duerst <duerstnobu2007-12-111-28/+59
* * array.c (rb_ary_slice_bang): If an invalid range is given, doknu2007-12-101-0/+16
* * transcode*.[ch], test/ruby/test_transcode.rb: set properties.nobu2007-12-101-44/+44
* * transcode.c: new file to provide encoding conversion features.matz2007-12-101-0/+44
* update tests for String#inspect replacing \xHH instead of \OOO.akr2007-12-091-27/+27
* * re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr2007-12-092-2/+2
* * re.c (rb_reg_names): new method Regexp#names.akr2007-12-091-3/+26
* * re.c (rb_reg_s_last_match): accept named capture's name.akr2007-12-091-1/+7
* document named capture of MatchData#{offset,begin,end,inspect}.akr2007-12-091-1/+0
* * re.c (match_backref_number): new function for converting a backrefakr2007-12-091-0/+23
* * include/ruby/ruby.h (FilePathStringValue): defined. similar toakr2007-12-091-0/+28
* * re.c (append_utf8): check unicode range.akr2007-12-091-0/+10
* * string.c (tr_find): returns true if no characters to be removed isnobu2007-12-091-0/+5
* * string.c (tr_trans): get rid of segfaults when has mulitbytes butnobu2007-12-091-0/+6
* * test/openssl/test_pkcs7.rb: Remove redundant module namespace.gotoyuzo2007-12-081-5/+5
* * re.c (rb_reg_check_preprocess): new function for validating regexpakr2007-12-081-10/+25
* add test for UTF-8 bit pattern.akr2007-12-081-0/+59
* * encoding.c (rb_enc_mbclen): make it never fail.akr2007-12-082-6/+6
* * encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr2007-12-061-113/+145
* * bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezingnobu2007-12-041-0/+3
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2.kou2007-12-022-2/+2
* check Process.kill instead of Process#kill.akr2007-12-021-1/+1
* s/unicode/Unicode/ in error messages.akr2007-12-021-7/+75
* * parse.y (regexp): fix /#{}\xa1\xa2/e to be EUC-JP. akr2007-12-021-0/+8
* (test_time_now_cycle): cut off under micro second.akr2007-12-011-8/+1
* * include/ruby/intern.h (rb_uv_to_utf8): declared.akr2007-12-012-39/+79
* * bootstraptest/test_knownbug.rb: move fixed bugs.ko12007-12-012-0/+17
* * lib/json.rb, lib/json/add/{core.rb, rails.rb},naruse2007-11-301-0/+113
* report the reason of process termination.akr2007-11-301-1/+1
* * ext/json, lib/json, test/json: Update to JSON 1.1.2.naruse2007-11-286-8/+55
* add test for enumerator.akr2007-11-281-1/+10
* * insnhelper.ci (vm_invoke_block): should splat args.ko12007-11-281-0/+8
* test exceptions.akr2007-11-281-29/+41
* * compile.c, insns.def: change return value of "defined?"ko12007-11-271-0/+29
* * test_beginendblock.rb: add loop to wait signal.ko12007-11-271-2/+4
* * eval.c (rb_method_missing): fix stack trace.ko12007-11-271-0/+12
* * lib/drb/extserv.rb (initialize, stop_service): synchronize withseki2007-11-261-1/+1