From: matz@... (Yukihiro Matsumoto) Date: 1998-12-24T19:01:27+09:00 Subject: [ruby-dev:3962] ruby 1.3(!) released まつもと ゆきひろです 開発バージョンである1.3のリリースです. かけこみ修正が多々ありましたので不安ではあるのですが. 安定バージョン1.2は明日リリースします. -- Thu Dec 24 18:26:04 1998 Yukihiro Matsumoto * developpers' version 1.3 released. Thu Dec 24 00:17:00 1998 Yukihiro Matsumoto * eval.c (rb_load): top self should be set properly. * variable.c (classname): check __classpath__ iff it is defined. * variable.c (classname): invalid warning at -v with static linked ruby interpreter. * eval.c (is_defined): modified for expr::Const support. * eval.c (rb_eval): invoke method expr::Const if expr is not class nor module. * parse.y (primary): enable expr::identifier as method invocation. Wed Dec 23 03:04:36 1998 Yukihiro Matsumoto * regex.c (re_match): avoid too many loop pops for (?:..).