From owner-freebsd-hackers Mon Dec 16 05:55:17 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA02619 for hackers-outgoing; Mon, 16 Dec 1996 05:55:17 -0800 (PST) Received: from mailgate.so-net.or.jp (mailgate.so-net.or.jp [202.238.95.22]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id FAA02599 for ; Mon, 16 Dec 1996 05:55:14 -0800 (PST) Received: from mail.ca2.so-net.or.jp (mail.ca2.so-net.or.jp [202.238.95.34]) by mailgate.so-net.or.jp (8.7.5/3.4W396121217) with ESMTP id WAA21379; Mon, 16 Dec 1996 22:55:11 +0900 (JST) Received: from chiota.signet.or.jp (ppp912a.pppp.ap.so-net.or.jp [210.132.145.42]) by mail.ca2.so-net.or.jp (8.7.3/3.4W396110722) with ESMTP id WAA20754; Mon, 16 Dec 1996 22:55:08 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by chiota.signet.or.jp (8.7.5/) with SMTP id WAA01012; Mon, 16 Dec 1996 22:55:26 +0900 (JST) Message-Id: <199612161355.WAA01012@chiota.signet.or.jp> To: hackers@freebsd.org Cc: shigio@wafu.netgate.net Subject: GLOBAL-1.5 for FreeBSD(2.0.5R, 2.1.0R, 2.1.5R) Date: Mon, 16 Dec 1996 22:55:25 +0900 From: Shigio Yamaguchi Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, this is Yamaguchi. 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 Hyper text generator is available. (Sample output of hyper text is in above site. Please try it.) o Some bugs fixed. 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/