summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2007-09-09* range.c (range_step): fixed integer overflow. [ruby-dev:31763]matz
2007-09-07* 2007-09-08usa
2007-09-06* io.c (rb_io_getc): forgot to commit rb_enc_mbclen() fix.matz
2007-09-06* string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.nobu
2007-09-05* string.c (rb_str_splice): integer overflow for length.matz
2007-09-04* ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke
2007-09-03* common.mk (vm.o): depends on st.h too.nobu
2007-09-01* st.c (st_numcmp, st_numhash): use st_data_t instead of long, becausenobu
2007-08-30* parse.y (assignable_gen): ignore already erred names.nobu
2007-08-29* string.c (str_gsub): should not use mbclen2() which has broken API.matz
2007-08-29* include/ruby/defines.h (flush_register_windows): call "ta 0x03"matz
2007-08-27* thread.c: fix Mutex to be interruptable lock.ko1
2007-08-26* enumerator.c (enumerator_next): message changed.matz
2007-08-25* include/ruby/encoding.h: remove unused rb_enc_ismbchar().matz
2007-08-24* compile.c (compile_massign_opt): fix to skip massign optimizationko1
2007-08-24* eval.c (rb_f_send_bang): abandon the name funcall for privatematz
2007-08-22* missing/strtod.c: removed. [ruby-dev:31588]matz
2007-08-21* cont.c: add Fiber#resume and Fiber.yield.ko1
2007-08-20* enumerator.c (next_i): fix to return with Fiber#yield atko1
2007-08-20* vm_core.h (struct rb_thread_struct): removed first_func_arg andnobu
2007-08-19* insnhelper.ci (vm_callee_setup_arg): fix to mark enough VM stack.ko1
2007-08-17* eval.c (frame_func_id): return proper method ID.nobu
2007-08-16* insns.def (throw): insert a RUBY_VM_CHECK_INTS(). [ruby-dev:31361]ko1
2007-08-15* cont.c (rb_fiber_m_yield): added. use this functionko1
2007-08-15* ext/stringio/stringio.c (strio_getc): should returnsmatz
2007-08-14* common.mk: change test order (test -> btest).ko1
2007-08-12* template/yasmdata.rb.tmpl: fix type and name.ko1
2007-08-10* thread.c (thread_start_func_2): not re-raise to main thread if it isnobu
2007-08-09* parse.y (internal_id_gen): internal ID must be bigger thannobu
2007-08-08* enum.c (enum_cycle): typo fixed. a patch from Kazuhiromatz
2007-08-08* common.mk (btest-miniruby, test-sample): split the test targetnobu
2007-08-06* enum.c (enum_cycle): new method to cycle enumerable forever.matz
2007-08-06* common.mk (INSNS): not chdir to srcdir.nobu
2007-08-04* io.c (pipe_open_v, pipe_open_s): separate array and stringnobu
2007-08-02* lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu
2007-08-02* sprintf.c (rb_f_sprintf): should not check positional number asnobu
2007-08-01* generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu
2007-07-30* bignum.c (rb_big_aref): check for Bignum index range.nobu
2007-07-28* ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz
2007-07-26* dln.c (conv_to_posix_path): removed.nobu
2007-07-23* regint.h (USE_MATCH_RANGE_IS_COMPLETE_RANGE): undef to achieve oldmatz
2007-07-23* parse.y (value_expr_gen): warn for empty expression ().matz
2007-07-22* thread.c (is_ruby_native_thread): made an int function asnobu
2007-07-21* lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu
2007-07-20* bootstraptest/runner.rb (get_result_string): check $?.coredump? nobu
2007-07-19* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu
2007-07-17* time.c (time_succ): Time#succ should return a time object in thematz
2007-07-16* lib/base64.rb (Base64::b64encode): should not specify /o optionmatz
2007-07-15* bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu
2007-07-14* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu