| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: Update nkf. | naruse | 2008-01-01 | 1 | -3/+3 |
* | add a test: "y".count("a\\-z") should be 0. | akr | 2008-01-01 | 1 | -0/+1 |
* | * string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819] | nobu | 2007-12-31 | 1 | -0/+3 |
* | * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service): | gotoyuzo | 2007-12-31 | 2 | -3/+288 |
* | * test/net/imap/test_imap.rb: check OpenSSL definition before testing imaps. | usa | 2007-12-30 | 1 | -24/+34 |
* | add more tests for sub, gsub, sub!, gsub!. | akr | 2007-12-30 | 1 | -0/+102 |
* | fix \xc2\xa0 as \xc2\xa1. | akr | 2007-12-30 | 1 | -43/+43 |
* | timeout larger area. | akr | 2007-12-30 | 1 | -10/+10 |
* | use timeout for thread join to avoid hang. | akr | 2007-12-29 | 1 | -1/+4 |
* | add tests. | akr | 2007-12-29 | 1 | -0/+7 |
* | * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws): | gotoyuzo | 2007-12-28 | 1 | -0/+16 |
* | add a test. | akr | 2007-12-28 | 1 | -0/+7 |
* | * ext/strscan/strscan.c (str_new): new function for allocate an string | akr | 2007-12-28 | 1 | -4/+9 |
* | Fri Dec 28 01:55:04 2007 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2007-12-28 | 1 | -0/+3 |
* | Sort methods in TestSimpleMarkupAttributeManager | drbrain | 2007-12-28 | 1 | -22/+22 |
* | Move RDoc tests out of lib/ | drbrain | 2007-12-28 | 2 | -0/+649 |
* | * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.2 -> 0.2.3. | kou | 2007-12-28 | 2 | -1/+13 |
* | add a test. | akr | 2007-12-26 | 1 | -0/+12 |
* | * test/ruby/test_io_m17n.rb: fix tests | matz | 2007-12-25 | 1 | -4/+4 |
* | * lib/csv.rb: Fixed test failures caused by changes to Ruby. | jeg2 | 2007-12-25 | 3 | -4/+4 |
* | * test/rinda/test_rinda.rb (MockClock#{_forward, forwrd, sleep}): | naruse | 2007-12-25 | 1 | -3/+3 |
* | * test/ruby/test_io_m17n.rb (test_pipe): fixed. | akr | 2007-12-25 | 1 | -1/+1 |
* | * test/ruby/test_io_m17n.rb (test_write_noenc): don't mix text and | akr | 2007-12-25 | 1 | -2/+2 |
* | * lib/csv.rb: Import the FasterCSV source as the new CSV class. | jeg2 | 2007-12-25 | 11 | -0/+2048 |
* | * lib/csv.rb, test/csv/test_csv.rb: Removed in preparation for FasterCSV | jeg2 | 2007-12-24 | 1 | -1753/+0 |
* | Fix some test failures in RubyGems. | drbrain | 2007-12-24 | 1 | -1/+3 |
* | * include/ruby/encoding.h (rb_enc_left_char_head): new utility macro. | matz | 2007-12-24 | 1 | -4/+5 |
* | * test/logger/test_logger.rb: Module#constants returns an array of Symbols. | gotoyuzo | 2007-12-24 | 1 | -1/+1 |
* | * changed constant name: Struct::MyStruct -> Struct::MyJsonStruct | nahi | 2007-12-24 | 1 | -1/+1 |
* | add tests. | akr | 2007-12-24 | 1 | -0/+37 |
* | * test/io/nonblock/test_flush.rb: fix test for 1.9. | ko1 | 2007-12-24 | 1 | -2/+1 |
* | * test/rinda/test_rinda.rb: revert last commit because this test seems | ko1 | 2007-12-24 | 1 | -0/+9 |
* | * test/rinda/test_rinda.rb: enable rinda test. | ko1 | 2007-12-24 | 1 | -9/+0 |
* | add a test for non-ascii method name. | akr | 2007-12-24 | 1 | -0/+15 |
* | add tests. | akr | 2007-12-24 | 1 | -1/+20 |
* | add tests. | akr | 2007-12-24 | 1 | -0/+81 |
* | add succ tests from the succ document. | akr | 2007-12-24 | 1 | -0/+7 |
* | refine a test. | akr | 2007-12-24 | 1 | -5/+14 |
* | Mon Dec 24 17:06:37 2007 NAKAMURA, Hiroshi <nahi@ruby-lang.org> | nahi | 2007-12-24 | 115 | -11848/+0 |
* | * proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic. | nobu | 2007-12-24 | 1 | -0/+4 |
* | * string.c (rb_str_comparable): fixed to keep transitivity. | matz | 2007-12-24 | 1 | -0/+1 |
* | add a test. | akr | 2007-12-24 | 1 | -0/+11 |
* | add a test for String#hash. | akr | 2007-12-24 | 1 | -0/+8 |
* | add some tests on conversion for pipe. | akr | 2007-12-23 | 1 | -0/+34 |
* | * string.c (tr_trans): should associate new encoding if modified. | matz | 2007-12-23 | 1 | -11/+2 |
* | * io.c (appendline): should do multibyte aware RS search. | matz | 2007-12-23 | 1 | -5/+5 |
* | add test. | akr | 2007-12-23 | 1 | -0/+11 |
* | * test/net/http/test_https.rb: should rescue LoadError. | gotoyuzo | 2007-12-23 | 1 | -3/+3 |
* | add ML ref. | akr | 2007-12-23 | 1 | -1/+1 |
* | test reflexive, symmetric and transitive relation of String#==. | akr | 2007-12-23 | 1 | -172/+214 |