aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * cont.c: support callcc which everyone love.ko12007-05-231-0/+13
* * common.mk: add a rule for regsyntax.c.matz2007-05-231-0/+4
* * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.matz2007-05-231-0/+5
* * oniguruma.h: updated to Oniguruma 5.7.0.matz2007-05-231-0/+6
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-221-0/+6
* * ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch frommatz2007-05-221-0/+5
* * compile.c, vm_macro.def: support tail call optimizationko12007-05-211-0/+13
* * lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine2007-05-201-0/+5
* typotadf2007-05-191-1/+1
* * lib/date/format.rb (Date._parse): detects some OFX datestadf2007-05-191-0/+5
* * enum.c (enum_inject): minor improvement. [ruby-dev:30792]nobu2007-05-181-0/+10
* * enum.c (enum_inject): it is now can work without block. youmatz2007-05-181-0/+7
* * file.c (Init_File): method definition mismatch.nobu2007-05-181-0/+4
* * file.c (Init_File): add to_path method to File objects.matz2007-05-181-0/+4
* * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle givennobu2007-05-181-0/+6
* * misc/ruby-style.el (ruby-style-label-indent): for yacc rules.nobu2007-05-171-0/+4
* * parse.y (f_arg): remove typo from ripper description.matz2007-05-171-0/+4
* * parse.y, compile.c (set_arguments): fix to support in-parenko12007-05-171-0/+5
* * iseq.c (ruby_iseq_disasm): fix to show post arg info.ko12007-05-171-0/+4
* * debug.c (ruby_debug_node): fix to show node line.ko12007-05-171-0/+4
* * lib/logger.rb (Logger::Application): remove meaningless logdevnahi2007-05-161-0/+6
* * test/ruby/test_beginendblock.rb (test_endblockwarn): now parsernobu2007-05-151-0/+5
* * win32/win32.c (init_stdhandle): stderr should be without buffering,usa2007-05-151-0/+5
* * array.c (rb_ary_zip): a.zip(b,c) should return an array, notmatz2007-05-131-0/+9
* * array.c (rb_ary_choice): should return nil when the array ismatz2007-05-131-0/+5
* * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine2007-05-121-0/+6
* * iseq.c (iseq_data_to_ary): internal IDs must not be exposed.nobu2007-05-111-0/+8
* * test/ruby/test_super.rb: add tests.usa2007-05-101-0/+4
* * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.usa2007-05-101-0/+4
* * parse.y (POINTER_P): pointer may be larger than long.nobu2007-05-101-0/+7
* * thread.c (rb_thread_priority): rdoc fix; the initial value isnobu2007-05-101-0/+5
* * bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv asnobu2007-05-091-0/+5
* * lib/date/format.rb (Date._parse): revised treatment oftadf2007-05-081-0/+7
* * lib/date/format.rb: reverted.tadf2007-05-081-0/+4
* * lib/rational.rb: fix high-precision Rationals cannot bekeiju2007-05-081-0/+6
* * lib/rss/image.rb, test/rss/test_image.rb: fixed Image modulekou2007-05-071-0/+5
* * lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs a...aamine2007-05-061-0/+7
* * lib/net/http.rb: Connection header field might include both of "keep-alive"...aamine2007-05-061-0/+5
* * lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu2007-05-051-0/+5
* * configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu2007-05-031-1/+10
* * thread.c: copied rdocs from fastthread.nobu2007-05-031-0/+4
* * vm_evalbody.ci, insns.def, vm.c, tool/insns2vm.rb (rb_num_t):nobu2007-05-031-0/+7
* * vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stackko12007-05-021-0/+5
* * bignum.c (rb_big_quo): now calculate in integer. [ruby-dev:30753]nobu2007-05-021-0/+4
* * eval_method.h: add redefine checks ([ruby-dev:30751]).ko12007-05-021-0/+4
* * compile.c: use Qtrue instead of 2.ko12007-05-021-0/+6
* * error.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning): warnnobu2007-05-011-0/+6
* * parse.y (assoc): result of assoc_new needs to be an assoc.nobu2007-05-011-0/+4
* * bignum.c (rb_big_pow): improvement by calculating from MSB and usingnobu2007-05-011-0/+5
* * sample/test.rb: import matzruby's sample/test.rb.ko12007-05-011-0/+4