From owner-freebsd-hackers Mon Jan 20 23:14:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA03247 for hackers-outgoing; Mon, 20 Jan 1997 23:14:16 -0800 (PST) Received: from wafu.netgate.net (wafu.netgate.net [204.145.147.80]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id XAA03242 for ; Mon, 20 Jan 1997 23:14:13 -0800 (PST) Received: from chiota.signet.or.jp (ppp90b8.pppp.ap.so-net.or.jp [210.132.144.184]) by wafu.netgate.net (8.7.5/8.7.3) with ESMTP id XAA08814; Mon, 20 Jan 1997 23:13:25 GMT Received: from localhost (localhost [127.0.0.1]) by chiota.signet.or.jp (8.7.5/) with SMTP id QAA09997; Tue, 21 Jan 1997 16:14:24 +0900 (JST) Message-Id: <199701210714.QAA09997@chiota.signet.or.jp> To: hackers@freebsd.org Cc: shigio@wafu.netgate.net Subject: GLOBAL-1.6 for FreeBSD(2.0.5R, 2.1.0R, 2.1.5R) Date: Tue, 21 Jan 1997 16:14:24 +0900 From: Shigio Yamaguchi Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, this is Yamaguchi. GLOBAL-1.6 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.5. o Extended VI support nvi 1.76. o An important bug fixed. o Includes ctags source code instead of patch file. o Generic Makefile is available. o Some files are added to install to other OS. 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 (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/