summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* - [update] rdoc of erubis.rb(no author)2007-02-043-32/+57
* - [update] users-guide updated(no author)2007-02-032-22/+46
* - [change] engine.rb: Erubis::Engine.load_file(filename) creates cache file a...(no author)2007-02-031-9/+26
* - [change] engine/eruby.rb: class Erubis::Eruby changed to include StringBuff...(no author)2007-02-023-7/+7
* - [change] main.rb: option '-c class' is renamed to '-C'(no author)2007-02-022-33/+63
* - [refactor] tiny.rb: PI::TinyErubymakoto kuwata2007-01-102-126/+133
* - [refactor] add Converter#detect_lspace()makoto kuwata2007-01-092-43/+48
* - [enhance] Converter#convert_input() is more performance tunedmakoto kuwata2007-01-091-1/+3
* - [enhance] Converter#convert_input() is performance tunedmakoto kuwata2007-01-091-6/+35
* - [enhance] add Context#each() methodmakoto kuwata2006-12-256-17/+27
* - [bugfix] main.rb: typo fixedmakoto kuwata2006-09-241-1/+1
* - [enhance] engine/eperl.rb: add 'use HTML::Entities;' to add_preamble()makoto kuwata2006-09-241-1/+1
* - [update] ReleaseNote.txt, README.txt, doc/users-guide.txtmakoto kuwata2006-09-191-4/+6
* - [change] embedded expr pattern of piengine is changed from '${...}' to '@{....makoto kuwata2006-09-182-17/+17
* - [change] 'rails/action_view_support.rb' is renamed to 'helper/rails.rb'makoto kuwata2006-08-092-17/+40
* - [enhance] add PI::Converter#parse_stmt2()makoto kuwata2006-08-093-9/+49
* - [bugfix] action_view_support.rb had contained invalid class name.makoto kuwata2006-08-025-12/+34
* - [refactor] split engine.rb into converter.rb, generator.rb, evaluator.rb, c...makoto kuwata2006-08-028-428/+503
* - [refactor] divide Engine class into Converter, Generator, and Evaluatormakoto kuwata2006-08-0220-574/+719
* - [change] move 'piengine.rb' to 'pi/enhancer.rb'makoto kuwata2006-08-0110-121/+314
* - [enhance] add PIEnginemakoto kuwata2006-08-013-3/+251
* - [refactor] untabify() function is improved to use String#split() instead of...makoto kuwata2006-07-273-11/+37
* - [change] 'bin/noitem' uses pattern '<? !>' when lang is eperlmakoto kuwata2006-05-273-3/+43
* - [change] Ec#escaped_expr() changed to use 'escape(expr, out)'makoto kuwata2006-05-222-20/+22
* - [change] Engine#escape_text() and Engine#escaped_expr() are now abstract me...makoto kuwata2006-05-216-43/+48
* - [change] '_out' is changed to '_buf'makoto kuwata2006-05-1912-121/+202
* - [change] engine/xxx.rb is renamed to engine/exxx.rbmakoto kuwata2006-05-1812-33/+65
* - [enhance] new module NoTextEnhancer addedmakoto kuwata2006-05-077-14/+56
* - [enhance] Context#initialize() can take a hash objectmakoto kuwata2006-05-063-24/+41
* - [change] 'simplest.rb' is renamed to 'tiny.rb'makoto kuwata2006-05-034-80/+120
* - [refactor] Engine#compile() refactoredmakoto kuwata2006-05-0213-235/+202
* - [enhance] javascript supportmakoto kuwata2006-04-3014-103/+377
* - [change] Eruby adopt ArrayBufferEnhancer as defaultmakoto kuwata2006-04-2913-121/+721
* - [enhance] PHP, C, Java, and Scheme supportmakoto kuwata2006-04-2712-279/+702
* - [change] class EscapedEruby is removed and add EscapeEnhancermakoto kuwata2006-04-263-108/+115
* - [enhance] new method Eruby#pattern_regexp() to customize regexp for scanningmakoto kuwata2006-04-255-394/+654
* - [enhance] add misc/erubybench.rbmakoto kuwata2006-04-251-0/+1
* - [change] Eruby class adopt LightweightEruby methodmakoto kuwata2006-04-241-66/+63
* - [enhance] new classes LightweightEruby and LightweightXmlEruby addedmakoto kuwata2006-04-241-28/+179
* - [enhance] '<%# ... %>' supportmakoto kuwata2006-03-061-6/+14
* - [enhance] add PrintEnhancer, PrintEruby, and PrintXmlErubymakoto kuwata2006-03-041-1/+43
* - [bugifx] bin/erubis run with RubyGemsmakoto kuwata2006-02-011-5/+3
* - [bufix] XmlEruby outs <%=== expr %> to $stdout, it changed to $stderrmakoto kuwata2006-01-311-13/+14
* - [bugfix] FastEruby prints empty textmakoto kuwata2006-01-291-13/+18
* - initial commitmakoto kuwata2006-01-291-0/+248