| Commit message (Expand) | Author | Age | Files | Lines |
* | Big re-indenting - no more tabs! | murphy | 2006-07-10 | 39 | -2904/+2901 |
* | Fixed another bug in the Ruby scanner, this time it was unfinished heredocs w... | murphy | 2006-07-09 | 2 | -574/+575 |
* | [BUG] Fixed bug in Ruby-Scanner (input ends with unfinished escape in string)... | murphy | 2006-07-09 | 1 | -0/+2 |
* | Encoders::HTML: Removed option caching. | murphy | 2006-06-28 | 1 | -9/+1 |
* | Fix: | murphy | 2006-06-28 | 3 | -4/+8 |
* | new version: 0.7.1 | murphy | 2006-05-11 | 3 | -1/+23 |
* | New Version: 0.7.0! | murphy | 2006-04-19 | 4 | -17/+71 |
* | Re-indented everything. Sorry to break the blame chain. | murphy | 2006-04-16 | 29 | -242/+275 |
* | All scanners revisited not to produce errors unless in DEBUG mode. [thx@Daniel] | murphy | 2006-04-16 | 5 | -8/+26 |
* | styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted. | murphy | 2006-04-15 | 4 | -40/+48 |
* | Large update: Scanners for HTML, RHTML and Nitro-XHTML added. | murphy | 2006-04-10 | 13 | -141/+400 |
* | Added HTML scanner! | murphy | 2006-04-04 | 5 | -11/+164 |
* | Ruby Scanner: Capital methods (Kernel#Array etc.) are now highlighted as idents. | murphy | 2006-03-24 | 1 | -2/+2 |
* | HTML Encoder: inline numerization corrected. | murphy | 2006-03-23 | 4 | -12/+21 |
* | CodeRay::Duo added for cool caching! | murphy | 2006-03-21 | 5 | -25/+60 |
* | Changed HTML encoder evil char handling (allowing for UTF-8 now.) | murphy | 2006-03-16 | 1 | -5/+6 |
* | HTML Encoder: hints fixed and improved. Still in progress. | murphy | 2006-03-16 | 2 | -9/+13 |
* | Fixed HTML encoder again. (Run the test, baka!) | murphy | 2006-03-16 | 1 | -1/+1 |
* | Fixed HTML encoder. | murphy | 2006-03-15 | 2 | -14/+13 |
* | HTML encoder improved (hint handling, :info_long) | murphy | 2006-03-15 | 1 | -20/+28 |
* | Deleted silly debug print. | murphy | 2006-03-15 | 1 | -1/+1 |
* | Ruby scanner fixed - nasty bug in ruby/patterns.rb. | murphy | 2006-03-15 | 1 | -7/+7 |
* | Ruby scanner errors fixed. | murphy | 2006-03-15 | 3 | -7/+7 |
* | WordList is now a first-class Class independent from CodeRay. | murphy | 2006-02-20 | 1 | -95/+94 |
* | plugin.rb: _map loading now without exceptions (doesn't produce rubygem warni... | murphy | 2006-02-20 | 1 | -4/+5 |
* | Plugin documentation updated. | murphy | 2005-12-13 | 1 | -0/+11 |
* | scanners/ruby/patterns.rb: | murphy | 2005-12-11 | 2 | -2/+2 |
* | Plugin System extended: | murphy | 2005-12-10 | 7 | -62/+24 |
* | Some fixes for cYcnus style (capital Y makes problems) | murphy | 2005-12-05 | 4 | -5/+5 |
* | New Style system added - still beta. | murphy | 2005-11-13 | 8 | -124/+307 |
* | plugin.rb cleanup | murphy | 2005-11-10 | 1 | -75/+82 |
* | helpers/plugin.rb: New plugin mapping system | murphy | 2005-11-06 | 3 | -2/+54 |
* | bench/bench.rb: Added SilverCity benchmarking | murphy | 2005-11-05 | 4 | -5/+15 |
* | helpers/word_list.rb: enhanced doc a bit. | murphy | 2005-11-05 | 1 | -0/+8 |
* | helpers/word_list.rb: | murphy | 2005-11-05 | 4 | -38/+30 |
* | scanner_helper.rb --> word_list.rb | murphy | 2005-11-05 | 1 | -0/+0 |
* | scanner_helper.rb: more doc, re-indented | murphy | 2005-11-05 | 1 | -59/+103 |
* | New helper module scheme, step 3 | murphy | 2005-11-05 | 7 | -5/+5 |
* | New helper module scheme, step 2 | murphy | 2005-11-05 | 4 | -524/+0 |
* | New helper module scheme, step 2 | murphy | 2005-11-05 | 1 | -213/+0 |
* | New helper module scheme, step 1 | murphy | 2005-11-05 | 5 | -0/+737 |
* | First victim of the Demo Tests: Bugfix in tokens.rb! | murphy | 2005-11-04 | 1 | -1/+1 |
* | HTML Encoder Documentation updated (:list style) | murphy | 2005-11-04 | 1 | -1/+1 |
* | HTML highlighting: | murphy | 2005-11-04 | 3 | -85/+126 |
* | Version 0.4.6! | murphy | 2005-10-29 | 1 | -2/+12 |
* | encoders/html.rb: Improved Info hints; better error messages; fixed tab bug! | murphy | 2005-10-29 | 1 | -5/+8 |
* | encoders/html.rb: Fixed documentation. (woah, RDoc!) | murphy | 2005-10-29 | 1 | -16/+36 |
* | scanners/ruby.rb: changed operator handling = fix and speedup. | murphy | 2005-10-29 | 1 | -19/+23 |
* | scanners/ruby.rb, ruby_helper.rb: Fixes, changes. | murphy | 2005-10-29 | 2 | -19/+61 |
* | encoder.rb: Added Encoder#file_extension | murphy | 2005-10-29 | 5 | -22/+86 |