From: Petr S. <pe...@us...> - 2000-12-11 20:48:27
|
Update of /cvsroot/cscope/cscope In directory slayer.i.sourceforge.net:/tmp/cvs-serv15540 Modified Files: AUTHORS ChangeLog Log Message: Bruce Frost's suggestion that mypopen has a safety issue with fcntl failing with CLOSE_ON_EXEC Index: AUTHORS =================================================================== RCS file: /cvsroot/cscope/cscope/AUTHORS,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -r1.18 -r1.19 *** AUTHORS 2000/11/28 21:26:10 1.18 --- AUTHORS 2000/12/11 20:48:18 1.19 *************** *** 17,18 **** --- 17,19 ---- Andy Newman <atrn> - FreeBSD support patch Sascha Blank - FreeBSD support + Bruce Frost - Stability Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -r1.56 -r1.57 *** ChangeLog 2000/11/28 21:26:10 1.56 --- ChangeLog 2000/12/11 20:48:18 1.57 *************** *** 1,2 **** --- 1,3 ---- + (2000/12/11 - frost) Safety feature in mypopen.c (2000/11/28 - blank) More FreeBSD support (2000/11/23 - broeker) Added check for snprintf() to configure.in |