From: Neil H. <nh...@us...> - 2009-12-09 20:29:48
|
Update of /cvsroot/cscope/cscope In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15371 Modified Files: AUTHORS ChangeLog Log Message: Resolving sf bug 2911623 Index: AUTHORS =================================================================== RCS file: /cvsroot/cscope/cscope/AUTHORS,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** AUTHORS 6 Dec 2004 14:56:42 -0000 1.33 --- AUTHORS 9 Dec 2009 20:29:34 -0000 1.34 *************** *** 32,34 **** David Cohrs - LEX and SUNOS scanner fix Valentin Podlovchenko - Overflow prevention and link recursion fix patch ! Neil Horman <nh...@gm...> - Various Bug Fixes --- 32,34 ---- David Cohrs - LEX and SUNOS scanner fix Valentin Podlovchenko - Overflow prevention and link recursion fix patch ! Neil Horman <nh...@tu...> - Various Bug Fixes Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.181 retrieving revision 1.182 diff -C2 -r1.181 -r1.182 *** ChangeLog 28 Aug 2009 14:28:27 -0000 1.181 --- ChangeLog 9 Dec 2009 20:29:34 -0000 1.182 *************** *** 1,2 **** --- 1,11 ---- + 2009-12-09 Neil Horman <nh...@tu...> + + * src/main.c: Added a new parse_options implementation to make option + parsing more sane and safe for systems which support getopt_long. Also + added a check to make sure that single character options didn't specify + trailing data (sf bug 2911623) + + * AUTHORS: Fixed my email address + 2009-08-28 Neil Horman <nh...@tu...> |