summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* [edit] remove '$Rev$' from all filesmakoto kuwata2009-07-141-1/+0
|
* - [change] change '#!/usr/bin/ruby' to '#!/usr/bin/env ruby' in 'bin/erubis'makoto kuwata2009-02-071-1/+1
| | | | | | - [bugfix] change 'optchar.chr' to 'optchar' in 'main.rb'.
* - [refactor] remove RailsHelperEruby from helpers/rails.rbmakoto kuwata2007-05-181-1/+1
| | | | | | - [bugfix] change context key 'code' to 'symbol' in benchmark/bench_context.yaml
* - [enhance] new command-line option '-X', '-N', '-C', and '-U' supportmakoto kuwata2007-05-151-154/+0
| | | | | | | | - [change] command 'notext' has been removed - [change] remove test/test-notext.{rb,yaml} - [change] command-line option '-C' has been desupported
* - [change] 'bin/noitem' uses pattern '<? !>' when lang is eperlmakoto kuwata2006-05-271-12/+27
| | | | | | | | - [enhance] new enhancer NoCodeEnhander - [change] Erubis::Eperl#escaped_expr() prints 'encode_entities()' which is avairlable with HTML::Entities module - [bugfix] define_testmethods() (in 'test/testutil.rb') use 'module_eval' instead of 'eval' - [update] doc/users-guide.txt updated
* - [change] engine/xxx.rb is renamed to engine/exxx.rbmakoto kuwata2006-05-181-0/+139
| | | | | - [enhance] add 'bin/notext' command
* - [enhance] new method Eruby#pattern_regexp() to customize regexp for scanningmakoto kuwata2006-04-251-206/+2
| | | | | | | | | - [change] 'lib/erubis.rb' is divided into eruby.rb, enhancer.rb, and optimized.rb - [change] command 'bin/erubis' is moved to 'lib/erubis/main.rb' - [change] benchmark/erubybench.rb updated - [enhance] new command-line option '-k' (convert map key to Symbol) added
* - [enhance] '<%# ... %>' supportmakoto kuwata2006-03-061-13/+41
| | | | | | | | - [update] users-guide updated - [enhance] new command-line option '-x' : script source removing the last '_out' line - [release] 1.1.0 and 1.1.1
* - [bugifx] bin/erubis run with RubyGemsmakoto kuwata2006-02-011-2/+2
|
* - [bufix] XmlEruby outs <%=== expr %> to $stdout, it changed to $stderrmakoto kuwata2006-01-311-2/+14
| | | | | | | | - [change] rename var name 'kind' to 'indicator' in Eruby#compile() - [enhance] add doc/users-guide.txt - [enhance] add command-line option '-I lib'
* - [bugfix] FastEruby prints empty textmakoto kuwata2006-01-291-0/+175
- [bugfix] error occurs when input has no embedded pattern - [enhance] add bin/erubis - [enhance] add test/test-bin.rb - [change] rename XxxFixture to XxxEnhancer