Re: [Plplot-devel] This may be a good time for a PLplot release

2008-11-21 Thread Alan W. Irwin
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

Re: [Plplot-devel] Example 29 troubles

2008-11-21 Thread Werner Smekal
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