[ruby-talk:00264] Ruby 1.3.2-990402
From:
Yukihiro Matsumoto <matz@...>
Date:
1999-04-02 02:47:52 UTC
List:
ruby-talk #264
Ruby 1.3.2-990402 is out, check out:
ftp://ftp.netlab.co.jp/pub/lang/ruby/devel/ruby-1.3.2-990402.tar.gz
md5sum is
c8f4e81e8c51734d40c7befca9399a3a ruby-1.3.2-990402.tar.gz
Notice this is early access release, try it at your own risk.
--
+Fri Apr 2 11:46:22 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * version 1.3.2
+
+Fri Apr 2 10:40:04 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * io.c (rb_io_s_pipe): forgot to define IO::pipe.
+
+Thu Apr 1 14:40:46 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * eval.c (assign): modified for rhs change.
+
+ * parse.y (stmt): unparenthesisized method calls can be right hand
+ side expression of the assignment.
+
+Sat Mar 27 22:42:47 1999 Koji Arai <JCA02266@nifty.ne.jp>
+
+ * ext/nkf/nkf.c (rb_nkf_kconv): check size output_ctr before
+ decrement.
+
+Thu Mar 25 09:11:03 1999 Yukihiro Matsumoto <matz@netlab.co.jp>
+
+ * time.c (time_s_at): preserve gmt-mode for result.
+
+ * parse.y (rb_compile_string): do not use cur_mid, use
+ compile_for_eval instead.
+
+ * st.c (PTR_NOT_EQUAL): wrong logical condition.
+
+
+ * parse.y (yycompile): should clear cur_mid after compilation.