From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 4FA2ABC29 for ; Sun, 7 Nov 2004 00:36:12 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iA6NaBOB017524 for ; Sun, 7 Nov 2004 00:36:12 +0100 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id AAA29733 for ; Sun, 7 Nov 2004 00:36:11 +0100 (MET) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id iA6NaA61017521 for ; Sun, 7 Nov 2004 00:36:11 +0100 Received: by rproxy.gmail.com with SMTP id j1so209380rnf for ; Sat, 06 Nov 2004 15:36:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=FYnLWnhRJTNsPLgTdBQMUGVKAbOMEkShMHkM9NtcIBRWCdUMETuVY2XUss2NIy/e7VeTtIAUjD1sIQnxaGH0Ut+Rj9bRjIQj4G7ADykOyw5+AUUEHqRA0zXYstvOqvUvVY4O5ZFFX3+0xTd2sct7lw8NUKlIm5XSH8SLvwVcZCM= Received: by 10.38.209.1 with SMTP id h1mr1155006rng; Sat, 06 Nov 2004 15:36:10 -0800 (PST) Received: by 10.38.66.32 with HTTP; Sat, 6 Nov 2004 15:36:10 -0800 (PST) Message-ID: Date: Sat, 6 Nov 2004 23:36:10 +0000 From: Tiago Dionizio Reply-To: Tiago Dionizio To: Caml Mailing List Subject: set/clear_nonblock functions on windows port Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Miltered: at nez-perce with ID 418D5FEB.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 418D5FEA.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; nonblock:01 nonblock:01 lstat:01 lockf:01 corrected:01 ...:98 unix:01 unix:01 functions:01 functions:01 supported:01 guess:02 implemented:02 implemented:02 seems:03 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.5 required=5.0 tests=FROM_ENDS_IN_NUMS,RCVD_BY_IP autolearn=disabled version=3.0.0 X-Spam-Level: Hi, on the unix module documentation, there is a table with functions that are not supported on the windows platform. It seems that this table is a bit outdated. - set_nonblock and clear_nonblock seems to be implemented - lstat is implemented (same as Unix.stat) - link is implemented (creates hard links according to sources... still can't compare to unix link i guess) - rewinddir is implemented, manual description says "not implemented; re-open the directory instead" (and that is what it does: it re-opens the directory) - lockf is implemented for Windows NT platforms Maybe this could be corrected on the manuals? Tiago