From owner-freebsd-hackers Mon Jun 24 00:49:20 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA02129 for hackers-outgoing; Mon, 24 Jun 1996 00:49:20 -0700 (PDT) Received: from mail.ca2.so-net.or.jp (mail.ca2.so-net.or.jp [202.238.95.34]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA02118 for ; Mon, 24 Jun 1996 00:49:16 -0700 (PDT) Received: from chiota (ppp686e.pppp.ap.so-net.or.jp [202.238.104.110]) by mail.ca2.so-net.or.jp (8.7.5/3.4W396052919) with SMTP id QAA21584; Mon, 24 Jun 1996 16:49:10 +0900 Received: from localhost (localhost [127.0.0.1]) by chiota (8.6.12/) with SMTP id QAA00295; Mon, 24 Jun 1996 16:47:41 +0900 Message-Id: <199606240747.QAA00295@chiota> To: hackers@freebsd.org Cc: shigio@ca2.so-net.or.jp Subject: GLOBAL version1.2 for FreeBSD 2.1R Date: Mon, 24 Jun 1996 16:47:40 +0900 From: Shigio Yamaguchi Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, this is Yamaguchi. I put the source code of GLOBAL version1.2 for FreeBSD 2.1R at http://ux01.so-net.or.jp/~shigio/index.html This page is mainly encoded in Japanese EUC code, so please select 'English version(Only freesoft for FreeBSD)'. If you cannot get items, please send E-mail to me. GLOBAL is a command which find the locations of specified function in C source files. Features: o Global can find the locations of specified function quickly. o Global can locate not only function definitions but also function reference o Global can treat a source tree containing subdirectories and you can get relative path of objects from anywhere within the tree. o Global allow duplicate entries. o Global can understand perl's regular expression. This includes the patch for CTAGS(1) to treat duplicate entries. This includes the patch for VI(nvi/nex 1.34) to use global within the editor. The new version of nvi/nex(1.61 and later) supports duplicate entries in tags file. So you can use the patched ctags with the VI. Please enjoy. -- Shigio Yamaguchi E-Mail: shigio@ca2.so-net.or.jp Home Page: http://ux01.so-net.or.jp/~shigio/index.html