summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
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
2008-04-11* file.c (rb_file_s_basename, rb_file_s_dirname, rb_file_s_extname):nobu
2008-04-10* marshal.c (w_object): add volatile to avoid potential GC bug. amatz
2008-04-10* thread_pthread.c (native_sleep): sleep_cond is initialized atnobu
2008-04-09* test/ruby/test_thread.rb: new tests from Sylvain Joyeux innobu
2008-04-07* load.c (rb_provided): check expanded path for relative pathnobu
2008-04-06* bignum.c (rb_cmpint): moved from compar.c, to check bignummatz
2008-04-06* dir.c (dir_tell): check if closed. [ruby-core:16223]nobu
2008-04-04* re.c (rb_memsearch_qs): wrong boundary condition. a patch frommatz
2008-04-03* compile.c (iseq_set_sequence, iseq_insns_unification,nobu
2008-04-02* rational.c (nurat_int_check): function for DRY integer check.matz
2008-03-31* lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu
2008-03-30* io.c (io_getc): set coderange while getting characters.naruse