|
From: Petr S. <pe...@us...> - 2001-04-26 18:26:29
|
Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv17540
Modified Files:
ChangeLog AUTHORS
Log Message:
Fix for posterr to terminate the message with \n
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -r1.68 -r1.69
*** ChangeLog 2001/04/26 16:21:33 1.68
--- ChangeLog 2001/04/26 18:26:26 1.69
***************
*** 1,2 ****
--- 1,3 ----
+ (2001/04/26 - ogawa) Fix for posterr
(2001/04/26 - sorfa) Fixed a SIGSEGV in linemode in find.c. Thanks to OGAWA Hirofumi
for pointing out the problem.
Index: AUTHORS
===================================================================
RCS file: /cvsroot/cscope/cscope/AUTHORS,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** AUTHORS 2001/04/24 17:42:22 1.22
--- AUTHORS 2001/04/26 18:26:26 1.23
***************
*** 22,23 ****
--- 22,24 ----
Tom Hull - Similar work to CSCOPE_EDITOR and friends
Donald Slutz - Various fixes
+ OGAWA Hirofumi - line mode fixes
|