Re: [Plplot-devel] plparseopts return value

2008-12-08 Thread Andrew Ross
Hez, See the comments in src/plargs.c The default action taken by plparseopts() is as follows: - Returns with an error if an unrecognized option or badly formed option-value pair are encountered. - Returns immediately (return code 0) when the first non-option command line argument is found

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-08 Thread Alan W. Irwin
On 2008-12-05 17:59-0700 Doug Hunt wrote: > Hi Alan: I just checked in fixes to x21.pl and a new x27.pl. > > As to your question below, I'm working on a 32 bit system, so this could be a > 32/64 bit bug. Hi Doug: I have committed (revision 9057) a number of small changes relating to PDL::Graph

[Plplot-devel] plparseopts return value

2008-12-08 Thread Hezekiah M. Carty
PLplot developers, What is the expected method for handling the return value from plparseopts? I am interested in general, but at this point more specifically for the OCaml bindings. The function currently returns the integer value returned by the C plparseopts function call. However, the meanin