newsGNU GLOBAL - News: GLOBAL-4.8.2 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.8.2 released.

Item posted by Shigio YAMAGUCHI <shigio> on Thu 11 Nov 2004 06:41:39 AM UTC.

Hello hackers,

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

[INCOMPATIBLE CHANGES]

  • Postgres support ended.
  • Htags.pl (perl version of htags) was removed completely.
  • Config variable sed_command and sort_command were removed.

  The sed(1) and sort(1) are not necessary any longer.

[OTHER CHANGES]
Fixed bugs:

  • Wrong output of 'global -Po' was fixed.


New features:

  • gctags(assembly language):

  - In addition to `call', `jsr' is recognized as call instruction.
    Although various call instructions exist like `bl' or `calls',
    only `call' and `jsr' are used widely.
  - Macros like ENTRY or EXT are taken up as reference,
    when definitions exist in somewhere else.
  - Warning is displayed when a comment is not closed.
  - C_SYMBOL_NAME and C_ENTRY are recognized as a macro
    which shows the start of a function.
  - The string which is not closed finishes at the end of line.
    This behavior is the same as GNU C preprocessor.
  - The check of correspondence of "#if" and "#endif" was deleted.
    This did not exist in version 4.8.

  • New directory '.snprj/' was added to the DEFAULTSKIP list.

  This is the tag directory of Source-Navigator.

Good luck!

 

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code