index
:
delta/ruby-gems/coderay.git
applescript-scanner
autoload
avrasm-scanner
bash-scanner
cleanup-output
dsl
escape-utils
extend-specs
fix-javascript-regexp
fortran-scanner
io-scanner
latex-encoder
lisp-scanner
lua-scanner
master
paint-integration
possible-speedups
remove-dump
ruby-2.3
ruby-skip
tcl-scanner
test-code-climate
vhdl-scanner
github.com: rubychan/coderay.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve support for Unicode non-alphanumeric characters in Ruby names
Kornelius Kalnbach
2013-02-17
1
-3
/
+3
*
do not write to disk in benchmarking
Kornelius Kalnbach
2013-02-17
1
-1
/
+1
*
Update Changes.textile
Kornelius Kalnbach
2013-02-13
1
-1
/
+1
*
Merge pull request #112 from jgeiger/patch-1
Kornelius Kalnbach
2013-02-12
1
-0
/
+2
|
\
|
*
Add License to gemspec
Joey Geiger
2013-02-08
1
-0
/
+2
|
/
*
Merge pull request #107 from jordimassaguerpla/master
Kornelius Kalnbach
2013-01-20
1
-1
/
+1
|
\
|
*
fix license file name into gemspec
Jordi Massaguer Pla
2013-01-17
1
-1
/
+1
|
/
*
Merge pull request #95 from rubychan/suite-git
Kornelius Kalnbach
2012-10-28
1
-13
/
+22
|
\
|
*
cleanups, helpful message when old svn checkout is found
Kornelius Kalnbach
2012-10-28
1
-20
/
+27
|
*
use github for coderay-test-scanners
Nathan Youngman
2012-10-28
1
-14
/
+16
|
/
*
ruby-head does not work because of RedCloth, remove it from Travis config
v1.0.8
Kornelius Kalnbach
2012-10-07
2
-4
/
+4
*
testing more Ruby versions with Travis
Kornelius Kalnbach
2012-10-07
1
-4
/
+3
*
cleaning up RC release script
v1.0.8.rc1
Kornelius Kalnbach
2012-10-07
1
-4
/
+1
*
bump version to 1.0.8
Kornelius Kalnbach
2012-10-07
1
-1
/
+1
*
update changelog
Kornelius Kalnbach
2012-10-07
1
-0
/
+1
*
Fix HTML scanner: Don't crash if HTML in a diff contains a JavaScript tag.
Kornelius Kalnbach
2012-10-07
2
-1
/
+5
*
Merge pull request #32 from shurizzle/master
Kornelius Kalnbach
2012-09-01
1
-1
/
+1
|
\
|
*
Update lib/coderay/encoders/html/numbering.rb
shura
2012-08-28
1
-1
/
+1
|
/
*
changelog
Kornelius Kalnbach
2012-07-23
1
-0
/
+4
*
add :string.:char, remove :regexp.:function color from terminal encode (GH #29)
Kornelius Kalnbach
2012-07-23
1
-1
/
+1
*
test with different Travis settings, again
Kornelius Kalnbach
2012-07-19
1
-1
/
+1
*
test with different Travis settings
Kornelius Kalnbach
2012-07-18
1
-3
/
+3
*
remove etc folder
Kornelius Kalnbach
2012-07-18
116
-40244
/
+1
*
changelog
v1.0.7
Kornelius Kalnbach
2012-06-21
1
-0
/
+1
*
replace LGPL license with MIT [GH-25]
Kornelius Kalnbach
2012-06-21
3
-509
/
+22
*
prepare for rc2
v1.0.7.rc2
Kornelius Kalnbach
2012-06-19
1
-1
/
+1
*
HTML scanner accepts boolean attributes; fixes issue #26
Kornelius Kalnbach
2012-06-19
2
-4
/
+2
*
fix buggy indentation in documentation (issue #23)
Kornelius Kalnbach
2012-05-04
1
-5
/
+5
*
bump version to 1.0.7
v1.0.7.rc1
Kornelius Kalnbach
2012-04-06
2
-1
/
+5
*
Merge pull request #20 from TildeWill/master
Kornelius Kalnbach
2012-04-05
1
-1
/
+0
|
\
|
*
Removing redundant LoadError raise. File.exists? seems to have problems when ...
Will Read
2012-04-01
1
-1
/
+0
*
|
last changes before release of 1.0.6
v1.0.6
Kornelius Kalnbach
2012-04-06
2
-0
/
+2
|
/
*
update changelog, bump version to 1.0.6
v1.0.6.rc1
Kornelius Kalnbach
2012-04-02
2
-1
/
+3
*
Merge branch 'master' into independent-lines
Kornelius Kalnbach
2012-04-02
1
-0
/
+1
|
\
|
*
ignore .DS_Store
Kornelius Kalnbach
2012-04-02
1
-0
/
+1
*
|
rename :independent_lines option to :break_lines
Kornelius Kalnbach
2012-04-02
2
-8
/
+9
*
|
here come the white-space nazis
Kornelius Kalnbach
2012-04-01
3
-32
/
+32
*
|
Merge remote-tracking branch 'emassip/master' into independent-lines
Kornelius Kalnbach
2012-04-01
3
-19
/
+134
|
\
\
|
|
/
|
/
|
|
*
Added a unit test for HTML encoder (with a test for :line_independent option)
Etienne Massip
2012-03-29
1
-0
/
+104
|
*
Fixed handling of eols inside token content.
Etienne Massip
2012-03-29
1
-6
/
+10
|
*
Extracted code making HTML lines independent from numbering code to a specifi...
Etienne Massip
2012-01-26
2
-18
/
+25
*
|
specify encoding of PHP scanner file (fails when RUBYOPT=-Ku is set)
Kornelius Kalnbach
2012-03-31
1
-0
/
+1
*
|
fix tests for #16
Kornelius Kalnbach
2012-03-31
1
-3
/
+3
*
|
Merge remote-tracking branch 'dslh/master'
Kornelius Kalnbach
2012-03-31
1
-3
/
+3
|
\
\
|
*
|
Fixing automatic type selection for html files.
Doug Hammond
2012-02-23
1
-3
/
+3
|
|
/
*
|
remove rbx-19mode from travis for now
Kornelius Kalnbach
2012-03-02
1
-1
/
+1
*
|
replace weird regexp that confuses ruby-head
Kornelius Kalnbach
2012-03-02
1
-1
/
+1
*
|
update .travis.yml
Kornelius Kalnbach
2012-03-02
1
-3
/
+5
*
|
changelog
Kornelius Kalnbach
2012-01-21
1
-0
/
+4
|
/
*
Merge pull request #13 from noprompt/master
Kornelius Kalnbach
2012-01-21
2
-2
/
+3
|
\
[next]