• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H01-Jul-2021-20,69618,211

global/H01-Jul-2021-4,1423,491

globash/H01-Jul-2021-1,8501,693

gozilla/H01-Jul-2021-1,5891,316

gtags/H01-Jul-2021-2,5302,150

gtags-cscope/H01-Jul-2021-7,3625,255

htags/H01-Jul-2021-23,81117,003

htags-refkit/H01-Jul-2021-973705

htags-server/H01-Jul-2021-1,015868

libdb/H01-Jul-2021-166,57697,064

libglibc/H01-Jul-2021-10,1456,145

libltdl/H07-May-2022-8,2325,379

libparser/H03-May-2022-14,71111,387

libutil/H01-Jul-2021-17,63810,862

m4/H01-Jul-2021-330303

plugin-factory/H03-May-2022-2,4041,966

script/H01-Jul-2021-760622

AUTHORSH A D01-Jul-20216.3 KiB197164

BUILD_TOOLSH A D01-Jul-2021179 97

COPYINGH A D01-Jul-202134.3 KiB675553

ChangeLogH A D01-Jul-202143.5 KiB1,249956

DONORSH A D01-Jul-20211.2 KiB3626

Doxyfile.inH A D01-Jul-202176.5 KiB1,8311,333

FAQH A D01-Jul-20216.1 KiB178128

INSTALLH A D19-Nov-202015.4 KiB369287

LICENSEH A D01-Jul-202113.4 KiB317231

Makefile.amH A D01-Jul-20211.3 KiB3818

Makefile.inH A D03-May-202230.1 KiB955835

NEWSH A D01-Jul-202185.8 KiB2,4781,977

READMEH A D01-Jul-20212.3 KiB6846

README.PATCHESH A D01-Jul-20211.5 KiB4836

THANKSH A D01-Jul-202111.8 KiB210203

acinclude.m4H A D01-Jul-2021847 2221

aclocal.m4H A D01-Jul-2021405.7 KiB11,43010,325

compileH A D19-Nov-20207.2 KiB349259

config-h.inH A D01-Jul-202111.9 KiB465323

config.guessH A D19-Nov-202047.9 KiB1,6871,476

config.subH A D19-Nov-202033.4 KiB1,8541,677

configureH A D01-Jul-2021537.4 KiB18,86315,632

configure.acH A D01-Jul-202112.7 KiB428402

convert.plH A D03-May-20229.9 KiB465433

depcompH A D19-Nov-202023 KiB792502

elvis-2.2_0.patchH A D01-Jul-20211.9 KiB7669

elvis.rcH A D01-Jul-20211,018 4241

geco.rcH A D01-Jul-20214 KiB160158

gtags-cscope.vimH A D01-Jul-20219.8 KiB278273

gtags.confH A D01-Jul-202122.4 KiB691612

gtags.conf.inH A D01-Jul-202122.1 KiB691690

gtags.elH A D01-Jul-202135.2 KiB949676

gtags.plH A D03-May-20226.6 KiB269171

gtags.vimH A D01-Jul-202117.2 KiB595571

head.inH A D01-Jul-202190 31

install-shH A D19-Nov-202015 KiB542352

ltmain.shH A D08-Jan-2021316.6 KiB11,1507,980

mainpage.doxH A D01-Jul-20211.4 KiB4328

missingH A D19-Nov-20206.7 KiB216143

reconf.shH A D01-Jul-20213.6 KiB140101

vim74-gtags-cscope.patchH A D01-Jul-20211.5 KiB5854

README

1___________________________________
2|      |  |  |     |  _  |     |  |
3|  |___|  |  |  |  |    _|  |  |  |    GNU GLOBAL source code tagging system
4|  |   |  |  |  |  |     |     |  |
5|  ~~  |   ~~|     |  ~  |  |  |   ~~|          for all hackers.
6~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 Copyright (c) 2000, 2001, 2002, 2003, 2004, 2007 Tama Communications Corporation
8
9 This file is free software; as a special exception the author gives
10 unlimited permission to copy and/or distribute it, with or without
11 modifications, as long as this notice is preserved.
12
13 This program is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
15 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16
17		----------------------------------
18
19GNU Global is a source code tagging system that works the same way across diverse
20environments. It supports C, Yacc, Java, PHP4 and assembly source code.
21
22* Supported OS
23
24	GNU system - Debian, Fedora, Suse, etc.
25	BSD system - FreeBSD, NetBSD, OpenBSD, MacOSX, etc.
26	Besides, various POSIX compatible systems.
27
28	[Note]  Though GNU Global supports only UNIX(POSIX) environment,
29		some outsite projects develop DOS or Windows 32 version of it.
30		Please see:
31			http://www.gnu.org/software/global/download.html
32
33* How to install
34
35	Please see 'INSTALL'.
36
37* Documentation
38
39	Please see 'doc/global.texi'(texinfo format) to know how to use Global.
40	You can see it even on Global's web site:
41		http://www.gnu.org/software/global/globaldoc_toc.html
42		http://www.gnu.org/software/global/manual/
43
44	The descriptions about new facilities are added to 'NEWS'.  At least,
45	you should read '[INCOMPATIBLE CHANGES]' for each version.
46
47* License
48
49	You may redistribute copies of GNU Global under the terms of
50	the GNU General Public License.  For more information about
51	these matters, see the files named 'LICENSE' and 'COPYING'.
52
53* Latest information
54
55	You can see the latest information on Global's web site.
56
57	http://www.gnu.org/software/global/whatsnew.html
58
59* Mailing list
60
61	If you think you have found a bug or a suggestion for improvements
62	in Global or you need help about Global, then some mailing lists are
63	available. Please see Global's WWW.
64
65	http://www.gnu.org/software/global/maillist.html
66
67Enjoy!
68

README.PATCHES

1___________________________________
2|      |  |  |     |  _  |     |  |
3|  |___|  |  |  |  |    _|  |  |  |    GNU GLOBAL source code tagging system
4|  |   |  |  |  |  |     |     |  |
5|  ~~  |   ~~|     |  ~  |  |  |   ~~|          for all hackers.
6~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 Copyright (c) 2014 Tama Communications Corporation
8
9 This file is free software; as a special exception the author gives
10 unlimited permission to copy and/or distribute it, with or without
11 modifications, as long as this notice is preserved.
12
13 This program is distributed in the hope that it will be useful, but
14 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
15 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16
17		----------------------------------
18
19This package includes some patches to change behavior of related tools.
20Please use them under self-responsibility.
21
22elvis-2.2_0.patch
23
24	Disable sort of global(1)'s output.
25	(For Elvis version 2.2)
26
27	Elvis sorts the output of global(1) by the symbol name.
28	It is inconvenient when global is invoked with the -f <file> option.
29
30	How to apply the patch.
31	$ tar xzvf elvis-2.2_0.tar.gz
32	$ cd elvis-2.2_0
33	$ patch -p1 < /usr/local/share/gtags/elvis-2.2_0.patch
34
35vim74-gtags-cscope.patch
36
37	With this patch, users of gtags-cscope.vim can treat files
38	whose name include spaces correctly.
39	(For Vim version 7.4)
40
41	How to apply the patch.
42	$ tar jxvf vim-7.4.tar.bz2
43	$ cd vim74
44	$ patch -p1 < /usr/local/share/gtags/vim74-gtags-cscope.patch
45	$ ./configure --enable-cscope
46	$ make
47	$ sudo make install
48