[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GLOBAL-4.2 released.
From: |
Shigio Yamaguchi |
Subject: |
GLOBAL-4.2 released. |
Date: |
Sun, 25 Nov 2001 14:59:38 +0900 |
Hello hackers,
It is my great pleasure to announce the release of GLOBAL 4.2.
You can download it from http://www.tamacom.com/global/global-4.2.tar.gz.
New features:
* postgres support added.
You need to configure GLOBAL with --with-postgres option.
* gtags: when no parser specified in config file, overloaded by default values.
* gtags: variable 'skip' accept full path name.
* htags: changed to refer to macros which is defined in other C source.
* htags: --caution option added.
* global.texi: reference manual added.
* gtags, htags: allow relative path name for --gtagsconf.
[About postgres support]
You can use postgres database system as the storage for tag files.
- installation
% ./configure --with-postgres=/usr/local/pgsql
% make
# make install
- create tags
% createdb gtags
CREATE DATABASE
% gtags --postgres --info="dbname=gtags user=`whoami`"
Enjoy!
--
Shigio Yamaguchi - Tama Communications Corporation
Mail: address@hidden, (Spare mail: address@hidden)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GLOBAL-4.2 released.,
Shigio Yamaguchi <=