summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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] modify 'main.rb' to support Rubiniusmakoto kuwata2011-03-201-0/+26
* [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
* [move] '_htaccess' and 'index.cgi' from 'contrib' to 'public_html'makoto kuwata2011-03-192-0/+0
* [change] path of index.cgi on 'contrib/_htaccess'makoto kuwata2011-03-181-1/+1
* [add] test/test-index-cgi.rbmakoto kuwata2011-02-251-0/+191
* [change] rewrite 'contrib/index.cgi' entirelymakoto kuwata2011-02-251-57/+109
* [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-223-0/+108
* [enhance] add new option ':bufname' to specify buffer variable namemakoto kuwata2011-02-223-16/+42
* [change] index.cgi not to report exception of 'require "rubygems"'makoto kuwata2010-07-011-1/+1
* [change] tweak index.cgimakoto kuwata2010-06-291-1/+2
* [enhance] index.cgi to expand '~user' pathmakoto kuwata2010-06-291-1/+3
* [enhance] index.cgi to require 'rubygems' automaticallymakoto kuwata2010-06-291-6/+11
* [enhance] change 'index.cgi' to report error when 'require "erubis"' failedmakoto kuwata2010-06-291-2/+15
* [enhance] support layout template in 'contrib/index.cgi'makoto kuwata2010-06-271-0/+6
* [change] change 'contrib/index.cgi' to allow to set @encodingmakoto kuwata2010-06-271-5/+6
* [change] remove cgi module from 'contrib/index.cgi'makoto kuwata2010-06-271-6/+10
* [add] add 'contrib/index.cgi' and 'contrib/_htaccess'makoto kuwata2010-06-272-0/+75
* [release] release preparation for 2.6.6makoto kuwata2010-06-273-4/+5
* [update] update 'CHANGES.txt'makoto kuwata2010-06-271-0/+8
* [bugfix] fix a bug on InterporationEnhancermakoto kuwata2010-06-272-2/+29
* [update] CHANGES.txt and Rookbook.prop for release preparation of 2.6.5makoto kuwata2009-07-202-1/+9
* [add] 'benchmark/mybench2.rb' which is rewrited benchmark scriptmakoto kuwata2009-07-201-0/+266
* [refactor] tweak 'test-main.rb'makoto kuwata2009-07-152-18/+10
* [bugfix] 'main.rb' to 'erubis -z' prints 'Syntax OK' correctlymakoto kuwata2009-07-152-1/+27
* [refactor] tweak 'main.rb'makoto kuwata2009-07-151-18/+14
* [refactor] tiny.rb to use 'pos...m.begin(0)' instead of 'input[pos, match.beg...makoto kuwata2009-07-141-4/+3
* [edit] remove '$Rev$' from all filesmakoto kuwata2009-07-1436-36/+11
* - [update] ReleaseNote.txt, ChangeLog.txtmakoto kuwata2009-07-122-0/+11
* - [update] CHANGES.txt, ReleaseNote.txtmakoto kuwata2009-02-183-0/+32
* - [change] update gemspec filemakoto kuwata2009-02-183-4/+12
* - [change] rails_helper.rb changed to use ActionController::Base.new.loggermakoto kuwata2009-02-182-3/+6
* - [enhance] confirmed that erubis works fine on Rails 2.3makoto kuwata2009-02-182-1/+4
* - [enhance] Rails 2.2 supportmakoto kuwata2009-02-082-4/+39
* - [change] packages are now built under 'build' directorymakoto kuwata2009-02-075-18/+60
* - [bugfix] report argument name when option argument is missingmakoto kuwata2009-02-073-20/+29
* - [change] change '#!/usr/bin/ruby' to '#!/usr/bin/env ruby' in 'bin/erubis'makoto kuwata2009-02-074-6/+33
* - [update] ReleasNote, CHANGESmakoto kuwata2009-02-063-3/+35
* - [release] preparation for 2.6.2makoto kuwata2008-06-125-11/+21
* - [update] README.txt, users-guide, CHANGES.txtmakoto kuwata2008-06-125-0/+19
* * [change] use "#{ENV['_']} -wc" instead of 'ruby -wc' to check syntax (-z) i...makoto kuwata2008-06-123-3/+34
* - [enhance] test/testutil.rb: add TestCase::post_definitionmakoto kuwata2008-06-1216-54/+114
* - [release] preparation for 2.6.1makoto kuwata2008-06-053-3/+39
* - [enhance] helpers/rails_helper.rb: Rails 2.1 supportmakoto kuwata2008-06-052-19/+57