Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Samples: Rename .out to .expected. | murphy | 2006-10-17 | 20 | -2/+2 | |
| | ||||||
* | Renamed demo files (trim demo_ prefix). | murphy | 2006-10-17 | 41 | -1/+2636 | |
| | ||||||
* | dos2unix | murphy | 2006-10-17 | 20 | -1617/+1617 | |
| | ||||||
* | Moved demos to sample/. | murphy | 2006-10-17 | 63 | -5/+2165 | |
| | ||||||
* | Property svn:ignore deleted from test. | murphy | 2006-10-17 | 0 | -0/+0 | |
| | ||||||
* | C++ test added. | murphy | 2006-10-17 | 2 | -0/+1036 | |
| | | | | | Ignore *.actual.* beyound test/scanners. | |||||
* | Renamed tests: .actual.* is (ignored) output, .expected.* is input now. | murphy | 2006-10-17 | 34 | -9/+20 | |
| | | | | | Added test:clean task. | |||||
* | Made CodeRay ready Ruby 1.9: | murphy | 2006-10-17 | 2 | -2/+2 | |
| | | | | | | - tests failed because :symbol.is_a? String. - ...and Array#shuffle! is already built into Ruby 1.9 | |||||
* | Moved scanner tests into test/scanners. | murphy | 2006-10-15 | 76 | -9/+10 | |
| | ||||||
* | benchmark.rake: fixed pathname | murphy | 2006-10-15 | 1 | -1/+1 | |
| | ||||||
* | Tests: | murphy | 2006-10-15 | 14 | -1004/+1125 | |
| | | | | | | | | | | | | | | | | - 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!) | |||||
* | Added import task to get updates from rubyforge trunk. | murphy | 2006-10-15 | 1 | -0/+14 | |
| | ||||||
* | Ruby scanner: deleted regexp highlighting (didn't work anyway) | murphy | 2006-09-28 | 5 | -43/+66 | |
| | | | | | HTML highlighter: unknown token classes now yield a CSS class with that name instead of :error A new Ruby test | |||||
* | Workaround for YAML gem index generation (f*ck Zlib!) | murphy | 2006-07-11 | 2 | -4/+3 | |
| | | | | Updated README version | |||||
* | Yes, added coderay_stylesheet executable. | murphy | 2006-07-11 | 1 | -0/+4 | |
| | ||||||
* | Fixed Plaintext scanner (crashed on empty text - ouch!!) | murphy | 2006-07-11 | 2 | -2/+3 | |
| | | | | Added coderay_stylesheet executable (should be "coderay stylesheet css" or just "coderay sty" some day.) | |||||
* | Ruby 1.8.2 is enough, so use >= instead of >. | murphy | 2006-07-11 | 1 | -1/+1 | |
| | ||||||
* | Set gem requirement for Ruby 1.8.2+. | murphy | 2006-07-11 | 1 | -0/+1 | |
| | ||||||
* | Updated gem.rake for Rubygems 0.9.0. | murphy | 2006-07-11 | 1 | -1/+1 | |
| | ||||||
* | Declared version 0.7.2. | murphy | 2006-07-11 | 1 | -1/+1 | |
| | | | | changelog.txt updated. | |||||
* | Ignore test outputs in test/delphi. | murphy | 2006-07-11 | 0 | -0/+0 | |
| | ||||||
* | Ignore html/tolkien.html. | murphy | 2006-07-11 | 1 | -291/+0 | |
| | ||||||
* | Finally, renamed nitro-xhtml to nitro. Subversion got in the way. | murphy | 2006-07-11 | 3 | -0/+0 | |
| | ||||||
* | Oups, I forgot the totally revamped test system. | murphy | 2006-07-11 | 1 | -0/+150 | |
| | ||||||
* | Ignore XML test output. | murphy | 2006-07-11 | 1 | -198/+0 | |
| | ||||||
* | Totally revamped test system. Nitro will be fixed soon. | murphy | 2006-07-11 | 45 | -14179/+40865 | |
| | | | | | A bunch of new tests. Delphi and XML are now tested, too. bench/example.dump deleted (depends on Ruby version, OS, whatever. Nothing for the repo.) | |||||
* | rake test now runs in debug mode. | murphy | 2006-07-11 | 24 | -1662/+1662 | |
| | | | | All .rb files converted to UNIX format (where did the \r come from?) | |||||
* | Changed error handling of all scanners: :error tokens are OK now, even in ↵ | murphy | 2006-07-11 | 10 | -1547/+1586 | |
| | | | | | | | | | | | | | debug mode, but token kind is nil unless assigned. Small fixes for C and Ruby scanners. Renamed local variable type to kind in Ruby scanner. Improved RHTML scanner to recognize -%> as delimiter. HTML encoder: improved handling of malformed token strings. Fixed PluginHost#inspect including docu. Scanner#raise_inspect also shows state if given. | |||||
* | Adjusted Test outputs after re-indentation. | murphy | 2006-07-11 | 8 | -66/+66 | |
| | ||||||
* | Big re-indenting - no more tabs! | murphy | 2006-07-10 | 64 | -3852/+3847 | |
| | ||||||
* | Test case for open heredoc problem. | murphy | 2006-07-10 | 2 | -0/+3 | |
| | ||||||
* | Fixed another bug in the Ruby scanner, this time it was unfinished heredocs ↵ | murphy | 2006-07-09 | 3 | -575/+576 | |
| | | | | | | with empty delimiter. Fixed documentation uploading. | |||||
* | Logo grafic added. | murphy | 2006-07-09 | 1 | -0/+0 | |
| | ||||||
* | [BUG] Fixed bug in Ruby-Scanner (input ends with unfinished escape in ↵ | murphy | 2006-07-09 | 3 | -0/+5 | |
| | | | | | | string) (thanks to bovi again.) Test case added. | |||||
* | Link to new website in gem. | murphy | 2006-07-05 | 1 | -1/+1 | |
| | ||||||
* | Fixed FTP password retrieving when working directory is changed. | murphy | 2006-06-28 | 1 | -6/+6 | |
| | ||||||
* | Encoders::HTML: Removed option caching. | murphy | 2006-06-28 | 1 | -9/+1 | |
| | ||||||
* | Test suite didn'T work when LANG was set in environment. | murphy | 2006-06-28 | 1 | -1/+1 | |
| | ||||||
* | Fix: | murphy | 2006-06-28 | 8 | -31/+43 | |
| | | | | | | | | | | | | | | HTML Scanner: Fixed a nasty bug with invalid entities. Thanks to Daniel Bovensiepen. Scanner: added Scanner.normify. Plugin: small documentation fix. Code statistic: added lib root folder rake_helpers/code_statistics.rb: added ability to include non-Ruby code in the statistics used it to count the mountain of test data There is some mixed space/tab indentation now. Complete 2-space-re-indentation will follow. | |||||
* | Updated tests. | murphy | 2006-05-11 | 2 | -1/+3 | |
| | ||||||
* | new version: 0.7.1 | murphy | 2006-05-11 | 6 | -13/+47 | |
| | | | | | | | improved bin/coderay and included it into package added gem:install task added Duo#highlight (alias for encode) fixed a Plugin bug | |||||
* | New Version: 0.7.0! | murphy | 2006-04-19 | 13 | -21/+28677 | |
| | | | | | | | | | | | Adjusted gem.rake. HTML scanner fixed. Enhanced filetype.rb: .rake files, xml, yaml (preparing for YAML scanner.) Enhanced test/ruby/1.in.rb. Added XML scanner with example. plugin.rb: made all_plugin_names public. | |||||
* | README updated. | murphy | 2006-04-16 | 1 | -10/+18 | |
| | ||||||
* | Re-indented everything. Sorry to break the blame chain. | murphy | 2006-04-16 | 29 | -242/+275 | |
| | ||||||
* | test.rake: debug tags deleted (use rake test diff=+) | murphy | 2006-04-16 | 4 | -16/+15 | |
| | | | | | | gem.rake: renamed up_gem to upload and fixed. Rakefile: added upload meta task. ftp.rb: do login only once. | |||||
* | test/suite.rb improved: now takes diff and lang arguments from rake. | murphy | 2006-04-16 | 1 | -6/+7 | |
| | ||||||
* | All scanners revisited not to produce errors unless in DEBUG mode. [thx@Daniel] | murphy | 2006-04-16 | 15 | -24/+47 | |
| | | | | | | | Fixed numerization for input not ending with \n. Added test cases in C scanner tests. Added WoNáDo as contributer for last Ruby scanner fix. Updated TODO. | |||||
* | Rake tasks completely redone. | murphy | 2006-04-16 | 10 | -390/+280 | |
| | | | | rdoctask2.rb deleted; issues were fixed as of Rake 0.7.0. | |||||
* | FOLDERS documentation added. | murphy | 2006-04-15 | 3 | -6/+235 | |
| | | | | Rakefile updated. | |||||
* | Moved remotely | murphy | 2006-04-15 | 1 | -101/+0 | |
| |