summaryrefslogtreecommitdiff
path: root/ext/ripper/depend
AgeCommit message (Expand)Author
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-06-17Support Bison 3 in ripperNobuyoshi Nakada
2019-03-01Support YACC environment variable for ripper.hsbt
2019-02-08Removed moving toplevel header since r12501nobu
2018-01-19ext/ripper: Introduce a simple DSL for ripper.y code generationmame
2018-01-17ext/ripper/depend: Try to fix the path of id.hmame
2018-01-17ripper.c: depends on preproc.rbnobu
2017-07-14VPATH for rippernobu
2017-05-20ripper.c should have `#line "ripper.c"`, not `#line "parse.c"`mame
2017-03-22ruby tool/update-deps --fixshyouhei
2016-07-06probes.dmyh: remove preprocessor directivesnobu
2016-04-25ripper: fix ripper.Enobu
2016-04-11Update dependencies.akr
2016-01-07* ext/ripper/depend: Just like BSDmake, nmake also recognize the rule ofusa
2016-01-07fix r53448naruse
2016-01-07mkmf.rb: library installation messagesnobu
2014-12-19Update dependencies.akr
2014-11-27Update dependencies.akr
2014-11-21Update dependency.akr
2014-11-19common.mk: fix build errornobu
2014-11-19* common.mk (ext/ripper/ripper.c): pass build directory as VPATH.naruse
2014-11-18Dependencies updated.akr
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-15Mark auogenerated part.akr
2014-11-15* common.mk: Remove comments in Dependency lines.akr
2014-11-15* tool/update-deps: Extend to fix dependencies.akr
2013-04-13* lib/mkmf.rb (MakeMakefile#create_makefile): remove {$(VPATH)} othernaruse
2013-04-13* lib/mkmf.rb (MakeMakefile#create_makefile): output new macrousa
2013-04-13fix building ripper: parse.h and id.h doesn't need directorynaruse
2013-04-13* ext/ripper/depend: parse.h and id.h may be created on topdir.usa
2013-04-13ripper/depend: fix out-of-place buildnobu
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2013-01-20vpath.rb: hack for msys makenobu
2012-08-31id.h: independent from parse.hnobu
2012-08-22* common.mk (vm_backtrace.o): Added missing dependencies.yugui
2010-12-26* ext/ripper/depend (ripper.y): fix messages with nmake.nobu
2010-11-12* Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu
2010-11-11* common.mk: hide long command lines by default. verbose-mode isnobu
2009-02-24* common.mk (ripper.c): exec can't work on Windows.nobu
2009-01-27* ext/ripper/depend: use VPATH.naruse
2009-01-27* ext/ripper/depend: lex.c's correct path is ../../lex.c.naruse
2009-01-26* ext/ripper/depend: fixed dependency path to lex.c.matz
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-09-13* ext/ripper/depend (ripper.o): it depends on ruby headers.akr
2007-11-13* common.mk (parse.c), ext/ripper/depend (ripper.c): process afternobu
2007-06-10* include/ruby: moved public headers.nobu
2007-06-08follow previous lex.c change.akr
2005-10-19* lib/mkmf.rb (create_makefile): get rid of a restrictionnobu
2005-10-08* parse.y (rb_parser_malloc, rb_parser_free): manage parser stack onnobu
2005-09-23* ext/ripper: no longer generates .rb files.aamine