| Name: | ctags |
|---|---|
| Version: | 5.8 |
| Release: | 13.el7 |
| Architecture: | x86_64 |
| Group: | Development/Tools |
| Size: | 359828 |
| License: | GPLv2+ and LGPLv2+ and Public Domain |
| RPM: | ctags-5.8-13.el7.x86_64.rpm |
| Source RPM: | ctags-5.8-13.el7.src.rpm |
| Build Date: | Thu May 01 2014 |
| Build Host: | ca-buildj3.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://ctags.sourceforge.net/ |
| Summary: | A C programming language indexing and/or cross-reference tool |
| Description: | Ctags generates an index (or tag) file of C language objects found in
C source and header files. The index makes it easy for text editors or
other utilities to locate the indexed items. Ctags can also generate a
cross reference file which lists information about the various objects
found in a set of C language files in human readable form. Exuberant
Ctags improves on ctags because it can find all types of C language tags,
including macro definitions, enumerated values (values inside enum{...}),
function and method definitions, enum/struct/union tags, external
function prototypes, typedef names and variable declarations. Exuberant
Ctags is far less likely to be fooled by code containing #if preprocessor
conditional constructs than ctags. Exuberant ctags supports output of
Emacs style TAGS files and can be used to print out a list of selected
objects found in source files.
Install ctags if you are going to use your system for C programming. |
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- add ctags-5.8-memmove.patch bug #284 absoluteFilename uses strcpy on overlapping strings http://sourceforge.net/p/ctags/bugs/284/ The bug was fixed upstream on 2012-03-26 in the following commit http://sourceforge.net/p/ctags/code/782/ ctags-5.8-memmove.patch simply adds the same patch as the above commit.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- fix license field again
- fix the crash in cssparse
- backport from upstream to fix several crashes in ocaml
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- bz#786451, add css support
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild