summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/debug.rb
Commit message (Expand)AuthorAgeFilesLines
* Debug encoder should count tokens for better inspectionKornelius Kalnbach2016-02-131-0/+10
* remove dump/undump functionalityKornelius Kalnbach2013-06-131-1/+0
* refactor check functionality to DebugLint encoderKornelius Kalnbach2013-06-131-15/+0
* speedup/tweak debug encoderKornelius Kalnbach2013-06-131-11/+14
* treat empty token as error in Debug encoderKornelius Kalnbach2013-06-091-0/+1
* vastly improve Debug encoder speed on Ruby 1.9.3Kornelius Kalnbach2013-03-111-1/+1
* Major rewrite of encoders to support IO output; fixed some minor scanner bugs...Kornelius Kalnbach2011-08-191-1/+1
* Cleanup of debug encoder.murphy2010-10-151-12/+10
* Removing tests from library files. They live now in test/unit.murphy2010-06-291-48/+1
* Got rid of the old streaming system (see #142).murphy2010-05-011-1/+0
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-12/+24
* Added documentation to encoders; more code cleanups.murphy2010-03-301-0/+50
* Cleanups.murphy2010-01-061-2/+2
* New: *Simple Diff Scanner* (closes #22).murphy2008-09-301-0/+8
* Benchmark, comparison: replaced SilverCity with pygmentsmurphy2007-04-241-1/+1
* Done:murphy2007-01-011-11/+6
* rake test now runs in debug mode.murphy2006-07-111-46/+46
* Big re-indenting - no more tabs!murphy2006-07-101-40/+40
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-161-30/+38
* encoder.rb: Added Encoder#file_extensionmurphy2005-10-291-1/+1
* Two new encoders: debug and xml.murphy2005-10-041-0/+38