summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-02-22* process.c (rlimit_resource_type): new function.akr
2008-02-22* encoding.c (rb_enc_mbclen): return minlen instead of 1 whenakr
2008-02-22commit miss. orzusa
2008-02-22sorry, typo.usa
2008-02-22* test/ruby/test_m17n.rb: add tests.usa
2008-02-21Thu Feb 21 17:15:15 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-02-20 * io.c (open_key_args): set arg->io even if no options passed.usa
2008-02-19* test/erb (TestERBCore): reverted.nobu
2008-02-18use require_relative to require ut_eof and envutil.akr
2008-02-18use require_relative to require marshaltestlib and sentence.akr
2008-02-18* string.c (rb_str_each_line): fix newline size.akr
2008-02-18add tests.akr
2008-02-18add tests for sub/gsub with hash.akr
2008-02-18avoid regexp warnings.akr
2008-02-18add a test.akr
2008-02-17add tests.akr
2008-02-17* re.c (rb_reg_regsub): don't repeat repl twice withakr
2008-02-17* re.c (rb_reg_prepare_re): add enable_warning parameter.akr
2008-02-17* test/ruby/test_regexp.rb: add tests to achieve over 90% testmame
2008-02-17add tests.akr
2008-02-17add a test for [ruby-dev:33826]akr
2008-02-17* re.c (rb_reg_quote): return US-ASCII string consistently.akr
2008-02-17* string.c (rb_str_times): reduce loop overhead.akr
2008-02-16* encoding.c (rb_enc_compatible): empty strings are always compatible.akr
2008-02-16modify test according to changing WIN32OLE.codepage behavior.suke
2008-02-15* ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke
2008-02-14* test/ruby/test_math.rb: actual-expected argument ordering formatz
2008-02-14add a test for named class in regexp.akr
2008-02-14more tests for embedding regexps.akr
2008-02-14* re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp sourceakr
2008-02-13* eval.c (eval): allow to eval in a binding that has a singleton method.mame
2008-02-13* lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]akr
2008-02-13* proc.c (proc_curry): new method. [ruby-dev:33676]mame
2008-02-12Allow inline markup to have a leading '#' or '\', or trailing punctuation.drbrain
2008-02-12* bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse
2008-02-11* lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:kou
2008-02-10* test/ruby/test_pack.rb: fix tests for 64bit CPU.mame
2008-02-10Import RubyGems r1601. [ruby-core:15381].drbrain
2008-02-10 * lib/rdoc/code_objects.rb: Make some attributes accessible for reuse.drbrain
2008-02-09* test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma andmame
2008-02-08add a test.akr
2008-02-08add a test.akr
2008-02-07* test/ruby/test_hash.rb: follow the change of Hash#flatten.mame
2008-02-07* enc/trans/korean.c: add support for CP949 by Park Ji-In. [ruby-dev:33626]naruse
2008-02-05* test/ruby/test_hash.rb: add tests to achieve over 90% test coveragemame
2008-02-03* test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test covera...mame
2008-01-31* test/ruby/test_bignum.rb: suppress warnings during test.mame
2008-01-30add a test.akr
2008-01-30* string.c (rb_str_succ): use wrapped character as a carry forakr
2008-01-30* enc/utf_16be.c (UTF16_IS_SURROGATE_FIRST): avoid branch.akr