From: Stephen D. <sd...@us...> - 2005-02-28 07:15:18
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29567 Modified Files: ChangeLog Log Message: Short circuit option processing when "--" is found. Accurately describe optional arguments as optional in error messages. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ChangeLog 28 Feb 2005 05:04:15 -0000 1.9 --- ChangeLog 28 Feb 2005 07:15:05 -0000 1.10 *************** *** 1,4 **** --- 1,7 ---- 2005-02-27 Stephen Deasey <sd...@us...> + * nsd/tclobjv.c: Short circuit option processing when "--" is found. + Accurately describe optional arguments as optional in error messages. + * include/ns.h: * nsd/form.c: |