[GRASS-dev] g.list -a
Glynn Clements
glynn at gclements.plus.com
Sun Jan 14 20:31:58 EST 2007
Martin Landa wrote:
> I committed changes to CVS.
I've changed it to use G_spawn() rather than G_spawn_ex(), as it
doesn't need any of the advanced features provided by the latter, and
the former has a native Windows implementation.
Also, I've changed G_spawn[_ex] so that the argument list starts with
argv[0] rather than argv[1], for compatibility with execl() and
_spawnl(), and fixed a bug in G_spawn() (the terminating NULL pointer
wasn't being added to the array).
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-dev
mailing list