summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
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
2008-02-01* configure.in (darwin): _XOPEN_SOURCE is necessary to make ucontext_tnobu
2008-01-30* common.mk (ext/extmk.rb, instruby.rb): inlined $(MAKE) so that cannobu
2008-01-30* 2008-01-30usa
2008-01-29* configure.in: rm largefile.h.nobu
2008-01-28* io.c (rb_open_file): should check NUL in path.matz
2008-01-25* */*.bat: set svn:mime-type to text/batch.nobu
2008-01-24* lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s insteadnobu
2008-01-22 * win32/setup.mak ($(ARCH)): if a macro is appended by $(APPEND),usa
2008-01-21* 2008-01-21usa
2008-01-19* configure.in: Remove wrong assumptions about Cygwin. a patch fromnobu
2008-01-14* common.mk: simplified dummy objects dependencies.nobu
2008-01-14version.h: should not use 1.9 version.hmatz
2008-01-14* lib/shellwords.rb: scape should be an alias to shellescape. amatz
2008-01-11* lib/rdoc/options.rb ():nobu
2008-01-10* win32/win32.c (rb_w32_open_osfhandle): reverted to old definition.nobu
2008-01-08* win{32,ce}/Makefile.sub: merged.nobu
2008-01-06* 2008-01-06usa
2008-01-03* win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660]nobu
2008-01-03* io.c (fptr_finalize): clear errno first. [ruby-talk:284492]nobu
2008-01-02* 2007-01-02usa
2007-12-30* trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for crossnobu
2007-12-27* intern.h, string.c (rb_str_set_len): added for upgrading path fromnobu