aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * string.c (str_new): remove encoding assumption of empty string.naruse2008-02-281-3/+3
* * include/ruby/encoding.h (rb_str_coderange_scan_restartable): addednobu2008-02-281-1/+1
* * string.c (rb_str_coderange_scan_restartable): coderange scaningnaruse2008-02-271-2/+2
* * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu2008-02-261-3/+3
* * 2008-02-26usa2008-02-261-3/+3
* * 2008-02-25nobu2008-02-251-3/+3
* * util.c (valid_filename): use O_EXCL to get rid of clobberingnobu2008-02-231-3/+3
* * 2008-02-23nobu2008-02-231-3/+3
* * enc/{depend,make_encdb.rb,trans/make_transdb.rb}: sort in alpha-numeric order.nobu2008-02-221-3/+3
* * io.c (rb_f_putc): invoke stdout method so that redefining putcmatz2008-02-211-3/+3
* * configure.in (RPATHFLAG): -R option of HP-UX ld is not for runtimenobu2008-02-201-3/+3