ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/MANIFEST
(Generate patch)

Comparing rxvt-unicode/MANIFEST (file contents):
Revision 1.34 by root, Tue Sep 14 15:20:09 2004 UTC vs.
Revision 1.142 by sf-exg, Sun Nov 7 14:13:39 2021 UTC

1.cvsignore 1.cvsignore
2.prebuild 2COPYING
3Changes 3Changes
4INSTALL 4INSTALL
5MANIFEST 5MANIFEST
6Makefile.in
7README.configure 6README.configure
8README.FAQ 7README.FAQ
9configure 8configure
10reconf 9configure.ac
10aclocal.m4
11autogen.sh
12config.h.in
13Makefile.in
14install-sh
11 15
12W11/X11/Intrinsic.h 16doc/embed
13W11/X11/Xatom.h 17doc/embed-tk
14W11/X11/Xlib.h 18doc/rxvt-tabbed
15W11/X11/Xlocale.h 19doc/pty-fd
16W11/X11/Xmd.h 20doc/etc/rxvt-unicode.terminfo
17W11/X11/Xutil.h 21doc/etc/rxvt-unicode.termcap
18W11/X11/cursorfont.h 22doc/wcwidth.patch
19W11/X11/keysym.h
20W11/X11/keysymdef.h
21W11/w32/Makefile
22W11/w32/event.c
23W11/w32/ntdef.h
24W11/w32/ntutil.c
25W11/w32/xlib.c
26W11/Makefile.in
27W11/Makefile.xpm
28W11/wrap/Makefile
29W11/wrap/mkproxy.pl
30W11/wrap/rxtv.ico
31W11/wrap/rxvt.ico
32W11/wrap/rxvt.rc
33W11/wrap/wrap.c
34W11/wrap/wrap.h
35W11/wrap/xwrappers.gen
36 23
37doc/etc/XTerm.ad
38doc/etc/rclock
39doc/etc/rxvt.termcap
40doc/etc/rxvt-unicode.terminfo
41doc/menu/example.menu
42doc/menu/jedmenu.sl
43doc/menu/menu
44doc/menu/rxvt.menu
45doc/menu/rxvt.zh-menu
46doc/menu/terminal.menu
47doc/.cvsignore 24doc/.cvsignore
48doc/LSM.in
49doc/Makefile.in 25doc/Makefile.in
50doc/README.menu
51doc/README.xvt 26doc/README.xvt
52doc/changes.txt 27doc/changes.txt
53doc/podtbl 28doc/podtbl
29
54doc/rxvt.1.pod 30doc/rxvt.1.pod
55doc/rxvt.7.pod 31doc/rxvt.7.pod
32doc/rxvtc.1.pod
33doc/rxvtd.1.pod
56doc/rxvt.1.man.in 34doc/rxvt.1.man.in
57doc/rxvt.7.man.in 35doc/rxvt.7.man.in
58doc/rxvt.1.html
59doc/rxvt.7.html
60doc/rxvt.1.txt
61doc/rxvt.7.txt
62doc/rxvtc.1 36doc/rxvtc.1.man.in
37doc/rxvtd.1.man.in
38doc/extensions.pod.top
39doc/extensions.pod.bot
63 40
64autoconf/.cvsignore 41src/ecb.h
65autoconf/Make.common.in 42src/estl.h
66autoconf/aclocal.m4
67autoconf/config.guess
68autoconf/config.h.in
69autoconf/config.sub
70autoconf/configure.in
71autoconf/install-sh
72autoconf/libtool.m4
73autoconf/ltmain.sh
74autoconf/mkinstalldirs
75autoconf/xpm.m4
76 43
77src/.cvsignore 44src/.cvsignore
78src/Makefile.in 45src/Makefile.in
79src/callback.h 46src/callback.h
80src/command.C 47src/command.C
81src/command.h 48src/command.h
82src/encoding.C 49src/encoding.C
83src/encoding.h 50src/encoding.h
84src/feature.h 51src/feature.h
52src/hookinc.h
85src/init.C 53src/init.C
86src/init.h 54src/init.h
87src/iom.C 55src/ev_cpp.C
88src/iom.h 56src/ev_cpp.h
89src/iom_conf.h 57src/keyboard.C
90src/logging.C 58src/keyboard.h
91src/logging.h
92src/main.C 59src/main.C
93src/makeintprotos-awk
94src/makeintprotos-sed
95src/menubar.C
96src/menubar.h
97src/misc.C 60src/misc.C
98src/netdisp.C 61src/optinc.h
99src/netdisp.h
100src/ptytty.h
101src/ptytty.C
102src/rxvtutil.C 62src/rxvtutil.C
103src/rxvtutil.h 63src/rxvtutil.h
104src/rxvttoolkit.C 64src/rxvttoolkit.C
105src/rxvttoolkit.h 65src/rxvttoolkit.h
106src/rxvtfont.C 66src/rxvtfont.C
107src/rxvtfont.h 67src/rxvtfont.h
68src/rxvtimg.h
69src/rxvtimg.C
108src/rxvt.C 70src/rxvt.C
109src/rxvt.h 71src/rxvt.h
72src/rclock.C
73src/rsinc.h
110src/rxvtc.C 74src/rxvtc.C
111src/rxvtd.C 75src/rxvtd.C
112src/rxvtdaemon.C 76src/rxvtdaemon.C
113src/rxvtdaemon.h 77src/rxvtdaemon.h
114src/rxvtlib.h
115src/rxvtlib.h.in
116src/salloc.C
117src/salloc.h
118src/screen.C 78src/screen.C
119src/scrollbar-next.C 79src/scrollbar-next.C
120src/scrollbar-rxvt.C 80src/scrollbar-rxvt.C
121src/scrollbar-xterm.C 81src/scrollbar-xterm.C
122src/scrollbar-plain.C 82src/scrollbar-plain.C
123src/scrollbar.C 83src/scrollbar.C
124src/strings.C 84src/scrollbar.h
125src/version.h 85src/version.h
126src/xdefaults.C 86src/xdefaults.C
127src/xpm.C 87src/emman.h
128 88src/emman.c
129src/test/.cvsignore
130src/test/Makefile.in
131src/test/gettty.c
132src/test/strings-memmove.c
133 89
134src/gentables 90src/gentables
135src/gencompose 91src/gencompose
136src/genlinedraw 92src/genlinedraw
137src/table/compose.h 93src/table/compose.h
138src/table/category.h 94src/table/category.h
139src/table/linedraw.h 95src/table/linedraw.h
140src/table/viscii.h 96src/table/viscii.h
141src/table/ksc5601_1987_0.h 97src/table/ksc5601_1987_0.h
98src/table/gbk_0.h
142src/table/gb2312_1980_0.h 99src/table/gb2312_1980_0.h
143src/table/cns11643_1992_1.h 100src/table/cns11643_1992_1.h
144src/table/cns11643_1992_2.h 101src/table/cns11643_1992_2.h
145src/table/cns11643_1992_3.h 102src/table/cns11643_1992_3.h
146src/table/cns11643_1992_4.h 103src/table/cns11643_1992_4.h
171src/table/jis0201_1976_0.h 128src/table/jis0201_1976_0.h
172src/table/jis0208_1990_0.h 129src/table/jis0208_1990_0.h
173src/table/jis0212_1990_0.h 130src/table/jis0212_1990_0.h
174src/table/jis0213_1.h 131src/table/jis0213_1.h
175src/table/jis0213_2.h 132src/table/jis0213_2.h
133
134src/urxvt.pm
135src/typemap
136src/typemap.iom
137src/iom_perl.h
138src/iom_perl.xs
139src/rxvtperl.h
140src/rxvtperl.xs
141
142src/perl/background
143src/perl/bell-command
144src/perl/block-graphics-to-ascii
145src/perl/clipboard-osc
146src/perl/confirm-paste
147src/perl/digital-clock
148src/perl/eval
149src/perl/example-refresh-hooks
150src/perl/keysym-list
151src/perl/kuake
152src/perl/matcher
153src/perl/option-popup
154src/perl/overlay-osc
155src/perl/readline
156src/perl/remote-clipboard
157src/perl/searchable-scrollback
158src/perl/selection
159src/perl/selection-autotransform
160src/perl/selection-pastebin
161src/perl/selection-popup
162src/perl/selection-to-clipboard
163src/perl/tabbed
164src/perl/urxvt-popup
165src/perl/xim-onthespot
166
167libev/LICENSE
168libev/ev.h
169libev/ev++.h
170libev/ev.c
171libev/ev_vars.h
172libev/ev_wrap.h
173libev/ev_win32.c
174libev/ev_select.c
175libev/ev_poll.c
176libev/ev_epoll.c
177libev/ev_kqueue.c
178libev/ev_port.c
179libev/ev_linuxaio.c
180libev/ev_iouring.c
181libev/libev.m4
182

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines