Module: wine
Branch: refs/heads/master
Commit: 7f515f31121f3a8e782a6233d8291f19097e3eb9
URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=7f515f31121f3a8e782a623…
Author: Robert Shearman <rob(a)codeweavers.com>
Date: Sun Mar 5 13:36:03 2006 +0000
wcmd: Improve command line processing.
Make the command line processing more robust by continuing to process
command line options if an unknown one is detected and remove the
skipping of argv[0], which is no longer necessary. This fixes the
parsing when argv[0] isn't set to the program name.
---
programs/wcmd/wcmdmain.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/programs/wcmd/wcmdmain.c b/programs/wcmd/wcmdmain.c
index a0fc4ec..644ebc1 100644
--- a/programs/wcmd/wcmdmain.c
+++ b/programs/wcmd/wcmdmain.c
@@ -57,7 +57,6 @@ int main (int argc, char *argv[])
HANDLE h;
int opt_c, opt_k, opt_q;
- argv++;
opt_c=opt_k=opt_q=0;
while (*argv!=NULL)
{
@@ -74,8 +73,6 @@ int main (int argc, char *argv[])
} else if (lstrcmpi(*argv,"/t")==0 || lstrcmpi(*argv,"/x")==0 ||
lstrcmpi(*argv,"/y")==0) {
/* Ignored for compatibility with Windows */
- } else {
- break;
}
argv++;
}
ChangeSet ID: 23400
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: wineowner(a)winehq.org 2006/03/05 23:39:14
Modified files:
news : 2006030301.xml
Log message:
Fix malformed xml in news article.
Patch: http://cvs.winehq.org/patch.py?id=23400
Old revision New revision Changes Path
1.1 1.2 +1 -2 lostwages/news/2006030301.xml
Index: lostwages/news/2006030301.xml
diff -u -p lostwages/news/2006030301.xml:1.1 lostwages/news/2006030301.xml:1.2
--- lostwages/news/2006030301.xml:1.1 6 Mar 2006 5:39:14 -0000
+++ lostwages/news/2006030301.xml 6 Mar 2006 5:39:14 -0000
@@ -6,7 +6,6 @@
Wine 0.9.9 was released yesterday. Quite a few major additions appeared
in this release, including:
<ul>
- <li>
<li> Many new features and improvements in Richedit.</li>
<li> More Web browser support.</li>
<li> Recursive directory change notifications.</li>
@@ -14,7 +13,7 @@ in this release, including:
<li> Direct3D 8 and 9 now use the same code.</li>
<li> Many debugger improvements.</li>
<li> Systray is now handled by the explorer process.</li>
-</ul>
+</ul></p>
<p>
Binary packages are in the process of being built, but the source is
<a href="http://prdownloads.sourceforge.net/wine/wine-0.9.9.tar.bz2">available
ChangeSet ID: 23383
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)winehq.org 2006/03/03 12:47:13
Added files:
news : 2006030301.xml
Log message:
news about 0.9.9
Patch: http://cvs.winehq.org/patch.py?id=23383
Old revision New revision Changes Path
Added 1.1 +0 -0 lostwages/news/2006030301.xml
Index: lostwages/news/2006030301.xml
diff -u -p /dev/null lostwages/news/2006030301.xml:1.1
--- /dev/null 3 Mar 2006 18:47:13 -0000
+++ lostwages/news/2006030301.xml 3 Mar 2006 18:47:13 -0000
@@ -0,0 +1,27 @@
+<news>
+ <date>March 3, 2006</date>
+ <title>Wine 0.9.9 Released</title>
+ <body>
+<p>
+Wine 0.9.9 was released yesterday. Quite a few major additions appeared
+in this release, including:
+<ul>
+ <li>
+ <li> Many new features and improvements in Richedit.</li>
+ <li> More Web browser support.</li>
+ <li> Recursive directory change notifications.</li>
+ <li> Wine installation is now fully relocatable.</li>
+ <li> Direct3D 8 and 9 now use the same code.</li>
+ <li> Many debugger improvements.</li>
+ <li> Systray is now handled by the explorer process.</li>
+</ul>
+<p>
+ Binary packages are in the process of being built, but the source is
+ <a href="http://prdownloads.sourceforge.net/wine/wine-0.9.9.tar.bz2">available
+ now</a>. You can find out more about this release in the
+ <a href="?announce=1.113">announcement</a>. Check out our
+ <a href="/site/download">download page</a> for packages for your favorite
+ distribution.
+</p>
+ </body>
+</news>