summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Support for phtml filesAlexandre Vezina2013-03-231-0/+1
|
* add source :rubygems back to GemfileKornelius Kalnbach2013-03-111-0/+3
|
* remove rdoc from GemfileKornelius Kalnbach2013-03-111-2/+1
|
* remove activesupport from GemfileKornelius Kalnbach2013-03-111-1/+0
|
* minor tweaks to generator and scanner edge casesKornelius Kalnbach2013-03-118-10/+10
|
* vastly improve Debug encoder speed on Ruby 1.9.3Kornelius Kalnbach2013-03-111-1/+1
|
* upgrade generate:scanner taskKornelius Kalnbach2013-03-101-13/+10
|
* cleanup GemfileKornelius Kalnbach2013-03-101-6/+5
|
* cleanup .gitignoreKornelius Kalnbach2013-03-101-13/+0
|
* Merge branch 'master' into fix-rdocKornelius Kalnbach2013-03-1019-235/+276
|\
| * ignore old-stuff folderKornelius Kalnbach2013-03-101-1/+1
| |
| * changelogKornelius Kalnbach2013-03-101-0/+1
| |
| * cleanupKornelius Kalnbach2013-03-101-1/+1
| |
| * Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2013-03-1015-184/+197
| |\
| | * fix #41 by removing special caseKornelius Kalnbach2013-03-103-18/+24
| | | | | | | | | | | | Also, clean up some code.
| | * convert README to markdown, use syntax highlighting, cleanupKornelius Kalnbach2013-03-102-37/+27
| | |
| | * move credits into CREDITS.textileKornelius Kalnbach2013-03-102-63/+61
| | |
| | * remove ondblclick handler from HTML outputKornelius Kalnbach2013-03-103-88/+90
| | |
| | * trying to enable ruby-head tests in TravisKornelius Kalnbach2013-02-202-3/+4
| | |
| | * Fix Travis badge URLsv1.0.9Kornelius Kalnbach2013-02-171-1/+1
| | |
| | * properly credit Lance Li for reporting the PHP unicode issue ;)Kornelius Kalnbach2013-02-171-1/+1
| | |
| | * bump version to 1.0.9v1.0.9.rc1Kornelius Kalnbach2013-02-171-1/+1
| | |
| | * fix PHP scanner for Ruby 1.8Kornelius Kalnbach2013-02-171-1/+1
| | |
| | * fix #40 (PHP unicode)Kornelius Kalnbach2013-02-172-3/+3
| | |
| | * fix #83 (XML DTD)Kornelius Kalnbach2013-02-172-1/+2
| | |
| | * Merge pull request #114 from rubychan/fix-ruby-new-hash-syntaxKornelius Kalnbach2013-02-172-12/+25
| | |\ | | | | | | | | Fix ruby new hash syntax
| | | * Merge branch 'master' into fix-ruby-new-hash-syntaxKornelius Kalnbach2013-02-170-0/+0
| | | |\ | | | |/ | | |/|
| | * | Merge pull request #113 from rubychan/fix-ruby-unicodeKornelius Kalnbach2013-02-171-3/+3
| | |\ \ | | | | | | | | | | Improve support for Unicode non-alphanumeric characters in Ruby names
| | | | * match Ruby 1.9 hash syntax even without space after colonKornelius Kalnbach2013-02-171-2/+2
| | | | |
| | | | * Merge branch 'fix-ruby-unicode' into fix-ruby-new-hash-syntaxKornelius Kalnbach2013-02-171-3/+3
| | | | |\ | | | | |/ | | | |/|
| | | * | improve support for Unicode non-alphanumeric characters in Ruby namesKornelius Kalnbach2013-02-171-3/+3
| | | | |
| | | | * cleanup: value_expected should be booleanKornelius Kalnbach2013-02-171-2/+2
| | | | |
| | | | * Merge branch 'master' into fix-ruby-new-hash-syntaxKornelius Kalnbach2013-02-171-15/+15
| | | | |\ | | | |_|/ | | |/| |
| | * | | whitespaceKornelius Kalnbach2013-02-171-15/+15
| | |/ /
| | | * fix #106: re-introduce highlightinging of { key: value } in Ruby 1.9 hashesKornelius Kalnbach2013-02-172-11/+24
| | |/
| | * do not write to disk in benchmarkingKornelius Kalnbach2013-02-171-1/+1
| | |
| | * Update Changes.textileKornelius Kalnbach2013-02-131-1/+1
| | |
| | * Merge pull request #112 from jgeiger/patch-1Kornelius Kalnbach2013-02-121-0/+2
| | |\ | | | | | | | | Add License to gemspec
| | | * Add License to gemspecJoey Geiger2013-02-081-0/+2
| | |/
| | * Merge pull request #107 from jordimassaguerpla/masterKornelius Kalnbach2013-01-201-1/+1
| | |\ | | | | | | | | fix license file name into gemspec
| | | * fix license file name into gemspecJordi Massaguer Pla2013-01-171-1/+1
| | |/
| * | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-11-111-13/+22
| |\ \ | | |/
| | * Merge pull request #95 from rubychan/suite-gitKornelius Kalnbach2012-10-281-13/+22
| | |\ | | | | | | | | use github for coderay-test-scanners
| | | * cleanups, helpful message when old svn checkout is foundKornelius Kalnbach2012-10-281-20/+27
| | | |
| | | * use github for coderay-test-scannersNathan Youngman2012-10-281-14/+16
| | |/
| * | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-10-117-12/+13
| |\ \ | | |/
| | * ruby-head does not work because of RedCloth, remove it from Travis configv1.0.8Kornelius Kalnbach2012-10-072-4/+4
| | |
| | * testing more Ruby versions with TravisKornelius Kalnbach2012-10-071-4/+3
| | |
| | * cleaning up RC release scriptv1.0.8.rc1Kornelius Kalnbach2012-10-071-4/+1
| | |
| * | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-09-07119-40247/+8
| |\ \