From 9d77639f30172b0e3b88ea22df0724df61240161 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 7 Mar 2003 05:59:42 +0000 Subject: * parse.y (dsym): :"symbol string" style should not contain `\0'. * process.c (proc_detach): new method Proc#detach(pid) which create background watcher thread to issue waitpid. [new] * process.c (rb_detach_process): utility function to detach process from C code. * ext/pty/pty.c (pty_finalize_syswait): terminate watcher thread, and detach child process (by creating new idle waitpid watcher thread). * ext/pty/pty.c (pty_syswait): may lost signal stopped child. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d81ef4c335..6ab050bc2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,38 @@ +Fri Mar 7 03:31:36 2003 Yukihiro Matsumoto + + * parse.y (dsym): :"symbol string" style should not contain `\0'. + + * process.c (proc_detach): new method Proc#detach(pid) which + create background watcher thread to issue waitpid. [new] + + * process.c (rb_detach_process): utility function to detach + process from C code. + + * ext/pty/pty.c (pty_finalize_syswait): terminate watcher thread, + and detach child process (by creating new idle waitpid watcher + thread). + + * ext/pty/pty.c (pty_syswait): may lost signal stopped child. + Fri Mar 7 00:30:33 2003 WATANABE Hirofumi * ext/Win32API/Win32API.c: no longer use inline-asms. * ext/Win32API/extconf.rb: no need to add gcc options. +Thu Mar 6 13:02:10 2003 Yukihiro Matsumoto + + * parse.y (reswords): fix reswords list. + Wed Mar 5 12:13:21 2003 WATANABE Hirofumi * configure.in: better YACC support on HP-UX. +Wed Mar 5 05:55:20 2003 Yukihiro Matsumoto + + * string.c (rb_str_cat): remove ptr NULL check and MEMZERO(). ptr + must be non NULL. + Tue Mar 04 23:12:07 2003 Nobuyoshi Nakada * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define @@ -21,10 +46,10 @@ Tue Mar 04 23:12:07 2003 Nobuyoshi Nakada Tue Mar 4 17:54:30 2003 Yukihiro Matsumoto - * array.c (rb_ary_aref): give warning if index is a symbol. + * array.c (rb_ary_aref): raise TypeError if index is a symbol. [ruby-list:37217] - * array.c (rb_ary_aset): raise TypeError if index is a symbol. + * array.c (rb_ary_aset): ditto. Tue Nov 13 14:39:11 2001 WATANABE Tetsuya -- cgit v1.2.3