2012-11-03 10:04:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Nov 3 10:03:40 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- updated to version 3.0.1, see the long History.txt
|
|
|
|
|
|
2012-07-15 12:11:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jul 15 12:11:04 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- fix gem requires
|
|
|
|
|
|
2012-03-27 10:57:23 +00:00
|
|
|
-------------------------------------------------------------------
|
2012-04-17 10:19:24 +00:00
|
|
|
Mon Apr 9 18:41:31 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
|
|
- update to 2.3.1
|
|
|
|
|
* Fixed line numbers at end of special var+whitespace (larsch)
|
|
|
|
|
* Holy crap I was smokin' something good... Fixed 1.9.3 warning
|
|
|
|
|
* Add -g flag to parser compile if DEBUG
|
|
|
|
|
* Lexer now embeds line number in yacc_value for keywords, helping fix up line numbers
|
|
|
|
|
* 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)
|
|
|
|
|
* Moved Keyword, Environment, and StackState inside of RubyParser
|
|
|
|
|
* Added proper dsym and dsym->sym support.
|
|
|
|
|
* Added extra (failing) tests for call/iter line number checking (quix)
|
|
|
|
|
* Fixed line numbers for certain call/iter edge cases
|
|
|
|
|
* Fixed parsing of: alias :"<<" :">>".
|
|
|
|
|
* Added new accessor canonicalize_conditions to toggle conditional canonicalization (on by default). (confused)
|
|
|
|
|
* Awesome cleanup: Replaced call to append_block by block_append. (Confusion)
|
|
|
|
|
* Fixed handling last line of =begin/=end. (raybaxter)
|
|
|
|
|
* Fixed source line numbers after heredocs. (jbarreneche)
|
|
|
|
|
* Switched to hoe's racc plugin to clean up rakefile and builds
|
|
|
|
|
* Fixed empty =begin/end.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2012-03-27 10:57:23 +00:00
|
|
|
Mon Mar 26 15:09:44 UTC 2012 - cfarrell@suse.com
|
|
|
|
|
|
|
|
|
|
- license update: MIT
|
2012-03-27 10:57:42 +00:00
|
|
|
See README.txt
|
2012-03-27 10:57:23 +00:00
|
|
|
|
2010-09-06 14:31:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 6 14:30:28 UTC 2010 - mrueckert@suse.de
|
|
|
|
|
|
|
|
|
|
- update to version 2.0.5
|
|
|
|
|
* Started merging like lexical cases to try to squeeze some
|
|
|
|
|
optimization out
|
|
|
|
|
|
2010-06-11 18:01:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
|
|
|
|
|
|
|
|
|
|
- use rubygems_requires macro
|
|
|
|
|
|
2009-12-25 01:50:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Dec 25 01:47:22 UTC 2009 - prusnak@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 2.0.4
|
2010-09-06 14:31:25 +00:00
|
|
|
* Changed requires around to be more accurate.
|
|
|
|
|
* Fixed .autotest for minitest
|
|
|
|
|
* Fixed emacs escape lexing bug: "\C-\\" (maglev/gemstone)
|
|
|
|
|
* Fixed octal lexing edgecases. (maglev/gemstone)
|
|
|
|
|
* Fixed regexp lexing edgecases. (maglev/gemstone)
|
2009-12-25 01:50:17 +00:00
|
|
|
|
2009-08-18 19:55:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jul 26 15:23:05 CEST 2009 - dmacvicar@suse.de
|
|
|
|
|
|
|
|
|
|
- initial package for 2.0.3
|
|
|
|
|
|