[Module-build-checkins] ExtUtils-CBuilder Changes,1.46,1.47
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2006-02-21 09:26:45
|
Update of /cvsroot/module-build/ExtUtils-CBuilder In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2354 Modified Files: Changes Log Message: Fix quoting of command line arguments on Windows. Index: Changes =================================================================== RCS file: /cvsroot/module-build/ExtUtils-CBuilder/Changes,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- Changes 27 Dec 2005 21:42:14 -0000 1.46 +++ Changes 21 Feb 2006 09:26:35 -0000 1.47 @@ -2,6 +2,9 @@ 0.16 + - Fix quoting of command line arguments on Windows. [Yitzchak + Scott-Thoennes] + - Documented the existing 'quiet' parameter, which silences the printing of system() commands. [Suggested by Yitzchak Scott-Thoennes] |