summaryrefslogtreecommitdiff
path: root/AUTHORS
blob: e3e147d11a378be70ca68e4bfbd2e2d5dbff9575 (plain)
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
(Original author based on manpage)
Chris D. Peterson, MIT X Consortium
commands.c
util.c
xedit.c
xedit.h


------------------------------------------------------------------------
Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
xedit:
hook.c
hash.c
ispell.c
lisp.c
options.c
tags.c
util.h

xedit lisp interface:
lisp/bytecode.c
lisp/bytecode.h
lisp/compile.c
lisp/core.c
lisp/core.h
lisp/debugger.c
lisp/debugger.h
lisp/format.c
lisp/format.h
lisp/internal.h
lisp/io.c
lisp/io.h
lisp/hash.c
lisp/hash.h
lisp/helper.c
lisp/helper.h
lisp/lisp.c
lisp/lisp.h
lisp/math.c
lisp/math.h
lisp/mathimp.c
lisp/package.c
lisp/package.h
lisp/pathname.c
lisp/pathname.h
lisp/private.h
lisp/read.c
lisp/read.h
lisp/regex.c
lisp/regex.h
lisp/require.c
lisp/require.h
lisp/stream.c
lisp/stream.h
lisp/string.c
lisp/string.h
lisp/struct.c
lisp/struct.h
lisp/time.c
lisp/time.h
lisp/write.c
lisp/write.h
lisp/xedit.c
lisp/xedit.h

bignum math library:
lisp/mp/mp.h
lisp/mp/mpr.c
lisp/mp/mpi.c
lisp/mp/mp.c

command line lisp interpreter:
lisp/lsp.c

regex library:
lisp/re/re.c
lisp/re/re.h
lisp/re/reo.c
lisp/re/rep.h
lisp/re/rec.c
lisp/re/tests.c
lisp/re/tests.txt

source files to test the lisp interpreter:
lisp/test/widgets.lsp
lisp/test/list.lsp
lisp/test/hello.lsp
lisp/test/regex.lsp
lisp/test/stream.lsp
lisp/test/math.lsp

lisp binary modules:
lisp/modules/psql.c
lisp/modules/x11.c
lisp/modules/xaw.c
lisp/modules/xt.c

lisp source modules:
lisp/modules/indent.lsp
lisp/modules/lisp.lsp
lisp/modules/syntax.lsp
lisp/modules/xedit.lsp

lisp syntax highlight and indentation rules definitions:
lisp/modules/progmodes/c.lsp
lisp/modules/progmodes/html.lsp
lisp/modules/progmodes/imake.lsp
lisp/modules/progmodes/lisp.lsp
lisp/modules/progmodes/make.lsp
lisp/modules/progmodes/man.lsp
lisp/modules/progmodes/patch.lsp
lisp/modules/progmodes/rpm.lsp
lisp/modules/progmodes/sgml.lsp
lisp/modules/progmodes/sh.lsp
lisp/modules/progmodes/xconf.lsp
lisp/modules/progmodes/xlog.lsp
lisp/modules/progmodes/xrdb.lsp


------------------------------------------------------------------------
Files required for systems that don't have the required calls in the
standard libraries:

(Based on Copyright notice)
Constantin S. Svintsoff
realpath.c