aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * time.c (time_arg): should allow to specify 24:00.matz2007-04-163-4/+10
* * lib/date/format.rb: added some zone names.tadf2007-04-152-26/+44
* * thread.c (mutex_try_lock): check and set owner thread.ko12007-04-123-4/+17
* * eval.c (rb_rescue2): restore cfp ([ruby-dev:30582]).ko12007-04-122-27/+37
* * eval.c (rb_protect): restore cfp ([ruby-dev:30671]).ko12007-04-122-0/+8
* * compile.c (iseq_compile_each): check node->nd_state == 1, not !0.ko12007-04-123-4/+8
* * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): nousa2007-04-115-63/+14
* * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errnousa2007-04-102-0/+9
* * thread_win32.ci (w32_wait_events): check whether interrupt_event isusa2007-04-102-5/+14
* * thread_pthread.ci (native_thread_create): initialize sleep_cond.usa2007-04-103-4/+12
* * thread.c (do_select): ubf_select() is not necessary. interrupt isusa2007-04-092-1/+6
* * thread.c (do_select): sorry, typo.usa2007-04-091-1/+1
* * thread.c (do_select): use ubf_select() as UBF on windows.usa2007-04-094-11/+11