summaryrefslogtreecommitdiff
path: root/lib/erubis/enhancer.rb
Commit message (Expand)AuthorAgeFilesLines
* [change] rename ':bufname' option to ':bufvar'makoto kuwata2011-03-211-11/+11
* [refactor] 'InterporationEnhancer' and 'PrintOutEnhancer'makoto kuwata2011-02-231-5/+5
* [bugfix] 'InterporationEnhancer#_add_text_to_str()' raised null-pointer-excep...makoto kuwata2011-02-231-2/+1
* [bugfix] change 'PrefixedLineEnhancer' to be available with command-line opti...makoto kuwata2011-02-231-5/+10
* [refactor] change 'PercentLineEnhancer' to be subset of 'PrefixedLineEnhancer'makoto kuwata2011-02-221-47/+32
* [enhance] add 'PrefixedLineEnhancer' module and 'PrefixedLineEruby' classmakoto kuwata2011-02-221-0/+54
* [enhance] add new option ':bufname' to specify buffer variable namemakoto kuwata2011-02-221-11/+11
* [bugfix] fix a bug on InterporationEnhancermakoto kuwata2010-06-271-1/+1
* [edit] remove '$Rev$' from all filesmakoto kuwata2009-07-141-1/+0
* - [enhance] test/testutil.rb: add TestCase::post_definitionmakoto kuwata2008-06-121-5/+14
* - [enhance] '<%= =%>' and '<%= -%>' removed tail spacesmakoto kuwata2008-04-291-1/+2
* - [bugfix] PercentLineEnhancer#add_text() was very slow (now very fast)makoto kuwata2007-09-101-6/+21
* - [refactor] remove RailsHelperEruby from helpers/rails.rbmakoto kuwata2007-05-181-1/+1
* - [enhance] new command-line option '-X', '-N', '-C', and '-U' supportmakoto kuwata2007-05-151-2/+2
* - [change] rename ExpressionInterporationEnhancer to InterpolationEnhancermakoto kuwata2007-05-151-1/+1
* - [bugfix] ExpressionInterporationEnhancer.description() had errormakoto kuwata2007-05-151-1/+1
* - [enhance] add DeleteIndentEnhancer(no author)2007-03-051-0/+19
* - [enhance] add ErboutEnhancer(no author)2007-03-051-23/+113
* - [enhance] Ruby on Rails support improved(no author)2007-02-061-0/+25
* - [change] engine/eruby.rb: class Erubis::Eruby changed to include StringBuff...(no author)2007-02-021-1/+1
* - [refactor] add Converter#detect_lspace()makoto kuwata2007-01-091-3/+4
* - [refactor] split engine.rb into converter.rb, generator.rb, evaluator.rb, c...makoto kuwata2006-08-021-5/+2
* - [refactor] divide Engine class into Converter, Generator, and Evaluatormakoto kuwata2006-08-021-8/+6
* - [refactor] untabify() function is improved to use String#split() instead of...makoto kuwata2006-07-271-3/+7
* - [change] 'bin/noitem' uses pattern '<? !>' when lang is eperlmakoto kuwata2006-05-271-1/+36
* - [change] '_out' is changed to '_buf'makoto kuwata2006-05-191-22/+22
* - [change] engine/xxx.rb is renamed to engine/exxx.rbmakoto kuwata2006-05-181-4/+31
* - [enhance] new module NoTextEnhancer addedmakoto kuwata2006-05-071-5/+34
* - [refactor] Engine#compile() refactoredmakoto kuwata2006-05-021-10/+54
* - [enhance] javascript supportmakoto kuwata2006-04-301-21/+49
* - [change] Eruby adopt ArrayBufferEnhancer as defaultmakoto kuwata2006-04-291-15/+262
* - [enhance] PHP, C, Java, and Scheme supportmakoto kuwata2006-04-271-114/+33
* - [change] class EscapedEruby is removed and add EscapeEnhancermakoto kuwata2006-04-261-0/+105
* - [enhance] new method Eruby#pattern_regexp() to customize regexp for scanningmakoto kuwata2006-04-251-0/+88