summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [enhance] support C++makoto kuwata2011-03-221-0/+31
* [change] rename ':bufname' option to ':bufvar'makoto kuwata2011-03-211-1/+1
* [change] 'Erubis::Engine.load_file()' to set cache timestamp to be the same v...makoto kuwata2011-03-211-8/+12
* [change] 'test-index-cgi.rb' to load script from 'public_html' instead of 'co...makoto kuwata2011-03-201-1/+1
* [enhance] modify test scripts to support Rubiniusmakoto kuwata2011-03-202-3/+42
* [enhance] add 'rubinius?()' helper into 'testutil.rb'makoto kuwata2011-03-201-0/+4
* [enhance] change untabify code on 'testutil.rb' to support Rubiniusmakoto kuwata2011-03-201-5/+16
* [bugfix] to pass test on Ruby 1.9makoto kuwata2011-03-192-0/+24
* [add] test/test-index-cgi.rbmakoto kuwata2011-02-251-0/+191
* [enhance] add 'PrefixedLineEnhancer' module and 'PrefixedLineEruby' classmakoto kuwata2011-02-221-0/+49
* [enhance] add new option ':bufname' to specify buffer variable namemakoto kuwata2011-02-221-0/+25
* [bugfix] fix a bug on InterporationEnhancermakoto kuwata2010-06-271-1/+28
* [refactor] tweak 'test-main.rb'makoto kuwata2009-07-152-18/+10
* [bugfix] 'main.rb' to 'erubis -z' prints 'Syntax OK' correctlymakoto kuwata2009-07-151-0/+24
* [edit] remove '$Rev$' from all filesmakoto kuwata2009-07-147-7/+0
* - [bugfix] report argument name when option argument is missingmakoto kuwata2009-02-071-18/+21
* - [change] change '#!/usr/bin/ruby' to '#!/usr/bin/env ruby' in 'bin/erubis'makoto kuwata2009-02-071-0/+24
* * [change] use "#{ENV['_']} -wc" instead of 'ruby -wc' to check syntax (-z) i...makoto kuwata2008-06-122-2/+32
* - [enhance] test/testutil.rb: add TestCase::post_definitionmakoto kuwata2008-06-126-4/+34
* - [enhance] Conerter#convert_input(): convert '<%% %>' into '<% %>'makoto kuwata2008-05-031-0/+20
* - [enhance] '<%= =%>' and '<%= -%>' removed tail spacesmakoto kuwata2008-04-291-0/+22
* - [enhance] add '--docwrite={true|false}' property to Ejavascript class.makoto kuwata2007-09-241-2/+27
* - [change] add Erubis::EMPTY_BINDINGmakoto kuwata2007-09-181-0/+15
* - [bugfix] PercentLineEnhancer#add_text() was very slow (now very fast)makoto kuwata2007-09-101-2/+2
* - [enhance] RubyEvaluator#def_method() can take instance object as well was m...makoto kuwata2007-07-191-0/+38
* - [bugfix] main.rb: help message was not displayedmakoto kuwata2007-07-111-0/+13
* - [enhance] add '-T' (don't expand tab characters)makoto kuwata2007-05-221-1/+25
* - [refactor] remove RailsHelperEruby from helpers/rails.rbmakoto kuwata2007-05-188-8/+8
* - [enhance] new command-line option '-X', '-N', '-C', and '-U' supportmakoto kuwata2007-05-154-538/+6
* - [change] rename ExpressionInterporationEnhancer to InterpolationEnhancermakoto kuwata2007-05-153-2/+59
* - [bugfix] ExpressionInterporationEnhancer.description() had errormakoto kuwata2007-05-151-4/+4
* - [enhance] add DeleteIndentEnhancer(no author)2007-03-051-0/+21
* - [enhance] add ErboutEnhancer(no author)2007-03-053-378/+550
* - [change] option '-T' is removed(no author)2007-02-111-4/+4
* - [change] option '-X' is changed to '-z'(no author)2007-02-111-5/+5
* - [enhance] Ruby on Rails support improved(no author)2007-02-062-1/+56
* - [update] rdoc of erubis.rb(no author)2007-02-041-7/+94
* - [change] engine.rb: Erubis::Engine.load_file(filename) creates cache file a...(no author)2007-02-031-7/+65
* - [change] engine/eruby.rb: class Erubis::Eruby changed to include StringBuff...(no author)2007-02-024-77/+91
* - [change] main.rb: option '-c class' is renamed to '-C'(no author)2007-02-022-3/+49
* - [enhance] engine/eperl.rb: add 'use HTML::Entities;' to add_preamble()makoto kuwata2006-09-242-68/+58
* - [change] embedded expr pattern of piengine is changed from '${...}' to '@{....makoto kuwata2006-09-182-5/+5
* - [refactor] divide Engine class into Converter, Generator, and Evaluatormakoto kuwata2006-08-025-3/+819
* - [change] move 'piengine.rb' to 'pi/enhancer.rb'makoto kuwata2006-08-011-1/+1
* - [change] 'bin/noitem' uses pattern '<? !>' when lang is eperlmakoto kuwata2006-05-275-69/+64
* - [change] Ec#escaped_expr() changed to use 'escape(expr, out)'makoto kuwata2006-05-221-2/+2
* - [change] '_out' is changed to '_buf'makoto kuwata2006-05-193-192/+217
* - [bugfix] test/test-erubis.rb fixedmakoto kuwata2006-05-181-1/+1
* - [change] engine/xxx.rb is renamed to engine/exxx.rbmakoto kuwata2006-05-181-7/+7
* - [enhance] new module NoTextEnhancer addedmakoto kuwata2006-05-073-50/+59