summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-12-04* insns.def (defined): should respect #respond_to_missing? asmatz
2009-12-04* parse.y (k_def): adjust the location of method definition to thenobu
2009-12-04* time.c (num_exact): should not accept strings as operands, evenmatz
2009-12-04added a ChangeLog entry.shugo
2009-12-04 * ext/stringio/stringio.c (ungetc): RDoc updated. trunk allowsnahi
2009-12-03* compile.c (compile_cpath, iseq_compile_each): revertedshugo
2009-12-03* enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code tableduerst
2009-12-02 * ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid nahi
2009-12-01 * test/digest/test_digest_extend.rb: added tests for digest framework.nahi
2009-12-01* parse.y (dyna_push_gen, dyna_pop_gen): no needs to save both ofnobu
2009-11-30* parse.y (dyna_push_gen): use rb_node_newnode() for ripper.nobu
2009-11-30* parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable levelnobu
2009-11-30* ext/extmk.rb (command_output): $makeflags are already quoted.nobu
2009-11-30* configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved fromnobu
2009-11-30* parse.y (parser_yylex): suppress an extra error message afternobu
2009-11-29Fixing the ChangeLog to point to [ruby-core:26837]tenderlove
2009-11-29* vm_eval.c (check_funcall_failed): pass ID. [ruby-core:26934]nobu
2009-11-28* lib/rexml/formatters/default.rb (write_attribute): fix antenderlove
2009-11-28* vm_eval.c (check_funcall_failed): should rescue user raisedmatz
2009-11-26* test/ruby/test_complex.rb (@unify): fix the detection if mathyugui
2009-11-26* test/test_mathn.rb (TestMathn): new test case.yugui
2009-11-26* test/openssl/test_config.rb (OpenSSL::TestConfig): new test case.yugui
2009-11-26* test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):yugui
2009-11-26* gem_prelude.rb (Gem.set_home): must dup before force_encodingnaruse
2009-11-26* win32/{configure.bat, setup.mak, Makefile.sub}: add new configureusa
2009-11-26* test/mkmf/base.rb: use $INCFLAGS to add -I option. [Bug#2387]nobu
2009-11-25* marshal.c (mark_dump_arg): mark str. see also [ruby-dev:39735]wanabe
2009-11-25 * test/digest/test_digest_extend.rb: Added tests for current digestnahi
2009-11-25* vm_eval.c (rb_search_method_entry): refine error message.akr
2009-11-25* ext/digest/digest.c (rb_digest_instance_method_unimpl): Do notknu
2009-11-25* transcode.c: Added a check for an internal errorduerst
2009-11-24* test/ruby/envutil.rb (EnvUtil.invoke_ruby): raise Timeout::Errorakr
2009-11-24* vm.c (ruby_vm_destruct, thread_memsize): fix argument type to makemame
2009-11-24* error.c: include errno.h at beginning.akr
2009-11-24* strftime.c: %Y format a year with 4 digits at least.akr
2009-11-24* defs/known_errors.def: more errors.akr
2009-11-24* include/ruby/ruby.h (rb_bug_errno): declared.akr
2009-11-24* file.c (file_path_convert): fix fs_encoding is not assign.naruse
2009-11-24* error.c (rb_strerrno): constified.nobu
2009-11-24* error.c (rb_strerrno): return "UNKNOWNERROR" for non-zero unknownakr
2009-11-24* include/ruby/intern.h (rb_strerrno): declared.akr
2009-11-23* thread_pthread.c (RUBY_STACK_MIN, RUBY_STACK_SPACE): delay fornobu
2009-11-23* dln.c (dln_find_1): removed duplication.nobu
2009-11-23* dln.c (dln_find_1): removed duplication.nobu
2009-11-22* enc/trans/newline.trans (fun_so_universal_newline): generate \nakr
2009-11-21* vm_eval.c (rb_search_method_entry): show flags and klass value inakr
2009-11-21* marshal.c (marshal_dump): use normal object as the buffer sonobu
2009-11-21* io.c (read_all): fix: false negative invalid byte seequencenaruse
2009-11-21* file.c (file_path_convert): delay getting UTF8-MAC encodingnaruse
2009-11-20* vm_eval.c (rb_search_method_entry): avoid trigraph.akr