summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-04-27Cleaning up syntax warnings.naruse
2010-04-27* ext/psych/lib/psych/deprecated.rb: adding deprecated object_makertenderlove
2010-04-27* ext/psych/lib/psych/deprecated.rb: adding deprecated "read_type_class"tenderlove
2010-04-27* iseq.c (set_relation): do not use top_wrapper as bottom of cref,mame
2010-04-27* eval.c (ruby_cleanup): before cleanup, check signal buffer and runmame
2010-04-27Import RDoc 2.5.7. Fixes #1318 and ruby-core:29780drbrain
2010-04-27* parse.y (parser_read_escape): deny extra character escapes.nobu
2010-04-26* io.c (select_internal): IO which cbuf is not empty is readable.akr
2010-04-26 * complex.c, rational.c, lib/cmath.rb, lib/date.rb lib/date/delta*:tadf
2010-04-26* parse.y (ripper_get_value): escape Qundef.nobu
2010-04-26* test/bigdecimal/testbase.rb (teardown): should reset all modes.nobu
2010-04-26* ext/json: Update to JSON 1.4.1.naruse
2010-04-25 * complex.c, ratioanl.c: reverted experimental r24565.tadf
2010-04-24* ext/psych/lib/psych/deprecated.rb: adding deprecated tagurize methodtenderlove
2010-04-24* ext/psych/lib/psych/deprecated.rb: adding support for deprecatedtenderlove
2010-04-24* ext/psych/lib/psych/deprecated.rb: supporting detect_implicit methodtenderlove
2010-04-24* test/psych/test_psych.rb: don't leave temporary files.akr
2010-04-24* io.c: raise IOError when byte oriented operations occur withakr
2010-04-24* ext/psych/lib/psych.rb: supporting deprecated syck methodtenderlove
2010-04-24* test/psych/test_yaml.rb: clearing domain types on teardowntenderlove
2010-04-23* test/dl/test_base.rb: add kfreebsd support. based on a patch frommame
2010-04-23Update to RDoc 2.5.6drbrain
2010-04-22* test/ripper/test_parser_events.rb: more regexp literal tests.nobu
2010-04-22* test/ripper/test_parser_events.rb (test_unterminated_regexp):nobu
2010-04-22remove debug print.naruse
2010-04-22* test/ripper/test_parser_events.rb (test_local_variables): for r27431.nobu
2010-04-22Update to RubyGems 1.3.7.pre.1drbrain
2010-04-22* test/ripper/test_parser_events.rb (test_operator_ambiguous): new test.nobu
2010-04-21* io.c (io_getc): fix incomplete character immediately before EOFnaruse
2010-04-21* parse.y (regexp): check each fragments. [ruby-core:27374]nobu
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