aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* more tests.akr2007-11-262-157/+99
* * test/ruby/test_eval.rb (TestEval::test_instance_eval_cvar):matz2007-11-261-15/+5
* * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr2007-11-251-21/+189
* test_to_s refined.akr2007-11-251-1/+1
* Import fast-loading gem_prelude.rb from RubyGems.drbrain2007-11-253-12/+16
* add more roundtrip tests.akr2007-11-251-0/+44
* add test for printf format %x, %o and %b.akr2007-11-241-0/+79
* * bootstraptest/test_knownbug.rb: move solved tests.ko12007-11-232-0/+11
* * re.c (REG_CASESTATE): unused macro removed.akr2007-11-231-0/+201
* * compile.c (defined_expr): defined(method(x)) dumped core. amatz2007-11-231-2/+11
* * test/fileutils/fileasserts.rb (assert_equal_timestamp): new assertakr2007-11-211-1/+18
* Update to RubyGems 0.9.5drbrain2007-11-209-53/+162
* * test/drb/test_drb.rb: rename TestRubyYield to TestDRbRubyYield toakr2007-11-201-2/+2
* merged from ruby_1_8 branch.seki2007-11-194-25/+2
* previous change refined.akr2007-11-191-3/+3
* * test/fileutils/fileasserts.rb (assert_equal_time): show nsec ifakr2007-11-192-2/+18
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-192-1/+65
* * parse.y (parser_yylex): should clear parser->tokp as well.matz2007-11-193-10/+64
* * time.c (time_minus): fix Time.at(2**60+1) - Time.at(2**60).akr2007-11-181-0/+10
* use ML ref. for assertion message.akr2007-11-1822-115/+92
* check class.akr2007-11-171-4/+56
* * set eol-style.nobu2007-11-161-47/+47
* * lib/yaml.rb (quick_emit): use combination of object_id and hash towhy2007-11-151-0/+8
* * test/net/http/test_https_proxy.rbmatz2007-11-141-0/+3
* * test/socket/test_socket.rb: update not to use 1.8 assignment tomatz2007-11-142-32/+16
* fix test.akr2007-11-131-2/+1
* * test/yaml/test_yaml.rb: fixed the failing YAML Struct testwhy2007-11-131-13/+13