Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: global | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 6.6.9 | Vendor: openSUSE |
Release: bp156.2.6 | Build date: Tue May 14 06:49:35 2024 |
Group: Development/Tools/Navigators | Build host: s390zp2a |
Size: 5484868 | Source RPM: global-6.6.9-bp156.2.6.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.gnu.org/software/global/ | |
Summary: Common source code tag system |
GLOBAL is a common source code tag system for C, C++, Yacc, and Java. You can locate the specified function in source files and move there easily. It is useful to hack a large project containing many subdirectories or many main() functions like MH, X, or Linux kernel.
GPL-3.0-only
* Sun Dec 18 2022 Dirk Müller <dmueller@suse.com> - update to 6.6.9: * o gtags(C++ parser): did not recognize 'final' keyword. Now it works. * o Fixed a couple of bugs in MinGW. * Fixed unknown type sigset_t error in MinGW. * Fixed pointer to integer cast warnings in MinGW. * Sun Dec 04 2022 Dirk Müller <dmueller@suse.com> - update to 6.6.8: * gtags: Now you can write comments in '.notfunction' file. Lines starting with ';' are comment lines. * configure: Now you can build Global with external SQLite3 library. - -with-sqlite3[=dir] By default, the embedded version is used. * plugin-factory/PLUGIN_HOWTO.reference: Added a howto document: 'How to get Universal Ctags to handle references' * global: The --print0 option was ignored when using the --completion command. Now it works. * gtags: The --file option could cause segmentation fault. * Pygments-enabled gtags failed to start. Now it works. (Changed the shebang of pygments_parser.py.in from '#!/usr/bin/env python' to '#!@PYTHON@'.) * Sun May 02 2021 Andreas Stieger <andreas.stieger@gmx.de> - global 6.6.6: * gtags.el: Added native support for TRAMP. 'global-client' command is no longer needed to use TRAMP. * gtags: environment variable GTAGSFORCECPP is deprecated. * gtags: If GTAGSFORCECPP was defined and --explain was used and the first file is a '*.h', gtags crashed - remove deprecated texinfo packaging macros * Sat Sep 19 2020 Andreas Stieger <andreas.stieger@gmx.de> - global 6.6.5: * gtags: Now gtags_hook is not executed when the following options are specified: --version, --help, --config, --dump * gtags: Added new option: -C (--directory) * gtags: the built-in C++ parser is deprecated - drop global-gcc10.patch to fix build * Sun Aug 16 2020 Dirk Mueller <dmueller@suse.com> - update to 6.6.4 o gtags.vim: New custom variable 'Gtags_Emacs_Like_Mode'. If this variable is 1, use the tag files of the project to which the current file belongs. By default, use the tag files of the current project. o gtags.vim: Gtags command discarded all unsaved changes. Now it brings the following error: E37: No write since last change (add ! to override). o gtags: Now gtags skips java annotations (@...[(...)]). - add global-gcc10.patch to fix build with -fcommon * Mon Jun 24 2019 Martin Pluskal <mpluskal@suse.com> - Switch to python3 - Update dependcies - Get rid of env usage * Tue Mar 19 2019 Felix Zhang <fezhang@suse.com> - GNU Global 6.6.3: * gtags: New --skip-symlink option. * gtags-cscope: 'Find assignments to this symbol:' was implemented. * gtags-cscope.vim: the following key assignment was added. <C-\>a, <C-@>a, <C-@><C-@>a * various bug fixes. - includes changes from 6.6.2: * gozilla: Deleted functions to reduce or eliminate possibility of future security risks. * various bug fixes. * Sat Dec 16 2017 astieger@suse.com - GNU Global 6.6.1: * CVE-2017-17531: Command injection vulnerability in gozilla allowed arbitrary command execution via crafted URLs (boo#1073197) - includes changes from 6.6.0: * gtags: Add support for glob patterns in langmap variable * gozilla: Change the default browser from 'mozilla' to 'firefox' * gtags.conf.in: Updated to adapt to the latest ctags(s). Removed: common-ctags-maps Updated: exuberant-ctags, universal-ctags * incompatible change: universal-ctags.la: The --extra option in Exuberant-ctags is renamed to --extras (plural) in Universal-ctags for making consistent with --kinds-<LANG> and - -fields. * various bug fixes - rebase fix_paths.patch * Thu May 25 2017 mpluskal@suse.com - Update to version 6.5.7: * global: Now global(1) accept a file as --nearness option. If it is a file, tags in the file are shown first. * global: Added aliases for MAKEOBJDIR and MAKEOBJDIRPREFIX. GTAGSOBJDIR: alias for MAKEOBJDIR GTAGSOBJDIRPREFIX: alias for MAKEOBJDIRPREFIX These aliases are given higher priority than the originals. * global: New command --print=<name>. <name> may be one of: root, dbpath or conf. This is a generic version of the -p (--print-dbpath) command. 'global -p' is equal to 'global --print=dbpath' 'global -pr' is equal to 'global --print=root' * gtags: Updated the built-in PHP parser to support namespaces and traits, which were introduced in PHP5. The following keywords have been removed: + failure: not a keyword + header: normal built-in function + is_array: normal built-in function + is_set: typo -> isset + printf: normal built-in function + setcookie: normal built-in function + success: not a keyword - Refresh patches - Update dependencies * Thu Dec 29 2016 astieger@suse.com - GNU global 6.5.6: * htags-server: New --retry[=n] option * htags: Changed the format of function header (--show-position) to make copying text easier. * geco.rc: Added 'fzf' as a selector candidate. * gtags: New configuration variable 'gtags_hook'. * htags: Now --cvsweb option always insert 'view=log' to the generated URLs. * fix gtags: Gtags often aborted with a message "buffer overflow * fix htags: CGI scripts (completion.cgi, global.cgi) included by mistake are now generated during package build - includes changes from 6.5.5: * fix exuberant-ctags.la: The path name of ctags command couldn't be changed. (new configuration variable 'ctagscom') * fix Tag files got corrupted when the built-in C++ parser gave up parsing and aborted * Some inappropriate error messages were changed. * Fri May 13 2016 sleep_walker@opensuse.org - set correctly path paths for parsers (bnc#977967) new patch: fix_paths.patch * Sun Mar 27 2016 mpluskal@suse.com - Update to 6.5.4 * gtags.conf: The entries which include '.xml' were commented out, because they require libxml.a. If you use them, please uncomment them. * universal-ctags.la: Universal ctags plug-in parser did not work on almost files. Now it works. * Fri Mar 18 2016 mpluskal@suse.com - Update to 6.5.3 * Added new plug-in parser 'universal-ctags.la'. * gtags.conf: + Added new entry 'universal-ctags'. + Added new variable 'ctagscom'. You can overwrite the path of ctags(1) dynamically for exuberant-ctags.la, universal-ctags.la and pygments-parser.la. * gtags.conf: Added the following patterns to the skip list. '*.o,*.a,*.so,*.lo,*.zip,*.gz,*.bz2,*.xz,*.lzh,*.Z,*.tgz,*.min.js,*min.css' * gtags: Added some explanations for the --explain option. - Small spec file cleanups * Thu Dec 17 2015 mpluskal@suse.com - Update to 6.5.2 * See attached NEWS for detailed list of changes * Tue Sep 22 2015 mpluskal@suse.com - Update to 6.5.1 * See attached NEWS for detailed list of changes - Drop unreferenced patches as none of them seems necessary * global-5.7-gcc.diff * global-5.9.5-fix-gcc-warnings.patch * Wed Aug 05 2015 mpluskal@suse.com - Update to 6.5 * See attached NEWS for detailed list of changes * Sat May 23 2015 mpluskal@suse.com - Update dependencies - Enable exuberant-ctags - Enable sqlite3 support * Sat Mar 28 2015 mpluskal@suse.com - Use url for source - Add gpg signature * Fri Mar 27 2015 sleep_walker@suse.cz - update to 6.4 see /usr/share/doc/packages/global/NEWS for complete list of changes since 6.3.2
/etc/gtags.conf /usr/bin/global /usr/bin/globash /usr/bin/gozilla /usr/bin/gtags /usr/bin/gtags-cscope /usr/bin/htags /usr/bin/htags-server /usr/lib64/gtags /usr/lib64/gtags/exuberant-ctags.la /usr/lib64/gtags/exuberant-ctags.so /usr/lib64/gtags/pygments-parser.la /usr/lib64/gtags/pygments-parser.so /usr/lib64/gtags/universal-ctags.la /usr/lib64/gtags/universal-ctags.so /usr/lib64/gtags/user-custom.la /usr/lib64/gtags/user-custom.so /usr/share/doc/packages/global /usr/share/doc/packages/global/AUTHORS /usr/share/doc/packages/global/BUILD_TOOLS /usr/share/doc/packages/global/COPYING /usr/share/doc/packages/global/COPYING.LIB /usr/share/doc/packages/global/ChangeLog /usr/share/doc/packages/global/DONORS /usr/share/doc/packages/global/FAQ /usr/share/doc/packages/global/LICENSE /usr/share/doc/packages/global/NEWS /usr/share/doc/packages/global/README /usr/share/doc/packages/global/README.PATCHES /usr/share/doc/packages/global/THANKS /usr/share/doc/packages/global/elvis-2.2_0.patch /usr/share/doc/packages/global/elvis.rc /usr/share/doc/packages/global/geco.rc /usr/share/doc/packages/global/gtags-cscope.vim /usr/share/doc/packages/global/gtags.pl /usr/share/doc/packages/global/gtags.vim /usr/share/doc/packages/global/vim74-gtags-cscope.patch /usr/share/emacs /usr/share/emacs/site-lisp /usr/share/emacs/site-lisp/gtags.el /usr/share/gtags /usr/share/gtags/PLUGIN_HOWTO /usr/share/gtags/PLUGIN_HOWTO.pygments /usr/share/gtags/PLUGIN_HOWTO.universal-ctags /usr/share/gtags/SERVERSIDE_HOWTO /usr/share/gtags/completion.cgi /usr/share/gtags/dot_htaccess /usr/share/gtags/global.cgi /usr/share/gtags/globash.rc /usr/share/gtags/icons /usr/share/gtags/icons/back.png /usr/share/gtags/icons/bottom.png /usr/share/gtags/icons/c.png /usr/share/gtags/icons/dir.png /usr/share/gtags/icons/first.png /usr/share/gtags/icons/help.png /usr/share/gtags/icons/index.png /usr/share/gtags/icons/last.png /usr/share/gtags/icons/left.png /usr/share/gtags/icons/n_bottom.png /usr/share/gtags/icons/n_first.png /usr/share/gtags/icons/n_last.png /usr/share/gtags/icons/n_left.png /usr/share/gtags/icons/n_right.png /usr/share/gtags/icons/n_top.png /usr/share/gtags/icons/pglobe.png /usr/share/gtags/icons/right.png /usr/share/gtags/icons/text.png /usr/share/gtags/icons/top.png /usr/share/gtags/jquery /usr/share/gtags/jquery/images /usr/share/gtags/jquery/images/file.png /usr/share/gtags/jquery/images/folder-closed.png /usr/share/gtags/jquery/images/folder.png /usr/share/gtags/jquery/images/minus.png /usr/share/gtags/jquery/images/plus.png /usr/share/gtags/jquery/images/treeview-black-line.png /usr/share/gtags/jquery/images/treeview-black.png /usr/share/gtags/jquery/images/treeview-default-line.png /usr/share/gtags/jquery/images/treeview-default.png /usr/share/gtags/jquery/images/treeview-famfamfam-line.png /usr/share/gtags/jquery/images/treeview-famfamfam.png /usr/share/gtags/jquery/images/treeview-gray-line.png /usr/share/gtags/jquery/images/treeview-gray.png /usr/share/gtags/jquery/images/treeview-red-line.png /usr/share/gtags/jquery/images/treeview-red.png /usr/share/gtags/jquery/jquery.js /usr/share/gtags/jquery/jquery.suggest.css /usr/share/gtags/jquery/jquery.suggest.js /usr/share/gtags/jquery/jquery.treeview.css /usr/share/gtags/jquery/jquery.treeview.js /usr/share/gtags/jscode_suggest /usr/share/gtags/jscode_treeview /usr/share/gtags/script /usr/share/gtags/script/elvis-global /usr/share/gtags/script/global-client /usr/share/gtags/script/gtags-client /usr/share/gtags/script/htags-client /usr/share/gtags/script/less-global /usr/share/gtags/script/maps2conf.pl /usr/share/gtags/script/pygments_parser.py /usr/share/gtags/style.css /usr/share/gtags/uctags-scheme.c-diff /usr/share/info/global.info.gz /usr/share/man/man1/global.1.gz /usr/share/man/man1/globash.1.gz /usr/share/man/man1/gozilla.1.gz /usr/share/man/man1/gtags-cscope.1.gz /usr/share/man/man1/gtags.1.gz /usr/share/man/man1/htags-server.1.gz /usr/share/man/man1/htags.1.gz /usr/share/man/man5/gtags.conf.5.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:22:04 2024