aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * parse.y (symbol): symbols should be followed by EXPR_ENDARG.matz2007-04-202-13/+29
* * configure.in (LIBPATHFLAG, RPATHFLAG): no needs to be quoted,nobu2007-04-202-4/+9
* * eval.c (ruby_cleanup): inversed the order of errinfos.nobu2007-04-201-8/+10
* * lib/optparse.rb: fix to override conv proc.nobu2007-04-202-1/+5
* * eval.c (ruby_cleanup): fixed access to out of bound, and inversednobu2007-04-202-12/+21
* * eval_intern.h: add prototypes of rb_sourceline() andko12007-04-202-0/+8
* * eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]nobu2007-04-199-55/+169
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-1915-313/+472
* * lib/optparse.rb: fix to override conv proc.ko12007-04-193-4/+8
* * util.c (ruby_strtod): exponent is radix 10. [ruby-talk:248272]nobu2007-04-182-2/+6
* * yarvcore.c (th_init2): push initial blockptr value fornobu2007-04-172-1/+7
* * configure.in (Makefile): remove $U for automake from MISSING.nobu2007-04-172-2/+7
* * configure.in (LDFLAGS): prepend -L. instead appending it tonobu2007-04-173-28/+22
* * ext/pty/expect_sample.rb: avoid symbolic link representation formatz2007-04-162-2/+8
* * sample: replace TRUE, FALSE with true, false respectively.matz2007-04-167-7/+13
* * parse.y (parser_yylex): should set command_start after blockmatz2007-04-162-0/+7
* * lib/optparse.rb (make_switch): do not clobber converter if patternnobu2007-04-162-2/+7
* * ext/stringio/stringio.c (strio_seek): consistent behavior withnobu2007-04-162-1/+9
* * enum.c (enum_each_with_index): each_with_index to forwardmatz2007-04-162-4/+9