summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-21* parse.y (parser_yylex): reverted r27388 due to backwardnobu
2010-04-21* parse.y (parser_yylex): warn confusing binary operators afternobu
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* bignum.c (bigmul1_karatsuba): fix calculation order to preventmame
2010-04-20* compile.c (NODE_NEXT, NODE_REDO): add dummy putnil instruction tomame
2010-04-20* ext/zlib/zlib.c (rb_deflate_params): update buf_filled count becausemame
2010-04-20* 2010-04-21svn
2010-04-20* vm_method.c (rb_add_method_def): decrement alias count ofmame
2010-04-20* io.c: fixed the wrong description of rdoc.usa
2010-04-20* io.c: rdoc. see [ruby-dev:40506].usa
2010-04-20* ext/dl/win32/lib/win32/registry.rb (PredefinedKey#create): root keyusa
2010-04-20* parse.y (parser_yylex): fix for tLPAREN_ARG.nobu
2010-04-20* test/ruby/test_system.rb (TestSystem#valid_syntax): return falsenobu
2010-04-20* lib/cgi/{core, util}.rb (RFC822_DAYS, RFC822_MONTHS):xibbar
2010-04-20* parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex): separatenobu
2010-04-20* parse.y (parser_yylex): simplified with IS_ARG and IS_END.nobu
2010-04-20* test/ruby: make more ruby-mode.el friendly.nobu
2010-04-20* tool/compile_prelude.rb: typo.nobu
2010-04-19* bootstraptest/test_fork.rb: add a test for [ruby-core:28924].mame
2010-04-19* file.c (rb_file_s_extname): skip last directory separators.nobu
2010-04-19* io.c (internal_{read,write}_func, rb_{read,write}_internal):nobu
2010-04-19* 2010-04-20svn
2010-04-19* thread.c (rb_thread_blocking_region, rb_thread_blocking_region_end):mame
2010-04-19 * lib/fileutils.rb (FileUtils::cp_r): dup needed here; options areshyouhei
2010-04-19* parse.y (parser_yylex): reduced duplicated conditions.nobu
2010-04-19* lib/timeout.rb (Timeout#timeout): propagate errors to thenobu
2010-04-19Import RDoc 2.5.4drbrain
2010-04-19* lib/timeout.rb (Timeout#timeout): propagate errors to thenobu
2010-04-18* 2010-04-19svn
2010-04-18* vm_method.c (rb_add_method_def): workarond fix for redefinitionnaruse
2010-04-18* parse.y (IS_END, IS_SPCARG): macros for simplification.nobu
2010-04-18* parse.y (string_content): cond_stack and cmdarg_stack are VALUE.nobu
2010-04-18* test/resolv/test_addr.rb: property.nobu
2010-04-18* lib/resolv.rb (Resolv::IPv4::Regex): make it only accept 0 to 255.akr
2010-04-18* parse.y (parser_yylex): seems like a symbol-literal when spacesnobu
2010-04-18* parse.y (string_content): preserve cond_stack and cmdarg_stack.nobu
2010-04-18* transcode.c (transcode_loop): suppressed a warning.nobu
2010-04-18* bootstraptest/test_io.rb: reduced megacontent test.nobu
2010-04-17* ext/psych/lib/psych/visitors/yaml_tree.rb: defaulting binary stringtenderlove
2010-04-17* 2010-04-18svn
2010-04-17* lib/irb/ruby-lex.rb (identify_identifier): add '_' to the regexp.naruse
2010-04-17* configure.in: use AC_TRY_LINK instead of AC_TRY_COMPILE.naruse
2010-04-17* test/ruby/envutil.rb: update Gem::ConfigMap to fake environment formame
2010-04-17* lib/irb/ruby-lex.rb (identify_identifier): allow multibyte charactermame
2010-04-17* ext/psych/lib/psych/visitors/yaml_tree.rb (find_ivars): ignoretenderlove
2010-04-17* compile.c (iseq_compile_each): fix splat condition in NODE_WHEN.wanabe
2010-04-16* lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at leastnobu
2010-04-16* test/thread/test_queue.rb (TestQueue#grind): fix typos.kazu