summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2007-12-18* parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr
2007-12-18fix test. [ruby-dev:32625].akr
2007-12-18more tests.akr
2007-12-18* string.c (str_nth): need not to raise out-of-range exception.matz
2007-12-18more tests.akr
2007-12-17more tests.akr
2007-12-17* ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):gotoyuzo
2007-12-17* ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo
2007-12-17* lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line orgotoyuzo
2007-12-17for undefined conversions.matz
2007-12-15* test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, evenakr
2007-12-15* test/xmlrpc/webrick_testing.rb: join webrick server thread.akr
2007-12-15avoid ruby -d test/ruby/test_marshal.rb output binary marshaled data.akr
2007-12-15catch EOFError in a thread.akr
2007-12-15close socket.akr
2007-12-15* transcode.c (str_transcode, transcode_dispatch): added two-stepmatz
2007-12-13* encoding.c (rb_enc_compatible): encoding should never fall backmatz
2007-12-13* string.c (rb_str_shared_replace): make str noembed after free.akr
2007-12-13upcase hex.akr
2007-12-11* test/ruby/test_transcode.rb: added tests from Martin Duerst <duerstnobu
2007-12-10* array.c (rb_ary_slice_bang): If an invalid range is given, doknu
2007-12-10* transcode*.[ch], test/ruby/test_transcode.rb: set properties.nobu
2007-12-10* transcode.c: new file to provide encoding conversion features.matz
2007-12-09update tests for String#inspect replacing \xHH instead of \OOO.akr
2007-12-09* re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr
2007-12-09* re.c (rb_reg_names): new method Regexp#names.akr
2007-12-09* re.c (rb_reg_s_last_match): accept named capture's name.akr
2007-12-09document named capture of MatchData#{offset,begin,end,inspect}.akr
2007-12-09* re.c (match_backref_number): new function for converting a backrefakr
2007-12-09* include/ruby/ruby.h (FilePathStringValue): defined. similar toakr
2007-12-09* re.c (append_utf8): check unicode range.akr
2007-12-09* string.c (tr_find): returns true if no characters to be removed isnobu
2007-12-09* string.c (tr_trans): get rid of segfaults when has mulitbytes butnobu
2007-12-08* test/openssl/test_pkcs7.rb: Remove redundant module namespace.gotoyuzo
2007-12-08* re.c (rb_reg_check_preprocess): new function for validating regexpakr
2007-12-08add test for UTF-8 bit pattern.akr
2007-12-08* encoding.c (rb_enc_mbclen): make it never fail.akr
2007-12-06* encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr
2007-12-04* bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezingnobu
2007-12-02* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2.kou
2007-12-02check Process.kill instead of Process#kill.akr
2007-12-02s/unicode/Unicode/ in error messages.akr
2007-12-02* parse.y (regexp): fix /#{}\xa1\xa2/e to be EUC-JP. akr
2007-12-01(test_time_now_cycle): cut off under micro second.akr
2007-12-01* include/ruby/intern.h (rb_uv_to_utf8): declared.akr
2007-12-01* bootstraptest/test_knownbug.rb: move fixed bugs.ko1
2007-11-30* lib/json.rb, lib/json/add/{core.rb, rails.rb},naruse
2007-11-30report the reason of process termination.akr
2007-11-28* ext/json, lib/json, test/json: Update to JSON 1.1.2.naruse
2007-11-28add test for enumerator.akr