aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * compile.c, vm_macro.def: support tail call optimizationko12007-05-211-3/+3
* * file.c (Init_File): method definition mismatch.nobu2007-05-181-3/+3
* * ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle givennobu2007-05-181-3/+3
* * debug.c (ruby_debug_node): fix to show node line.ko12007-05-171-3/+3
* * win32/win32.c (init_stdhandle): stderr should be without buffering,usa2007-05-151-3/+3
* * array.c (rb_ary_choice): should return nil when the array ismatz2007-05-131-3/+3
* * 2007-05-12eban2007-05-121-3/+3
* * iseq.c (iseq_data_to_ary): internal IDs must not be exposed.nobu2007-05-111-3/+3
* * thread.c (rb_thread_priority): rdoc fix; the initial value isnobu2007-05-101-3/+3
* * 2007-05-09nobu2007-05-091-3/+3
* * 2007-05-08usa2007-05-081-3/+3
* * lib/rss/image.rb, test/rss/test_image.rb: fixed Image modulekou2007-05-071-3/+3
* * 2007-05-06eban2007-05-061-3/+3
* * lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu2007-05-051-3/+3
* * thread.c: copied rdocs from fastthread.nobu2007-05-031-3/+3
* * bignum.c (rb_big_pow): improvement by calculating from MSB and usingnobu2007-05-011-3/+3
* * array.c (rb_ary_choice): a new method to choose an elementmatz2007-05-011-0/+2
* * yarvcore.h, compile.c (set_arguments): support post arguments.ko12007-05-011-4/+4
* * compile.c: support multiple splat (e.g, [a, *b, *c, e, *f]).ko12007-04-261-3/+3
* * misc/ruby-style.el: new file. C/C++ style for ruby source code.nobu2007-04-261-3/+3
* * thread.c (alloc_event_fook, rb_thread_remove_event_hook): shouldnobu2007-04-251-3/+3
* * dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR.nobu2007-04-241-3/+3
* * lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu2007-04-231-3/+3
* * eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]nobu2007-04-191-3/+3
* * lib/optparse.rb: fix to override conv proc.ko12007-04-191-3/+3
* * configure.in (LDFLAGS): prepend -L. instead appending it tonobu2007-04-171-3/+3
* * time.c (time_arg): should allow to specify 24:00.matz2007-04-161-3/+3
* * compile.c (iseq_compile_each): check node->nd_state == 1, not !0.ko12007-04-121-3/+3
* * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): nousa2007-04-111-3/+3
* * thread_pthread.ci (native_thread_create): initialize sleep_cond.usa2007-04-101-3/+3
* * thread.c (do_select): use ubf_select() as UBF on windows.usa2007-04-091-3/+3
* * compile.c (defined_expr): test arguments of NODE_CALL and sonobu2007-04-081-3/+3
* * 2007-04-06usa2007-04-061-3/+3
* * error.c (rb_notimplement), io.c (pipe_open): removed definitenobu2007-04-041-3/+3
* * io.c (pipe_open): raise NotImplementedError for command "-" onnobu2007-04-041-3/+3
* * 2007-04-03usa2007-04-031-3/+3
* * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu2007-04-021-4/+4
* * 2007-03-30eban2007-03-291-3/+3
* * win32/win32.c (init_env, insert, cmdglob, rb_w32_cmdvector,usa2007-03-231-3/+3
* * 2007-03-22usa2007-03-221-3/+3
* * bignum.c (rb_big2str0): round up for the most significant digit.nobu2007-03-211-3/+3
* * thread.c (thread_create_core): block is not used if first_funcnobu2007-03-191-3/+3
* * 2007-03-19usa2007-03-191-3/+3
* * win32/dir.h, win32/win32.c (rb_w32_opendir, rb_w32_readdir,usa2007-03-171-3/+3
* * lib/rss, test/rss:kou2007-03-171-3/+3
* * 2007-03-16eban2007-03-161-3/+3
* * ext/bigdecimal/bigdecimal.c: BigDecimal("-.31") is nowmatz2007-03-141-5/+3
* * lib/cgi.rb (CGI::header): IIS >= 5.0 does not need the nphknu2007-03-121-3/+3
* 20070312knu2007-03-121-3/+3
* * 2007-03-11eban2007-03-111-3/+3