(2000/11/22 - petrs) Updated date to cscope.1 man page and retagged the file (2000/11/22 - petrs) Tagged cvs tree as v15_1 (2000/11/21 - petrs) Added UnixWare 7 packaging scripts (2000/11/20 - petrs) 15.1 version name, man page update, README update (2000/10/09 - atrn) better FreeBSD support (2000/10/02 - fritsch) better BeOS support (2000/10/02 - salz) -i now accepts '-' for a list of files from stdio (2000/09/19 - brent) fixed -R to handle similarly named files (2000/05/31 - mascott) ncurses.h gets picked up correctly for FreeBSD (2000/05/18 - hops) display errors via varargs posterr(ap, ..) start changing sprintfs to snprintfs buildonly not go into curses - set linemode - fixes buildonly coredump explicitly initialise some booleans in main.c handle error messages nicely - curses msgline2 line or stdout - using snprintf+posterr(buf). Clear msg2 line on ^L command.c. Support BS in getline() input.c. Add build support for contrib dir. (2000/05/18 - broeker) move declarations of invlib.c functions to invlib.h, from global.h (2000/05/18 - broeker) it's 'myylineno', not 'yylineno' (2000/05/18 - broeker) don't #include , but "config.h" -- it's not a system header file, after all. (2000/05/18 - broeker) don't #include "global.h" from egrep.y -- the extern declaration for yylex() only confuses it, and it doesn't need most of "global.h", anyway. (2000/05/18 - broeker) no more 'extern' declaration in .c files -- they belong into the headers. For now, most of them move to "global.h". (2000/05/18 - broeker) don't cast function pointers -- make all the find*() function follow the same prototype, instead. This affects their definitions, too. (2000/05/17 - sharpe) progress bar, tab between line selection and option, new support for more than nine line selections (2000/05/15 - petr) version 15.0bl3 now, spec file change (2000/05/10 - klausner) NetBSD current support (2000/05/09 - petr) added packages directory and cscope.spec file (2000/05/09 - broeker) alloc.c, invlib.c, invlib.h: initial 64bit support (2000/05/05 - broeker) global.h, invlib.c: change return type of invterm to 'long' (2000/05/05 - broeker) remove superfluous casts from and to type 'void *' in calls to malloc() family of routines (2000/05/04 - hops) configure: find flex libs in /usr/local, cmdline args to specify use of flex/lex, yacc/byacc/bison (2000/05/03 - broeker) some code cleanup (2000/05/03 - broeker) more code cleanup and -Wall warnings removal (2000/05/03 - broeker) major code cleanup and fixing of memory leaks (2000/05/03 - broeker) configure checks for vsnprintf (2000/05/03 - petr) More than 9 select lines displays selection in uppercase (2000/05/02 - petr) Added support for more than 9 select lines (up to 45) temporary option -t enables this feature for testing (2000/05/01 - petr) Updated configure.in (and configure) to handle UW7 (2000/04/28 - petr) Fixed another -q failure on large data (2000/04/28 - petr) Fixed -q failure (2000/04/27 - brent) Add support for 3 letter suffixes (currently .tcc) (2000/04/27 - brent) Add -R option to recurse subdirectories (2000/04/27 - petr) Changed version number to 15.0bl2 (2000/04/27 - uzi) Added autoconf and restructure directories (2000/04/26 - petr) Tagged current source as v15_0_bl1 before autoconf support (2000/04/26 - darrylo) minor fixs in crossref.c and scanner.l (2000/04/26 - petr) changed spelling of psuedo to pseudo in scanner.l (2000/04/26 - uzi) Changes in preparation of autoconf/automake setup (2000/04/26 - uzi) Added k to terse args in cscope man page (2000/04/25 - petr) Added h to terse args in cscope man page (2000/04/25 - petr) Fixed build break with flex (2000/04/25 - petr) Added better support for non-flex lex (2000/04/22 - uzi) Added -h option, long usage help screen. (2000/04/22 - uzi) Added -c and -k support to cscope.files config file. (2000/04/22 - uzi) Added Makefile for Solaris and support for Delete key (2000/04/21 - hops) Changes for osr5 and uw7 builds, add contrib dir (2000/04/21 - petr) Created new build directory with system specific makefiles (2000/04/20 - uzi) -k kernel option and code clean up (from K&R C to ANSI C) (2000/04/20 - edgar) prevention of cscope.out corruption and correct dboffset calulation (2000/04/20 - martin) Use 'env LC_ALL=C sort' rather than 'LC_ALL=C sort' for sorting (2000/04/19 - petr) Added README/NEWS/AUTHORS files (2000/04/19 - jens) Non-preformatted man page (2000/04/19 - petr) Make sure install directory exists with make install (2000/04/19 - petr) Make sure temporary directory exists (2000/04/18 - petr) Remove temporary buffer (2000/04/18 - garyp) Support for .cc and .hh files (2000/04/17 - petr) Initial OpenSource release. Initial Linux port