info-global
[Top][All Lists]
Advanced

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

GLOBAL-5.7.4 released.


From: Shigio YAMAGUCHI
Subject: GLOBAL-5.7.4 released.
Date: Mon, 05 Jan 2009 18:57:15 +0900

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello hackers,

It is my great pleasure to announce the release of GLOBAL-5.7.4.

[CHANGES]
o global: In compact format, operation to non-existent lines was changed
        to avoid needless abnormal termination.

        -- Delete lines 20-last from the test.c.
        $ global -xr func

        (OLD)
        func      10 test.c           func(a);
        global: unexpected end of file. './test.c: 19/20'
        $ echo $?
        1                                       <- abnormal termination

        (NEW)
        func      10 test.c           func(a);
        func      20 test.c                     <- plain space means 
non-existence
        $ echo $?
        0                                       <- normal termination

[FIXED BUGS]
o gtags-parser: Gtags-parser had overlooked objects in 'extern "C" {...}'(C, 
C++).
  Now, it can pick up them.
o gtags-parser: Gtags-parser was not able to recognize the following 
definitions.
  Now, it can pick up them.

        int invisible /* COMMENT */ ()
        {
        }

        int also_invisible // COMMENT
        ()
        {
        }

        int visible () // COMMENT
        {
        }
o gtags-parser: Gtags-parser had overlooked 'Foo' in the following construct.
  Now, it can pick up them.

        namespace
        Foo
        { ...

However, this works:

        namespace Foo
        { ...

You can download it from
http://www.gnu.org/software/global/download.html

Enjoy!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQFJYdlLPKW7s1e+3aMRAtYCAJ40p8Qn9RwUzF0FcwTDsOL90p+XQwCgjC3g
6AnYTsSvqjx7KPuDfKz/SWU=
=J17q
-----END PGP SIGNATURE-----
--
Shigio YAMAGUCHI <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

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