aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (parser_yyerror): limit error message length.nobu2007-09-251-3/+3
* * eval.c (rb_longjmp): source file information may be NULL.matz2007-09-251-3/+3
* * lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799]matz2007-09-241-3/+3
* * eval_method.ci (remove_method): check for undefined method.nobu2007-09-221-3/+3
* * ext/stringio/stringio.c (strio_init): separate from strio_initializenobu2007-09-211-3/+3
* * hash.c (hash_equal): should call rb_eql when argument eql is set.matz2007-09-201-3/+3
* * io.c (popen_exec), process.c (rb_spawn): stop other threads beforenobu2007-09-201-3/+3
* * lib/rss.rb, lib/rss/, test/rss/:kou2007-09-151-3/+3
* * insnhelper.ci (vm_expandarray): should be volatile value for GC.ko12007-09-141-3/+3
* * parse.y (rb_id2str): fixed typo.nobu2007-09-131-3/+3
* * io.c (rb_io_s_sysopen): should not use alloca for unknowen sizenobu2007-09-121-3/+3
* * range.c (range_step): fixed integer overflow. [ruby-dev:31763]matz2007-09-091-3/+3
* * 2007-09-08usa2007-09-071-3/+3
* * io.c (rb_io_getc): forgot to commit rb_enc_mbclen() fix.matz2007-09-061-3/+3
* * string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.nobu2007-09-061-3/+3
* * string.c (rb_str_splice): integer overflow for length.matz2007-09-051-3/+3
* * ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke2007-09-041-3/+3
* * common.mk (vm.o): depends on st.h too.nobu2007-09-031-3/+3
* * st.c (st_numcmp, st_numhash): use st_data_t instead of long, becausenobu2007-09-011-4/+4
* * parse.y (assignable_gen): ignore already erred names.nobu2007-08-301-3/+3
* * string.c (str_gsub): should not use mbclen2() which has broken API.matz2007-08-291-3/+3
* * include/ruby/defines.h (flush_register_windows): call "ta 0x03"matz2007-08-291-3/+3
* * thread.c: fix Mutex to be interruptable lock.ko12007-08-271-3/+3
* * enumerator.c (enumerator_next): message changed.matz2007-08-261-3/+3
* * include/ruby/encoding.h: remove unused rb_enc_ismbchar().matz2007-08-251-3/+3
* * compile.c (compile_massign_opt): fix to skip massign optimizationko12007-08-241-3/+3
* * eval.c (rb_f_send_bang): abandon the name funcall for privatematz2007-08-241-3/+3
* * missing/strtod.c: removed. [ruby-dev:31588]matz2007-08-221-3/+3
* * cont.c: add Fiber#resume and Fiber.yield.ko12007-08-211-3/+3
* * enumerator.c (next_i): fix to return with Fiber#yield atko12007-08-201-3/+3
* * vm_core.h (struct rb_thread_struct): removed first_func_arg andnobu2007-08-201-3/+3
* * insnhelper.ci (vm_callee_setup_arg): fix to mark enough VM stack.ko12007-08-191-3/+3
* * eval.c (frame_func_id): return proper method ID.nobu2007-08-171-3/+3
* * insns.def (throw): insert a RUBY_VM_CHECK_INTS(). [ruby-dev:31361]ko12007-08-161-3/+3
* * cont.c (rb_fiber_m_yield): added. use this functionko12007-08-151-3/+3
* * ext/stringio/stringio.c (strio_getc): should returnsmatz2007-08-151-3/+3
* * common.mk: change test order (test -> btest).ko12007-08-141-3/+3
* * template/yasmdata.rb.tmpl: fix type and name.ko12007-08-121-3/+3
* * thread.c (thread_start_func_2): not re-raise to main thread if it isnobu2007-08-101-3/+3
* * parse.y (internal_id_gen): internal ID must be bigger thannobu2007-08-091-3/+3
* * enum.c (enum_cycle): typo fixed. a patch from Kazuhiromatz2007-08-081-3/+3
* * common.mk (btest-miniruby, test-sample): split the test targetnobu2007-08-081-3/+3
* * enum.c (enum_cycle): new method to cycle enumerable forever.matz2007-08-061-3/+3
* * common.mk (INSNS): not chdir to srcdir.nobu2007-08-061-3/+3
* * io.c (pipe_open_v, pipe_open_s): separate array and stringnobu2007-08-041-3/+3
* * lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu2007-08-021-3/+3
* * sprintf.c (rb_f_sprintf): should not check positional number asnobu2007-08-021-3/+3
* * generic.rb (URI::Generic::merge_path): behave as RFC 3986.nobu2007-08-011-4/+4
* * bignum.c (rb_big_aref): check for Bignum index range.nobu2007-07-301-3/+3
* * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz2007-07-281-3/+3