Update of /cvsroot/cscope/cscope
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5592
Modified Files:
ChangeLog
Log Message:
Fixing argv/argc adjustment in parse_options
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.182
retrieving revision 1.183
diff -C2 -r1.182 -r1.183
*** ChangeLog 9 Dec 2009 20:29:34 -0000 1.182
--- ChangeLog 14 Dec 2009 13:51:49 -0000 1.183
***************
*** 1,2 ****
--- 1,7 ----
+ 2009-12-14 Neil Horman <nhorman@...>
+ * src/main.c: Fixed adjustments to argc/argv in parse_option to account
+ for the possibility that someone might specify multiple options in
+ one argument (-ab vs. -a -b)
+
2009-12-09 Neil Horman <nhorman@...>
|