newsGNU GLOBAL - News: GLOBAL-4.5.3 released.

 
 
Latest News
Integration of Doxygen and GLOBAL. posted by shigio, Mon 16 May 2005 12:59:19 PM UTC
GLOBAL-4.8.6 released. posted by shigio, Thu 12 May 2005 01:53:28 AM UTC
GLOBAL-4.8.5 released. posted by shigio, Tue 19 Apr 2005 12:38:33 AM UTC
GLOBAL-4.8.4 released. posted by shigio, Fri 04 Mar 2005 12:14:46 AM UTC
GLOBAL-4.8.3 released. posted by shigio, Sat 26 Feb 2005 04:34:13 AM UTC - 2 replies

GLOBAL-4.5.3 released.

Item posted by Shigio YAMAGUCHI <shigio> on Thu 05 Jun 2003 04:10:48 AM UTC.

Hello hackers,

It is my great pleasure to announce the release of GLOBAL 4.5.3.
You can download it from <http://www.gnu.org/software/global/download.html>.

[INCOMPATIBLE CHANGES]

  • htags: Htags does not generate the code of javascript at all.

  In the former version, we used javascript to display information about
  links. But a browser these days had come to support the tool tip using
  'title' attribute. So, we replaced the function using tool tip instead
  of javascript facility.

  • The --no-javascript option was removed because it was already unnecessary.
  • global: The pattern of the argument came always to be interpreted

  as a extended regular expression. In the former version, there was both
  the case for the pattern to be interpreted as a basic regular expression
  and the interpretation as the extended regular expression. This depended
  on the environment of the build. (If you have grep(1) and xargs(1),
  basic regular expression will be used.)
  In the new version, if you want the pattern to be interpreted as a basic
  regular expression, please specify the -G option.

[OTHER CHANGES]

New features:

htags:

  • CVS REPOSITORY link (the --cvsweb and --cvsweb-cvsroot option).

  You can link CVS repository from the hypertext of source code.

  • Tooltip inserted in links.
  • The --no-map-file option added.

  Htags generate 'MAP' file by default. You can suppress it by this.

  • The --statistics option added.

  With this option, htags print statistics information to the standard error.

global:

  • The -e(--regexp) option added like grep(1).
  • The -G(--basic-regexp) option added like egrep(1).


Performance tuning:

htags:

  • Remove tag name and line image from cache record. This made cache

  file smaller.

  • The use of the temporary file was suppressed to the minimum by tring to

  read the source code.

Other modifications

  • A security hole was shut.
  • conf.h: add '{arch}' and '.notfunction' to default skip list.
  • gctags: support _attribute_((...)).


I wish to express my gratitude continuously since last time for the
contribution of Hideki Iwamoto san.

Enjoy!

 

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code