aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * compile.c: use Qtrue instead of 2.ko12007-05-024-15/+36
* * parse.y: removed garbage spaces.nobu2007-05-021-3/+3
* * error.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning): warnnobu2007-05-014-38/+106
* * parse.y (assoc): result of assoc_new needs to be an assoc.nobu2007-05-012-222/+235
* * bignum.c (rb_big_pow): improvement by calculating from MSB and usingnobu2007-05-013-14/+72
* * sample/test.rb: import matzruby's sample/test.rb.ko12007-05-012-26/+30
* * array.c (rb_ary_choice): fixed mistake from RDoc.matz2007-05-012-1/+3
* * array.c (rb_ary_choice): a new method to choose an elementmatz2007-05-013-1/+27
* * proc.c (proc_arity): fix an arity bug ([ruby-core:11060]).ko12007-05-012-7/+18
* * yarvcore.h, compile.c (set_arguments): support post arguments.ko12007-05-0112-44/+148
* * numeric.c (int_pow): bugfix of overflow detection.nobu2007-04-272-2/+4
* * numeric.c (int_pow): rb_big_pow() may return other than Bignum.nobu2007-04-272-2/+8
* * compile.c: support multiple splat (e.g, [a, *b, *c, e, *f]).ko12007-04-263-54/+65
* * bignum.c (rb_big_pow): truncate all zero BDIGITs. [ruby-dev:30733]nobu2007-04-262-20/+38
* * bignum.c (rb_big_pow): reduce multiplying for even number.nobu2007-04-263-8/+45
* * parse.y: fixes for ripper.nobu2007-04-262-12/+27
* * misc/ruby-style.el: new file. C/C++ style for ruby source code.nobu2007-04-263-3/+43