aboutsummaryrefslogtreecommitdiffstats
path: root/ext/ripper
Commit message (Expand)AuthorAgeFilesLines
* * ext/ripper/lib/ripper/lexer.rb: [DOC] use lower case version of corezzak2014-02-071-2/+2
* parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042]nobu2013-11-101-3/+0
* * NEWS: Add note about frozen string literalscharliesome2013-09-021-0/+3
* eventids2.c: new literalsnobu2013-08-021-0/+6
* * lib/mkmf.rb (MakeMakefile#create_makefile): remove {$(VPATH)} othernaruse2013-04-131-2/+2
* * lib/mkmf.rb (MakeMakefile#create_makefile): output new macrousa2013-04-131-2/+2
* fix building ripper: parse.h and id.h doesn't need directorynaruse2013-04-131-5/+5
* * ext/ripper/depend: parse.h and id.h may be created on topdir.usa2013-04-131-2/+2
* ripper/depend: fix out-of-place buildnobu2013-04-131-2/+2
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-131-5/+12
* vpath.rb: hack for msys makenobu2013-01-201-1/+1
* Improve rdoc for Ripper, based on a patch by Oscar Del Ben [github:219]marcandre2012-12-081-1/+5
* * ext/ripper/lib/ripper.rb:zzak2012-09-211-1/+1
* * ext/ripper/lib/ripper.rb: Documentation for Ripper.zzak2012-09-191-8/+7
* * ext/ripper/lib/ripper.rb: Documentation for Ripper.zzak2012-09-125-20/+100
* id.h: independent from parse.hnobu2012-08-311-1/+3
* * common.mk (vm_backtrace.o): Added missing dependencies.yugui2012-08-221-1/+1
* * parse.y: added symbols and qsymbols productions for %i and %Itenderlove2012-07-241-0/+6
* * ext/ripper/extconf.rb: Use an exception instead of barekosaki2012-05-181-2/+1
* * parse.y (assoc, parser_yylex): add syntax to splat keyword hash.nobu2012-04-281-0/+1
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+2
* * ext/ripper/lib/ripper/sexp.rb: fix spelling.ayumin2012-04-101-2/+2
* * parse.y (string_content, parser_yylex): count brace nesting tonobu2012-04-091-0/+1
* suppress warnings.naruse2012-02-251-1/+0
* * ext/ripper/eventids2.c (ripper_init_eventids2): separatenobu2011-10-182-7/+8
* * ext: remove trailing spaces.nobu2011-05-221-1/+1
* * ext/ripper/lib/ripper/sexp.rb: fix rdoc arround sexp.naruse2011-04-251-5/+20
* * ext/ripper/depend (ripper.y): fix messages with nmake.nobu2010-12-261-2/+2
* * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu2010-11-121-14/+7
* * common.mk: hide long command lines by default. verbose-mode isnobu2010-11-111-0/+13
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-8/+0
* * ext/ripper/eventids2.c (token_to_eventid): addednobu2009-08-081-0/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * common.mk (ripper.c): exec can't work on Windows.nobu2009-02-241-0/+2
* * ext/ripper/depend: use VPATH.naruse2009-01-271-1/+1
* * ext/ripper/depend: lex.c's correct path is ../../lex.c.naruse2009-01-271-1/+1
* * ext/ripper/depend: fixed dependency path to lex.c.matz2009-01-261-1/+1
* * Makefile.in (ext-clean): ext-clean always fails.yugui2008-12-291-1/+1
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-1/+1
* * ext/ripper/eventids2.c (token_to_eventid): supper __ENCODING__matz2008-09-231-0/+1
* * ext/ripper/depend (ripper.o): it depends on ruby headers.akr2008-09-131-1/+6
* * ext/ripper/eventids2.c (ripper_init_eventids2): use rb_intern_const.nobu2008-08-312-49/+49
* * parse.y (parser_yylex): should clear parser->tokp as well.matz2007-11-191-1/+1
* * common.mk (parse.c), ext/ripper/depend (ripper.c): process afternobu2007-11-131-1/+3
* * parse.y (ripper): rename event: arglist_* -> args_*.aamine2007-09-171-5/+4
* * parse.y (keyword_to_name): constified.nobu2007-07-061-2/+2
* * include/ruby: moved public headers.nobu2007-06-102-6/+8
* follow previous lex.c change.akr2007-06-081-1/+1
* * parse.y (lambda): add ripper event. This fixes bus error on "make test-all".aamine2007-02-231-3/+0
* * Merge YARVko12006-12-311-0/+3