From d5f52bbe7d91314337afeb6b112e8081cec22c7a Mon Sep 17 00:00:00 2001 From: Mackenzie Straight Date: Wed, 31 Aug 2005 23:12:35 +0000 Subject: [PATCH] win32 client sockets --- CHANGES.html | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.html b/CHANGES.html index 157ec54fea..e791a6a0b0 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -71,6 +71,7 @@ and the syntax doesn't use so many spaces. New way to write the quadratic formul
MATH: quadratic[a;b;c] =
     plusmin[(-b)/2*a;(sqrt(b^2)-4*a*c)/2*a] ;
(Daniel Ehrenberg) +
  • Support for client sockets on Windows. (Mackenzie Straight)