From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 314BABC57 for ; Tue, 19 Oct 2010 16:34:24 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmMBADdJvUxKfVM0k2dsb2JhbACTPYYaAYgHCBUBAQEBCQkKCREDH6MniVKCGYZRLohXAQEDBYVFBIFciG8 X-IronPort-AV: E=Sophos;i="4.57,350,1283724000"; d="scan'208";a="74092640" Received: from mail-gw0-f52.google.com ([74.125.83.52]) by mail2-smtp-roc.national.inria.fr with ESMTP; 19 Oct 2010 16:34:23 +0200 Received: by gwj22 with SMTP id 22so1191463gwj.39 for ; Tue, 19 Oct 2010 07:34:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=xoOZpf6B/NNzn+ZnKe3Lf6mfqHBzlnS5lkyDXVslRfM=; b=XNkiP7PfyhLyyR0M6PhDLYU2nkvD+G/ZZbBwp1tp0JqWGBk2wzEDCZ+8epomH7XQ/R Qk+N+G+faG2f02JwTOwO9MbomQpm0DMKZfIUjVbuaZbgfxoCEdizCI/RfPCFM2m6mSPW A/L3geL7M7bQW2llH3+/totY0WBshSv6c4Hfs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=NaMHT9+B7/Vn8lCYCTNtc3aiUyjzxcXcOnPz0rB4SxAlJrDb4vW27cGVy+Be3D5ovx YWnvwZ9X4yhr+nJir1Ep0xuVZT8HstwzuESPm8wGhFVt322SUktjua/2WavyFiyqT5LA nUdMgEMu/ijTPdcVAAsgMrB+BKGMWu5+egtaY= Received: by 10.42.210.203 with SMTP id gl11mr4410746icb.285.1287498860298; Tue, 19 Oct 2010 07:34:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.208.19 with HTTP; Tue, 19 Oct 2010 07:33:58 -0700 (PDT) In-Reply-To: References: From: Ashish Agarwal Date: Tue, 19 Oct 2010 10:33:58 -0400 Message-ID: Subject: Re: [Caml-list] Re: Unicode, update To: Paul Steckler Cc: caml-list@yquem.inria.fr Content-Type: multipart/alternative; boundary=20cf303bffd637800c0492f930ae X-Spam: no; 0.00; steckler:01 steck:01 le-gall:01 pervasives:01 getcwd:01 chdir:01 readdir:01 beginner's:01 ocaml:01 bug:01 steckler:01 steck:01 le-gall:01 pervasives:01 getcwd:01 --20cf303bffd637800c0492f930ae Content-Type: text/plain; charset=ISO-8859-1 Have you considered adding these to the Batteries project? It would be good to get general purpose functionality added directly there. Also that way you don't have to feel you've done a lot of things; a single useful function could be added. On Mon, Oct 18, 2010 at 9:59 PM, Paul Steckler wrote: > Sylvain Le Gall wrote: > > Would it be possible to publish them as an external library? > > What I did isn't really complete enough to constitute a library, I'd say. > > Here's what I did: > > >From Pervasives: > > open_out_win32 > open_out_bin_win32 > open_out_gen_win32 > open_in_win32 > open_in_bin_win32 > open_in_gen_win32 > > >From Sys: > > file_exists_win32 > getcwd_win32 > chdir_win32 > missing: is_directory_win32, readdir_win32 > > I did not code up Win32/UTF8 equivalents of anything in the Unix > module. A complete > library of Win32/UTF8 file functions would include a number of items > from that module. > > If anyone's interested in finishing off what I've done, I could send along > what I have. > > -- Paul > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs > --20cf303bffd637800c0492f930ae Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Have you considered adding these to the Batteries project? It would be good= to get general purpose functionality added directly there. Also that way y= ou don't have to feel you've done a lot of things; a single useful = function could be added.


On Mon, Oct 18, 2010 at 9:59 PM, Paul St= eckler <steck@s= tecksoft.com> wrote:
Sylvain Le Gall <sylvain@le-gall.net> wrote:
> Would it be possible to publish them as an external library?

What I did isn't really complete enough to constitute a library, = I'd say.

Here's what I did:

>From Pervasives:

=A0open_out_win32
=A0open_out_bin_win32
=A0open_out_gen_win32
=A0open_in_win32
=A0open_in_bin_win32
=A0open_in_gen_win32

>From Sys:

=A0file_exists_win32
=A0getcwd_win32
=A0chdir_win32
=A0missing: is_directory_win32, readdir_win32

I did not code up Win32/UTF8 equivalents of anything in the Unix
module. =A0A complete
library of Win32/UTF8 file functions would include a number of items
from that module.

If anyone's interested in finishing off what I've done, I could sen= d along
what I have.

-- Paul

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.in= ria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

--20cf303bffd637800c0492f930ae--