From 7ad103dabeb95e376b05acef763a7d290daa4de0 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 Feb 2004 09:08:23 +0000 Subject: * win32/win32.c, win32/win32.h: fixed prototypes. * win32/win32.c (wait): same as waitpid() with -1. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5c2adc0db..70dd8472c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ +Thu Feb 19 18:08:18 2004 Nobuyoshi Nakada + + * win32/win32.c, win32/win32.h: fixed prototypes. + + * win32/win32.c (wait): same as waitpid() with -1. + Thu Feb 19 02:34:28 2004 Dave Thomas - * lib/rdoc/markup/simple_markup/preprocess.rb (SM::PreProcess::include_file): + * lib/rdoc/markup/simple_markup/preprocess.rb (SM::PreProcess::include_file): Only strip comment markers if all lines start with comments. Thu Feb 19 03:05:49 2004 Minero Aoki @@ -34,7 +40,7 @@ Wed Feb 19 00:20:00 2004 Gavin Sinclair Thu Feb 19 00:11:05 2004 Dave Thomas - * lib/rdoc/markup/simple_markup/preprocess.rb (SM::PreProcess::handle): + * lib/rdoc/markup/simple_markup/preprocess.rb (SM::PreProcess::handle): Strip extraneous space from filenames in :include: Wed Feb 18 22:53:41 2004 Masatoshi SEKI @@ -154,8 +160,8 @@ Mon Feb 16 22:22:00 2004 Gavin Sinclair * lib/rinda/rinda.rb: added documentation (from Hugh Sasse) * lib/rinda/tuplespace.rb: ditto - - [Note: rinda files actually committed Wed Feb 18 07:27:00 2004] + + [Note: rinda files actually committed Wed Feb 18 07:27:00 2004] Mon Feb 16 20:28:52 2004 Hirokazu Yamamoto -- cgit