Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code cleanup. | murphy | 2010-11-21 | 1 | -2/+2 |
| | |||||
* | Use new :alpha style be default. This means IE will have problems with the ↵ | murphy | 2010-03-31 | 1 | -1/+1 |
| | | | | colors. | ||||
* | Tests: | murphy | 2006-10-15 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | - improved coderay_suite.rb (random and shuffled tests, max parameter, scannerlang->lang, sorted test cases...) - changed html output extension to .actual.html to svn:ignore them - fixed some tests (deleted $Id$ etc.) - made XHTML testcase work Scanners: - fixed HTML, Delphi and Nitro scanners thanks to new tests Engine: - Tokens#fix and #fix! added (yet to be tested) - improved Scanner#raise_inspect a bit Converted more files to UNIX format (go away, stinkin' \r!) | ||||
* | Big re-indenting - no more tabs! | murphy | 2006-07-10 | 1 | -3/+3 |
| | |||||
* | Re-indented everything. Sorry to break the blame chain. | murphy | 2006-04-16 | 1 | -5/+5 |
| | |||||
* | styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted. | murphy | 2006-04-15 | 1 | -0/+7 |
ROADMAP and TODO updated. Ruby scanner: Fixed a bug: Fancy strings don't allow \w delimiters. They _do_ also allow whitespace delimiters, but adding this would cause many scan errors. So I leave this bug unfixed. |