summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-04-21Update to RDoc 2.5.5drbrain
2010-04-21* parse.y (parser_yylex): abandoned EXPR_VCALL.nobu
2010-04-20* io.c (io_getc): set read_encoding to resulted one characternaruse
2010-04-20* test/ruby/test_system.rb (TestSystem#valid_syntax): return falsenobu
2010-04-20* parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex): separatenobu
2010-04-20* test/ruby: make more ruby-mode.el friendly.nobu
2010-04-19* file.c (rb_file_s_extname): skip last directory separators.nobu
2010-04-19* lib/timeout.rb (Timeout#timeout): propagate errors to thenobu
2010-04-19Import RDoc 2.5.4drbrain
2010-04-18* lib/resolv.rb (Resolv::IPv4::Regex): make it only accept 0 to 255.akr
2010-04-17* ext/psych/lib/psych/visitors/yaml_tree.rb: defaulting binary stringtenderlove
2010-04-17* test/ruby/envutil.rb: update Gem::ConfigMap to fake environment formame
2010-04-17* compile.c (iseq_compile_each): fix splat condition in NODE_WHEN.wanabe
2010-04-16* test/thread/test_queue.rb (TestQueue#grind): fix typos.kazu
2010-04-16* ext/psych/lib/psych/core_ext.rb (yaml_as): supporting deprecatedtenderlove
2010-04-16* ext/psych/lib/psych/coder.rb (scalar): supporting deprecated methodstenderlove
2010-04-16* test/win32ole/test_folderitem2_invokeverb.rb (test_invokeverb):suke
2010-04-16* lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): removemame
2010-04-16* array.c (rb_ary_repeated_permutation): new method added. a patchmatz
2010-04-14* lib/rexml/source.rb: force_encoding("UTF-8") when the inputnaruse
2010-04-14* lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo
2010-04-13* transcode.c (transcode_loop): insert output the value whennaruse
2010-04-12add a test.akr
2010-04-11* lib/matrix.rb: Deprecate Vector#elements_to{i/f/r}marcandre
2010-04-11* io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu
2010-04-11* test/ruby/test_encoding.rb (TestEncoding#test_replicate): morenobu
2010-04-11* encoding.c (enc_replicate): new encoding name must be validnobu
2010-04-11* test/syck/test_struct.rb: modified to use only syck engine since thetenderlove
2010-04-11Update to RDoc 2.5.3drbrain
2010-04-11* ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove
2010-04-11* test/rubygems/gemutilities.rb: removing gem requirement on minitest.tenderlove
2010-04-11* test/syck/*: Moved test/yaml to test/syck since it's actuallytenderlove
2010-04-10* lib/uri/common.rb (decode_www_form_component): validate.naruse
2010-04-10* lib/rdoc: Import RDoc 2.5.2drbrain
2010-04-09* ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove
2010-04-09* ext/psych/parser.c: parse raises a TypeError when nil is passed in.tenderlove
2010-04-09* lib/uri/common.rb (decode_www_form): don't ignore leading '?'.naruse
2010-04-07* random.c (rand_init): ignore higher bits if all they are same asnobu
2010-04-07* array.c (rb_ary_permutation): Remove limitation for lengthy permutationsmarcandre
2010-04-06* test/ruby/test_path.rb (TestPath#test_extname): trailing spacesnobu
2010-04-06add tests.akr
2010-04-06Surpress warnings.naruse
2010-04-06Fix wrong regexp.naruse
2010-04-05* test/matrix/test_vector.rb: Oups, removed another obsolete testmarcandre
2010-04-05* ext/psych/lib/psych/core_ext.rb: remove before alias.naruse
2010-04-04* test/matrix/test_matrix.rb (class): Cleanup testsmarcandre
2010-04-03* lib/yaml: Moved to ext/syck/lib, Syck only uses Syck constant.tenderlove
2010-04-03* array.c (rb_ary_product): Don't limit based on size when a block is givenmarcandre
2010-04-03* random.c (random_rand): raise ArgumentError on nil, as thenobu
2010-04-02Remove platform dependent test.naruse