aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * encoding.c (rb_cEncoding): new Encoding class.nobu2007-10-131-3/+3
* * parse.y: encoding specifier should work if the line matchesmatz2007-10-121-3/+3
* * trunk/parse.y (magic_comments): add "encoding" as same as "coding".nobu2007-10-121-3/+3
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncodingmatz2007-10-101-3/+3
* * string.c (rb_enc_str_coderange): fixed checkfor non-ascii.nobu2007-10-101-3/+3
* * parse.y (STR_NEW3): check for if single byte sequence.nobu2007-10-091-3/+3
* * insns.def (opt_eq): fix to use rb_str_equal().ko12007-10-071-3/+3
* * include/ruby/defines.h: no longer provide DEFAULT_KCODE.matz2007-10-051-3/+3
* 2007-10-05knu2007-10-041-3/+3
* * array.c (rb_ary_permutation): remove C99 dependency.matz2007-10-041-3/+3
* * ruby.c (ruby_process_options): push frame with program name.nobu2007-10-031-3/+3
* * proc.c (proc_dup): proc->block.proc should be self.ko12007-10-011-3/+3
* * eval.c (ruby_options), ruby.c (proc_options, process_options): notnobu2007-10-011-4/+4
* * variable.c (obj_ivar_each): get rid of warning.usa2007-09-291-3/+3
* * cont.c: Thread local storage should be fiber local.ko12007-09-281-3/+3
* * benchmark/driver.rb: fix file selection algorithm.ko12007-09-281-3/+3
* * process.c (rb_waitpid): no needs to poll. [ruby-dev:31871]nobu2007-09-261-3/+3
* * 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