まつもと ゆきひろです

リリースします.安定してる事を希望しているんですが.

--
Tue Sep  8 18:05:33 1998  Yukihiro Matsumoto  <matz / netlab.co.jp>

	* version 1.1c5 released.

Tue Sep  8 10:03:39 1998  Yukihiro Matsumoto  <matz / netlab.co.jp>

	* string.c (str_each_line): wrong line splitting with newline at
 	  top of the string.

	* string.c: non bang methods return copied string.

	* eval.c (f_END): needed to initialize frame->argc;

Fri Sep  4 11:27:40 1998  Yukihiro Matsumoto  <matz / netlab.co.jp>

	* bignum.c (bigadd): proper sign combination.

	* regex.c (re_search): wrong return value for \A.