From: Hans-Bernhard B. <br...@us...> - 2002-10-29 16:45:53
|
Update of /cvsroot/cscope/cscope In directory usw-pr-cvs1:/tmp/cvs-serv24988 Modified Files: ChangeLog Log Message: Two bugfixes: Missing $HOME, and single very long line output Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.118 retrieving revision 1.119 diff -C2 -r1.118 -r1.119 *** ChangeLog 15 Aug 2002 16:07:07 -0000 1.118 --- ChangeLog 29 Oct 2002 16:45:49 -0000 1.119 *************** *** 1,2 **** --- 1,6 ---- + (2002/10/29 - broeker) Fix bug #588671: disprefs was still 0 if only 1 very + long reference output shown by curses display. + (2002/08/27 - broeker) Fix bug #600494: use mygetenv() for HOME, and provide + a fall-back if it's not there. (2002/08/15 - broeker) DOS/Cygwin bugfix: avoid setmode() if fopen() failed. (2002/07/27 - broeker) Yet another round of Cygwin-related fixes. Do the |