From: Hans-Bernhard B. <br...@us...> - 2004-04-30 15:31:50
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5888 Modified Files: ChangeLog Log Message: Updates driven by previous changes today. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.135 retrieving revision 1.136 diff -C2 -r1.135 -r1.136 *** ChangeLog 30 Apr 2004 12:09:14 -0000 1.135 --- ChangeLog 30 Apr 2004 15:31:42 -0000 1.136 *************** *** 1,4 **** --- 1,23 ---- 2004-04-30 Hans-Bernhard Broeker <br...@ph...> + * src/vpinit.c (vpinit): Renamed argument currentdir to + current_dir to avoid name clash with same-named global. + + * src/command.c (Pattern): Renamed from "pattern", to avoid + multitute of compiler warnings about shadowing by locally defined + variables of the same name. Changed all usages of this variable, + too. + (command): Test for individual KEY_* macros instead of TERMINFO + whenever one of the KEY_* macros is referenced. This should + reduce the TERMINFO mess a little. + + * src/find.c (read_block): Renamed from "readblock", to avoid name + clash with QNX system function of that name. Calls changed + accordingly, all over the place. + + * src/display.c: Fix fall-back definition of sigjmp_buf. + + * src/constants.h: Activate TERMINFO for FreeBSD. + * src/input.c (mygetline): New function. Poor-man's readline imitation. |