summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2007-10-10* include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncodingmatz
2007-10-10* string.c (rb_enc_str_coderange): fixed checkfor non-ascii.nobu
2007-10-09* parse.y (STR_NEW3): check for if single byte sequence.nobu
2007-10-07* insns.def (opt_eq): fix to use rb_str_equal().ko1
2007-10-05* include/ruby/defines.h: no longer provide DEFAULT_KCODE.matz
2007-10-042007-10-05knu
2007-10-04* array.c (rb_ary_permutation): remove C99 dependency.matz
2007-10-03* ruby.c (ruby_process_options): push frame with program name.nobu
2007-10-01* proc.c (proc_dup): proc->block.proc should be self.ko1
2007-10-01* eval.c (ruby_options), ruby.c (proc_options, process_options): notnobu
2007-09-29 * variable.c (obj_ivar_each): get rid of warning.usa
2007-09-28* cont.c: Thread local storage should be fiber local.ko1
2007-09-28* benchmark/driver.rb: fix file selection algorithm.ko1
2007-09-26* process.c (rb_waitpid): no needs to poll. [ruby-dev:31871]nobu
2007-09-25* parse.y (parser_yyerror): limit error message length.nobu
2007-09-25* eval.c (rb_longjmp): source file information may be NULL.matz
2007-09-24* lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799]matz
2007-09-22* eval_method.ci (remove_method): check for undefined method.nobu
2007-09-21* ext/stringio/stringio.c (strio_init): separate from strio_initializenobu
2007-09-20* hash.c (hash_equal): should call rb_eql when argument eql is set.matz
2007-09-20* io.c (popen_exec), process.c (rb_spawn): stop other threads beforenobu
2007-09-15* lib/rss.rb, lib/rss/, test/rss/:kou
2007-09-14* insnhelper.ci (vm_expandarray): should be volatile value for GC.ko1
2007-09-13* parse.y (rb_id2str): fixed typo.nobu
2007-09-12* io.c (rb_io_s_sysopen): should not use alloca for unknowen sizenobu
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