まつもと ゆきひろです サブジェクトの通りリリースしました. ftp://ftp.netlab.co.jp/pub/lang/ruby/beta/ruby-1.1b4.tar.gz finalize.rbにはかけこみの修正が行われていますので,若干の不 安がありますが…. 注意: 文法の修正が行われています.めったにないと思いますが,ごくま れに文法エラーになるスクリプトが存在する可能性があります.if やwhileなどの条件式の部分ですので,万が一エラーが起きた場合 には括弧でくくって下さい.(_ _) 修正点: Fri Jan 9 13:19:55 1998 Yukihiro Matsumoto <matz / netlab.co.jp> * eval.c (f_missing): class name omitted from the error message. * error.c (exc_inspect): description changed. * string.c (Init_String): GlobalExit's superclass did not filled, since GlobalExit created earlier than String. Thu Jan 8 12:10:09 1998 Yukihiro Matsumoto <matz / netlab.co.jp> * parse.y (aryset): expr in the brackets can be null. Wed Jan 7 21:13:56 1998 Yukihiro Matsumoto <matz / netlab.co.jp> * io.c (io_reopen): keep stderr unclosed. * io.c (io_errset): keep stderr unclosed. Tue Jan 6 00:27:43 1998 Yukihiro Matsumoto <matz / netlab.co.jp> * parse.y: syntax modified for `while expr do .. end' etc. * process.c (f_exec,f_system): can supply arbitrary name for the new process. Mon Jan 5 16:59:13 1998 WATANABE Hirofumi <watanabe / ase.ptg.sony.co.jp> * file.c (file_s_basename): removes any extention by ".*". Sun Jan 4 19:36:22 1998 WATANABE Hirofumi <watanabe / ase.ptg.sony.co.jp> * parse.y (yylex): needed to update lex_p (reading point). Sat Jan 3 19:14:14 1998 WATANABE Hirofumi <watanabe / ase.ptg.sony.co.jp> * class.c,object.c: duplicate defines mKernel and cFinxnum. Fri Jan 2 20:38:59 1998 Yukihiro Matsumoto <matz / netlab.co.jp> * ext/curses/curses.c (NUM2CHAR): uses the first character for string arguments. * array.c (ary_fill): did not extend array for ranges. * array.c (beg_len): did not return end pos bigger than size. Fri Jan 2 02:09:16 1998 WATANABE Hirofumi <watanabe / ase.ptg.sony.co.jp> * dir.c (dir_s_chdir): bug in nil check. * array.c (ary_fill): bug in nil check. Tue Dec 30 11:46:23 1997 Yukihiro Matsumoto <matz / netlab.co.jp> * hash.c (env_path_tainted): checks directories in PATH environment variable are not world writable. * ruby.c (load_file): invoke specified interpreter if the #! line does not contain the word `ruby'. Fri Dec 26 03:26:41 1997 Yukihiro Matsumoto <matz / netlab.co.jp> * string.c (uscore_get): type information included in the error message. * variable.c (f_untrace_var): does not free trace-data within trace procedure.