ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/MANIFEST
Revision: 1.116
Committed: Sun Nov 20 10:48:00 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.115: +16 -16 lines
Log Message:
Sort perl extensions in MANIFEST.

File Contents

# User Rev Content
1 pcg 1.1 .cvsignore
2 root 1.40 COPYING
3 pcg 1.13 Changes
4 pcg 1.1 INSTALL
5     MANIFEST
6     README.configure
7 root 1.33 README.FAQ
8 pcg 1.1 configure
9 root 1.79 configure.ac
10     config.sub
11     config.guess
12 root 1.73 aclocal.m4
13 root 1.79 autogen.sh
14 root 1.73 config.h.in
15 root 1.79 Makefile.in
16 root 1.73 install-sh
17 pcg 1.1
18 root 1.43 doc/embed
19 root 1.44 doc/embed-tk
20     doc/rxvt-tabbed
21 root 1.43 doc/pty-fd
22 root 1.30 doc/etc/rxvt-unicode.terminfo
23 root 1.41 doc/etc/rxvt-unicode.termcap
24 ayin 1.93 doc/wcwidth.patch
25 root 1.41
26 pcg 1.1 doc/.cvsignore
27     doc/Makefile.in
28     doc/README.xvt
29     doc/changes.txt
30 root 1.34 doc/podtbl
31 root 1.51
32 root 1.30 doc/rxvt.1.pod
33     doc/rxvt.7.pod
34 root 1.46 doc/rxvtc.1.pod
35     doc/rxvtd.1.pod
36 root 1.33 doc/rxvt.1.man.in
37     doc/rxvt.7.man.in
38 root 1.46 doc/rxvtc.1.man.in
39     doc/rxvtd.1.man.in
40 root 1.51 doc/rxvtperl.3.man.in
41 pcg 1.1
42     src/.cvsignore
43     src/Makefile.in
44 sasha 1.95 src/background.C
45 pcg 1.2 src/callback.h
46     src/command.C
47 pcg 1.1 src/command.h
48 pcg 1.2 src/encoding.C
49     src/encoding.h
50 sf-exg 1.115 src/fdpass_wrapper.C
51 pcg 1.1 src/feature.h
52 root 1.55 src/hookinc.h
53 pcg 1.1 src/init.C
54     src/init.h
55 root 1.97 src/ev_cpp.C
56     src/ev_cpp.h
57 root 1.38 src/keyboard.C
58     src/keyboard.h
59 pcg 1.1 src/main.C
60     src/misc.C
61 root 1.60 src/optinc.h
62 sf-exg 1.115 src/ptytty_wrapper.C
63 root 1.24 src/rxvtutil.C
64     src/rxvtutil.h
65     src/rxvttoolkit.C
66     src/rxvttoolkit.h
67     src/rxvtfont.C
68     src/rxvtfont.h
69 pcg 1.1 src/rxvt.C
70     src/rxvt.h
71 root 1.50 src/rsinc.h
72 pcg 1.2 src/rxvtc.C
73     src/rxvtd.C
74     src/rxvtdaemon.C
75     src/rxvtdaemon.h
76     src/salloc.C
77     src/salloc.h
78 pcg 1.1 src/screen.C
79     src/scrollbar-next.C
80     src/scrollbar-rxvt.C
81     src/scrollbar-xterm.C
82 pcg 1.13 src/scrollbar-plain.C
83 pcg 1.1 src/scrollbar.C
84 ayin 1.105 src/scrollbar.h
85 pcg 1.1 src/version.h
86     src/xdefaults.C
87    
88 sf-exg 1.113 libptytty/ptytty.m4
89     libptytty/src/libptytty.h
90     libptytty/src/ptytty_conf.h
91     libptytty/src/ptytty.h
92     libptytty/src/ptytty.C
93     libptytty/src/proxy.C
94     libptytty/src/logging.C
95     libptytty/src/fdpass.C
96 root 1.78
97 pcg 1.1 src/gentables
98 pcg 1.15 src/gencompose
99 pcg 1.19 src/genlinedraw
100 pcg 1.15 src/table/compose.h
101 pcg 1.19 src/table/category.h
102     src/table/linedraw.h
103 pcg 1.1 src/table/viscii.h
104     src/table/ksc5601_1987_0.h
105 root 1.36 src/table/gbk_0.h
106 pcg 1.1 src/table/gb2312_1980_0.h
107     src/table/cns11643_1992_1.h
108     src/table/cns11643_1992_2.h
109     src/table/cns11643_1992_3.h
110     src/table/cns11643_1992_4.h
111     src/table/cns11643_1992_5.h
112     src/table/cns11643_1992_6.h
113     src/table/cns11643_1992_7.h
114     src/table/cns11643_1992_f.h
115 pcg 1.14 src/table/big5.h
116 pcg 1.1 src/table/big5_ext.h
117     src/table/big5_plus.h
118     src/table/koi8_r.h
119     src/table/koi8_u.h
120     src/table/iso8859_1.h
121     src/table/iso8859_2.h
122     src/table/iso8859_3.h
123     src/table/iso8859_4.h
124     src/table/iso8859_5.h
125     src/table/iso8859_6.h
126     src/table/iso8859_7.h
127     src/table/iso8859_8.h
128     src/table/iso8859_9.h
129     src/table/iso8859_10.h
130     src/table/iso8859_11.h
131     src/table/iso8859_13.h
132     src/table/iso8859_14.h
133     src/table/iso8859_15.h
134     src/table/iso8859_16.h
135     src/table/jis0201_1976_0.h
136 pcg 1.19 src/table/jis0208_1990_0.h
137 pcg 1.1 src/table/jis0212_1990_0.h
138     src/table/jis0213_1.h
139     src/table/jis0213_2.h
140 root 1.57
141     src/urxvt.pm
142     src/typemap
143 root 1.90 src/typemap.iom
144 root 1.89 src/iom_perl.h
145     src/iom_perl.xs
146 root 1.57 src/rxvtperl.h
147     src/rxvtperl.xs
148    
149 sf-exg 1.116 src/perl/block-graphics-to-ascii
150     src/perl/clipboard-osc
151     src/perl/confirm-paste
152     src/perl/digital-clock
153     src/perl/example-refresh-hooks
154     src/perl/kuake
155     src/perl/macosx-clipboard
156     src/perl/macosx-clipboard-native
157     src/perl/matcher
158     src/perl/option-popup
159     src/perl/overlay-osc
160     src/perl/readline
161     src/perl/remote-clipboard
162     src/perl/searchable-scrollback
163 root 1.63 src/perl/selection
164 root 1.70 src/perl/selection-autotransform
165 elmex 1.69 src/perl/selection-pastebin
166 sf-exg 1.116 src/perl/selection-popup
167 root 1.75 src/perl/tabbed
168 sf-exg 1.116 src/perl/urxvt-popup
169 root 1.81 src/perl/xim-onthespot
170 root 1.57
171 root 1.97 libev/ev.h
172 root 1.100 libev/ev++.h
173 root 1.97 libev/ev.c
174     libev/ev_vars.h
175     libev/ev_wrap.h
176     libev/ev_win32.c
177     libev/ev_select.c
178     libev/ev_poll.c
179     libev/ev_epoll.c
180     libev/ev_kqueue.c
181 root 1.98 libev/ev_port.c
182 ayin 1.103 libev/libev.m4
183 root 1.98
184 sf-exg 1.112 libecb/ecb.h
185