| Commit message (Expand) | Author | Age | Files | Lines |
* | Update dependencies. | akr | 2014-12-19 | 1 | -1/+1 |
* | Update dependencies. | akr | 2014-11-27 | 1 | -4/+4 |
* | Update dependency. | akr | 2014-11-21 | 1 | -1/+3 |
* | common.mk: fix build error | nobu | 2014-11-19 | 1 | -1/+1 |
* | * common.mk (ext/ripper/ripper.c): pass build directory as VPATH. | naruse | 2014-11-19 | 1 | -1/+1 |
* | Dependencies updated. | akr | 2014-11-18 | 1 | -13/+14 |
* | * internal.h: Include ruby.h and ruby/encoding.h to be | akr | 2014-11-15 | 1 | -0/+1 |
* | Mark auogenerated part. | akr | 2014-11-15 | 1 | -0/+2 |
* | * common.mk: Remove comments in Dependency lines. | akr | 2014-11-15 | 1 | -24/+24 |
* | * tool/update-deps: Extend to fix dependencies. | akr | 2014-11-15 | 1 | -13/+26 |
* | eventids2.c: reduce size | nobu | 2014-10-28 | 2 | -5/+11 |
* | eventids2.c: reduce size | nobu | 2014-10-27 | 1 | -257/+264 |
* | ripper/tools/generate.rb: shorten generated source | nobu | 2014-10-27 | 1 | -11/+14 |
* | parse.y: Ripper.sexp returns error | nobu | 2014-10-26 | 1 | -2/+6 |
* | parse.y: quoted ID key | nobu | 2014-09-20 | 1 | -0/+3 |
* | * ext/ripper/lib/ripper/lexer.rb: [DOC] use lower case version of core | zzak | 2014-02-07 | 1 | -2/+2 |
* | parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042] | nobu | 2013-11-10 | 1 | -3/+0 |
* | * NEWS: Add note about frozen string literals | charliesome | 2013-09-02 | 1 | -0/+3 |
* | eventids2.c: new literals | nobu | 2013-08-02 | 1 | -0/+6 |
* | * lib/mkmf.rb (MakeMakefile#create_makefile): remove {$(VPATH)} other | naruse | 2013-04-13 | 1 | -2/+2 |
* | * lib/mkmf.rb (MakeMakefile#create_makefile): output new macro | usa | 2013-04-13 | 1 | -2/+2 |
* | fix building ripper: parse.h and id.h doesn't need directory | naruse | 2013-04-13 | 1 | -5/+5 |
* | * ext/ripper/depend: parse.h and id.h may be created on topdir. | usa | 2013-04-13 | 1 | -2/+2 |
* | ripper/depend: fix out-of-place build | nobu | 2013-04-13 | 1 | -2/+2 |
* | * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, | akr | 2013-04-13 | 1 | -5/+12 |
* | vpath.rb: hack for msys make | nobu | 2013-01-20 | 1 | -1/+1 |
* | Improve rdoc for Ripper, based on a patch by Oscar Del Ben [github:219] | marcandre | 2012-12-08 | 1 | -1/+5 |
* | * ext/ripper/lib/ripper.rb: | zzak | 2012-09-21 | 1 | -1/+1 |
* | * ext/ripper/lib/ripper.rb: Documentation for Ripper. | zzak | 2012-09-19 | 1 | -8/+7 |
* | * ext/ripper/lib/ripper.rb: Documentation for Ripper. | zzak | 2012-09-12 | 5 | -20/+100 |
* | id.h: independent from parse.h | nobu | 2012-08-31 | 1 | -1/+3 |
* | * common.mk (vm_backtrace.o): Added missing dependencies. | yugui | 2012-08-22 | 1 | -1/+1 |
* | * parse.y: added symbols and qsymbols productions for %i and %I | tenderlove | 2012-07-24 | 1 | -0/+6 |
* | * ext/ripper/extconf.rb: Use an exception instead of bare | kosaki | 2012-05-18 | 1 | -2/+1 |
* | * parse.y (assoc, parser_yylex): add syntax to splat keyword hash. | nobu | 2012-04-28 | 1 | -0/+1 |
* | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain | 2012-04-13 | 1 | -0/+2 |
* | * ext/ripper/lib/ripper/sexp.rb: fix spelling. | ayumin | 2012-04-10 | 1 | -2/+2 |
* | * parse.y (string_content, parser_yylex): count brace nesting to | nobu | 2012-04-09 | 1 | -0/+1 |
* | suppress warnings. | naruse | 2012-02-25 | 1 | -1/+0 |
* | * ext/ripper/eventids2.c (ripper_init_eventids2): separate | nobu | 2011-10-18 | 2 | -7/+8 |
* | * ext: remove trailing spaces. | nobu | 2011-05-22 | 1 | -1/+1 |
* | * ext/ripper/lib/ripper/sexp.rb: fix rdoc arround sexp. | naruse | 2011-04-25 | 1 | -5/+20 |
* | * ext/ripper/depend (ripper.y): fix messages with nmake. | nobu | 2010-12-26 | 1 | -2/+2 |
* | * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend, | nobu | 2010-11-12 | 1 | -14/+7 |
* | * common.mk: hide long command lines by default. verbose-mode is | nobu | 2010-11-11 | 1 | -0/+13 |
* | .cvsignore: have not been used already. [Bug #3468] | nobu | 2010-08-07 | 1 | -8/+0 |
* | * ext/ripper/eventids2.c (token_to_eventid): added | nobu | 2009-08-08 | 1 | -0/+1 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -1/+1 |
* | * common.mk (ripper.c): exec can't work on Windows. | nobu | 2009-02-24 | 1 | -0/+2 |
* | * ext/ripper/depend: use VPATH. | naruse | 2009-01-27 | 1 | -1/+1 |