From: Hans-Bernhard B. <br...@us...> - 2005-01-31 16:50:44
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18779 Modified Files: ChangeLog Log Message: Make yytext signed for AIX lex. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.143 retrieving revision 1.144 diff -C2 -r1.143 -r1.144 *** ChangeLog 30 Jan 2005 19:33:27 -0000 1.143 --- ChangeLog 31 Jan 2005 16:50:31 -0000 1.144 *************** *** 1,2 **** --- 1,7 ---- + 2005-01-31 Hans-Bernhard Broeker <br...@ph...> + + * src/scanner.h: Declare yytext signed on AIX (without stating a + version number, for now). + 2005-01-30 Hans-Bernhard Broeker <br...@ph...> *************** *** 4,13 **** manifest null pointer, not just a zero. ! 2004-12-08 Neil Horman <nh...@gm...> * src/dir.c: Fix to dissallow unreadable files from srcfiles list (sourceforge bug number 1040690) ! 2004-12-06 Neil Horman <nh...@gm...> * src/main.c: Fix for temp file security bug (sourceforge --- 9,18 ---- manifest null pointer, not just a zero. ! 2004-12-08 Neil Horman <nh...@gm...> * src/dir.c: Fix to dissallow unreadable files from srcfiles list (sourceforge bug number 1040690) ! 2004-12-06 Neil Horman <nh...@gm...> * src/main.c: Fix for temp file security bug (sourceforge |