summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-04-24* ruby.c (get_arglen): skip the last terminator of argv beforenobu
2010-04-24* ext/syck/yaml2byte.c (bytestring_append, bytestring_extend):nobu
2010-04-23* process.c (rb_f_fork): remove after_exec() which sometimes causedmame
2010-04-23* test/dl/test_base.rb: add kfreebsd support. based on a patch frommame
2010-04-23* ext/openssl/ossl_ssl_session.c (SSL_SESSION_cmp): remove static forusa
2010-04-23* ext/openssl/ossl_config.c: fix compilation failure withakr
2010-04-23* ChangeLog: ML ref. ([ruby-core:29256])usa
2010-04-23* ext/openssl/ossl_config.c: OpenSSL 1.0.0 support.usa
2010-04-23* gem_prelude.rb (Gem::QuickLoader.load_full_rubygems_library):nobu
2010-04-23* doc/etc.rd, doc/etc.rd.ja: moved from ext/etc.nobu
2010-04-23Update to RDoc 2.5.6drbrain
2010-04-22* test/ripper/test_parser_events.rb (test_unterminated_regexp):nobu
2010-04-22* win32/win32.c (rb_w32_wopen): shouldn't use FILE_FLAG_OVERLAPPED withusa
2010-04-22* thread_win32.c (ubf_handle): remove unused typedef.usa
2010-04-22* proc.c (mnew): fix wrong error message when Kernel#public_methodmame
2010-04-22* bootstraptest/test_thread.rb: fix test. [Bug #2342]mame
2010-04-22 * lib/irb/ext/multi-irb.rb: fix multi-irb runningkeiju
2010-04-22Update to RubyGems 1.3.7.pre.1drbrain
2010-04-22* parse.y (warn_balanced): removed false warning.nobu
2010-04-21* ext/bigdecimal/bigdecimal.[ch]: replace _DEBUG with BIGDECIMAL_DEBUG to pre...mrkn
2010-04-21* ext/digest/sha2/extconf.rb: check SHA256_CTX and SHA512_CTX to fixakr
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-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* vm_method.c (rb_add_method_def): decrement alias count ofmame
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* 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-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* 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-19Import RDoc 2.5.4drbrain
2010-04-19* lib/timeout.rb (Timeout#timeout): propagate errors to thenobu
2010-04-18* vm_method.c (rb_add_method_def): workarond fix for redefinitionnaruse
2010-04-18* parse.y (string_content): cond_stack and cmdarg_stack are VALUE.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-17* ext/psych/lib/psych/visitors/yaml_tree.rb: defaulting binary stringtenderlove