Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/perl-html-myhtml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlexborisov <lex.borisov@gmail.com>2018-03-06 23:54:21 +0300
committerlexborisov <lex.borisov@gmail.com>2018-03-06 23:54:21 +0300
commit64a37282dde73b5d1cf21b5542c76c97886260cc (patch)
tree8812eaad51fa8f0c3737ac6a153a037b75a6f03f /MANIFEST
parentea285a0268423199355f0303a2c67206cac07d55 (diff)
Sync with last myhtml lib. Version up.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST111
1 files changed, 67 insertions, 44 deletions
diff --git a/MANIFEST b/MANIFEST
index 7e5cfe7..b07afaf 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -18,70 +18,93 @@ 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/api_encoding.h
-source/myhtml/callback.c
source/myhtml/callback.h
-source/myhtml/charef.c
source/myhtml/charef.h
source/myhtml/charef_resource.h
-source/myhtml/data_process.c
source/myhtml/data_process.h
source/myhtml/def.h
-source/myhtml/encoding.c
-source/myhtml/encoding.h
-source/myhtml/encoding_detect.c
-source/myhtml/encoding_detect_resource.h
-source/myhtml/encoding_resource.h
-source/myhtml/incoming.c
-source/myhtml/incoming.h
-source/myhtml/myhtml.c
source/myhtml/myhtml.h
-source/myhtml/mynamespace.c
source/myhtml/mynamespace.h
source/myhtml/mynamespace_resource.h
-source/myhtml/myosi.c
source/myhtml/myosi.h
-source/myhtml/mystring.c
source/myhtml/mystring.h
-source/myhtml/parser.c
source/myhtml/parser.h
-source/myhtml/perf.c
-source/myhtml/rules.c
source/myhtml/rules.h
-source/myhtml/stream.c
+source/myhtml/serialization.h
source/myhtml/stream.h
-source/myhtml/tag.c
source/myhtml/tag.h
source/myhtml/tag_const.h
-source/myhtml/tag_init.c
-source/myhtml/thread.c
-source/myhtml/thread.h
-source/myhtml/token.c
source/myhtml/token.h
-source/myhtml/tokenizer.c
source/myhtml/tokenizer.h
-source/myhtml/tokenizer_doctype.c
source/myhtml/tokenizer_doctype.h
-source/myhtml/tokenizer_end.c
source/myhtml/tokenizer_end.h
-source/myhtml/tokenizer_script.c
source/myhtml/tokenizer_script.h
-source/myhtml/tree.c
source/myhtml/tree.h
-source/myhtml/utils/mchar_async.c
-source/myhtml/utils/mchar_async.h
-source/myhtml/utils/mcobject.c
-source/myhtml/utils/mcobject.h
-source/myhtml/utils/mcobject_async.c
-source/myhtml/utils/mcobject_async.h
-source/myhtml/utils/mcsimple.c
-source/myhtml/utils/mcsimple.h
-source/myhtml/utils/mcsync.c
-source/myhtml/utils/mcsync.h
-source/myhtml/utils/mctree.c
-source/myhtml/utils/mctree.h
-source/myhtml/utils/resources.h
-source/myhtml/utils.c
-source/myhtml/utils.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