aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * vm.c: some refactoring.ko12007-06-241-3/+3
* * enum.c (enum_minmax): new method to get the minimum and maximummatz2007-06-231-3/+3
* * string.c (rb_str_upto): add optional argument to specifymatz2007-06-221-3/+3
* * parse.y (rb_intern2): name may not be NUL-terminated.nobu2007-06-211-3/+3
* * parse.y (rb_intern2): use rb_intern2 to intern without trailingnobu2007-06-191-3/+3
* * eval_load.c (load_ext, rb_require_safe): pass VALUE instead ofnobu2007-06-191-3/+3
* * variable.c (rb_path2class): get rid of dangling pointer caused bynobu2007-06-171-3/+3
* * sample/test.rb: fix to show line information whether test succeeds.ko12007-06-151-3/+3
* * 2007-06-14eban2007-06-141-3/+3
* * configure.in (darwin): prohibit loading extension libraries tonobu2007-06-121-3/+3
* * 2007-06-12usa2007-06-121-3/+3
* * include/ruby: moved public headers.nobu2007-06-101-3/+3
* * parse.y (call_args): allow splat argument after unpackedmatz2007-06-081-3/+3
* * eval_intern.h, eval.c (ruby_init): remove POP_TAG_INIT().ko12007-06-061-3/+3
* * parse.y (new_yield), compile.c (iseq_compile_each): fixko12007-06-051-3/+3
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-051-3/+3
* * 2007-06-04usa2007-06-041-3/+3
* * numeric.c (int_round): small optimization to handle bignums.matz2007-06-011-3/+3
* * enum.c (each_with_index_i): should work well with continuation.matz2007-05-311-4/+4
* * lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu2007-05-311-3/+3
* * parse.y (open_args, arg_ambiguous, parser_warning): should not usenobu2007-05-291-3/+3
* * win32/win32.c (rb_w32_opendir, rb_w32_readdir): eliminate magicnobu2007-05-291-3/+3
* * cont.c: support Fiber. Check test/ruby/test_fiber.rb for detail.ko12007-05-271-3/+3
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12385 b2dd03c8-39d4-4d8f-98...nobu2007-05-251-3/+3
* * regint.h (include): on some platform, defines.h redefinesusa2007-05-251-3/+3
* * cont.c: support callcc which everyone love.ko12007-05-231-3/+3
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-221-3/+3
* * ruby.c (set_arg0): support RSTRING_LEN on HP-UX. a patch frommatz2007-05-221-3/+3
* * 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