summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2008-05-18Merge a NEWS entry from ruby_1_8.knu
2008-05-18Merge r16206 and r16239 from ruby_1_8.knu
2008-04-25Merge from ruby_1_8.knu
2008-04-22Merge from ruby_1_8.knu
2008-04-21Merge from ruby_1_8.knu
2008-04-2020080420knu
2008-04-19Merge everything from ruby_1_8.knu
2008-04-18* 2008-04-18usa
2008-04-15Begin the 1.8.7 series.knu
2008-04-15* 2008-04-15nobu
2008-04-10* marshal.c (w_object): add volatile to avoid potential GC bug. amatz
2008-04-09 * enum.c (iterate_method): add prototype to avoid warning on VC++.usa
2008-04-0920080409knu
2008-04-08* re.c (rb_reg_quote): should always copy the quoting string.matz
2008-04-06* dir.c (dir_tell): check if closed. [ruby-core:16223]nobu
2008-04-05* object.c (rb_check_to_integer): backported for range_step.nobu
2008-04-03* range.c (range_step): should not round step into integer ifmatz
2008-03-31* lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu
2008-03-29* ext/tk/tcltklib.c: rb_hash_lookup has not been backported yet.nobu
2008-03-29* 2008-03-29nobu
2008-03-24* configure.in: sitearch should use target_cpu. [ruby-core:15986]nobu
2008-03-21* instruby.rb (open_for_install): write block result and rewrite onlynobu
2008-03-18* 2008-03-19usa
2008-03-17* configure.in: unset GREP_OPTIONS. [ruby-core:15918]nobu
2008-03-14* configure.in (RUBY_CHECK_VARTYPE): should not indent preprocessornobu
2008-03-12* eval.c (rb_call0): yields the last executed node line number atnobu
2008-03-112008-03-12kazu
2008-03-11* common.mk (clean-local): removes MINOBJS.nobu
2008-03-08* file.c (isdirsep): backslash is valid path separator on cygwin too.nobu
2008-03-07* lib/mkmf.rb: rdoc added. [ruby-Patches-9762]nobu
2008-03-06* 2008-03-06usa
2008-03-03* hash.c (rb_any_hash): shrinks all results in Fixnum range.nobu
2008-02-29* bignum.c (big2str_find_n1): check integer overflow.nobu
2008-02-26* 2008-02-26usa
2008-02-25* 2008-02-25usa
2008-02-23* util.c (valid_filename): use O_EXCL to get rid of clobberingnobu
2008-02-22* bignum.c (rb_big_lshift, rb_big_rshift, rb_big_aref): removed excessnobu
2008-02-20* configure.in (RPATHFLAG): -R option of HP-UX ld is not for runtimenobu
2008-02-20* instruby.rb (parse_args): added --dir-mode, --script-mode andnobu
2008-02-19* parse.y (yycompile): clear ruby_eval_tree_begin if parse failed.nobu
2008-02-18* ext/pty/lib/expect.rb (IO#expect): check if peer is closed.nobu
2008-02-14* configure.in (sigsetmask): check when signal semantics is not POSIX.nobu
2008-02-13* common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766]nobu
2008-02-12* 2008-02-12usa
2008-02-11* gc.c (rb_newobj): prohibit call of rb_newobj() during gc.shyouhei
2008-02-08* lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other thannobu
2008-02-08* lib/mkmf.rb (xsystem): expand macros like as make.nobu
2008-02-05* lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR.nobu
2008-02-04* configure.in (darwin): NSIG is not defined if _XOPEN_SOURCE > 500L.nobu
2008-02-02* configure.in (darwin): disabled fat-binary support which confusesnobu