Update of /cvsroot/cscope/cscope
In directory usw-pr-cvs1:/tmp/cvs-serv12801
Modified Files:
ChangeLog
Log Message:
Bugfix and encapsulate dicode compression code
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cscope/cscope/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -C2 -r1.69 -r1.70
*** ChangeLog 2001/04/26 18:26:26 1.69
--- ChangeLog 2001/04/30 15:45:40 1.70
***************
*** 1,2 ****
--- 1,5 ----
+ (2001/04/30 - broeker) Fixed signed char casting bug in dicode compression.
+ Encapsulated dicode compression idioms into macros
+ IS_A_DICODE() and DICODE_COMPRESS().
(2001/04/26 - ogawa) Fix for posterr
(2001/04/26 - sorfa) Fixed a SIGSEGV in linemode in find.c. Thanks to OGAWA Hirofumi
|