summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - [release] release preparationmakoto kuwata2007-05-265-1/+32
* - [bugfix] rails_helper.rb is edited incorrectlymakoto kuwata2007-05-267-23/+135
* - [bugfix] erubis.gemspec is updatedmakoto kuwata2007-05-232-3/+6
* - [update] CHANGES, ReleaseNote.txt, website/index.txtmakoto kuwata2007-05-237-132/+399
* - [enhance] add '-T' (don't expand tab characters)makoto kuwata2007-05-228-194/+507
* - [refactor] remove RailsHelperEruby from helpers/rails.rbmakoto kuwata2007-05-1838-69/+78
* - [enhance] new command-line option '-X', '-N', '-C', and '-U' supportmakoto kuwata2007-05-1512-1261/+577
* - [change] remove 'benchmark/erubybench*'makoto kuwata2007-05-155-889/+1
* - [enhance] add 'benchmark/bench.rb' and 'benchmark/templates/*'makoto kuwata2007-05-158-26/+508
* - [change] rename ExpressionInterporationEnhancer to InterpolationEnhancermakoto kuwata2007-05-1512-218/+1009
* - [bugfix] ExpressionInterporationEnhancer.description() had errormakoto kuwata2007-05-154-5/+10
* - [bugfix] 'convert_file()' was fixed to 'load_file()' in users-guidemakoto kuwata2007-05-074-8/+14
* - [enhance] add DeleteIndentEnhancer(no author)2007-03-055-4/+91
* - [enhance] add ErboutEnhancer(no author)2007-03-0512-414/+886
* - [update] benchmark data on user's guide is updated(no author)2007-02-124-53/+60
* - [update] website/image/erubis01.{bmp,png} updated(no author)2007-02-125-2/+5
* - [change] option '-T' is removed(no author)2007-02-119-80/+246
* - [release] release preparation(no author)2007-02-1112-612/+136
* - [change] option '-X' is changed to '-z'(no author)2007-02-1110-115/+229
* - [change] 'helpers/rails.rb' is renamed to 'helpers/rails_helper.rb'(no author)2007-02-065-25/+40
* - [change] 'lib/erubis/helper' is renamed to 'lib/erubis/helpers'(no author)2007-02-064-13/+17
* - [enhance] Ruby on Rails support improved(no author)2007-02-0615-505/+417
* - [update] rdoc of erubis.rb(no author)2007-02-048-76/+253
* - [update] webiste/index.txt(no author)2007-02-033-13/+20
* - [update] website/images updated(no author)2007-02-032-0/+0
* - [update] users-guide updated(no author)2007-02-037-366/+657
* - [change] engine.rb: Erubis::Engine.load_file(filename) creates cache file a...(no author)2007-02-034-16/+99
* - [change] engine/eruby.rb: class Erubis::Eruby changed to include StringBuff...(no author)2007-02-0210-89/+173
* - [change] main.rb: option '-c class' is renamed to '-C'(no author)2007-02-028-146/+325
* - [change] erubybench.rb: option '-S' obsoletedmakoto kuwata2007-01-102-18/+20
* - [change] erubybench.rb: option '-A' and '-O' added, '-t' obsoletedmakoto kuwata2007-01-104-167/+415
* - [refactor] tiny.rb: PI::TinyErubymakoto kuwata2007-01-103-127/+138
* - [refactor] add Converter#detect_lspace()makoto kuwata2007-01-093-43/+53
* - [enhance] Converter#convert_input() is more performance tunedmakoto kuwata2007-01-092-1/+6
* - [enhance] Converter#convert_input() is performance tunedmakoto kuwata2007-01-092-6/+38
* - [change] erubybench.rb: create 'src' directory for cache filemakoto kuwata2007-01-092-15/+22
* - [change] erubybench.rb: add option '-D'makoto kuwata2007-01-092-29/+16
* - [change] add '-S' (use /dev/null) option to 'benchmark/erubybench.rb'makoto kuwata2007-01-092-34/+42
* - [refactor] add '-X' (expand) option to 'benchmark/erubybench.rb'makoto kuwata2007-01-093-101/+156
* - [enhance] add Context#each() methodmakoto kuwata2006-12-2514-41/+98
* - [bugfix] main.rb: typo fixedmakoto kuwata2006-09-242-2/+6
* - [enhance] engine/eperl.rb: add 'use HTML::Entities;' to add_preamble()makoto kuwata2006-09-2421-205/+504
* - [update] doc/users-guide.txt: add documentation about 'notext' commandmakoto kuwata2006-09-1922-21/+1119
* - [update] ReleaseNote.txt, README.txt, doc/users-guide.txtmakoto kuwata2006-09-1913-20/+217
* - [change] embedded expr pattern of piengine is changed from '${...}' to '@{....makoto kuwata2006-09-187-42/+45
* - [change] 'rails/action_view_support.rb' is renamed to 'helper/rails.rb'makoto kuwata2006-08-096-39/+77
* - [enhance] add PI::Converter#parse_stmt2()makoto kuwata2006-08-096-12/+57
* - [enhance] add 'examples/pi'makoto kuwata2006-08-0314-5/+181
* - [bugfix] action_view_support.rb had contained invalid class name.makoto kuwata2006-08-028-21/+284
* - [refactor] split engine.rb into converter.rb, generator.rb, evaluator.rb, c...makoto kuwata2006-08-029-429/+507