From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from weis@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id LAA08508 for caml-redistribution; Thu, 12 Aug 1999 11:49:24 +0200 (MET DST) 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 MAA10282 for ; Fri, 30 Jul 1999 12:32:32 +0200 (MET DST) Received: from miss.wu-wien.ac.at (miss.wu-wien.ac.at [137.208.107.17]) by nez-perce.inria.fr (8.8.7/8.8.7) with ESMTP id MAA13263 for ; Fri, 30 Jul 1999 12:32:29 +0200 (MET DST) Received: (from mottl@localhost) by miss.wu-wien.ac.at (8.9.0/8.9.0) id MAA13503 for caml-list@inria.fr; Fri, 30 Jul 1999 12:32:29 +0200 (MET DST) From: Markus Mottl Message-Id: <199907301032.MAA13503@miss.wu-wien.ac.at> Subject: Followup PCRE for OCaml... To: caml-list@inria.fr (OCAML) Date: Fri, 30 Jul 1999 12:32:29 +0100 (MET DST) X-Mailer: ELM [version 2.4 PL21] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: weis Hello, in case you have encountered strange behaviour with the just released OCaml-PCRE library on 64-bit architectures - this problem is now fixed and the changed sources can be downloaded again... Reason: OCaml always takes the "bigger" possibility for integers on 64-bit architectures (long int), but the C-library PCRE always returns 32-bit integers (int) for pattern offsets. Thus, the integer array of offsets had to be converted from 32-bit to 64-bit ones... Sorry for possible inconveniences... Best regards, Markus Mottl -- Markus Mottl, mottl@miss.wu-wien.ac.at, http://miss.wu-wien.ac.at/~mottl