summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-05-22* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu
2007-05-22* ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch frommatz
2007-05-21* compile.c, vm_macro.def: support tail call optimizationko1
2007-05-20* lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine
2007-05-19typotadf
2007-05-19 * lib/date/format.rb (Date._parse): detects some OFX datestadf
2007-05-18* enum.c (enum_inject): minor improvement. [ruby-dev:30792]nobu
2007-05-18* enum.c (enum_inject): it is now can work without block. youmatz
2007-05-18* file.c (Init_File): method definition mismatch.nobu
2007-05-18* file.c (Init_File): add to_path method to File objects.matz
2007-05-18* ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle givennobu
2007-05-17* misc/ruby-style.el (ruby-style-label-indent): for yacc rules.nobu
2007-05-17* parse.y (f_arg): remove typo from ripper description.matz
2007-05-17* parse.y, compile.c (set_arguments): fix to support in-parenko1
2007-05-17* iseq.c (ruby_iseq_disasm): fix to show post arg info.ko1
2007-05-17* debug.c (ruby_debug_node): fix to show node line.ko1
2007-05-16 * lib/logger.rb (Logger::Application): remove meaningless logdevnahi
2007-05-15* test/ruby/test_beginendblock.rb (test_endblockwarn): now parsernobu
2007-05-15 * win32/win32.c (init_stdhandle): stderr should be without buffering,usa
2007-05-13* array.c (rb_ary_zip): a.zip(b,c) should return an array, notmatz
2007-05-13* array.c (rb_ary_choice): should return nil when the array ismatz
2007-05-12* lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine
2007-05-11* iseq.c (iseq_data_to_ary): internal IDs must not be exposed.nobu
2007-05-10 * test/ruby/test_super.rb: add tests.usa
2007-05-10 * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.usa
2007-05-10* parse.y (POINTER_P): pointer may be larger than long.nobu
2007-05-10* thread.c (rb_thread_priority): rdoc fix; the initial value isnobu
2007-05-09* bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv asnobu
2007-05-08 * lib/date/format.rb (Date._parse): revised treatment oftadf
2007-05-08 * lib/date/format.rb: reverted.tadf
2007-05-08 * lib/rational.rb: fix high-precision Rationals cannot bekeiju
2007-05-07* lib/rss/image.rb, test/rss/test_image.rb: fixed Image modulekou
2007-05-06* lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs a...aamine
2007-05-06* lib/net/http.rb: Connection header field might include both of "keep-alive"...aamine
2007-05-05* lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu
2007-05-03* configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu
2007-05-03* thread.c: copied rdocs from fastthread.nobu
2007-05-03* vm_evalbody.ci, insns.def, vm.c, tool/insns2vm.rb (rb_num_t):nobu
2007-05-02* vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stackko1
2007-05-02* bignum.c (rb_big_quo): now calculate in integer. [ruby-dev:30753]nobu
2007-05-02* eval_method.h: add redefine checks ([ruby-dev:30751]).ko1
2007-05-02* compile.c: use Qtrue instead of 2.ko1
2007-05-01* error.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning): warnnobu
2007-05-01* parse.y (assoc): result of assoc_new needs to be an assoc.nobu
2007-05-01* bignum.c (rb_big_pow): improvement by calculating from MSB and usingnobu
2007-05-01* sample/test.rb: import matzruby's sample/test.rb.ko1
2007-05-01* array.c (rb_ary_choice): fixed mistake from RDoc.matz
2007-05-01* array.c (rb_ary_choice): a new method to choose an elementmatz
2007-05-01* proc.c (proc_arity): fix an arity bug ([ruby-core:11060]).ko1
2007-05-01* yarvcore.h, compile.c (set_arguments): support post arguments.ko1