blob: 99e061cde67e1fa5cbe9a2dabb5751d5dfe68d7f (
plain)
1
2
3
4
5
6
7
|
GLOBAL is a source code tag system that works the same way across diverse
environments. Supported languages are C, C++, Yacc, Java, PHP and Assembly.
You can locate a specified function in the source files and move there easily.
It is useful for hacking a large project containing many subdirectories,
many '#ifdef' and many main() functions, like MH, X or BSD kernel.
WWW: http://www.gnu.org/software/global/
|