| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed Terminal encoder, cleanups. | murphy | 2010-01-06 | 3 | -7/+26 |
* | Plaintext scanner speedup: Just returns string without scanning. | murphy | 2010-01-06 | 1 | -2/+1 |
* | Encoders::HTML#token's second parameter is no longer optional. | murphy | 2010-01-06 | 1 | -1/+1 |
* | Cleanups. | murphy | 2010-01-06 | 2 | -3/+3 |
* | Added some benchmark experiments for highlighting without Tokens. | murphy | 2010-01-06 | 3 | -25/+364 |
* | Last changes. | murphy | 2010-01-01 | 2 | -41/+9 |
* | Improved scanner tests: known issues, JRuby bug workaround (see #136). | murphy | 2010-01-01 | 5 | -75/+68 |
* | New method Scanner#lang. | murphy | 2010-01-01 | 2 | -0/+6 |
* | Cleanup for gem.rake: more intelligent, removed obsolete code. | murphy | 2010-01-01 | 2 | -118/+11 |
* | Cleanup. | murphy | 2010-01-01 | 1 | -1/+1 |
* | Cleaning up functional tests; test:functional scans without loading Rubygems ... | murphy | 2010-01-01 | 5 | -78/+100 |
* | Fixed: More file extensions for C++ scanner as suggested by Sander Cox. | murphy | 2010-01-01 | 1 | -1/+16 |
* | Preparing for 0.9.1. | murphy | 2009-12-31 | 3 | -4/+6 |
* | Updated list of changes. | murphy | 2009-12-31 | 1 | -1/+4 |
* | Fixed example tests. | murphy | 2009-12-31 | 18 | -75/+144 |
* | Fixing rake task names. | murphy | 2009-12-30 | 1 | -2/+2 |
* | New rake tasks test:scanner:lang for every language. | murphy | 2009-12-30 | 3 | -21/+37 |
* | Updated TextMate project file. | murphy | 2009-12-30 | 1 | -18/+290 |
* | 0.8.4 as a version patch. | murphy | 2009-12-30 | 1 | -0/+73 |
* | Added list of changes. | murphy | 2009-12-30 | 1 | -0/+221 |
* | Cleanups. | murphy | 2009-12-30 | 5 | -12/+8 |
* | Using XML scanner for XML literals. | murphy | 2009-12-30 | 1 | -4/+5 |
* | Don't cache the CaseIgnoringWordLists. | murphy | 2009-12-30 | 2 | -3/+3 |
* | Documentation: Added warning about WordList caching. | murphy | 2009-12-30 | 1 | -4/+18 |
* | Documentation. | murphy | 2009-12-30 | 1 | -2/+4 |
* | JSON encoder: New format to preserve all information and be more accessible f... | murphy | 2009-12-30 | 1 | -2/+47 |
* | Cleanup. | murphy | 2009-12-30 | 1 | -2/+1 |
* | Filters: Cleanups, refactorization, tests. | murphy | 2009-12-30 | 3 | -6/+144 |
* | Cleanup, documentation. | murphy | 2009-12-30 | 1 | -9/+13 |
* | Added a test for XML literals in JavaScript (see issue #137). | murphy | 2009-12-30 | 2 | -0/+4 |
* | Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to t... | murphy | 2009-12-28 | 27 | -1595/+2857 |
* | Support for JRuby Nailgun: Use rake jng to run Ruby tasks with jruby --ng. | murphy | 2009-11-03 | 1 | -0/+5 |
* | Added a test case for loading plugin scanners. | murphy | 2009-10-20 | 2 | -0/+137 |
* | Updated PHP scanner (#36) | murphy | 2009-10-20 | 6 | -170/+370 |
* | Made FileType work with Pathname (closes #118). | murphy | 2009-10-20 | 2 | -3/+15 |
* | Default rake task uses default Ruby version again. | murphy | 2009-10-19 | 1 | -1/+1 |
* | Updated PHP scanner: added a test, improved HTML/PHP detection, cleanup. | murphy | 2009-10-19 | 3 | -10/+10 |
* | Updating C scanner: | murphy | 2009-10-19 | 6 | -15/+192639 |
* | Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOC | murphy | 2009-10-19 | 7 | -7/+22 |
* | etc. Dont mind it. | murphy | 2009-10-19 | 3 | -12/+199 |
* | Updated scanner test suite: | murphy | 2009-10-19 | 1 | -11/+7 |
* | Renaming YAMLTests. | murphy | 2009-10-19 | 1 | -1/+1 |
* | Updated Python scanner (#41) | murphy | 2009-10-19 | 6 | -856/+941 |
* | Updated JSON scanner: false, null, true are highlighted as :value now. | murphy | 2009-10-19 | 4 | -128/+133 |
* | Updated Groovy scanner: using word lists from Java scanner. | murphy | 2009-10-19 | 3 | -148/+140 |
* | Updated Java scanner: Higlighting of keywords according to java.sun.com. | murphy | 2009-10-19 | 2 | -2479/+2482 |
* | Updated Ruby scanner: | murphy | 2009-10-19 | 8 | -230/+239 |
* | Updated CSS scanner: element selectors are highlighted as :type. | murphy | 2009-10-19 | 6 | -1373/+1381 |
* | JavaScript scanner updated: | murphy | 2009-10-19 | 8 | -938/+54893 |
* | New Scanner: *C++* (#76)! | murphy | 2009-10-19 | 11 | -1/+18380 |