2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 15, 2024 — Jul 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating Changes.textile with the latest tweaks and improvements. More... about 15 years ago
Updating TM project. More... about 15 years ago
Made token methods of JSON encoder public. More... about 15 years ago
Made token methods of Statisic encoder public. More... about 15 years ago
General cleanup to Encoders::HTML::Output module: Numbering is now a bit less obtrusive. More... about 15 years ago
General cleanup in this weird Encoders::HTML::Output module. More... about 15 years ago
Use autoload instead of require (speeds up CodeRay startup) for CodeRay, Scanner, Tokens, and Encoders::HTML. More... about 15 years ago
LOC encoder uses faster to_s encoder now and prints a more useful warning when no scanner was assigned. More... about 15 years ago
Encoder changes: The base class now serves as a complete to_s encoder, concatenating all text tokens together. The Text encoder inherits this. Use Tokens#to_s to use this encoder. More... about 15 years ago
Cleaned up GZip helper library (moved into CodeRay namespace, removed String extensions), improved FileType error message for ambiguous arguments. More... about 15 years ago
Plugin: Added PluginHost#const_missing for plugin autoloading, fixed and improved documentation, re-indented everything. More... about 15 years ago
Encoder#to_proc is obsolete. More... about 15 years ago
Improved JSON encoder: Loading of json library in JRUBY, error messages, "early death" by loading it when the encoder is loaded. More... about 15 years ago
Removing tests from library files. They live now in test/unit. More... about 15 years ago
Added encoding header for Clojure scanner: Rember to put this on top when using non-ASCII chars :) More... about 15 years ago
Fixed code statistics (added executable and unit tests, removed double counting of coderay.rb). More... about 15 years ago
Added lots of unit tests. More... about 15 years ago
Remove tests that belong into the new test/unit folder. More... about 15 years ago
Cleaning up functional tests: Automatically load all files in the folder. More... about 15 years ago
rake bench now uses line numbers (slower, but more realistic). More... about 15 years ago
Fixed for_redcloth test for the edge case that RedCloth is defined, but was not loaded. More... about 15 years ago
Cleaning up tests. More... about 15 years ago
A prototype implementation of "inside Regexp" detection for the Ruby scanner. Would be nice for diffs. More... about 15 years ago
More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9). More... about 15 years ago
A little more documentation for Scanner. More... about 15 years ago
Benchmark script uses -Ofull option for pygmentize. More... about 15 years ago
Trying out a simplified, faster method of HTML encoding. More... about 15 years ago
Alpha style: Removed background color for :inline_delimiter. More... about 15 years ago
Updated for_redcloth test to latest Alpha style. More... about 15 years ago
Updated examples test to latest Alpha style. More... about 15 years ago