*BSD News Article 85054


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!serv.hinet.net!spring.edu.tw!howland.erols.net!news.sprintlink.net!news-peer.sprintlink.net!metro.atlanta.com!news.he.net!nr1.scn.co.jp!news02.so-net.or.jp!news01.so-net.or.jp!chiota.signet.or.jp!cf3s-ymgc
From: shigio@chiota.signet.or.jp.ca2.so-net.or.jp (Shigio Yamaguchi)
Newsgroups: alt.sources,comp.unix.bsd.freebsd.misc
Subject: Making C into hyper text (GLOBAL-1.5 for FreeBSD)
Date: 17 Dec 1996 06:15:54 GMT
Organization: So-net
Lines: 44
Message-ID: <961217061456.M0100323@chiota.signet.or.jp.ca2.so-net.or.jp>
NNTP-Posting-Host: ppp914c.pppp.ap.so-net.or.jp
X-Newsreader: mnews [version 1.19] 1995-07/21(Fri)
Xref: euryale.cc.adfa.oz.au alt.sources:9911 comp.unix.bsd.freebsd.misc:32724


GLOBAL-1.5 for FreeBSD(2.0.5R, 2.1.0R, 2.1.5R) is available in:

	http://wafu.netgate.net/tama/unix/indexe.html
					       =
					(Don't forget this 'e'.)
What's New since 1.4.

	o Some bugs fixed.
	o Hyper text generator is available.
	  (Sample output of hyper text is in above site. Please try it.)

If you cannot get the file, please send me (shigio@wafu.netgate.net) E-mail.

---------------------------------------------------------------------------
Global is a tool which find the locations of function definitions and
functions references in C source files.

It supports following environments.

	o shell command line
	o vi editor
	o web browser

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/