Followup PCRE for OCaml...

From: Markus Mottl (mottl@miss.wu-wien.ac.at)
Date: Fri Jul 30 1999 - 13:32:29 MET DST


From: Markus Mottl <mottl@miss.wu-wien.ac.at>
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)

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



This archive was generated by hypermail 2b29 : Sun Jan 02 2000 - 11:58:24 MET