summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2008-06-04* configure.in (CFLAGS, CXXFLAGS): include additional flags tonobu
2008-06-02* marshal.c (w_object): add a check for modification of array duringmame
2008-06-01* rational.c (string_to_r_internal): use rb_isdigit.naruse
2008-06-01* insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t.naruse
2008-05-31* include/ruby/ruby.h: renamed include guard.nobu
2008-05-29* test/ruby/test_regexp.rb: add tests.mame
2008-05-28* enc/trans/japanese.c: add workarround for Unicode to CP932.naruse
2008-05-27 * file.c (BUFCHECK): wrong condition. [ruby-core:16921]usa
2008-05-25* hash.c (env_each_value): Do not call env_values() twice.knu
2008-05-24* eval_method.c: renamed from vm_method.c. "vm_method.c" is includedko1
2008-05-23* transcode.c (rb_str_transcode): argc is 1, and argv is &to.naruse
2008-05-22* eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,ko1
2008-05-21* insns.def, vm_insnhelper.c: specify "const".ko1
2008-05-20* transcode.c, include/ruby/encodng.h (rb_str_transcode):naruse
2008-05-19* parse.y (assignable_gen): when "self = 1" was evalueted, unnecessarymame
2008-05-19* version.h: fix strange change by version.h update tool.ko1
2008-05-19* vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.ko1
2008-05-17* pack.c (pack_pack): check errno to detect error of ruby_strtoul.mame
2008-05-16* array.c (rb_ary_sort_bang): stop memory leak. [ruby-dev:34726]matz
2008-05-16* math.c (to_flo): rb_Float() accepts even strings for input.matz
2008-05-15* file.c (file_expand_path): support for alternative data streamnobu
2008-05-13* eval_method.c (rb_add_method): fix check for warning whenmame
2008-05-13* string.c (rb_str_cat): fixed buffer overrun reported bymatz
2008-05-12* gem_prelude.rb (load_full_rubygems_library, const_missing): preventnobu
2008-05-10* string.c (tr_trans): should check src size, not str size.matz
2008-05-10* string.c (rb_str_each_line): zero length record separator shouldmatz
2008-05-08* parse.y (arg): operator assignment "a += b rescue c" should bematz
2008-05-07* string.c (tr_trans): should squeeze properly. [ruby-dev:34587]matz
2008-05-06* ext/zlib/zlib.c (gzreader_gets): may cause infinite loop.matz
2008-05-05* compile.c (iseq_compile_each): should call compile_cpath() formatz
2008-05-05* compile.c (compile_cpath): use Qundef to denote cbase lookup.matz
2008-05-02* re.c (Init_Regexp): remove MatchData#select. [ruby-dev:34563]matz
2008-05-01* 2008-05-01usa
2008-04-30* 2008-04-30usa
2008-04-28* proc.c (method_name): should return symbols instead of strings.matz
2008-04-26* ruby.c (ruby_set_argv): ARGV should be locale encoding.naruse
2008-04-25* 2008-04-26usa
2008-04-25* 2008-04-25usa
2008-04-24* ruby.c (process_options): set safe_level before loading script.matz
2008-04-23* test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame
2008-04-22* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu
2008-04-22 * file.c (eaccess): workaround for recent msvcrt's behavior.usa
2008-04-20 * gc.c (ruby_xmalloc): use size_t for malloc argument instead of long.usa
2008-04-20* compile.c (iseq_compile_each): fix for splat in when and rescue.nobu
2008-04-17* 2008-04-18usa
2008-04-16* test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILEmame
2008-04-15* ruby.c (process_options): dln_find_file returns the pointer to anobu
2008-04-14* re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]matz
2008-04-13* test/ruby/test_parse.rb: add tests to achieve over 95% test coveragemame
2008-04-13* thread_pthread.c (lock_func): should not check interrupts innobu