aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2008-03-28usa2008-03-281-3/+3
* * test/ruby/test_rational.rb: add tests to achieve over 90% testmame2008-03-251-3/+3
* * compile.c (compile_massign_opt): no need to use alloca.nobu2008-03-251-3/+3
* * configure.in: sitearch should use target_cpu. [ruby-core:15986]nobu2008-03-241-3/+3
* * complex.c (nucomp_sub, nucomp_expt): call corresponding functions.mame2008-03-201-3/+3
* * io.c (argf_tell, argf_seek_m, argf_set_pos, argf_rewind,nobu2008-03-191-3/+3
* * regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt checkmatz2008-03-191-3/+3
* * re.c (rb_memsearch_ss): simple shift search.naruse2008-03-171-3/+3
* * configure.in: unset GREP_OPTIONS. [ruby-core:15918]nobu2008-03-171-3/+3
* * common.mk (LIBRUBY_SO): add dependency to $(BUILTIN_ENCOBJS).naruse2008-03-161-3/+3
* * encoding.c (rb_enc_associate_index): pass unnecessary enc_capable().matz2008-03-151-3/+3
* * numeric.c (fix_divmod): should return integer division. [ruby-dev:34006]matz2008-03-131-3/+3
* * configure.in (stdint.h): check if presence.nobu2008-03-121-3/+3
* * array.c (rb_ary_combination): argument check before creatingmatz2008-03-111-3/+3
* * ruby.c (usage): remove some unimportant lines to fit -h messagematz2008-03-101-3/+3
* * string.c (rb_str_index): if t == s + pos, the character beginningnaruse2008-03-091-3/+3
* * string.c (search_nonascii): Use VALUE instead of unsigned longnaruse2008-03-081-3/+3
* * 2008-03-07usa2008-03-071-3/+3
* * struct.c (make_struct): preserve encoding of struct name.nobu2008-03-051-3/+3
* * lib/debug.rb: require 'continuation' to implement "restart"matz2008-03-051-3/+3
* * io.c (open_key_args): use rb_io_open instead of rb_f_open.naruse2008-03-031-3/+3
* * hash.c (rb_any_hash): shrinks all results in Fixnum range.nobu2008-03-031-3/+3
* * object.c (rb_cstr_to_dbl): check for successive underscores.nobu2008-03-011-3/+3
* * encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy.nobu2008-02-291-4/+4