summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-03* vm_evalbody.ci, insns.def, vm.c, tool/insns2vm.rb (rb_num_t):nobu
2007-05-02* vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stackko1
2007-05-02* bignum.c (rb_big_quo): now calculate in integer. [ruby-dev:30753]nobu
2007-05-02* eval_method.h: add redefine checks ([ruby-dev:30751]).ko1
2007-05-02* compile.c: use Qtrue instead of 2.ko1
2007-05-02* parse.y: removed garbage spaces.nobu
2007-05-01* error.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning): warnnobu
2007-05-01* parse.y (assoc): result of assoc_new needs to be an assoc.nobu
2007-05-01* bignum.c (rb_big_pow): improvement by calculating from MSB and usingnobu
2007-05-01* sample/test.rb: import matzruby's sample/test.rb.ko1
2007-05-01* array.c (rb_ary_choice): fixed mistake from RDoc.matz
2007-05-01* array.c (rb_ary_choice): a new method to choose an elementmatz
2007-05-01* proc.c (proc_arity): fix an arity bug ([ruby-core:11060]).ko1
2007-05-01* yarvcore.h, compile.c (set_arguments): support post arguments.ko1
2007-04-27* numeric.c (int_pow): bugfix of overflow detection.nobu
2007-04-27* numeric.c (int_pow): rb_big_pow() may return other than Bignum.nobu
2007-04-26* compile.c: support multiple splat (e.g, [a, *b, *c, e, *f]).ko1
2007-04-26* bignum.c (rb_big_pow): truncate all zero BDIGITs. [ruby-dev:30733]nobu
2007-04-26* bignum.c (rb_big_pow): reduce multiplying for even number.nobu
2007-04-26* parse.y: fixes for ripper.nobu
2007-04-26* misc/ruby-style.el: new file. C/C++ style for ruby source code.nobu
2007-04-25clear cmsg padding.akr
2007-04-25* ext/socket/socket.c (unix_send_io, unix_recv_io): use CMSG_DATA toakr
2007-04-25 * win32/win32.c (NtInitialize, exit_handler): add initializing andusa
2007-04-25* ext/probeprofiler/probeprofiler.c: fix function name andko1
2007-04-25* ext/probeprofiler: set eol-style.nobu
2007-04-25* yarvcore.h: remove rb_control_frame_t#callee_id.ko1
2007-04-25* eval_intern.h (PUSH_TAG): no argument now.nobu
2007-04-25* thread.c (alloc_event_fook, rb_thread_remove_event_hook): shouldnobu
2007-04-24* dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR.nobu
2007-04-23* ext/extmk.rb ($ruby): add extout directory to include path.nobu
2007-04-23* lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu
2007-04-20* parse.y (symbol): symbols should be followed by EXPR_ENDARG.matz
2007-04-20* configure.in (LIBPATHFLAG, RPATHFLAG): no needs to be quoted,nobu
2007-04-20* eval.c (ruby_cleanup): inversed the order of errinfos.nobu
2007-04-20* lib/optparse.rb: fix to override conv proc.nobu
2007-04-20* eval.c (ruby_cleanup): fixed access to out of bound, and inversednobu
2007-04-20* eval_intern.h: add prototypes of rb_sourceline() andko1
2007-04-19* eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]nobu
2007-04-19* eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko1
2007-04-19* lib/optparse.rb: fix to override conv proc.ko1
2007-04-18* util.c (ruby_strtod): exponent is radix 10. [ruby-talk:248272]nobu
2007-04-17* yarvcore.c (th_init2): push initial blockptr value fornobu
2007-04-17* configure.in (Makefile): remove $U for automake from MISSING.nobu
2007-04-17* configure.in (LDFLAGS): prepend -L. instead appending it tonobu
2007-04-16* ext/pty/expect_sample.rb: avoid symbolic link representation formatz
2007-04-16* sample: replace TRUE, FALSE with true, false respectively.matz
2007-04-16* parse.y (parser_yylex): should set command_start after blockmatz
2007-04-16* lib/optparse.rb (make_switch): do not clobber converter if patternnobu
2007-04-16* ext/stringio/stringio.c (strio_seek): consistent behavior withnobu