Thanks everyone for the recent series of commits that fixed a lot of bugs
and also arrived at a reasonable stopping point for the wxwidgets device
driver changes. The only additional change planned for this release that I
am aware of is Hez's docbook documentation for his OCaml bindings. It would
Hi Alan,
>
> It sounds like your plan to check the return value of gmtime is exactly what
> we should be doing for now so please go ahead.
I wasn't sure if I should use plexit() or plabort(), but looking at
other code I decided to use plabort() and return, if gmtime() returns
NULL. That also me