From: Hans-Bernhard B. <br...@us...> - 2003-03-02 20:27:00
|
Update of /cvsroot/cscope/cscope In directory sc8-pr-cvs1:/tmp/cvs-serv7221 Modified Files: ChangeLog INSTALL Log Message: Turn limitation to 14 character filenames for .po.out/.in.out off. Index: ChangeLog =================================================================== RCS file: /cvsroot/cscope/cscope/ChangeLog,v retrieving revision 1.121 retrieving revision 1.122 diff -C2 -r1.121 -r1.122 *** ChangeLog 23 Jan 2003 17:48:43 -0000 1.121 --- ChangeLog 2 Mar 2003 20:26:57 -0000 1.122 *************** *** 1,2 **** --- 1,3 ---- + (2003/03/02 - broeker) Don't restrict to 14 character filenames any longer. (2003/01/23 - broeker) Update to latest auto* tools. First step towards integration of GNOME GUI version. Index: INSTALL =================================================================== RCS file: /cvsroot/cscope/cscope/INSTALL,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** INSTALL 30 Oct 2002 16:14:49 -0000 1.7 --- INSTALL 2 Mar 2003 20:26:57 -0000 1.8 *************** *** 46,48 **** implementation. Using the free NCurses should help. ! Browse to http://cscope.sourceforge.net for more current information. --- 46,55 ---- implementation. Using the free NCurses should help. ! - Some ancient Unix filesytems supported only 14 characters in ! filenames. cscope no longer cares for that by default. If you want ! to run it on such a system, #define the macro SHORT_NAMES_ONLY manually ! (there's a definition in global.h you can uncomment). ! ! Browse to http://cscope.sourceforge.net for more current information, ! like reported bugs whose solutions haven't been put into this source ! distribution yet. |