summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2007-06-05* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu
2007-06-04* 2007-06-04usa
2007-06-01* numeric.c (int_round): small optimization to handle bignums.matz
2007-05-31* enum.c (each_with_index_i): should work well with continuation.matz
2007-05-31* lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu
2007-05-29* parse.y (open_args, arg_ambiguous, parser_warning): should not usenobu
2007-05-29* win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magicnobu
2007-05-27* cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko1
2007-05-25git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12385 b2dd03c8-39d4-4d8f-98...nobu
2007-05-25 * regint.h (include): on some platform, defines.h redefinesusa
2007-05-23* cont.c: support callcc which everyone love.ko1
2007-05-22* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu
2007-05-22* ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch frommatz
2007-05-21* compile.c, vm_macro.def: support tail call optimizationko1
2007-05-18* file.c (Init_File): method definition mismatch.nobu
2007-05-18* ruby.c (DllMain, ruby_init_loadpath): use DLL instance handle givennobu
2007-05-17* debug.c (ruby_debug_node): fix to show node line.ko1
2007-05-15 * win32/win32.c (init_stdhandle): stderr should be without buffering,usa
2007-05-13* array.c (rb_ary_choice): should return nil when the array ismatz
2007-05-12* 2007-05-12eban
2007-05-11* iseq.c (iseq_data_to_ary): internal IDs must not be exposed.nobu
2007-05-10* thread.c (rb_thread_priority): rdoc fix; the initial value isnobu
2007-05-09* 2007-05-09nobu
2007-05-08* 2007-05-08usa
2007-05-07* lib/rss/image.rb, test/rss/test_image.rb: fixed Image modulekou
2007-05-06* 2007-05-06eban
2007-05-05* lib/date/format.rb (Format::Bag#method_missing): get rid ofnobu
2007-05-03* thread.c: copied rdocs from fastthread.nobu
2007-05-01* bignum.c (rb_big_pow): improvement by calculating from MSB and usingnobu
2007-05-01* array.c (rb_ary_choice): a new method to choose an elementmatz
2007-05-01* yarvcore.h, compile.c (set_arguments): support post arguments.ko1
2007-04-26* compile.c: support multiple splat (e.g, [a, *b, *c, e, *f]).ko1
2007-04-26* misc/ruby-style.el: new file. C/C++ style for ruby source code.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* lib/mkmf.rb (libpathflag): not to append RPATHFLAG to currentnobu
2007-04-19* eval.c (ruby_cleanup): re-send signal. [ruby-dev:30516]nobu
2007-04-19* lib/optparse.rb: fix to override conv proc.ko1
2007-04-17* configure.in (LDFLAGS): prepend -L. instead appending it tonobu
2007-04-16* time.c (time_arg): should allow to specify 24:00.matz
2007-04-12* compile.c (iseq_compile_each): check node->nd_state == 1, not !0.ko1
2007-04-11 * win32/win32.[ch] (rb_w32_enter_critical, rb_w32_leave_critical): nousa
2007-04-10 * thread_pthread.ci (native_thread_create): initialize sleep_cond.usa
2007-04-09 * thread.c (do_select): use ubf_select() as UBF on windows.usa
2007-04-08* compile.c (defined_expr): test arguments of NODE_CALL and sonobu
2007-04-06* 2007-04-06usa
2007-04-04* error.c (rb_notimplement), io.c (pipe_open): removed definitenobu
2007-04-04* io.c (pipe_open): raise NotImplementedError for command "-" onnobu
2007-04-03* 2007-04-03usa
2007-04-02* insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu