aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * array.c (rb_ary_choice): fixed mistake from RDoc.matz2007-05-011-0/+2
* * array.c (rb_ary_choice): a new method to choose an elementmatz2007-05-011-0/+5
* * proc.c (proc_arity): fix an arity bug ([ruby-core:11060]).ko12007-05-011-0/+4
* * yarvcore.h, compile.c (set_arguments): support post arguments.ko12007-05-011-0/+14
* * numeric.c (int_pow): bugfix of overflow detection.nobu2007-04-271-1/+3
* * numeric.c (int_pow): rb_big_pow() may return other than Bignum.nobu2007-04-271-0/+4
* * compile.c: support multiple splat (e.g, [a, *b, *c, e, *f]).ko12007-04-261-0/+4
* * bignum.c (rb_big_pow): truncate all zero BDIGITs. [ruby-dev:30733]nobu2007-04-261-0/+4
* * bignum.c (rb_big_pow): reduce multiplying for even number.nobu2007-04-261-0/+7
* * parse.y: fixes for ripper.nobu2007-04-261-0/+15
* * misc/ruby-style.el: new file. C/C++ style for ruby source code.nobu2007-04-261-0/+4
* * ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA toakr2007-04-251-0/+5
* * win32/win32.c (NtInitialize, exit_handler): add initializing andusa2007-04-251-0/+11
* * ext/probeprofiler/probeprofiler.c: fix function name andko12007-04-251-0/+5
* * yarvcore.h: remove rb_control_frame_t#callee_id.ko12007-04-251-0/+17
* * eval_intern.h (PUSH_TAG): no argument now.nobu2007-04-251-1/+6
* * thread.c (alloc_event_fook, rb_thread_remove_event_hook): shouldnobu2007-04-251-0/+5
* * dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR.nobu2007-04-241-0/+5
* * ext/extmk.rb ($ruby): add extout directory to include path.nobu2007-04-231-1/+4
* * lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu2007-04-231-0/+10
* * parse.y (symbol): symbols should be followed by EXPR_ENDARG.matz2007-04-201-0/+13
* * configure.in (LIBPATHFLAG, RPATHFLAG): no needs to be quoted,nobu2007-04-201-0/+5
* * lib/optparse.rb: fix to override conv proc.nobu2007-04-201-0/+4
* * eval.c (ruby_cleanup): fixed access to out of bound, and inversednobu2007-04-201-0/+5
* * eval_intern.h: add prototypes of rb_sourceline() andko12007-04-201-0/+5
* * eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]nobu2007-04-191-0/+29
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-0/+18
* * lib/optparse.rb: fix to override conv proc.ko12007-04-191-0/+4
* * util.c (ruby_strtod): exponent is radix 10. [ruby-talk:248272]nobu2007-04-181-0/+4
* * yarvcore.c (th_init2): push initial blockptr value fornobu2007-04-171-0/+5
* * configure.in (Makefile): remove $U for automake from MISSING.nobu2007-04-171-1/+4