aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * ext/zlib/zlib.c (rb_deflate_init_copy): Copy buffers as well.knu2008-06-081-3/+3
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-3/+3
* * io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int.usa2008-06-061-3/+3
* * ext/iconv/iconv.c (iconv_iconv): no needs to initialize with Qnilnobu2008-06-061-3/+3
* * test/ruby/test_process.rb: add tests.mame2008-06-041-3/+3
* * configure.in (CFLAGS, CXXFLAGS): include additional flags tonobu2008-06-041-3/+3
* * marshal.c (w_object): add a check for modification of array duringmame2008-06-021-3/+3
* * rational.c (string_to_r_internal): use rb_isdigit.naruse2008-06-011-3/+3
* * insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t.naruse2008-06-011-4/+4
* * 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