summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
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
2008-03-30revert git backfire in r15860; sorrymatz
2008-03-30* proc.c (proc_dup): should copy is_lambda attribute as well.matz
2008-03-29* 2008-03-29nobu
2008-03-28* 2008-03-28usa
2008-03-25* test/ruby/test_rational.rb: add tests to achieve over 90% testmame
2008-03-25* compile.c (compile_massign_opt): no need to use alloca.nobu
2008-03-24* configure.in: sitearch should use target_cpu. [ruby-core:15986]nobu
2008-03-20* complex.c (nucomp_sub, nucomp_expt): call corresponding functions.mame
2008-03-19* io.c (argf_tell, argf_seek_m, argf_set_pos, argf_rewind,nobu
2008-03-19* regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt checkmatz
2008-03-17* re.c (rb_memsearch_ss): simple shift search.naruse
2008-03-17* configure.in: unset GREP_OPTIONS. [ruby-core:15918]nobu
2008-03-16* common.mk (LIBRUBY_SO): add dependency to $(BUILTIN_ENCOBJS).naruse
2008-03-15* encoding.c (rb_enc_associate_index): pass unnecessary enc_capable().matz
2008-03-13* numeric.c (fix_divmod): should return integer division. [ruby-dev:34006]matz
2008-03-12* configure.in (stdint.h): check if presence.nobu
2008-03-11* array.c (rb_ary_combination): argument check before creatingmatz
2008-03-10* ruby.c (usage): remove some unimportant lines to fit -h messagematz
2008-03-09* string.c (rb_str_index): if t == s + pos, the character beginningnaruse
2008-03-08* string.c (search_nonascii): Use VALUE instead of unsigned longnaruse
2008-03-07* 2008-03-07usa