pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-parser



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 12 11:54:45 UTC 2011

Modified Files:
        pkgsrc/devel/ruby-parser: Makefile distinfo

Log Message:
Update ruby-parser pacakge to 2.3.0.

=== 2.3.0 / 2011-09-06

* 2 minor enhancements:

  * Add -g flag to parser compile if DEBUG
  * Lexer now embeds line number in yacc_value for keywords, helping fix up 
line numbers

* 3 bug fixes:

  * Fix method line numbers when no args and no parens (quix)
  * Fixed line numbers on return/break/next w/ result expr. (pjnz)
  * Fixed some lexing state in order to parse: 'f (1), 2' as 'f(1, 2)'. 
(invernizzi)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-parser/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-parser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index