From fd3a4ac9c4a5e044177e443c95660f7ec9b71104 Mon Sep 17 00:00:00 2001 From: eban Date: Wed, 8 Dec 2004 11:14:53 +0000 Subject: * process.c (rb_spawn): support for DJGPP. * lib/mkmf.rb (VPATH): specify the implicit path separator for DJGPP. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f7a411887..3a8e80da9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 8 20:13:06 2004 WATANABE Hirofumi + + * process.c (rb_spawn): support for DJGPP. + + * lib/mkmf.rb (VPATH): specify the implicit path separator for DJGPP. + Wed Dec 8 17:37:33 2004 NAKAMURA Usaku * win32/win32.c (rb_w32_pipe_exec): need to close original socket -- cgit