summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-06-04* ext/dl/cfunc.c (rb_dlcfunc_inspect): should taint the result.nobu
2010-06-04* gc.c (gc_sweep): suppress a warning on VC, again.usa
2010-06-03* ext/digest/lib/digest/hmac.rb: Emit a deprecation warning inknu
2010-06-03* ext/dl/cfunc.c (rb_dlcfunc_inspect): suppress warnings bynobu
2010-06-03* load.c (ruby_init_ext): statically linked extensions have nonobu
2010-06-03* test/rake/test_win32.rb (Rake::TestWin32): update tests.nobu
2010-06-03* test/io/nonblock/test_flush.rb (test_flush): try pipe andnobu
2010-06-03* ext/dl/dl.h (DLSTACK_TYPE): type of stack is same as VALUE.usa
2010-06-02* test/ruby/test_path.rb (test_path): workaround for drivenobu
2010-06-02* test/ruby/test_path.rb (test_path): get rid of blocking onnobu
2010-06-02Allow bin/* install from dot-dirs. Fixes rvm and multiruby installations.ryan
2010-06-02* ext/tk/lib/tk.rb: fix typo and race condition.nagai
2010-06-02* ext/dl/lib/dl/cparser.rb (parse_ctype): add backwards compatibilitytenderlove
2010-06-02* compile.c (iseq_compile_each): should consider block on stack,matz
2010-06-01* re.c (unescape_nonascii): \P{FOO} is also Unicode regexp. [ruby-core:30540]naruse
2010-06-01* lib/net/http.rb: adding support to rfc5789 patch verb.naruse
2010-05-31* ext/readline/extconf.rb: reject GPLv3 readline. [ruby-dev:39172]naruse
2010-05-31 * io.c (pipe_open): add RB_GC_GUARD.tarui
2010-05-31* ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai
2010-05-31* lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNRESETakr
2010-05-31* regparse.c (onig_syntax_warn): do not use external strings asnobu
2010-05-31* misc/ruby-mode.el (ruby-mode-set-encoding): skip shebang linenobu
2010-05-31* file.c (file_expand_path): Refix r28102: this breaksnaruse
2010-05-31* string.c (rb_str_inspect): inspect as ASCII when the codepointnaruse
2010-05-31* encoding.c (rb_enc_unicode_p): check the encoding is Unicodenaruse
2010-05-30* file.c (file_expand_path): check if expanded dname encoding isnobu
2010-05-30* insns.def (defined): respond_to_missing? may not be availablematz
2010-05-30* lib/delegate: Delegator: combine (public|protected) methods withmarcandre
2010-05-30* lib/set.rb (keep_if, select!): New methods [ruby-core:29749]marcandre
2010-05-30* test/rake/test_application.rb: update a test because of r28089.mame
2010-05-30* lib/tempfile.rb (Tempfile#unlink): leave @data. Assigning nil tomame
2010-05-30* ext/nkf/nkf-utf8/nkf.c: updated to b856dd07.naruse
2010-05-30* load.c (load_failed): use more accurate error message.mame
2010-05-30* file.c (rb_file_directory_p): update rdoc. a patch from Ilkkamame
2010-05-30* gc.c (gc_mark_all_clear): don't call obj_free() innari
2010-05-29* removed trailing spaces.nobu
2010-05-29* parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NULnobu
2010-05-29* lib/rdoc/generator/template/darkfish/classpage.rhtml:naruse
2010-05-29* thread.c (RB_GC_SAVE_MACHINE_CONTEXT), gc.c (ruby_gc_stress_start):tarui
2010-05-29* ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.mame
2010-05-29* ChangeLog: fix typotarui
2010-05-29* thread.c (RB_GC_SAVE_MACHINE_CONTEXT): start GC tarui
2010-05-29* gc.c (force_chain_object, rb_objspace_call_finalizer): deletemame
2010-05-29* string.c (str_replace_shared): change embedded state atomically.mame
2010-05-29* encoding.c (rb_filesystem_encindex): avoid infinite requirenaruse
2010-05-29* lib/rdoc/rdoc.rb (RDoc#read_file_contents): take care of BOM.nobu
2010-05-29* gc.c (GC_PROF_TIMER_STOP): regularize `marked' to suppressnobu
2010-05-29* test/ruby/envutil.rb: fix for --disable-gems.nobu
2010-05-29* lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNREFUSED.akr
2010-05-28* gc.c (allocate_sorted_heaps, before_gc_sweep, gc_sweep): removednobu