Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
cscope: C source code tree search and browse tool
- Summary
- cscope is a mature, ncurses based, C source code tree browsing tool. It
allows users to search large source code bases for variables, functions,
macros, etc, as well as perform general regex and plain text searches.
Results are returned in lists, from which the user can select individual
matches for use in file editing.
Changelog
- * Tue Nov 30 18:00:00 2004 Neil Horman <nhorman{%}redhat{*}com>
- added tempsec patch to fix bz140764/140765
- * Mon Nov 29 18:00:00 2004 Neil Horman <nhorman{%}redhat{*}com>
- updated cscope resize patch to do less work in
signal handler and synced version nr. on dist.
- * Mon Nov 22 18:00:00 2004 Neil Horman <nhorman{%}redhat{*}com>
- added cscope-1.5.-resize patch to allow terminal
resizing while cscope is running