Re: [Plplot-devel] Example 29 troubles

2008-11-20 Thread Alan W. Irwin
On 2008-11-21 00:15+0100 Werner Smekal wrote: > [...] gmtime() is called with a negative value, 0 is returned, and if that is > dereferenced than it crashes. I found two postings in the internet: > > http://markmail.org/message/55gg5qz6c26a4edd > http://www.nntp.perl.org/group/perl.perl5.porters/2

[Plplot-devel] Example 29 troubles

2008-11-20 Thread Werner Smekal
Hi, on MinGW/Win32 (3.4.5 and 4.3.2) example 29 crashes: Program received signal SIGSEGV, Segmentation fault. 0x10018c7c in pldtfac (vmin=-315.360001, vmax=31536315.35999, factor=0x23fbb0, start=0x23fba8) at Z:\DevZone\PLdev\plplot\src\pldtik.c:123 123 tm = *gmtime(&t);

Re: [Plplot-devel] Redundant tick marks

2008-11-20 Thread Alan W. Irwin
On 2008-11-20 20:01- Andrew Ross wrote: > On Wed, Nov 19, 2008 at 11:32:04PM +, trc wrote: >> Hi, >> >> Andrew Ross wrote: >> <... snipped ...> >>> If you look in plbox.c and at pl(xys)tik in pltick.c then it appears that >>> the axes and ticks are drawn as one line. For example, for the

Re: [Plplot-devel] Redundant tick marks

2008-11-20 Thread Andrew Ross
On Wed, Nov 19, 2008 at 11:32:04PM +, trc wrote: > Hi, > > Andrew Ross wrote: > <... snipped ...> > > If you look in plbox.c and at pl(xys)tik in pltick.c then it appears that > > the axes and ticks are drawn as one line. For example, for the bottom of > > the box you start in the bottom left

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

2008-11-20 Thread Andrew Ross
I agree with you both. Let's wait until Steve and his group have time to look at this properly. Andrew On Thu, Nov 20, 2008 at 05:20:26PM +, Steve Schwartz wrote: > I would agree with this strategy from the project's perspective. That > is, if I were in your shoes, it's what I would do. > >

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

2008-11-20 Thread Steve Schwartz
I would agree with this strategy from the project's perspective. That is, if I were in your shoes, it's what I would do. Cheers Steve On Wed, 2008-11-19 at 15:57 -0800, Alan W. Irwin wrote: > The implementation of the three functions has been delayed according > to what > Steve said above. A pre

[Plplot-devel] wxWidgets driver update completed

2008-11-20 Thread Werner Smekal
Hi, I more or less completed the (huge) update to the wxWidgets driver. Basically there is now a basic abstract wxWidgets driver class, which can't do nothing on its own, but backends can be inherited from this base class (various drivers in one driver if you want). This allowed to me to a