aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in (LDFLAGS): prepend -L. instead appending it tonobu2007-04-171-0/+5
* * ext/pty/expect_sample.rb: avoid symbolic link representation formatz2007-04-161-0/+6
* * sample: replace TRUE, FALSE with true, false respectively.matz2007-04-161-0/+6
* * parse.y (parser_yylex): should set command_start after blockmatz2007-04-161-0/+5
* * lib/optparse.rb (make_switch): do not clobber converter if patternnobu2007-04-161-0/+5
* * ext/stringio/stringio.c (strio_seek): consistent behavior withnobu2007-04-161-0/+5
* * enum.c (enum_each_with_index): each_with_index to forwardmatz2007-04-161-0/+5
* * time.c (time_arg): should allow to specify 24:00.matz2007-04-161-0/+5
* * lib/date/format.rb: added some zone names.tadf2007-04-151-0/+7
* * thread.c (mutex_try_lock): check and set owner thread.ko12007-04-121-0/+6
* * eval.c (rb_rescue2): restore cfp ([ruby-dev:30582]).ko12007-04-121-0/+4
* * eval.c (rb_protect): restore cfp ([ruby-dev:30671]).ko12007-04-121-0/+4
* * compile.c (iseq_compile_each): check node->nd_state == 1, not !0.ko12007-04-121-0/+4
* * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): nousa2007-04-111-0/+9
* * win32/win32.c (rb_w32_fclose, rb_w32_close): need to save errnousa2007-04-101-0/+5
* * thread_win32.ci (w32_wait_events): check whether interrupt_event isusa2007-04-101-0/+8
* * thread_pthread.ci (native_thread_create): initialize sleep_cond.usa2007-04-101-0/+5
* * thread.c (do_select): ubf_select() is not necessary. interrupt isusa2007-04-091-0/+5
* * thread.c (do_select): use ubf_select() as UBF on windows.usa2007-04-091-0/+7
* * lib/net/imap.rb (disconnect): call shutdown forshugo2007-04-091-0/+5
* * compile.c (defined_expr): test arguments of NODE_CALL and sonobu2007-04-081-0/+5
* * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_get_group): get rid ofusa2007-04-061-3/+5