|
From: Hans-Bernhard B. <br...@us...> - 2002-07-28 15:42:44
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv25870 Modified Files: ChangeLog Log Message: Cygwin-related fixes: * move #include <fcntl.h> above #ifdef O_TEXT/O_BINARY detection stuff * call myexit() instead of exit() everywhere * enable AC_EXEEXT stuff Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.116 retrieving revision 1.117 diff -C2 -r1.116 -r1.117 *** ChangeLog 11 Jul 2002 14:23:45 -0000 1.116 --- ChangeLog 28 Jul 2002 15:42:40 -0000 1.117 *************** *** 1,2 **** --- 1,7 ---- + (2002/07/27 - broeker) Yet another round of Cygwin-related fixes. Do the + #include <fcntl.h> early enough, so checks for + O_BINARY work. Make sure that myexit() is always + called instead of calling exit() directly. Add + AC_EXEEXT to configure.in. (2002/07/10 - broeker) Get rid of assumption about values of access() parameters W_OK and R_OK --- make assumptions only |