development/tools

ctags - C 프로그래밍 언어 인덱싱과 상호 연결 도구

Website: http://ctags.sourceforge.net/
License: GPLv2+ or Public Domain
Vendor: AnNyung Packaging Team
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.

Packages

ctags-5.8-3.an2.src [743 KiB] Changelog by JoungKyun.Kim (2016-12-25):
- support Exuberant CTags
  . Added support for new "attached" and "detachable" keywords
  . Fixed parsing of comments after import statements and other tags
  . Fixed PHP parser to ignore keywords inside comments
  . Fixed regular expressions for Ant so they won't span multiple tags
  . Fixed infinite loop with malformed Makefiles
  . Fixed Verilog parameter parsing, contributed
  . Fixed problem detecting function definitions using circumflexes for MS.NET managed types.
  . Fixed bug caused by use of strlen() where strings overlapped.
  . Enabled Large File System support
ctags-5.8-2.an2.src [481 KiB] Changelog by JoungKyun.Kim (2011-12-25):
- support abstract/final variable type of php class

Listing created by Repoview-0.6.6-1.el6