forked from universal-ctags/ctags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MAINTAINERS
74 lines (56 loc) · 1.94 KB
/
MAINTAINERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
The following individuals are registered as developers for the maintenance of
Exuberant Ctags. They are listed by their SourgeForge username and by the
To send email to any one of them, send it to <[email protected]>.
Ctags SourgeForge Full
Parser username Name
---------- ----------- -----
Ant dfishburn David Fishburn
AWK jkoshy Joseph Koshy
Basic elias Elias Pschernig
C# elliotth Elliott Hughes
DosBatch dfishburn David Fishburn
Flex dfishburn David Fishburn
Java elliotth Elliott Hughes
JavaScript dfishburn David Fishburn
MATlAB dfishburn David Fishburn
Objective-C aeruder Andrew Ruder
OCaml vberthoux Vincent Berthoux
Perl perlguy0 Dmitri Tikhonov
PHP jafl John Lindal
Python elias Elias Pschernig
Ruby elliotth Elliott Hughes
SML jkoshy Joseph Koshy
SQL dfishburn David Fishburn
TeX dfishburn David Fishburn
Vim dfishburn David Fishburn
All else dhiebert Darren Hiebert
How To Build & Test Like A Maintainer
=====================================
Prerequisites
-------------
Debian/Ubuntu:
sudo apt-get install build-essential subversion autoconf
Mac OS:
Install the Xcode developer tools, available here:
http://developer.apple.com/tools/download/
Fedora:
yum install subversion autoheader autoconf
Windows:
Install Cygwin plus its Subversion and GNU Make packages.
Building
--------
First time:
git clone git://github.com/fishman/ctags.git
cd ctags
autoheader
autoconf
./configure --enable-maintainer-mode
make -j
Later:
cd ctags
git pull
make -j
Testing
-------
cd ctags
make units