Jump to letter: [
4BCDEFGHIJKLMNOPRSTUVWXY
]
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
- * Thu May 14 19:00:00 2009 Tomas Hoger <thoger{%}redhat{*}com>
- Merge incdir-overflow and snprintf patches for better readability,
snprintf is used now with PATHLEN limit without other adjustments,
related strlen / %.*s / *_len are no longer needed and were dropped
- Update tempsec patch, drop extraneous s(n)printf argument
to suppress compiler warnings
- Update buffer-overflows patch to add missing stream argument
to fprintf error message, improve command line argument
overflow check
- * Wed May 13 19:00:00 2009 Neil Horman <nhorman{%}redhat{*}com>
- Fixed snprintf param misusage in dir.c
- extended length that snprintf can cover in array
- * Wed May 6 19:00:00 2009 Neil Horman <nhorman{%}redhat{*}com>
- Fixed left out overflow (bz 499197)
- Fixed spec file to include patch (bz 499197)