#GRASS IRC Log - 2009-12-29

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
03:47:20 CIA-68: glynn * r40162 /grass/trunk/lib/gis/spawn.c: Various Windows fixes for G_spawn[_ex]
03:48:15 sigq: grassfeed: Changeset [40162]: Various Windows fixes for G_spawn[_ex] <https://trac.osgeo.org/grass/changeset/40162>
06:39:14 CIA-68: glynn * r40163 /grass/trunk/ ( 3 files in 3 dirs ):
06:39:15 CIA-68: Windows fixes.
06:39:15 CIA-68: G_rc_path( ) isn't defined on Windows, so don't declare it
06:39:15 CIA-68: swig/python needs -D__MINGW32__ to get conditional declarations correct
06:39:15 CIA-68: swig/python needs $( INTLLIB ) ( the Windows version of <libintl.h> redirects *printf )
06:39:15 CIA-68: nviz/setup.py needs to have quotes escaped ( as already done for vdigit )