* Followup PCRE for OCaml...
@ 1999-07-30 11:32 Markus Mottl
0 siblings, 0 replies; only message in thread
From: Markus Mottl @ 1999-07-30 11:32 UTC (permalink / raw)
To: OCAML
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~1999-08-12 9:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-07-30 11:32 Followup PCRE for OCaml Markus Mottl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox