info-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Global-6.6.10 released.


From: Shigio YAMAGUCHI
Subject: Global-6.6.10 released.
Date: Tue, 9 May 2023 09:04:39 +0900

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hello hackers,

It is my great pleasure to announce the release of GLOBAL-6.6.10.
GLOBAL-6.6.10 is a bug fix release.

GLOBAL is a source code tagging system that works the same way across
diverse environments, for example, emacs, vi, less, bash, web browser
and etc. It is useful for hacking a large project.

[INCOMPATIBLE CHANGES]
o configure: Auto-detection of python in the config stage is no longer done.
  '$datadir/gtags/script/pygments_parser.py' will have '#!/usr/bin/env
python' by default.
  You can specify the path using the following option:
  (Assuming python is located in /usr/local3/bin)

./configure --with-python-interpreter=/usr/local3/bin/python

o configure: The --with-pread-pwrite option no longer exists.
  Now configure automatically uses pread(2) and pwrite(2) if they are available.

[FIXED BUGS]
o gtags(C++ parser): did not recognize 'namespace name1::name2::name3' syntax.
  Now it picks up 'name2' and 'name3' in addition to 'name1' in the
next example:

namespace name1::name2::name3 { /*...*/ }

o gtags('universal-ctags.la'): The following setting of Universal
Ctags caused no tag output.
  Same result if the value is not 'no'.

[$HOME/.config/conf.ctags]
+---------------------------
|--tag-relative=always

  Now it works. This fix applies to 'exuberant-ctags.la' as well.

You can download it from http://www.gnu.org/software/global/download.html
More detailed information is here: http://www.gnu.org/software/global/.

Enjoy!

Shigio YAMAGUCHI <shigio@gnu.org>
-----BEGIN PGP SIGNATURE-----
Comment: For info see http://www.gnupg.org

iQEzBAEBCAAdFiEEfbo3OesTjKdebKVeKvmXe9peQbEFAmRZixQACgkQKvmXe9pe
QbHBpQgAielr9A/OR5SilL4VvWoJRp1lSSPPIgU6Qo5y3XvHZSUawKJvF5qoheCQ
mBMr/1SeFUOw/FDcvP0CHeAAox09PxaYnIqS6NRykVpC3La2RjCuN51ea3SLNU89
3mjerC9BOyELvWop0BFab2AM4wRI+EZVID+uPO9KdaESZFer21xxRZsBP9G/K7+1
37wNjk7uX1HVdbbYv2YDyDXKt91a5oKbwTSbg2yW3gKUYUJlL3fuyvCXxsuDmRN7
jtOlnA/WnU9ZdO0mX/adMpEOuguzGZuMrG5TM8HZ5y/4EVqixmJMFACGy0uOhx8R
56nUJLGtEx159bXs94bJ6CVh17m+QA==
=8dEj
-----END PGP SIGNATURE-----

-- 
Shigio YAMAGUCHI <shigio@gnu.org>
PGP fingerprint:
26F6 31B4 3D62 4A92 7E6F  1C33 969C 3BE3 89DD A6EB



reply via email to

[Prev in Thread] Current Thread [Next in Thread]