Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!ais.net!uunet!in3.uu.net!208.195.156.10!news.walltech.com!nntp.mainstreet.net!ns2.mainstreet.net!newsfeeder.netgate.net!shigio From: shigio@wafu.netgate.net (Shigio Yamaguchi) Newsgroups: comp.unix.bsd.freebsd.misc,alt.sources,comp.lang.c Subject: Tools for hack - GLOBAL-1.8 Date: 6 Apr 1997 12:53:53 GMT Organization: Sirius Cybernetics, Sirius City branch Lines: 49 Message-ID: <5i86d1$ha4@ss.netgate.net> NNTP-Posting-Host: wafu.netgate.net X-Newsreader: TIN [version 1.2 PL2] Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:38565 alt.sources:10057 comp.lang.c:202025 Hello, this is Yamaguchi. GLOBAL-1.8 is available at: http://wafu.netgate.net/tama/unix/indexe.html ~ Please don't forget this 'e'. What's New since 1.7: o many BSD specific codes are removed. o many bugs are fixed. o -c (complete) option is added to global. o -d tagdir option is added to htags. o -w option is added to htags. If you cannot get the file, please send me (shigio@wafu.netgate.net) E-mail. --------------------------------------------------------------------------- GLOBAL is a browsing system for C and Yacc source code. It brings benefits to all hackers. It supports following environments. o shell command line o vi editor o web browser (You can see the example on the above site.) I think it is useful to hack a large project containing many subdirectories like MH, X or BSD kernel. [Features] o Global can find the locations of specified function quickly. o Global can locate not only function definitions but also function references o Global can treat a source tree containing subdirectories and you can get a relative path of object from anywhere within the tree. o Global allow duplicate entries. o Global can understand perl's regular expression. o Global can also locate functions in library paths if the function not found in your source directory. o Global can treat yacc file too. Please enjoy. -- Shigio Yamaguchi E-Mail: shigio@wafu.netgate.net Home Page: http://wafu.netgate.net/tama/