Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove executable bit for the script files with shebang. | Jun Aruga | 2017-01-11 | 4 | -0/+0 |
| | |||||
* | add changelog | Kornelius Kalnbach | 2016-06-02 | 1 | -0/+4 |
| | |||||
* | revert some changes not related to #195 | Kornelius Kalnbach | 2016-06-02 | 2 | -1/+2 |
| | |||||
* | Removed double line | Johnny Willemsen | 2016-05-30 | 1 | -1/+0 |
| | | | | * .travis.yml: | ||||
* | Removed merge issue | Johnny Willemsen | 2016-05-30 | 1 | -1/+0 |
| | | | | * .travis.yml: | ||||
* | Moved final from keywords to directive | Johnny Willemsen | 2016-05-30 | 1 | -2/+2 |
| | | | | * lib/coderay/scanners/cpp.rb: | ||||
* | Merged upstream | Johnny Willemsen | 2016-05-30 | 1 | -5/+5 |
|\ | |||||
| * | tweaking list of Rubies for CI | Kornelius Kalnbach | 2016-05-29 | 1 | -4/+4 |
| | | |||||
* | | Shouldn't have removed the jruby lines | Johnny Willemsen | 2016-05-27 | 1 | -0/+2 |
| | | | | | | | | * .travis.yml: | ||||
* | | Allow failures with jruby 18 and 19 mode, RedCloth has a known problem, see ↵ | Johnny Willemsen | 2016-05-27 | 1 | -2/+2 |
| | | | | | | | | | | | | https://jgarber.lighthouseapp.com/projects/13054/tickets/230-use-rbconfig-instead-of-obsolete-and-deprecated-config * .travis.yml: | ||||
* | | Add env setting to allow C extensions which are not allowed by default ↵ | Johnny Willemsen | 2016-05-27 | 1 | -0/+3 |
| | | | | | | | | | | | | anymore by travis-ci, see https://docs.travis-ci.com/user/languages/ruby * .travis.yml: | ||||
* | | Fixed merge | Johnny Willemsen | 2016-05-27 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | fix Windows line breaks in FOLDERS file | Kornelius Kalnbach | 2016-04-03 | 1 | -48/+48 |
| | | |||||
* | | Merge branch 'master' of https://github.com/rubychan/coderay | Johnny Willemsen | 2016-04-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix tests for Ruby 1.8 | Kornelius Kalnbach | 2016-04-03 | 1 | -1/+1 |
| | | |||||
* | | Small changes to grouping of new C++11 keywords | Johnny Willemsen | 2016-03-13 | 1 | -4/+4 |
| | | | | | | | | * lib/coderay/scanners/cpp.rb: | ||||
* | | Fixed typo | Johnny Willemsen | 2016-03-11 | 1 | -48/+48 |
| | | | | | | | | * FOLDERS: | ||||
* | | Add C++11 keywords | Johnny Willemsen | 2016-03-10 | 1 | -16/+18 |
|/ | | | | * lib/coderay/scanners/cpp.rb: | ||||
* | Use SVG badgesv1.1.1 | Kornelius Kalnbach | 2016-02-20 | 1 | -3/+3 |
| | |||||
* | changelogv1.1.1.rc1 | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+1 |
| | |||||
* | Merge pull request #190 from rubychan/autoload | Kornelius Kalnbach | 2016-02-13 | 10 | -264/+292 |
|\ | | | | | Cleanup Folder structure | ||||
| * | Merge branch 'master' into autoloadautoload | Kornelius Kalnbach | 2016-02-13 | 12 | -42/+67 |
| |\ | |||||
| * | | cleanup | Kornelius Kalnbach | 2013-10-22 | 1 | -2/+0 |
| | | | |||||
| * | | fix | Kornelius Kalnbach | 2013-10-22 | 1 | -1/+1 |
| | | | |||||
| * | | tweaks | Kornelius Kalnbach | 2013-10-22 | 4 | -2/+10 |
| | | | |||||
| * | | use autoload again | Kornelius Kalnbach | 2013-10-22 | 12 | -266/+288 |
| | | | |||||
* | | | Merge pull request #193 from rubychan/tweak-function-colors | Kornelius Kalnbach | 2016-02-13 | 2 | -1/+3 |
|\ \ \ | |_|/ |/| | | Tweak function colors | ||||
| * | | changelog | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'master' into tweak-function-colors | Kornelius Kalnbach | 2016-02-13 | 78 | -3312/+548 |
| |\ \ | |/ / |/| | | |||||
* | | | add older changes to changelog | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+2 |
| | | | |||||
* | | | document new option to keep tabs | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+2 |
| | | | |||||
* | | | add changelog for #164 | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #173 from benbasson/dollar-in-object-names | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Allow $ in SQL identifiers | ||||
| * | | | Allow $ in SQL object names. | BenBasson | 2014-06-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #189 from rubychan/ruby-2.3 | Kornelius Kalnbach | 2016-02-13 | 4 | -7/+26 |
|\ \ \ \ | | | | | | | | | | | New Ruby 2.1, 2.2, 2.3 Syntax | ||||
| * \ \ \ | Merge branch 'master' into ruby-2.3 | Kornelius Kalnbach | 2016-02-13 | 2 | -1/+4 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | fix issue with tins on older Ruby versions | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | add Ruby 2.3 | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | try Travis new infrastructure | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | don't ruin indentation | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | changelog | Kornelius Kalnbach | 2016-02-13 | 1 | -0/+4 |
| | | | | | |||||
| * | | | | skip over interpolation if not nested | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | check for keys with escape sequences, too | Kornelius Kalnbach | 2016-02-13 | 2 | -2/+11 |
| | | | | | |||||
| * | | | | allow indentation of squiggly heredoc delimiter | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | add support for Ruby 2.3 squiggly heredocruby-2.3 | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | add support for Ruby 2.3 safe navigation operator | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | add support for Ruby 2.2 quoted hash keys | Kornelius Kalnbach | 2016-02-13 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | KNOWN ISSUE: string interpolation will not work! | ||||
| * | | | | add support for Ruby 2.1 number literal suffixes | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+4 |
|/ / / / | |||||
* | | | | don't lie in --help output; thanks @Quintus | Kornelius Kalnbach | 2015-04-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | prevent running out of regexp stack | Kornelius Kalnbach | 2015-03-21 | 1 | -1/+1 |
| | | | |