Age | Commit message (Collapse) | Author | Files | Lines |
|
and now bundled in ruby18-base pacakges.
|
|
|
|
|
|
for Ruby packages. This pacakge is only for ruby16 since Ruby
1.8.1 bundled this ectention library.
Changes are huge, please refer HOMEPAGE or ChangeLog in source
files.
|
|
|
|
|
|
|
|
2002-03-28 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
* erbl.rb: fix return from thread bug.
* add test for safe_level.
|
|
2002-03-19 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
* erbl.rb: add return _eoutvar.
* fix trim_mode bug.
|
|
2002-03-15 Masatoshi SEKI <mas@edwin>
* rename h, u method.
2002-03-13 Koji Hourai <hoc@dd.iij4u.or.jp>
* fix trim_mode=2 bug.
|
|
2002-03-10 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
* compile.rb: keep lineno after translation.
2002-03-06 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* ERbLight#def_method: set fname and lineno for error message.
2002-02-12 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
* add def_method/module/class method.
2002-02-11 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
* remove load_erb method.
* add u method.
|
|
|
|
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
|
|
ERb is an implementation of eRuby (embedded ruby).
You can include ERb in your script. ERb is purely written by Ruby
without C module.
|
|
Wed Oct 17 14:58:24 2001 Shugo Maeda <shugo@modruby.net>
* version 0.9.7 released.
Mon Oct 15 13:54:18 2001 Shugo Maeda <shugo@modruby.net>
* eruby_main.c (run): fix prototype of Init_stack().
Wed Oct 10 15:15:48 2001 Shugo Maeda <shugo@modruby.net>
* eruby_main.c (run): call ruby_finalize().
* eruby_main.c (run): print error messages to stderr if $DEBUG is
false.
Tue Sep 4 15:33:38 2001 Shugo Maeda <shugo@modruby.net>
* eruby_main.c (run): call Init_stack().
|