]> gitweb.factorcode.org Git - factor.git/commitdiff
win32 client sockets
authorMackenzie Straight <eizneckam@gmail.com>
Wed, 31 Aug 2005 23:12:35 +0000 (23:12 +0000)
committerMackenzie Straight <eizneckam@gmail.com>
Wed, 31 Aug 2005 23:12:35 +0000 (23:12 +0000)
CHANGES.html

index 157ec54feae36197dabdd28e49734938a20d6220..e791a6a0b0cc1aeab3f3c0f7363e14ee25c03c19 100644 (file)
@@ -71,6 +71,7 @@ and the syntax doesn't use so many spaces. New way to write the quadratic formul
 <pre>MATH: quadratic[a;b;c] =
     plusmin[(-b)/2*a;(sqrt(b^2)-4*a*c)/2*a] ;</pre>
 (Daniel Ehrenberg)</li>
+<li>Support for client sockets on Windows. (Mackenzie Straight)</li>
 </ul>
 
 </li>