diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-31 03:10:07 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-05-31 03:10:07 +0000 |
| commit | 9a8a22cd0fb59c99c69b11a130a30066624c9d13 (patch) | |
| tree | 813d68b48b4967d5f0e0fadc8e9386cb49a5e85a /ChangeLog | |
| parent | 4a1e525537077b198e8be1a2560963f80a723cca (diff) | |
| download | ruby-9a8a22cd0fb59c99c69b11a130a30066624c9d13.tar.gz ruby-9a8a22cd0fb59c99c69b11a130a30066624c9d13.tar.xz ruby-9a8a22cd0fb59c99c69b11a130a30066624c9d13.zip | |
2000-05-31
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,7 +1,25 @@ Wed May 31 04:06:41 2000 Wakou Aoyama <wakou@fsinet.or.jp> - * lib/cgi.rb: change: CGI#out() - if "HEAD" == REQUEST_METHOD then output only HTTP header. + * lib/cgi.rb: change: CGI#out() if "HEAD" == REQUEST_METHOD then + output only HTTP header. + +Wed May 31 01:54:21 2000 Yukihiro Matsumoto <matz@netlab.co.jp> + + * eval.c (rb_thread_schedule): set main_thread->status to + THREAD_TO_KILL, before raising deadlock error. + + * eval.c (rb_thread_deadlock): if curr_thread == main_thread, do + not call rb_thread_restore_context() + +Tue May 30 23:33:41 2000 Katsuyuki Komatsu <komatsu@sarion.co.jp> + + * ext/extmk.rb.in (have_library, have_func): remove unnecessary + try_link() call from the mswin32 platform branch. + + * lib/mkmf.rb (have_library, have_func): ditto. + + * lib/mkmf.rb (create_makefile): add $(TARGET).ilk and *.pdb + to cleanup files for mswin32. Mon May 29 10:41:10 2000 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> |
