newsGNU GLOBAL - News: GLOBAL-4.8.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.8.3 released.

Item posted by Shigio YAMAGUCHI <shigio> on Sat 26 Feb 2005 04:34:13 AM UTC.

Hello hackers,

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

[INCOMPATIBLE CHANGES]

  • DOS and Windows 32 support ended.

  But it doesn't mean the deletion of the code for DOS and Windows 32.
  We leave the support to outside projects and accept the code
  from them as is. Therefore, anything has not changed substantially
  up to now.

  • Command gctags(1) was renamed to gtags-parser(1) because some systems

  have another 'gctags' which is not GLOBAL's.

  • About gtags-parser(1), language type of source file is decided

  only by the suffix. In older version, *.h file was considered
  to be C++ source file if it includes token 'class'. But the new version
  considers it always C source file. If you want to consider it C++
  then you must redefine new config variable 'langmap'.
 
[OTHER CHANGES]
Fixed bugs:

  • htags: The --gtagsconf and --gtagslabel option didn't work correctly.
  • htags: Buffer overflow occurred in dupindex.c:makedupindex().
  • htags: Could not ignore path name which includes blank correctly.

New features:

  • gtags,htags: New config variable 'langmap' added.

  This variable is used for customizing the mapping of languages and the
  parsers, and it includes the function of obsoleted 'suffixes' variable.
  If you use 'suffixes' then it is effective else GLOBAL internally
  generates the value of 'suffixes' from the 'langmap'.
  The reason to continue 'suffixes' is that it is needed for plug-in parser.
  If you don't use plug-in parser then you should use 'langmap' instead.

  • htags: New config variable 'copy_files' added.

  If the -f option is used then htags makes links of tag files in 'cgi-bin'
  directory by default. With this variable, htags copy tag files instead of
  linking.

Good luck!

 

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code