From: <jca...@in...> - 2002-01-20 00:38:36
|
On Saturday 19 January 2002 18:23, you wrote: | On Sat, 19 Jan 2002, Maurice LeBrun wrote: =2E.. | Joao, my impression from what you said is you decided to commit | your plimage stuff. No, I concluded that the cvs version is more stable than my current=20 version. Also, I have more than one undred examinations to correct during the=20 week-end, and I have no time for further developments. | Could somebody please volunteer to do a final comprehensive check | that the C code is ansi-compliant? This would take some release | burden off me. (I think I can recall how to check it, but if there | are warnings, I wouldn't know how to fix up the problems except for | the // commentary that screws up the Slowaris compiler.) I'm afraid that tk.c, around line 1229, uses some POSIX, non-ansi=20 system calls, such as sigemptyset(), sigaddset() and sigprocmask().=20 It's only purpose is to "Don't kill plserver on a ^C if=20 pls->server_nokill is set", and can safely be conditionaly compiled=20 within a #ifndef __STRICT_ANSI__/#endif block. I don't commit this=20 as I'm no ansi/posix expert, and it might be gcc (linux) specific. All other source files compiled OK, except for two warnings in=20 plframe.c. It looks like that fdopen() and fileno() are not ansi=20 compliant? | Does anybody else here have work they want to get in before | Tuesday? I would like to call a CVS "soft" freeze (nothing but bug | fixes allowed) starting Tuesday 8 a.m. PST. | | I plan to start the comprehensive non-interactive testing on | Tuesday for the various platforms that are available to me and | Joao. That's OK for me. Joao | This will take some time because there are a lot of images to | look at, and there may still be some bugs that need squashing.=20 | Nevertheless, I believe we are still on schedule for releasing on | Thursday with a hard CVS freeze starting Thursday 8.am. PST. | | Alan | | | _______________________________________________ | Plplot-devel mailing list | Plp...@li... | https://lists.sourceforge.net/lists/listinfo/plplot-devel |