diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-05 05:07:54 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-05 05:07:54 +0000 |
| commit | b4d6c1408d23090c5eba02692b9201d82b15aa30 (patch) | |
| tree | f9703be8248360ab17a94821ad56d785bb27c0a7 /ChangeLog | |
| parent | 81e98170634bb472059adf761f72954f4c69fd0d (diff) | |
| download | ruby-b4d6c1408d23090c5eba02692b9201d82b15aa30.tar.gz ruby-b4d6c1408d23090c5eba02692b9201d82b15aa30.tar.xz ruby-b4d6c1408d23090c5eba02692b9201d82b15aa30.zip | |
* eval.c (mark_frame_adj): need to adjust argv pointer if using
system's alloca. [ruby-core:01503]
* io.c (rb_f_gets): should call next_argv() before type check
current_file. [ruby-list:38336]
* eval.c (proc_invoke): should retrieve retval when pcall is true.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -101,6 +101,11 @@ Thu Sep 4 12:54:50 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> * ext/syck/token.c: headerless documents with root-level spacing now honored. +Thu Sep 4 00:06:14 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (mark_frame_adj): need to adjust argv pointer if using + system's alloca. [ruby-core:01503] + Wed Sep 3 21:33:20 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org> * test: add test directory. Test::Unit aware testcases and needed @@ -112,11 +117,20 @@ Wed Sep 3 21:33:20 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org> * test/csv/*: add testcase for lib/csv.rb. +Wed Sep 3 01:37:09 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (rb_f_gets): should call next_argv() before type check + current_file. [ruby-list:38336] + Tue Sep 2 20:37:15 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warning for skipping server verification. +Tue Sep 2 23:36:57 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (proc_invoke): should retrieve retval when pcall is true. + Tue Sep 2 14:09:20 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX). |
