aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * load.c (rb_provided): check expanded path for relative pathnobu2008-04-071-3/+3
* * bignum.c (rb_cmpint): moved from compar.c, to check bignummatz2008-04-061-3/+3
* * dir.c (dir_tell): check if closed. [ruby-core:16223]nobu2008-04-061-3/+3
* * re.c (rb_memsearch_qs): wrong boundary condition. a patch frommatz2008-04-041-3/+3
* * compile.c (iseq_set_sequence, iseq_insns_unification,nobu2008-04-031-3/+3
* * rational.c (nurat_int_check): function for DRY integer check.matz2008-04-021-3/+3
* * lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu2008-03-311-4/+4
* * io.c (io_getc): set coderange while getting characters.naruse2008-03-301-3/+3
* revert git backfire in r15860; sorrymatz2008-03-301-3/+3
* * proc.c (proc_dup): should copy is_lambda attribute as well.matz2008-03-301-3/+3
* * 2008-03-29nobu2008-03-291-3/+3