summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * oniguruma.h: updated to Oniguruma 5.7.0.matz2007-05-2319-5503/+13885
* * ext/purelib.rb: commit miss.nobu2007-05-221-3/+0
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-226-12/+26
* * ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch frommatz2007-05-223-13/+18
* * compile.c, vm_macro.def: support tail call optimizationko12007-05-2112-37/+174
* * lib/net/smtp.rb: CRAM-MD5 authentication did not work. [ruby-dev:30770]aamine2007-05-202-4/+10
* typotadf2007-05-191-1/+1
* * lib/date/format.rb (Date._parse): detects some OFX datestadf2007-05-192-6/+20
* * enum.c (enum_inject): minor improvement. [ruby-dev:30792]nobu2007-05-182-51/+44
* * enum.c (enum_inject): it is now can work without block. youmatz2007-05-182-6/+80
* * file.c (Init_File): method definition mismatch.nobu2007-05-183-5/+9
* * file.c (Init_File): add to_path method to File objects.matz2007-05-182-0/+5
* * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle givennobu2007-05-183-12/+22
* * misc/ruby-style.el (ruby-style-label-indent): for yacc rules.nobu2007-05-172-4/+15
* * parse.y (f_arg): remove typo from ripper description.matz2007-05-172-1/+5
* * parse.y, compile.c (set_arguments): fix to support in-parenko12007-05-173-16/+40
* * iseq.c (ruby_iseq_disasm): fix to show post arg info.ko12007-05-172-2/+7
* * debug.c (ruby_debug_node): fix to show node line.ko12007-05-173-5/+9
* * lib/logger.rb (Logger::Application): remove meaningless logdevnahi2007-05-162-7/+36
* * test/ruby/test_beginendblock.rb (test_endblockwarn): now parsernobu2007-05-152-6/+7
* * win32/win32.c (init_stdhandle): stderr should be without buffering,usa2007-05-153-3/+9
* * array.c (rb_ary_zip): a.zip(b,c) should return an array, notmatz2007-05-132-9/+18
* * array.c (rb_ary_choice): should return nil when the array ismatz2007-05-133-5/+12
* * 2007-05-12eban2007-05-121-3/+3
* * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine2007-05-123-1/+27
* * iseq.c (iseq_data_to_ary): internal IDs must not be exposed.nobu2007-05-114-166/+176
* * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.usa2007-05-101-1/+1
* * test/ruby/test_super.rb: add tests.usa2007-05-102-0/+21
* * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.usa2007-05-102-1/+5
* * parse.y (POINTER_P): pointer may be larger than long.nobu2007-05-102-5/+12
* * thread.c (rb_thread_priority): rdoc fix; the initial value isnobu2007-05-103-7/+14
* * numeric.c: purged trailing spaces.nobu2007-05-091-124/+124
* * bignum.c: purged trailing spaces.nobu2007-05-091-37/+37
* * bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv asnobu2007-05-093-0/+11
* * 2007-05-09nobu2007-05-091-3/+3
* * lib/date/format.rb (Date._parse): revised treatment oftadf2007-05-082-41/+110
* * 2007-05-08usa2007-05-081-3/+3
* * lib/date/format.rb: reverted.tadf2007-05-082-1/+5
* * lib/rational.rb: fix high-precision Rationals cannot bekeiju2007-05-082-1/+9
* * lib/rss/image.rb, test/rss/test_image.rb: fixed Image modulekou2007-05-074-5/+10
* * lib/net/http.rb (Net::HTTP.post_form): allow an Array of String for pairs a...aamine2007-05-062-4/+28
* * 2007-05-06eban2007-05-061-3/+3
* * lib/net/http.rb: Connection header field might include both of "keep-alive"...aamine2007-05-062-19/+34
* * lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu2007-05-053-4/+9
* * configure.in, defines.h, eval_load.c (rb_feature_p, rb_provided,nobu2007-05-039-124/+343
* * thread.c: copied rdocs from fastthread.nobu2007-05-033-5/+78
* * vm_evalbody.ci, insns.def, vm.c, tool/insns2vm.rb (rb_num_t):nobu2007-05-036-37/+44
* * vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stackko12007-05-025-9/+18
* * bignum.c (rb_big_quo): now calculate in integer. [ruby-dev:30753]nobu2007-05-022-6/+68
* * eval_method.h: add redefine checks ([ruby-dev:30751]).ko12007-05-022-4/+17