From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id D5B68BC40 for ; Tue, 26 Oct 2004 17:47:31 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id i9QFlVPV018384 for ; Tue, 26 Oct 2004 17:47:31 +0200 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA09642 for ; Tue, 26 Oct 2004 17:47:31 +0200 (MET DST) Received: from alex.barettalocal.com (h213-255-109-130.albacom.net [213.255.109.130] (may be forged)) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id i9QFlT9Q018367 for ; Tue, 26 Oct 2004 17:47:30 +0200 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by alex.barettalocal.com (Postfix) with ESMTP id 9F3CE2BAA61; Tue, 26 Oct 2004 17:49:20 +0200 (CEST) Message-ID: <417E7200.20902@baretta.com> Date: Tue, 26 Oct 2004 17:49:20 +0200 From: Alex Baretta User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 X-Accept-Language: it, en-us, en MIME-Version: 1.0 To: Tiago Dionizio Cc: Caml Mailing List Subject: Re: [Caml-list] *s ignored on windows gui References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 417E7193.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 417E7191.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; baretta:01 baretta:01 caml-list:01 wrote:01 ocaml:01 bumped:01 bug:01 char:01 stdout:01 ...:98 behaviour:01 caml:02 objective:02 unit:02 unit:02 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO autolearn=disabled version=3.0.0 X-Spam-Level: Tiago Dionizio wrote: > Hi, > > i was playing with ocaml (learning!) and bumped with something that i > think it might be a bug... since i didn't find anything explaining > this behaviour: > > Objective Caml version 3.08.0 > > # print_string "**e";; > e- : unit = () > # print_char '*';; > - : unit = () > # Try flushing stdout. Alex