summaryrefslogtreecommitdiff
path: root/lib/erubis/main.rb
Commit message (Expand)AuthorAgeFilesLines
* [enhance] support C++makoto kuwata2011-03-221-2/+3
* [enhance] modify 'main.rb' to support Rubiniusmakoto kuwata2011-03-201-0/+26
* [bugfix] 'main.rb' to 'erubis -z' prints 'Syntax OK' correctlymakoto kuwata2009-07-151-1/+3
* [refactor] tweak 'main.rb'makoto kuwata2009-07-151-18/+14
* [edit] remove '$Rev$' from all filesmakoto kuwata2009-07-141-1/+0
* - [bugfix] report argument name when option argument is missingmakoto kuwata2009-02-071-2/+3
* - [change] change '#!/usr/bin/ruby' to '#!/usr/bin/env ruby' in 'bin/erubis'makoto kuwata2009-02-071-3/+3
* * [change] use "#{ENV['_']} -wc" instead of 'ruby -wc' to check syntax (-z) i...makoto kuwata2008-06-121-1/+2
* - [enhance] test/testutil.rb: add TestCase::post_definitionmakoto kuwata2008-06-121-28/+28
* - [enhance] RubyEvaluator#def_method() can take instance object as well was m...makoto kuwata2007-07-191-1/+1
* - [bugfix] main.rb: Object#hash() was returned instead of context in load_dat...makoto kuwata2007-07-111-1/+1
* - [bugfix] main.rb: help message was not displayedmakoto kuwata2007-07-111-4/+3
* - [enhance] add '-T' (don't expand tab characters)makoto kuwata2007-05-221-33/+32
* - [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-8/+36
* - [change] option '-T' is removed(no author)2007-02-111-4/+4
* - [change] option '-X' is changed to '-z'(no author)2007-02-111-3/+3
* - [update] rdoc of erubis.rb(no author)2007-02-041-10/+33
* - [update] users-guide updated(no author)2007-02-031-22/+31
* - [change] main.rb: option '-c class' is renamed to '-C'(no author)2007-02-021-2/+25
* - [bugfix] main.rb: typo fixedmakoto kuwata2006-09-241-1/+1
* - [change] embedded expr pattern of piengine is changed from '${...}' to '@{....makoto kuwata2006-09-181-4/+4
* - [refactor] divide Engine class into Converter, Generator, and Evaluatormakoto kuwata2006-08-021-26/+45
* - [refactor] untabify() function is improved to use String#split() instead of...makoto kuwata2006-07-271-5/+21
* - [change] Ec#escaped_expr() changed to use 'escape(expr, out)'makoto kuwata2006-05-221-14/+20
* - [change] '_out' is changed to '_buf'makoto kuwata2006-05-191-46/+82
* - [change] engine/xxx.rb is renamed to engine/exxx.rbmakoto kuwata2006-05-181-7/+7
* - [enhance] new module NoTextEnhancer addedmakoto kuwata2006-05-071-0/+7
* - [enhance] Context#initialize() can take a hash objectmakoto kuwata2006-05-061-9/+8
* - [change] 'simplest.rb' is renamed to 'tiny.rb'makoto kuwata2006-05-031-67/+68
* - [refactor] Engine#compile() refactoredmakoto kuwata2006-05-021-17/+33
* - [enhance] javascript supportmakoto kuwata2006-04-301-15/+48
* - [change] Eruby adopt ArrayBufferEnhancer as defaultmakoto kuwata2006-04-291-6/+26
* - [enhance] PHP, C, Java, and Scheme supportmakoto kuwata2006-04-271-28/+52
* - [enhance] new method Eruby#pattern_regexp() to customize regexp for scanningmakoto kuwata2006-04-251-0/+232