This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ITP: cscope -- Interactively examine a C program source


wget --recursive --no-host-directories --cut-dirs=3 \
    http://cante.net/~jaalto/tmp/cygwin/cscope/cscope-15.8.0.1-1-src.tar.bz2 \
    http://cante.net/~jaalto/tmp/cygwin/cscope/cscope-15.8.0.1-1.tar.bz2 \
    http://cante.net/~jaalto/tmp/cygwin/cscope/setup.hint

    # To check packaging

    cd cscope
    tar -xf *-src.tar.bz2
    ./*.sh --color --verbose all

Included in Debian:

    http://packages.debian.org/cscope

Notes:

    This is the original version released 2012-08-04. The mlscope included
    in Cygwin is probably from 2006[*]

Jari

[ setup.hint ]

sdesc: "Interactively examine a C program source"
ldesc: "A source browsing tool. Although it is primarily designed to search C
code (including lex and yacc files), it can also be used for C++ code.
Using cscope, you can easily search for where symbols are used and
defined."
category: Devel
requires: libncurses10


[*] http://www.lowtechnet.com/cscope/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]