aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/ruby.h: renamed include guard.nobu2008-05-311-3/+3
* * test/ruby/test_regexp.rb: add tests.mame2008-05-291-3/+3
* * enc/trans/japanese.c: add workarround for Unicode to CP932.naruse2008-05-281-3/+3
* * file.c (BUFCHECK): wrong condition. [ruby-core:16921]usa2008-05-271-3/+3
* * hash.c (env_each_value): Do not call env_values() twice.knu2008-05-251-3/+3
* * eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko12008-05-241-3/+3
* * transcode.c (rb_str_transcode): argc is 1, and argv is &to.naruse2008-05-231-3/+3
* * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko12008-05-221-3/+3
* * insns.def, vm_insnhelper.c: specify "const".ko12008-05-211-3/+3
* * transcode.c, include/ruby/encodng.h (rb_str_transcode):naruse2008-05-201-3/+3
* * parse.y (assignable_gen): when "self = 1" was evalueted, unnecessarymame2008-05-191-3/+3
* * version.h: fix strange change by version.h update tool.ko12008-05-191-1/+1
* * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko12008-05-191-4/+4
* * pack.c (pack_pack): check errno to detect error of ruby_strtoul.mame2008-05-171-3/+3
* * array.c (rb_ary_sort_bang): stop memory leak. [ruby-dev:34726]matz2008-05-161-3/+3
* * math.c (to_flo): rb_Float() accepts even strings for input.matz2008-05-161-3/+3
* * file.c (file_expand_path): support for alternative data streamnobu2008-05-151-3/+3
* * eval_method.c (rb_add_method): fix check for warning whenmame2008-05-131-3/+3
* * string.c (rb_str_cat): fixed buffer overrun reported bymatz2008-05-131-3/+3
* * gem_prelude.rb (load_full_rubygems_library, const_missing): preventnobu2008-05-121-3/+3
* * string.c (tr_trans): should check src size, not str size.matz2008-05-101-3/+3
* * string.c (rb_str_each_line): zero length record separator shouldmatz2008-05-101-3/+3
* * parse.y (arg): operator assignment "a += b rescue c" should bematz2008-05-081-3/+3
* * string.c (tr_trans): should squeeze properly. [ruby-dev:34587]matz2008-05-071-3/+3
* * ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.matz2008-05-061-3/+3
* * compile.c (iseq_compile_each): should call compile_cpath() formatz2008-05-051-3/+3
* * compile.c (compile_cpath): use Qundef to denote cbase lookup.matz2008-05-051-3/+3
* * re.c (Init_Regexp): remove MatchData#select. [ruby-dev:34563]matz2008-05-021-3/+3
* * 2008-05-01usa2008-05-011-4/+4
* * 2008-04-30usa2008-04-301-3/+3
* * proc.c (method_name): should return symbols instead of strings.matz2008-04-281-3/+3
* * ruby.c (ruby_set_argv): ARGV should be locale encoding.naruse2008-04-261-3/+3
* * 2008-04-26usa2008-04-251-3/+3
* * 2008-04-25usa2008-04-251-3/+3
* * ruby.c (process_options): set safe_level before loading script.matz2008-04-241-1/+1
* * test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame2008-04-231-3/+3
* * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu2008-04-221-4/+4
* * file.c (eaccess): workaround for recent msvcrt's behavior.usa2008-04-221-3/+3
* * gc.c (ruby_xmalloc): use size_t for malloc argument instead of long.usa2008-04-201-3/+3
* * compile.c (iseq_compile_each): fix for splat in when and rescue.nobu2008-04-201-3/+3
* * 2008-04-18usa2008-04-171-3/+3
* * test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILEmame2008-04-161-3/+3
* * ruby.c (process_options): dln_find_file returns the pointer to anobu2008-04-151-3/+3
* * re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]matz2008-04-141-3/+3
* * test/ruby/test_parse.rb: add tests to achieve over 95% test coveragemame2008-04-131-3/+3
* * thread_pthread.c (lock_func): should not check interrupts innobu2008-04-131-3/+3
* * file.c (rb_file_s_basename, rb_file_s_dirname, rb_file_s_extname):nobu2008-04-111-3/+3
* * marshal.c (w_object): add volatile to avoid potential GC bug. amatz2008-04-101-3/+3
* * thread_pthread.c (native_sleep): sleep_cond is initialized atnobu2008-04-101-3/+3
* * test/ruby/test_thread.rb: new tests from Sylvain Joyeux innobu2008-04-091-3/+3