Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
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 17:00:00 2009 Tomas Hoger <thoger{%}redhat{*}com> - 15.5-15.1.el5_3.1
- Release bump to create newer nvr despite dist tag change (fc6 -> el5)
- * Thu May 14 17:00:00 2009 Tomas Hoger <thoger{%}redhat{*}com> - 15.5-15.el5_3.4
- 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 fscanf-overflows patch to perform reffile argument length
check earlier, now also includes strlen-adjust-fix patch
- * Wed May 13 17:00:00 2009 Neil Horman <nhorman{%}redhat{*}com> - 15.5-15.el5_3.3
- Correcting buffer overflow fix (bz 499200)