Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove obsolete big C example code, to make this a Ruby project on GitHub | Kornelius Kalnbach | 2011-09-09 | 1 | -39/+0 |
| | |||||
* | HTML Encoder: inline numerization corrected. | murphy | 2006-03-23 | 1 | -3/+3 |
| | | | | | | | | New demo: demo/demo_html_list.rb. Some demos adjusted. C Scanner: error messages fixed. Rakefile: test_demos now in debug mode. test/suite.rb is using reusable Scanners now. | ||||
* | Made caching demo more expressing. | murphy | 2006-03-21 | 1 | -2/+2 |
| | |||||
* | CodeRay::Duo added for cool caching! | murphy | 2006-03-21 | 1 | -0/+39 |
bench/caching.rb added t“for demonstrating this. HTML Encoder: creates unwrapped output by default (still problems with that.) Numerizing changed (doesn't try to prevent nesting errors) Speedup: "::String" is faster. |