-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMANIFEST
110 lines (106 loc) · 2.89 KB
/
MANIFEST
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
Changes History of this package
README The Instructions
README.md The Instructions
MANIFEST This file
Makefile.PL Will create 'Makefile' to build this extention
MyHTML.pm Bootstrap & documentation
MyHTML.xs XS binding
t/000_create.t Base test file
typemap
examples/detect_encoding.pl
examples/clear_text.pl
examples/callback.pl
xs/tree.xs
xs/tree_attr.xs
xs/tree_node.xs
xs/token_node.xs
xs/incoming_buffer.xs
source/mycore/incoming.h
source/mycore/myosi.h
source/mycore/mystring.h
source/mycore/mythread.h
source/mycore/perf.h
source/mycore/thread_queue.h
source/mycore/utils/avl_tree.h
source/mycore/utils/mchar_async.h
source/mycore/utils/mcobject.h
source/mycore/utils/mcobject_async.h
source/mycore/utils/mcsimple.h
source/mycore/utils/mcsync.h
source/mycore/utils/mctree.h
source/mycore/utils/mhash.h
source/mycore/utils/resources.h
source/mycore/utils.h
source/myencoding/detect_resource.h
source/myencoding/encoding.h
source/myencoding/myosi.h
source/myencoding/mystring.h
source/myencoding/resource.h
source/myhtml/api.h
source/myhtml/callback.h
source/myhtml/charef.h
source/myhtml/charef_resource.h
source/myhtml/data_process.h
source/myhtml/def.h
source/myhtml/myhtml.h
source/myhtml/mynamespace.h
source/myhtml/mynamespace_resource.h
source/myhtml/myosi.h
source/myhtml/mystring.h
source/myhtml/parser.h
source/myhtml/rules.h
source/myhtml/serialization.h
source/myhtml/stream.h
source/myhtml/tag.h
source/myhtml/tag_const.h
source/myhtml/token.h
source/myhtml/tokenizer.h
source/myhtml/tokenizer_doctype.h
source/myhtml/tokenizer_end.h
source/myhtml/tokenizer_script.h
source/myhtml/tree.h
source/mycore/incoming.c
source/mycore/myosi.c
source/mycore/mystring.c
source/mycore/mythread.c
source/mycore/thread_queue.c
source/mycore/utils/avl_tree.c
source/mycore/utils/mchar_async.c
source/mycore/utils/mcobject.c
source/mycore/utils/mcobject_async.c
source/mycore/utils/mcsimple.c
source/mycore/utils/mcsync.c
source/mycore/utils/mctree.c
source/mycore/utils/mhash.c
source/mycore/utils.c
source/myencoding/detect.c
source/myencoding/encoding.c
source/myencoding/mystring.c
source/myhtml/callback.c
source/myhtml/charef.c
source/myhtml/data_process.c
source/myhtml/myhtml.c
source/myhtml/mynamespace.c
source/myhtml/mystring.c
source/myhtml/parser.c
source/myhtml/rules.c
source/myhtml/serialization.c
source/myhtml/stream.c
source/myhtml/tag.c
source/myhtml/tag_init.c
source/myhtml/token.c
source/myhtml/tokenizer.c
source/myhtml/tokenizer_doctype.c
source/myhtml/tokenizer_end.c
source/myhtml/tokenizer_script.c
source/myhtml/tree.c
source/myport/posix/mycore/io.c
source/myport/posix/mycore/memory.c
source/myport/posix/mycore/perf.c
source/myport/posix/mycore/thread.c
source/myport/posix/mycore/utils/mcsync.c
source/myport/windows_nt/mycore/io.c
source/myport/windows_nt/mycore/memory.c
source/myport/windows_nt/mycore/perf.c
source/myport/windows_nt/mycore/thread.c
source/myport/windows_nt/mycore/utils/mcsync.c