Jump to letter: [
4BCDEFGHIJKLMNOPRSTUVWXY
]
cscope - C source code tree search and browse tool
- Description:
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.
Packages
cscope-15.5-16.RHEL3.i386
[131 KiB] |
Changelog
by Tomas Hoger (2009-05-14):
- 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
|