aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* clear cmsg padding.akr2007-04-251-0/+1
* * ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA toakr2007-04-252-12/+17
* * win32/win32.c (NtInitialize, exit_handler): add initializing andusa2007-04-252-48/+47
* * ext/probeprofiler/probeprofiler.c: fix function name andko12007-04-252-2/+7
* * ext/probeprofiler: set eol-style.nobu2007-04-254-86/+86
* * yarvcore.h: remove rb_control_frame_t#callee_id.ko12007-04-2510-35/+199
* * eval_intern.h (PUSH_TAG): no argument now.nobu2007-04-258-45/+36
* * thread.c (alloc_event_fook, rb_thread_remove_event_hook): shouldnobu2007-04-253-4/+11
* * dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR.nobu2007-04-243-6/+17
* * ext/extmk.rb ($ruby): add extout directory to include path.nobu2007-04-232-1/+5
* * lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu2007-04-233-16/+32