aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* Merge from ruby_1_8.knu2008-05-311-0/+10
* Merge from ruby_1_8.knu2008-05-311-3/+3
* Merge from ruby_1_8.knu2008-05-291-3/+3
* Merge from ruby_1_8.knu2008-05-281-3/+3
* Merge from ruby_1_8.knu2008-05-271-3/+3
* Merge from ruby_1_8.knu2008-05-251-3/+3
* Merge from ruby_1_8.knu2008-05-241-3/+3
* Merge from ruby_1_8.knu2008-05-221-3/+3
* Merge from ruby_1_8.knu2008-05-211-3/+3
* Merge a NEWS entry from ruby_1_8.knu2008-05-181-3/+3
* Merge r16206 and r16239 from ruby_1_8.knu2008-05-181-4/+4
* Merge from ruby_1_8.knu2008-04-251-3/+3
* Merge from ruby_1_8.knu2008-04-221-3/+3
* Merge from ruby_1_8.knu2008-04-211-3/+3
* 20080420knu2008-04-201-3/+3
* Merge everything from ruby_1_8.knu2008-04-191-3/+3
* * 2008-04-18usa2008-04-181-3/+3
* Begin the 1.8.7 series.knu2008-04-151-4/+4
* * 2008-04-15nobu2008-04-151-3/+3
* * marshal.c (w_object): add volatile to avoid potential GC bug. amatz2008-04-101-3/+3
* * enum.c (iterate_method): add prototype to avoid warning on VC++.usa2008-04-091-3/+3
* 20080409knu2008-04-091-3/+3
* * re.c (rb_reg_quote): should always copy the quoting string.matz2008-04-081-3/+3
* * dir.c (dir_tell): check if closed. [ruby-core:16223]nobu2008-04-061-3/+3
* * object.c (rb_check_to_integer): backported for range_step.nobu2008-04-051-3/+3
* * range.c (range_step): should not round step into integer ifmatz2008-04-031-3/+3
* * lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu2008-03-311-4/+4
* * ext/tk/tcltklib.c: rb_hash_lookup has not been backported yet.nobu2008-03-291-3/+3
* * 2008-03-29nobu2008-03-291-3/+3
* * configure.in: sitearch should use target_cpu. [ruby-core:15986]nobu2008-03-241-3/+3
* * instruby.rb (open_for_install): write block result and rewrite onlynobu2008-03-211-3/+3
* * 2008-03-19usa2008-03-181-3/+3
* * configure.in: unset GREP_OPTIONS. [ruby-core:15918]nobu2008-03-171-3/+3
* * configure.in (RUBY_CHECK_VARTYPE): should not indent preprocessornobu2008-03-141-3/+3
* * eval.c (rb_call0): yields the last executed node line number atnobu2008-03-121-3/+3
* 2008-03-12kazu2008-03-111-3/+3
* * common.mk (clean-local): removes MINOBJS.nobu2008-03-111-3/+3
* * file.c (isdirsep): backslash is valid path separator on cygwin too.nobu2008-03-081-3/+3
* * lib/mkmf.rb: rdoc added. [ruby-Patches-9762]nobu2008-03-071-3/+3
* * 2008-03-06usa2008-03-061-3/+3
* * hash.c (rb_any_hash): shrinks all results in Fixnum range.nobu2008-03-031-3/+3
* * bignum.c (big2str_find_n1): check integer overflow.nobu2008-02-291-4/+4
* * 2008-02-26usa2008-02-261-3/+3
* * 2008-02-25usa2008-02-251-3/+3
* * util.c (valid_filename): use O_EXCL to get rid of clobberingnobu2008-02-231-3/+3
* * bignum.c (rb_big_lshift, rb_big_rshift, rb_big_aref): removed excessnobu2008-02-221-3/+3
* * configure.in (RPATHFLAG): -R option of HP-UX ld is not for runtimenobu2008-02-201-3/+3
* * instruby.rb (parse_args): added --dir-mode, --script-mode andnobu2008-02-201-3/+3
* * parse.y (yycompile): clear ruby_eval_tree_begin if parse failed.nobu2008-02-191-3/+3
* * ext/pty/lib/expect.rb (IO#expect): check if peer is closed.nobu2008-02-181-3/+3