|
From: Hans-Bernhard B. <br...@us...> - 2002-03-13 18:54:43
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv12428 Modified Files: ChangeLog Log Message: Correct references to 'regcmp(3X)' manpage to point to 'regcomp(3)' instead Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.110 retrieving revision 1.111 diff -C2 -r1.110 -r1.111 *** ChangeLog 8 Mar 2002 15:34:06 -0000 1.110 --- ChangeLog 13 Mar 2002 18:54:40 -0000 1.111 *************** *** 1,2 **** --- 1,5 ---- + (2002/03/13 - broeker) Replace all references to manpage 'regcmp(3X)' in + messages and comments by regcomp(3), which is what + cscope actually uses. (2002/03/08 - broeker) Fix completely broken handling of filenames with blanks in namelist files. Use fgets + sscanf, not fscanf, and |