| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * ext/ripper/depend: lex.c's correct path is ../../lex.c. | naruse | 2009-01-27 | 1 | -1/+1 |
* | * ext/ripper/depend: fixed dependency path to lex.c. | matz | 2009-01-26 | 1 | -1/+1 |
* | * Makefile.in (ext-clean): ext-clean always fails. | yugui | 2008-12-29 | 1 | -1/+1 |
* | * include/ruby/node.h, node.h: move node.h from include path. | ko1 | 2008-09-23 | 1 | -1/+1 |
* | * ext/ripper/eventids2.c (token_to_eventid): supper __ENCODING__ | matz | 2008-09-23 | 1 | -0/+1 |
* | * ext/ripper/depend (ripper.o): it depends on ruby headers. | akr | 2008-09-13 | 1 | -1/+6 |
* | * ext/ripper/eventids2.c (ripper_init_eventids2): use rb_intern_const. | nobu | 2008-08-31 | 2 | -49/+49 |
* | * parse.y (parser_yylex): should clear parser->tokp as well. | matz | 2007-11-19 | 1 | -1/+1 |
* | * common.mk (parse.c), ext/ripper/depend (ripper.c): process after | nobu | 2007-11-13 | 1 | -1/+3 |
* | * parse.y (ripper): rename event: arglist_* -> args_*. | aamine | 2007-09-17 | 1 | -5/+4 |
* | * parse.y (keyword_to_name): constified. | nobu | 2007-07-06 | 1 | -2/+2 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 2 | -6/+8 |
* | follow previous lex.c change. | akr | 2007-06-08 | 1 | -1/+1 |
* | * parse.y (lambda): add ripper event. This fixes bus error on "make test-all". | aamine | 2007-02-23 | 1 | -3/+0 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -0/+3 |
* | * ext/ripper/eventids2.c (token_assoc): added tCHAR, which is not | nobu | 2006-06-26 | 1 | -0/+1 |
* | * ext/socket/socket.c (sock_accept): revert to avoid ambiguity of | matz | 2006-06-26 | 1 | -47/+47 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+2 |
* | * math.c (log2): may be a macro. | nobu | 2006-06-09 | 1 | -4/+0 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -2/+1 |
* | * ext/dl/.cvsignore: ignore callback.h. | aamine | 2006-03-03 | 1 | -0/+1 |
* | * ext/ripper/tools/preproc.rb (prelude): do not append surplus | nobu | 2005-10-20 | 1 | -2/+2 |
* | * lib/mkmf.rb (create_makefile): get rid of a restriction | nobu | 2005-10-19 | 1 | -1/+2 |
* | * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on | nobu | 2005-10-08 | 1 | -2/+5 |
* | * ext/ripper: no longer generates .rb files. | aamine | 2005-09-23 | 8 | -109/+103 |
* | * ext/ripper/tools/generate.rb, ext/ripper/tools/preproc.rb: StringIO | nobu | 2005-09-23 | 4 | -72/+64 |
* | * test/ripper/depend: use --output option instead of redirect; nmake does not... | aamine | 2005-09-22 | 2 | -28/+64 |
* | * test/ripper/tools/generate.rb: check parser event arity. | aamine | 2005-09-22 | 1 | -33/+31 |
* | build fix (tmp) | aamine | 2005-09-22 | 1 | -2/+2 |
* | forgot to add | aamine | 2005-09-22 | 1 | -0/+180 |
* | * ext/ripper: refactoring code generation tools. [ruby-dev:27247] [ruby-dev:2... | aamine | 2005-09-22 | 14 | -1582/+9 |
* | * ext/ripper/extconf.rb (have_command): replaced with find_executable. | nobu | 2005-09-22 | 1 | -9/+1 |
* | * ext/ripper/depend (SUFFIXES): no longer needed. | usa | 2005-09-21 | 1 | -2/+1 |
* | * ext/ripper/depend: do not make ripper/core.rb. [ruby-dev:26462] | aamine | 2005-09-19 | 1 | -6/+8 |
* | * ext/ripper/eventids2.c: add prefix `t' to lambda related lexer events. | aamine | 2005-09-19 | 2 | -24/+24 |
* | * parse.y (do_block): do_block event dispatches 2 args. [ruby-dev:26964] | aamine | 2005-09-19 | 2 | -10/+11 |
* | * parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might be | nobu | 2005-09-05 | 2 | -0/+32 |
* | * parse.y (lambda): Perl6 style -> lambda expression. [NEW] | matz | 2005-07-27 | 1 | -0/+10 |
* | * ext/ripper/lib/ripper/sexp.rb: new method Ripper.sexp_raw. | aamine | 2005-07-26 | 1 | -5/+45 |