Include all required extensions in the 8.x tree.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 11 Jul 2010 00:36:04 +0000 (01:36 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 11 Jul 2010 00:36:04 +0000 (01:36 +0100)
commitf2aa148e1caa05b0c358bbe463bf21a9bdf40748
tree50af327b5b9ddb32cc42e3b2c340483a38b3685a
parent7f44f53680be896bbf75affbb18f2e9c4661f16d
Include all required extensions in the 8.x tree.
From henceforth all the necessary extensions will be included in the git
repository. They can be updated intermittently from the various cvs/svn or
release tarballs as appropriate.
This patch incorporates zlib 1.2.5 from the recently released tarball.
This commit also marks a shift to github.

Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
1058 files changed:
.gitignore [new file with mode: 0644]
8.x/itcl/.cvsignore [new file with mode: 0644]
8.x/itcl/Makefile.in [new file with mode: 0644]
8.x/itcl/aclocal.m4 [new file with mode: 0644]
8.x/itcl/configure [new file with mode: 0755]
8.x/itcl/configure.in [new file with mode: 0644]
8.x/itcl/doc/Class.3 [new file with mode: 0644]
8.x/itcl/doc/List.3 [new file with mode: 0644]
8.x/itcl/doc/Object.3 [new file with mode: 0644]
8.x/itcl/doc/Preserve.3 [new file with mode: 0644]
8.x/itcl/doc/RegisterC.3 [new file with mode: 0644]
8.x/itcl/doc/Stack.3 [new file with mode: 0644]
8.x/itcl/doc/body.n [new file with mode: 0644]
8.x/itcl/doc/class.n [new file with mode: 0644]
8.x/itcl/doc/code.n [new file with mode: 0644]
8.x/itcl/doc/configbody.n [new file with mode: 0644]
8.x/itcl/doc/delete.n [new file with mode: 0644]
8.x/itcl/doc/ensemble.n [new file with mode: 0644]
8.x/itcl/doc/find.n [new file with mode: 0644]
8.x/itcl/doc/is.n [new file with mode: 0644]
8.x/itcl/doc/itcl.n [new file with mode: 0644]
8.x/itcl/doc/itclvars.n [new file with mode: 0644]
8.x/itcl/doc/license.terms [new file with mode: 0644]
8.x/itcl/doc/local.n [new file with mode: 0644]
8.x/itcl/doc/man.macros [new file with mode: 0644]
8.x/itcl/doc/scope.n [new file with mode: 0644]
8.x/itcl/generic/itcl.decls [new file with mode: 0644]
8.x/itcl/generic/itcl.h [new file with mode: 0644]
8.x/itcl/generic/itclDecls.h [new file with mode: 0644]
8.x/itcl/generic/itclInt.decls [new file with mode: 0644]
8.x/itcl/generic/itclInt.h [new file with mode: 0644]
8.x/itcl/generic/itclIntDecls.h [new file with mode: 0644]
8.x/itcl/generic/itclStubInit.c [new file with mode: 0644]
8.x/itcl/generic/itclStubLib.c [new file with mode: 0644]
8.x/itcl/generic/itcl_bicmds.c [new file with mode: 0644]
8.x/itcl/generic/itcl_class.c [new file with mode: 0644]
8.x/itcl/generic/itcl_cmds.c [new file with mode: 0644]
8.x/itcl/generic/itcl_ensemble.c [new file with mode: 0644]
8.x/itcl/generic/itcl_linkage.c [new file with mode: 0644]
8.x/itcl/generic/itcl_methods.c [new file with mode: 0644]
8.x/itcl/generic/itcl_migrate.c [new file with mode: 0644]
8.x/itcl/generic/itcl_objects.c [new file with mode: 0644]
8.x/itcl/generic/itcl_parse.c [new file with mode: 0644]
8.x/itcl/generic/itcl_util.c [new file with mode: 0644]
8.x/itcl/itclConfig.sh.in [new file with mode: 0644]
8.x/itcl/library/itcl.tcl [new file with mode: 0644]
8.x/itcl/license.terms [new file with mode: 0644]
8.x/itcl/pkgIndex.tcl.in [new file with mode: 0644]
8.x/itcl/tclconfig/install-sh [new file with mode: 0755]
8.x/itcl/tclconfig/tcl.m4 [new file with mode: 0644]
8.x/itcl/tests/all.tcl [new file with mode: 0755]
8.x/itcl/tests/basic.test [new file with mode: 0644]
8.x/itcl/tests/body.test [new file with mode: 0644]
8.x/itcl/tests/chain.test [new file with mode: 0644]
8.x/itcl/tests/delete.test [new file with mode: 0644]
8.x/itcl/tests/ensemble.test [new file with mode: 0644]
8.x/itcl/tests/import.test [new file with mode: 0644]
8.x/itcl/tests/info.test [new file with mode: 0644]
8.x/itcl/tests/inherit.test [new file with mode: 0644]
8.x/itcl/tests/interp.test [new file with mode: 0644]
8.x/itcl/tests/local.test [new file with mode: 0644]
8.x/itcl/tests/methods.test [new file with mode: 0644]
8.x/itcl/tests/mkindex.itcl [new file with mode: 0644]
8.x/itcl/tests/mkindex.test [new file with mode: 0644]
8.x/itcl/tests/namespace.test [new file with mode: 0644]
8.x/itcl/tests/old/AAA.test [new file with mode: 0644]
8.x/itcl/tests/old/Bar.tcl [new file with mode: 0644]
8.x/itcl/tests/old/BarFoo.tcl [new file with mode: 0644]
8.x/itcl/tests/old/Baz.tcl [new file with mode: 0644]
8.x/itcl/tests/old/Foo.tcl [new file with mode: 0644]
8.x/itcl/tests/old/FooBar.tcl [new file with mode: 0644]
8.x/itcl/tests/old/Geek.tcl [new file with mode: 0644]
8.x/itcl/tests/old/Mongrel.tcl [new file with mode: 0644]
8.x/itcl/tests/old/VirtualErr.tcl [new file with mode: 0644]
8.x/itcl/tests/old/all [new file with mode: 0644]
8.x/itcl/tests/old/basic.test [new file with mode: 0644]
8.x/itcl/tests/old/inherit.test [new file with mode: 0644]
8.x/itcl/tests/old/tclIndex [new file with mode: 0644]
8.x/itcl/tests/old/testlib.tcl [new file with mode: 0644]
8.x/itcl/tests/old/toaster.test [new file with mode: 0644]
8.x/itcl/tests/old/toasters/Appliance.tcl [new file with mode: 0644]
8.x/itcl/tests/old/toasters/Hazard.tcl [new file with mode: 0644]
8.x/itcl/tests/old/toasters/Outlet.tcl [new file with mode: 0644]
8.x/itcl/tests/old/toasters/SmartToaster.tcl [new file with mode: 0644]
8.x/itcl/tests/old/toasters/Toaster.tcl [new file with mode: 0644]
8.x/itcl/tests/old/toasters/tclIndex [new file with mode: 0644]
8.x/itcl/tests/old/toasters/usualway.tcl [new file with mode: 0644]
8.x/itcl/tests/old/uplevel.test [new file with mode: 0644]
8.x/itcl/tests/old/upvar.test [new file with mode: 0644]
8.x/itcl/tests/protection.test [new file with mode: 0644]
8.x/itcl/tests/scope.test [new file with mode: 0644]
8.x/itcl/tests/tclIndex [new file with mode: 0644]
8.x/itcl/win/.cvsignore [new file with mode: 0644]
8.x/itcl/win/dllEntryPoint.c [new file with mode: 0644]
8.x/itcl/win/makefile.vc [new file with mode: 0644]
8.x/itcl/win/nmakehlp.c [new file with mode: 0644]
8.x/itcl/win/rc/itcl.rc [new file with mode: 0644]
8.x/itcl/win/toaster.bmp [new file with mode: 0644]
8.x/mk/CHANGES [new file with mode: 0755]
8.x/mk/NOTES-2.3.4 [new file with mode: 0644]
8.x/mk/README [new file with mode: 0755]
8.x/mk/builds/!keepme.txt [new file with mode: 0644]
8.x/mk/demos/demo.cpp [new file with mode: 0755]
8.x/mk/demos/dump.cpp [new file with mode: 0755]
8.x/mk/demos/myio.cpp [new file with mode: 0755]
8.x/mk/demos/struct.cpp [new file with mode: 0755]
8.x/mk/doc/api/c4_Bytes.html [new file with mode: 0644]
8.x/mk/doc/api/c4_BytesProp.html [new file with mode: 0644]
8.x/mk/doc/api/c4_BytesProp_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_BytesProp_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_BytesRef.html [new file with mode: 0644]
8.x/mk/doc/api/c4_BytesRef_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_BytesRef_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Bytes___NONAME.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Bytes___NONAME_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Bytes___NONAME_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Bytes_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Bytes_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Cursor.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Cursor_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Cursor_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_CustomViewer.html [new file with mode: 0644]
8.x/mk/doc/api/c4_CustomViewer_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_CustomViewer_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_DoubleProp.html [new file with mode: 0644]
8.x/mk/doc/api/c4_DoubleProp_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_DoubleProp_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_DoubleRef.html [new file with mode: 0644]
8.x/mk/doc/api/c4_DoubleRef_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_DoubleRef_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_FloatProp.html [new file with mode: 0644]
8.x/mk/doc/api/c4_FloatProp_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_FloatProp_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_FloatRef.html [new file with mode: 0644]
8.x/mk/doc/api/c4_FloatRef_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_FloatRef_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_IntProp.html [new file with mode: 0644]
8.x/mk/doc/api/c4_IntProp_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_IntProp_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_IntRef.html [new file with mode: 0644]
8.x/mk/doc/api/c4_IntRef_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_IntRef_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_MemoProp.html [new file with mode: 0644]
8.x/mk/doc/api/c4_MemoProp_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_MemoProp_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_MemoRef.html [new file with mode: 0644]
8.x/mk/doc/api/c4_MemoRef_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_MemoRef_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Property.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Property_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Property_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Reference.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Reference_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Reference_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Row.html [new file with mode: 0644]
8.x/mk/doc/api/c4_RowRef.html [new file with mode: 0644]
8.x/mk/doc/api/c4_RowRef_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_RowRef_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Row_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Row_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Sequence.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Sequence_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Sequence_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Storage.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Storage_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Storage_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Strategy.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Strategy_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Strategy_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Stream.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Stream_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_Stream_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_StringProp.html [new file with mode: 0644]
8.x/mk/doc/api/c4_StringProp_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_StringProp_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_StringRef.html [new file with mode: 0644]
8.x/mk/doc/api/c4_StringRef_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_StringRef_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_View.html [new file with mode: 0644]
8.x/mk/doc/api/c4_ViewProp.html [new file with mode: 0644]
8.x/mk/doc/api/c4_ViewProp_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_ViewProp_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_ViewRef.html [new file with mode: 0644]
8.x/mk/doc/api/c4_ViewRef_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_ViewRef_info.html [new file with mode: 0644]
8.x/mk/doc/api/c4_View_desc.html [new file with mode: 0644]
8.x/mk/doc/api/c4_View_info.html [new file with mode: 0644]
8.x/mk/doc/api/classes.html [new file with mode: 0644]
8.x/mk/doc/api/doc_catfish.html [new file with mode: 0644]
8.x/mk/doc/api/doc_catrecv.html [new file with mode: 0644]
8.x/mk/doc/api/doc_catsend.html [new file with mode: 0644]
8.x/mk/doc/api/doc_dbf2mk.html [new file with mode: 0644]
8.x/mk/doc/api/doc_demo.html [new file with mode: 0644]
8.x/mk/doc/api/doc_discat.html [new file with mode: 0644]
8.x/mk/doc/api/doc_dump.html [new file with mode: 0644]
8.x/mk/doc/api/doc_ftpcat.html [new file with mode: 0644]
8.x/mk/doc/api/doc_kbind.html [new file with mode: 0644]
8.x/mk/doc/api/doc_mkoptim.html [new file with mode: 0644]
8.x/mk/doc/api/doc_myio.html [new file with mode: 0644]
8.x/mk/doc/api/doc_struct.html [new file with mode: 0644]
8.x/mk/doc/api/index.html [new file with mode: 0644]
8.x/mk/doc/api/navbar.html [new file with mode: 0644]
8.x/mk/doc/api/roadmap.html [new file with mode: 0644]
8.x/mk/doc/api/samples.html [new file with mode: 0644]
8.x/mk/doc/api/tips.html [new file with mode: 0644]
8.x/mk/doc/e4s.gif [new file with mode: 0755]
8.x/mk/doc/format.html [new file with mode: 0755]
8.x/mk/doc/metakit.png [new file with mode: 0644]
8.x/mk/doc/python.html [new file with mode: 0755]
8.x/mk/doc/python.jpg [new file with mode: 0755]
8.x/mk/doc/tcl.gif [new file with mode: 0755]
8.x/mk/doc/tcl.html [new file with mode: 0755]
8.x/mk/examples/README [new file with mode: 0644]
8.x/mk/examples/aside.py [new file with mode: 0644]
8.x/mk/examples/bigblock.tcl [new file with mode: 0644]
8.x/mk/examples/blockdels.tcl [new file with mode: 0644]
8.x/mk/examples/case.py [new file with mode: 0644]
8.x/mk/examples/demo.py [new file with mode: 0644]
8.x/mk/examples/demo.tcl [new file with mode: 0644]
8.x/mk/examples/demold.tcl [new file with mode: 0644]
8.x/mk/examples/derived.py [new file with mode: 0644]
8.x/mk/examples/find.py [new file with mode: 0644]
8.x/mk/examples/mapped.tcl [new file with mode: 0644]
8.x/mk/examples/millions.py [new file with mode: 0755]
8.x/mk/examples/mkbug.cpp [new file with mode: 0755]
8.x/mk/examples/mkhash.cpp [new file with mode: 0644]
8.x/mk/examples/mkmemoio.py [new file with mode: 0755]
8.x/mk/examples/pair.py [new file with mode: 0644]
8.x/mk/examples/random.tcl [new file with mode: 0644]
8.x/mk/examples/remap.py [new file with mode: 0644]
8.x/mk/examples/selfref.py [new file with mode: 0644]
8.x/mk/examples/selmap.tcl [new file with mode: 0644]
8.x/mk/examples/slow.tcl [new file with mode: 0644]
8.x/mk/examples/sort.tcl [new file with mode: 0644]
8.x/mk/examples/wrap.py [new file with mode: 0644]
8.x/mk/include/mk4.h [new file with mode: 0755]
8.x/mk/include/mk4.inl [new file with mode: 0755]
8.x/mk/include/mk4dll.h [new file with mode: 0755]
8.x/mk/include/mk4io.h [new file with mode: 0755]
8.x/mk/include/mk4str.h [new file with mode: 0755]
8.x/mk/include/mk4str.inl [new file with mode: 0755]
8.x/mk/license.terms [new file with mode: 0644]
8.x/mk/python/.cvsignore [new file with mode: 0644]
8.x/mk/python/PyHead.h [new file with mode: 0755]
8.x/mk/python/PyProperty.cpp [new file with mode: 0755]
8.x/mk/python/PyProperty.h [new file with mode: 0755]
8.x/mk/python/PyRowRef.cpp [new file with mode: 0755]
8.x/mk/python/PyRowRef.h [new file with mode: 0755]
8.x/mk/python/PyStorage.cpp [new file with mode: 0755]
8.x/mk/python/PyStorage.h [new file with mode: 0755]
8.x/mk/python/PyView.cpp [new file with mode: 0755]
8.x/mk/python/PyView.h [new file with mode: 0755]
8.x/mk/python/README-dmn [new file with mode: 0644]
8.x/mk/python/metakit.py [new file with mode: 0644]
8.x/mk/python/scxx/PWOBase.h [new file with mode: 0755]
8.x/mk/python/scxx/PWOCallable.h [new file with mode: 0644]
8.x/mk/python/scxx/PWOImp.cpp [new file with mode: 0755]
8.x/mk/python/scxx/PWOMSequence.h [new file with mode: 0755]
8.x/mk/python/scxx/PWOMapping.h [new file with mode: 0755]
8.x/mk/python/scxx/PWONumber.h [new file with mode: 0755]
8.x/mk/python/scxx/PWOSequence.h [new file with mode: 0755]
8.x/mk/python/scxx/README.txt [new file with mode: 0755]
8.x/mk/python/setup.py [new file with mode: 0755]
8.x/mk/python/test/.cvsignore [new file with mode: 0644]
8.x/mk/python/test/all.py [new file with mode: 0644]
8.x/mk/python/test/mktestsupport.py [new file with mode: 0644]
8.x/mk/python/test/test_hash.py [new file with mode: 0644]
8.x/mk/python/test/test_inttypes.py [new file with mode: 0644]
8.x/mk/python/test/test_stringtype.py [new file with mode: 0644]
8.x/mk/python/test/test_unittest.py [new file with mode: 0644]
8.x/mk/src/borc.h [new file with mode: 0755]
8.x/mk/src/column.cpp [new file with mode: 0755]
8.x/mk/src/column.h [new file with mode: 0755]
8.x/mk/src/column.inl [new file with mode: 0755]
8.x/mk/src/custom.cpp [new file with mode: 0755]
8.x/mk/src/custom.h [new file with mode: 0755]
8.x/mk/src/derived.cpp [new file with mode: 0755]
8.x/mk/src/derived.h [new file with mode: 0755]
8.x/mk/src/doxy.h [new file with mode: 0644]
8.x/mk/src/field.cpp [new file with mode: 0755]
8.x/mk/src/field.h [new file with mode: 0755]
8.x/mk/src/field.inl [new file with mode: 0755]
8.x/mk/src/fileio.cpp [new file with mode: 0755]
8.x/mk/src/format.cpp [new file with mode: 0755]
8.x/mk/src/format.h [new file with mode: 0755]
8.x/mk/src/gnuc.h [new file with mode: 0755]
8.x/mk/src/handler.cpp [new file with mode: 0755]
8.x/mk/src/handler.h [new file with mode: 0755]
8.x/mk/src/handler.inl [new file with mode: 0755]
8.x/mk/src/header.h [new file with mode: 0755]
8.x/mk/src/mfc.h [new file with mode: 0755]
8.x/mk/src/msvc.h [new file with mode: 0755]
8.x/mk/src/mwcw.h [new file with mode: 0755]
8.x/mk/src/persist.cpp [new file with mode: 0755]
8.x/mk/src/persist.h [new file with mode: 0755]
8.x/mk/src/remap.cpp [new file with mode: 0755]
8.x/mk/src/remap.h [new file with mode: 0644]
8.x/mk/src/std.cpp [new file with mode: 0755]
8.x/mk/src/std.h [new file with mode: 0755]
8.x/mk/src/store.cpp [new file with mode: 0755]
8.x/mk/src/store.h [new file with mode: 0755]
8.x/mk/src/store.inl [new file with mode: 0755]
8.x/mk/src/string.cpp [new file with mode: 0755]
8.x/mk/src/table.cpp [new file with mode: 0755]
8.x/mk/src/univ.cpp [new file with mode: 0755]
8.x/mk/src/univ.h [new file with mode: 0755]
8.x/mk/src/univ.inl [new file with mode: 0755]
8.x/mk/src/view.cpp [new file with mode: 0755]
8.x/mk/src/viewx.cpp [new file with mode: 0755]
8.x/mk/src/win.h [new file with mode: 0755]
8.x/mk/tcl/Makefile.in [new file with mode: 0755]
8.x/mk/tcl/aclocal.m4 [new file with mode: 0755]
8.x/mk/tcl/config.h.in [new file with mode: 0755]
8.x/mk/tcl/configure [new file with mode: 0755]
8.x/mk/tcl/configure.in [new file with mode: 0755]
8.x/mk/tcl/mk4tcl.cpp [new file with mode: 0755]
8.x/mk/tcl/mk4tcl.h [new file with mode: 0644]
8.x/mk/tcl/mk4too.cpp [new file with mode: 0644]
8.x/mk/tcl/mkshow.tcl [new file with mode: 0755]
8.x/mk/tcl/pkgIndex.tcl.in [new file with mode: 0644]
8.x/mk/tcl/stubtcl.h [new file with mode: 0644]
8.x/mk/tcl/tclconfig/README.txt [new file with mode: 0644]
8.x/mk/tcl/tclconfig/install-sh [new file with mode: 0755]
8.x/mk/tcl/tclconfig/tcl.m4 [new file with mode: 0644]
8.x/mk/tcl/tequila/README [new file with mode: 0644]
8.x/mk/tcl/tequila/proxy.tcl [new file with mode: 0755]
8.x/mk/tcl/tequila/tequical.tcl [new file with mode: 0644]
8.x/mk/tcl/tequila/tequila.tcl [new file with mode: 0644]
8.x/mk/tcl/tequila/tequilas.tcl [new file with mode: 0644]
8.x/mk/tcl/tests/all.tcl [new file with mode: 0755]
8.x/mk/tcl/tests/basic.test [new file with mode: 0755]
8.x/mk/tcl/tests/commit.test [new file with mode: 0755]
8.x/mk/tcl/tests/fixed.test [new file with mode: 0755]
8.x/mk/tcl/tests/initests.tcl [new file with mode: 0644]
8.x/mk/tcl/tests/limit.test [new file with mode: 0755]
8.x/mk/tcl/tests/object.test [new file with mode: 0755]
8.x/mk/tests/ok/b00.txt [new file with mode: 0644]
8.x/mk/tests/ok/b01.txt [new file with mode: 0644]
8.x/mk/tests/ok/b02.txt [new file with mode: 0644]
8.x/mk/tests/ok/b03.txt [new file with mode: 0644]
8.x/mk/tests/ok/b04.txt [new file with mode: 0644]
8.x/mk/tests/ok/b05.txt [new file with mode: 0644]
8.x/mk/tests/ok/b06.txt [new file with mode: 0644]
8.x/mk/tests/ok/b07.txt [new file with mode: 0644]
8.x/mk/tests/ok/b08.txt [new file with mode: 0644]
8.x/mk/tests/ok/b09.txt [new file with mode: 0644]
8.x/mk/tests/ok/b10.txt [new file with mode: 0644]
8.x/mk/tests/ok/b11.txt [new file with mode: 0644]
8.x/mk/tests/ok/b12.txt [new file with mode: 0644]
8.x/mk/tests/ok/b13.txt [new file with mode: 0644]
8.x/mk/tests/ok/b14.txt [new file with mode: 0644]
8.x/mk/tests/ok/b15.txt [new file with mode: 0644]
8.x/mk/tests/ok/b16.txt [new file with mode: 0644]
8.x/mk/tests/ok/b17.txt [new file with mode: 0644]
8.x/mk/tests/ok/b18.txt [new file with mode: 0644]
8.x/mk/tests/ok/b19.txt [new file with mode: 0644]
8.x/mk/tests/ok/b20.txt [new file with mode: 0644]
8.x/mk/tests/ok/b21.txt [new file with mode: 0644]
8.x/mk/tests/ok/b22.txt [new file with mode: 0644]
8.x/mk/tests/ok/b23.txt [new file with mode: 0755]
8.x/mk/tests/ok/b24.txt [new file with mode: 0755]
8.x/mk/tests/ok/b25.txt [new file with mode: 0755]
8.x/mk/tests/ok/b26.txt [new file with mode: 0644]
8.x/mk/tests/ok/b27.txt [new file with mode: 0644]
8.x/mk/tests/ok/c01.txt [new file with mode: 0644]
8.x/mk/tests/ok/c02.txt [new file with mode: 0644]
8.x/mk/tests/ok/c03.txt [new file with mode: 0644]
8.x/mk/tests/ok/c04.txt [new file with mode: 0644]
8.x/mk/tests/ok/c05.txt [new file with mode: 0644]
8.x/mk/tests/ok/c06.txt [new file with mode: 0644]
8.x/mk/tests/ok/c07.txt [new file with mode: 0644]
8.x/mk/tests/ok/c08.txt [new file with mode: 0644]
8.x/mk/tests/ok/c09.txt [new file with mode: 0644]
8.x/mk/tests/ok/c10.txt [new file with mode: 0644]
8.x/mk/tests/ok/c11.txt [new file with mode: 0644]
8.x/mk/tests/ok/c12.txt [new file with mode: 0644]
8.x/mk/tests/ok/c13.txt [new file with mode: 0644]
8.x/mk/tests/ok/c14.txt [new file with mode: 0644]
8.x/mk/tests/ok/c15.txt [new file with mode: 0755]
8.x/mk/tests/ok/c16.txt [new file with mode: 0644]
8.x/mk/tests/ok/c17.txt [new file with mode: 0644]
8.x/mk/tests/ok/c18.txt [new file with mode: 0755]
8.x/mk/tests/ok/c19.txt [new file with mode: 0755]
8.x/mk/tests/ok/c20.txt [new file with mode: 0644]
8.x/mk/tests/ok/c21.txt [new file with mode: 0644]
8.x/mk/tests/ok/c22.txt [new file with mode: 0644]
8.x/mk/tests/ok/d01.txt [new file with mode: 0644]
8.x/mk/tests/ok/d01a.txt [new file with mode: 0644]
8.x/mk/tests/ok/d01b.txt [new file with mode: 0644]
8.x/mk/tests/ok/e01.txt [new file with mode: 0644]
8.x/mk/tests/ok/e01a.txt [new file with mode: 0644]
8.x/mk/tests/ok/e02.txt [new file with mode: 0644]
8.x/mk/tests/ok/e02a.txt [new file with mode: 0644]
8.x/mk/tests/ok/e03.txt [new file with mode: 0644]
8.x/mk/tests/ok/e03a.txt [new file with mode: 0644]
8.x/mk/tests/ok/e04.txt [new file with mode: 0644]
8.x/mk/tests/ok/e04a.txt [new file with mode: 0644]
8.x/mk/tests/ok/e05.txt [new file with mode: 0644]
8.x/mk/tests/ok/e05a.txt [new file with mode: 0644]
8.x/mk/tests/ok/e06.txt [new file with mode: 0644]
8.x/mk/tests/ok/e06a.txt [new file with mode: 0644]
8.x/mk/tests/ok/f01.txt [new file with mode: 0644]
8.x/mk/tests/ok/f01a.txt [new file with mode: 0755]
8.x/mk/tests/ok/f02.txt [new file with mode: 0644]
8.x/mk/tests/ok/f02a.txt [new file with mode: 0755]
8.x/mk/tests/ok/f03.txt [new file with mode: 0644]
8.x/mk/tests/ok/f03a.txt [new file with mode: 0755]
8.x/mk/tests/ok/f04.txt [new file with mode: 0644]
8.x/mk/tests/ok/f04a.txt [new file with mode: 0755]
8.x/mk/tests/ok/f05.txt [new file with mode: 0644]
8.x/mk/tests/ok/f05a.txt [new file with mode: 0755]
8.x/mk/tests/ok/f06.txt [new file with mode: 0644]
8.x/mk/tests/ok/f07.txt [new file with mode: 0644]
8.x/mk/tests/ok/f07a.txt [new file with mode: 0755]
8.x/mk/tests/ok/f08.txt [new file with mode: 0644]
8.x/mk/tests/ok/f08a.txt [new file with mode: 0755]
8.x/mk/tests/ok/f09.txt [new file with mode: 0644]
8.x/mk/tests/ok/f09a.txt [new file with mode: 0755]
8.x/mk/tests/ok/f10.txt [new file with mode: 0644]
8.x/mk/tests/ok/f10a.txt [new file with mode: 0755]
8.x/mk/tests/ok/f11.txt [new file with mode: 0755]
8.x/mk/tests/ok/f11a.txt [new file with mode: 0755]
8.x/mk/tests/ok/l00.txt [new file with mode: 0644]
8.x/mk/tests/ok/l00a.txt [new file with mode: 0755]
8.x/mk/tests/ok/l01.txt [new file with mode: 0644]
8.x/mk/tests/ok/l01a.txt [new file with mode: 0755]
8.x/mk/tests/ok/l02.txt [new file with mode: 0644]
8.x/mk/tests/ok/l02a.txt [new file with mode: 0755]
8.x/mk/tests/ok/l03.txt [new file with mode: 0644]
8.x/mk/tests/ok/l03a.txt [new file with mode: 0755]
8.x/mk/tests/ok/l03b.txt [new file with mode: 0755]
8.x/mk/tests/ok/l04.txt [new file with mode: 0644]
8.x/mk/tests/ok/l04a.txt [new file with mode: 0755]
8.x/mk/tests/ok/l05.txt [new file with mode: 0644]
8.x/mk/tests/ok/l05a.txt [new file with mode: 0755]
8.x/mk/tests/ok/l06.txt [new file with mode: 0644]
8.x/mk/tests/ok/l06a.txt [new file with mode: 0755]
8.x/mk/tests/ok/l07.txt [new file with mode: 0755]
8.x/mk/tests/ok/l07a.txt [new file with mode: 0755]
8.x/mk/tests/ok/m01.txt [new file with mode: 0644]
8.x/mk/tests/ok/m02.txt [new file with mode: 0644]
8.x/mk/tests/ok/m02a.txt [new file with mode: 0644]
8.x/mk/tests/ok/m03.txt [new file with mode: 0644]
8.x/mk/tests/ok/m03a.txt [new file with mode: 0644]
8.x/mk/tests/ok/m04.txt [new file with mode: 0644]
8.x/mk/tests/ok/m04a.txt [new file with mode: 0644]
8.x/mk/tests/ok/m05.txt [new file with mode: 0644]
8.x/mk/tests/ok/m05a.txt [new file with mode: 0644]
8.x/mk/tests/ok/m06.txt [new file with mode: 0644]
8.x/mk/tests/ok/m06a.txt [new file with mode: 0644]
8.x/mk/tests/ok/m07.txt [new file with mode: 0644]
8.x/mk/tests/ok/n01.txt [new file with mode: 0644]
8.x/mk/tests/ok/n02.txt [new file with mode: 0644]
8.x/mk/tests/ok/n03.txt [new file with mode: 0644]
8.x/mk/tests/ok/n04.txt [new file with mode: 0644]
8.x/mk/tests/ok/n05.txt [new file with mode: 0644]
8.x/mk/tests/ok/n06.txt [new file with mode: 0644]
8.x/mk/tests/ok/n07.txt [new file with mode: 0644]
8.x/mk/tests/ok/n08.txt [new file with mode: 0644]
8.x/mk/tests/ok/n09.txt [new file with mode: 0644]
8.x/mk/tests/ok/n10.txt [new file with mode: 0644]
8.x/mk/tests/ok/n11.txt [new file with mode: 0644]
8.x/mk/tests/ok/n12.txt [new file with mode: 0644]
8.x/mk/tests/ok/n13.txt [new file with mode: 0755]
8.x/mk/tests/ok/n14.txt [new file with mode: 0644]
8.x/mk/tests/ok/n14a.txt [new file with mode: 0644]
8.x/mk/tests/ok/r00.txt [new file with mode: 0644]
8.x/mk/tests/ok/r00a.txt [new file with mode: 0755]
8.x/mk/tests/ok/r01.txt [new file with mode: 0644]
8.x/mk/tests/ok/r01a.txt [new file with mode: 0755]
8.x/mk/tests/ok/r02.txt [new file with mode: 0644]
8.x/mk/tests/ok/r02a.txt [new file with mode: 0755]
8.x/mk/tests/ok/r03.txt [new file with mode: 0644]
8.x/mk/tests/ok/r03a.txt [new file with mode: 0755]
8.x/mk/tests/ok/r04.txt [new file with mode: 0644]
8.x/mk/tests/ok/r04a.txt [new file with mode: 0755]
8.x/mk/tests/ok/reversed.txt [new file with mode: 0755]
8.x/mk/tests/ok/s00.txt [new file with mode: 0644]
8.x/mk/tests/ok/s00a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s01.txt [new file with mode: 0644]
8.x/mk/tests/ok/s01a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s02.txt [new file with mode: 0644]
8.x/mk/tests/ok/s02a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s03.txt [new file with mode: 0644]
8.x/mk/tests/ok/s03a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s04.txt [new file with mode: 0644]
8.x/mk/tests/ok/s04a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s05.txt [new file with mode: 0644]
8.x/mk/tests/ok/s05a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s06.txt [new file with mode: 0644]
8.x/mk/tests/ok/s06a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s07.txt [new file with mode: 0644]
8.x/mk/tests/ok/s07a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s08.txt [new file with mode: 0644]
8.x/mk/tests/ok/s08a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s09.txt [new file with mode: 0644]
8.x/mk/tests/ok/s09a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s09b.txt [new file with mode: 0755]
8.x/mk/tests/ok/s10.txt [new file with mode: 0644]
8.x/mk/tests/ok/s10a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s10b.txt [new file with mode: 0755]
8.x/mk/tests/ok/s10c.txt [new file with mode: 0755]
8.x/mk/tests/ok/s11.txt [new file with mode: 0644]
8.x/mk/tests/ok/s11a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s12.txt [new file with mode: 0644]
8.x/mk/tests/ok/s12a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s13.txt [new file with mode: 0644]
8.x/mk/tests/ok/s13a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s14.txt [new file with mode: 0644]
8.x/mk/tests/ok/s14a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s15.txt [new file with mode: 0644]
8.x/mk/tests/ok/s15a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s16.txt [new file with mode: 0644]
8.x/mk/tests/ok/s16a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s17.txt [new file with mode: 0644]
8.x/mk/tests/ok/s17a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s18.txt [new file with mode: 0644]
8.x/mk/tests/ok/s18a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s19.txt [new file with mode: 0644]
8.x/mk/tests/ok/s19a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s20.txt [new file with mode: 0644]
8.x/mk/tests/ok/s20a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s21.txt [new file with mode: 0644]
8.x/mk/tests/ok/s21a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s22.txt [new file with mode: 0644]
8.x/mk/tests/ok/s22a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s23.txt [new file with mode: 0644]
8.x/mk/tests/ok/s23a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s24.txt [new file with mode: 0644]
8.x/mk/tests/ok/s24a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s25.txt [new file with mode: 0644]
8.x/mk/tests/ok/s25a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s26.txt [new file with mode: 0644]
8.x/mk/tests/ok/s26a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s27.txt [new file with mode: 0644]
8.x/mk/tests/ok/s27a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s28.txt [new file with mode: 0644]
8.x/mk/tests/ok/s28a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s29.txt [new file with mode: 0644]
8.x/mk/tests/ok/s29a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s30.txt [new file with mode: 0644]
8.x/mk/tests/ok/s30a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s31.txt [new file with mode: 0755]
8.x/mk/tests/ok/s31a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s32.txt [new file with mode: 0755]
8.x/mk/tests/ok/s32a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s33.txt [new file with mode: 0755]
8.x/mk/tests/ok/s33a.txt [new file with mode: 0755]
8.x/mk/tests/ok/s33b.txt [new file with mode: 0755]
8.x/mk/tests/ok/s33c.txt [new file with mode: 0755]
8.x/mk/tests/ok/s34.txt [new file with mode: 0644]
8.x/mk/tests/ok/s34a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s35.txt [new file with mode: 0644]
8.x/mk/tests/ok/s35a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s36.txt [new file with mode: 0644]
8.x/mk/tests/ok/s36a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s36b.txt [new file with mode: 0644]
8.x/mk/tests/ok/s37.txt [new file with mode: 0644]
8.x/mk/tests/ok/s37a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s38.txt [new file with mode: 0644]
8.x/mk/tests/ok/s38a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s39.txt [new file with mode: 0644]
8.x/mk/tests/ok/s39a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s40.txt [new file with mode: 0644]
8.x/mk/tests/ok/s40a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s41.txt [new file with mode: 0644]
8.x/mk/tests/ok/s41a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s42.txt [new file with mode: 0644]
8.x/mk/tests/ok/s43.txt [new file with mode: 0644]
8.x/mk/tests/ok/s43a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s44.txt [new file with mode: 0644]
8.x/mk/tests/ok/s44a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s45.txt [new file with mode: 0644]
8.x/mk/tests/ok/s45a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s46.txt [new file with mode: 0644]
8.x/mk/tests/ok/s46a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s47.txt [new file with mode: 0644]
8.x/mk/tests/ok/s48.txt [new file with mode: 0644]
8.x/mk/tests/ok/s48a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s48b.txt [new file with mode: 0644]
8.x/mk/tests/ok/s49.txt [new file with mode: 0644]
8.x/mk/tests/ok/s49a.txt [new file with mode: 0644]
8.x/mk/tests/ok/s50.txt [new file with mode: 0644]
8.x/mk/tests/ok/s50a.txt [new file with mode: 0644]
8.x/mk/tests/regress.cpp [new file with mode: 0755]
8.x/mk/tests/regress.h [new file with mode: 0755]
8.x/mk/tests/tbasic1.cpp [new file with mode: 0644]
8.x/mk/tests/tbasic2.cpp [new file with mode: 0644]
8.x/mk/tests/tcusto1.cpp [new file with mode: 0755]
8.x/mk/tests/tcusto2.cpp [new file with mode: 0755]
8.x/mk/tests/tdiffer.cpp [new file with mode: 0644]
8.x/mk/tests/textend.cpp [new file with mode: 0644]
8.x/mk/tests/tformat.cpp [new file with mode: 0755]
8.x/mk/tests/tlimits.cpp [new file with mode: 0755]
8.x/mk/tests/tmapped.cpp [new file with mode: 0644]
8.x/mk/tests/tnotify.cpp [new file with mode: 0755]
8.x/mk/tests/tresize.cpp [new file with mode: 0755]
8.x/mk/tests/tstore1.cpp [new file with mode: 0755]
8.x/mk/tests/tstore2.cpp [new file with mode: 0755]
8.x/mk/tests/tstore3.cpp [new file with mode: 0755]
8.x/mk/tests/tstore4.cpp [new file with mode: 0755]
8.x/mk/tests/tstore5.cpp [new file with mode: 0644]
8.x/mk/unix/Doxyfile [new file with mode: 0644]
8.x/mk/unix/Doxytail.html [new file with mode: 0644]
8.x/mk/unix/Makefile.in [new file with mode: 0755]
8.x/mk/unix/README [new file with mode: 0644]
8.x/mk/unix/config.h.in [new file with mode: 0755]
8.x/mk/unix/configure [new file with mode: 0755]
8.x/mk/unix/configure.in [new file with mode: 0755]
8.x/mk/unix/cpprt0_stubs.s [new file with mode: 0644]
8.x/mk/unix/metakit.spec [new file with mode: 0644]
8.x/mk/unix/reversed [new file with mode: 0644]
8.x/mk/unix/scripts/config.guess [new file with mode: 0755]
8.x/mk/unix/scripts/config.sub [new file with mode: 0755]
8.x/mk/unix/scripts/install-sh [new file with mode: 0755]
8.x/mk/win/config.h [new file with mode: 0755]
8.x/mk/win/msvc60/mkbug.dsp [new file with mode: 0755]
8.x/mk/win/msvc60/mkdemo.dsp [new file with mode: 0755]
8.x/mk/win/msvc60/mkdist.dsp [new file with mode: 0755]
8.x/mk/win/msvc60/mkdll.dsp [new file with mode: 0755]
8.x/mk/win/msvc60/mkdump.dsp [new file with mode: 0755]
8.x/mk/win/msvc60/mkhash.dsp [new file with mode: 0755]
8.x/mk/win/msvc60/mklib.dsp [new file with mode: 0755]
8.x/mk/win/msvc60/mkpython.dsp [new file with mode: 0755]
8.x/mk/win/msvc60/mksrc.dsw [new file with mode: 0755]
8.x/mk/win/msvc60/mktcl.dsp [new file with mode: 0755]
8.x/mk/win/msvc60/mktest.dsp [new file with mode: 0755]
8.x/mk/win/msvc60/reversed [new file with mode: 0644]
8.x/mk/win/msvc70/mkbug.vcproj [new file with mode: 0755]
8.x/mk/win/msvc70/mkdemo.vcproj [new file with mode: 0755]
8.x/mk/win/msvc70/mkdist.vcproj [new file with mode: 0755]
8.x/mk/win/msvc70/mkdll.vcproj [new file with mode: 0755]
8.x/mk/win/msvc70/mkdump.vcproj [new file with mode: 0755]
8.x/mk/win/msvc70/mkhash.vcproj [new file with mode: 0755]
8.x/mk/win/msvc70/mklib.vcproj [new file with mode: 0755]
8.x/mk/win/msvc70/mkpython.vcproj [new file with mode: 0755]
8.x/mk/win/msvc70/mksrc.sln [new file with mode: 0755]
8.x/mk/win/msvc70/mktcl.vcproj [new file with mode: 0755]
8.x/mk/win/msvc70/mktest.vcproj [new file with mode: 0755]
8.x/mk/win/msvc70/reversed [new file with mode: 0644]
8.x/mk/win/msvc70/tests/!keepme.txt [new file with mode: 0644]
8.x/tclvfs/ChangeLog [new file with mode: 0644]
8.x/tclvfs/DESCRIPTION.txt [new file with mode: 0644]
8.x/tclvfs/Makefile.in [new file with mode: 0644]
8.x/tclvfs/README.cygwin [new file with mode: 0644]
8.x/tclvfs/Readme.txt [new file with mode: 0644]
8.x/tclvfs/aclocal.m4 [new file with mode: 0644]
8.x/tclvfs/configure [new file with mode: 0755]
8.x/tclvfs/configure.in [new file with mode: 0644]
8.x/tclvfs/doc/vfs-filesystems.man [new file with mode: 0644]
8.x/tclvfs/doc/vfs-fsapi.man [new file with mode: 0644]
8.x/tclvfs/doc/vfs.man [new file with mode: 0644]
8.x/tclvfs/doc/vfs.n [new file with mode: 0644]
8.x/tclvfs/doc/vfslib.n [new file with mode: 0644]
8.x/tclvfs/examples/simpleExamples.tcl [new file with mode: 0644]
8.x/tclvfs/generic/vfs.c [new file with mode: 0644]
8.x/tclvfs/http2.6/http.n [new file with mode: 0644]
8.x/tclvfs/http2.6/http.tcl [new file with mode: 0644]
8.x/tclvfs/http2.6/pkgIndex.tcl [new file with mode: 0644]
8.x/tclvfs/library/ftpvfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/httpvfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/mk4vfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/starkit.tcl [new file with mode: 0644]
8.x/tclvfs/library/tarvfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/tclprocvfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/template/chrootvfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/template/collatevfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/template/deltavfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/template/fishvfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/template/globfind.tcl [new file with mode: 0644]
8.x/tclvfs/library/template/quotavfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/template/tclIndex [new file with mode: 0644]
8.x/tclvfs/library/template/tdelta.tcl [new file with mode: 0644]
8.x/tclvfs/library/template/templatevfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/template/versionvfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/testvfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/tkvfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/vfs.tcl.in [new file with mode: 0644]
8.x/tclvfs/library/vfsUrl.tcl [new file with mode: 0644]
8.x/tclvfs/library/vfsUtils.tcl [new file with mode: 0644]
8.x/tclvfs/library/vfslib.tcl [new file with mode: 0644]
8.x/tclvfs/library/webdavvfs.tcl [new file with mode: 0644]
8.x/tclvfs/library/zipvfs.tcl [new file with mode: 0644]
8.x/tclvfs/license.terms [new file with mode: 0644]
8.x/tclvfs/make55.tcl [new file with mode: 0644]
8.x/tclvfs/pkgIndex.tcl.in [new file with mode: 0644]
8.x/tclvfs/tclconfig/README.txt [new file with mode: 0644]
8.x/tclvfs/tclconfig/install-sh [new file with mode: 0755]
8.x/tclvfs/tclconfig/tcl.m4 [new file with mode: 0644]
8.x/tclvfs/tests/all.tcl [new file with mode: 0644]
8.x/tclvfs/tests/vfs.test [new file with mode: 0644]
8.x/tclvfs/tests/vfsArchive.test [new file with mode: 0644]
8.x/tclvfs/tests/vfsFtp.test [new file with mode: 0644]
8.x/tclvfs/tests/vfsTar.test [new file with mode: 0644]
8.x/tclvfs/tests/vfsUrl.test [new file with mode: 0644]
8.x/tclvfs/tests/vfsZip.test [new file with mode: 0644]
8.x/tclvfs/win/makefile.vc [new file with mode: 0644]
8.x/tclvfs/win/nmakehlp.c [new file with mode: 0644]
8.x/tclvfs/win/rules.vc [new file with mode: 0644]
8.x/tclvfs/win/tclvfs.rc [new file with mode: 0644]
8.x/thread/.cvsignore [new file with mode: 0644]
8.x/thread/ChangeLog [new file with mode: 0644]
8.x/thread/Makefile.in [new file with mode: 0644]
8.x/thread/README [new file with mode: 0644]
8.x/thread/aclocal.m4 [new file with mode: 0644]
8.x/thread/aolserver.m4 [new file with mode: 0644]
8.x/thread/configure [new file with mode: 0755]
8.x/thread/configure.in [new file with mode: 0644]
8.x/thread/doc/format.tcl [new file with mode: 0644]
8.x/thread/doc/html/thread.html [new file with mode: 0644]
8.x/thread/doc/html/tpool.html [new file with mode: 0644]
8.x/thread/doc/html/tsv.html [new file with mode: 0644]
8.x/thread/doc/html/ttrace.html [new file with mode: 0644]
8.x/thread/doc/man.macros [new file with mode: 0644]
8.x/thread/doc/man/thread.n [new file with mode: 0644]
8.x/thread/doc/man/tpool.n [new file with mode: 0644]
8.x/thread/doc/man/tsv.n [new file with mode: 0644]
8.x/thread/doc/man/ttrace.n [new file with mode: 0644]
8.x/thread/doc/thread.man [new file with mode: 0644]
8.x/thread/doc/tpool.man [new file with mode: 0644]
8.x/thread/doc/tsv.man [new file with mode: 0644]
8.x/thread/doc/ttrace.man [new file with mode: 0644]
8.x/thread/generic/aolstub.cpp [new file with mode: 0644]
8.x/thread/generic/psGdbm.c [new file with mode: 0644]
8.x/thread/generic/psGdbm.h [new file with mode: 0644]
8.x/thread/generic/tclThread.h [new file with mode: 0644]
8.x/thread/generic/tclXkeylist.c [new file with mode: 0644]
8.x/thread/generic/tclXkeylist.h [new file with mode: 0644]
8.x/thread/generic/threadCmd.c [new file with mode: 0644]
8.x/thread/generic/threadPoolCmd.c [new file with mode: 0644]
8.x/thread/generic/threadSpCmd.c [new file with mode: 0644]
8.x/thread/generic/threadSpCmd.h [new file with mode: 0644]
8.x/thread/generic/threadSvCmd.c [new file with mode: 0644]
8.x/thread/generic/threadSvCmd.h [new file with mode: 0644]
8.x/thread/generic/threadSvKeylistCmd.c [new file with mode: 0644]
8.x/thread/generic/threadSvKeylistCmd.h [new file with mode: 0644]
8.x/thread/generic/threadSvListCmd.c [new file with mode: 0644]
8.x/thread/generic/threadSvListCmd.h [new file with mode: 0644]
8.x/thread/lib/ttrace.tcl [new file with mode: 0644]
8.x/thread/license.terms [new file with mode: 0644]
8.x/thread/pkgIndex.tcl.in [new file with mode: 0755]
8.x/thread/tcl/README [new file with mode: 0644]
8.x/thread/tcl/cmdsrv/cmdsrv.tcl [new file with mode: 0644]
8.x/thread/tcl/phttpd/index.htm [new file with mode: 0644]
8.x/thread/tcl/phttpd/phttpd.tcl [new file with mode: 0644]
8.x/thread/tcl/phttpd/uhttpd.tcl [new file with mode: 0644]
8.x/thread/tcl/tpool/tpool.tcl [new file with mode: 0644]
8.x/thread/tclconfig/ChangeLog [new file with mode: 0644]
8.x/thread/tclconfig/README.txt [new file with mode: 0644]
8.x/thread/tclconfig/install-sh [new file with mode: 0755]
8.x/thread/tclconfig/tcl.m4 [new file with mode: 0644]
8.x/thread/tests/all.tcl [new file with mode: 0644]
8.x/thread/tests/thread.test [new file with mode: 0644]
8.x/thread/tests/tpool.test [new file with mode: 0644]
8.x/thread/tests/tsv.test [new file with mode: 0644]
8.x/thread/tests/ttrace.test [new file with mode: 0644]
8.x/thread/unix/CONFIG [new file with mode: 0644]
8.x/thread/unix/README [new file with mode: 0644]
8.x/thread/unix/threadUnix.c [new file with mode: 0644]
8.x/thread/win/CONFIG [new file with mode: 0644]
8.x/thread/win/README.txt [new file with mode: 0644]
8.x/thread/win/thread.rc [new file with mode: 0644]
8.x/thread/win/threadWin.c [new file with mode: 0644]
8.x/thread/win/vc/.cvsignore [new file with mode: 0644]
8.x/thread/win/vc/README.txt [new file with mode: 0644]
8.x/thread/win/vc/makefile.vc [new file with mode: 0644]
8.x/thread/win/vc/nmakehlp.c [new file with mode: 0644]
8.x/thread/win/vc/nmakehlp.exe [new file with mode: 0644]
8.x/thread/win/vc/nmakehlp.obj [new file with mode: 0644]
8.x/thread/win/vc/pkg.vc [new file with mode: 0644]
8.x/thread/win/vc/rules.vc [new file with mode: 0644]
8.x/thread/win/vc/thread_win.dsp [new file with mode: 0644]
8.x/thread/win/vc/thread_win.dsw [new file with mode: 0644]
8.x/vqtcl/ChangeLog [new file with mode: 0644]
8.x/vqtcl/Makefile.in [new file with mode: 0644]
8.x/vqtcl/README [new file with mode: 0644]
8.x/vqtcl/aclocal.m4 [new file with mode: 0644]
8.x/vqtcl/configure [new file with mode: 0755]
8.x/vqtcl/configure.in [new file with mode: 0644]
8.x/vqtcl/data/gtest.db [new file with mode: 0644]
8.x/vqtcl/data/lkit-be.db [new file with mode: 0644]
8.x/vqtcl/data/lkit-le.db [new file with mode: 0644]
8.x/vqtcl/data/mkblk.db [new file with mode: 0644]
8.x/vqtcl/doc/ratcl.html [new file with mode: 0644]
8.x/vqtcl/doc/ratcl.man [new file with mode: 0644]
8.x/vqtcl/doc/ratcl.n [new file with mode: 0644]
8.x/vqtcl/doc/vlerq.html [new file with mode: 0644]
8.x/vqtcl/doc/vlerq.man [new file with mode: 0644]
8.x/vqtcl/doc/vlerq.n [new file with mode: 0644]
8.x/vqtcl/generic/vlerq.c [new file with mode: 0644]
8.x/vqtcl/library/m2mvfs.tcl [new file with mode: 0644]
8.x/vqtcl/library/mkclvfs.tcl [new file with mode: 0644]
8.x/vqtcl/library/mklite.tcl [new file with mode: 0644]
8.x/vqtcl/library/ratcl.tcl [new file with mode: 0644]
8.x/vqtcl/license.terms [new file with mode: 0644]
8.x/vqtcl/pkgIndex.tcl.in [new file with mode: 0644]
8.x/vqtcl/tclconfig/install-sh [new file with mode: 0755]
8.x/vqtcl/tclconfig/tcl.m4 [new file with mode: 0644]
8.x/vqtcl/tests/all.tcl [new file with mode: 0755]
8.x/vqtcl/tests/basic.test [new file with mode: 0755]
8.x/vqtcl/tests/bits.test [new file with mode: 0755]
8.x/vqtcl/tests/blocked.test [new file with mode: 0755]
8.x/vqtcl/tests/column.test [new file with mode: 0755]
8.x/vqtcl/tests/commit.test [new file with mode: 0755]
8.x/vqtcl/tests/emit.test [new file with mode: 0755]
8.x/vqtcl/tests/error.test [new file with mode: 0755]
8.x/vqtcl/tests/file.test [new file with mode: 0755]
8.x/vqtcl/tests/get.test [new file with mode: 0755]
8.x/vqtcl/tests/hash.test [new file with mode: 0755]
8.x/vqtcl/tests/indirect.test [new file with mode: 0755]
8.x/vqtcl/tests/initests.tcl [new file with mode: 0644]
8.x/vqtcl/tests/kitten.test [new file with mode: 0755]
8.x/vqtcl/tests/l.large.test [new file with mode: 0755]
8.x/vqtcl/tests/l.leaks.test [new file with mode: 0644]
8.x/vqtcl/tests/loop.test [new file with mode: 0755]
8.x/vqtcl/tests/m2m.test [new file with mode: 0755]
8.x/vqtcl/tests/mkcl.test [new file with mode: 0755]
8.x/vqtcl/tests/mklite.test [new file with mode: 0755]
8.x/vqtcl/tests/mutable.test [new file with mode: 0755]
8.x/vqtcl/tests/ops.test [new file with mode: 0755]
8.x/vqtcl/tests/ratcl.test [new file with mode: 0755]
8.x/vqtcl/tests/ref.test [new file with mode: 0755]
8.x/vqtcl/tests/sorted.test [new file with mode: 0755]
8.x/vqtcl/tests/view.test [new file with mode: 0755]
8.x/vqtcl/win/makefile.vc [new file with mode: 0644]
8.x/vqtcl/win/nmakehlp.c [new file with mode: 0644]
8.x/vqtcl/win/rules.vc [new file with mode: 0644]
8.x/vqtcl/win/unistd.h [new file with mode: 0644]
8.x/zlib/CMakeLists.txt [new file with mode: 0644]
8.x/zlib/ChangeLog [new file with mode: 0644]
8.x/zlib/FAQ [new file with mode: 0644]
8.x/zlib/INDEX [new file with mode: 0644]
8.x/zlib/Makefile [new file with mode: 0644]
8.x/zlib/Makefile.in [new file with mode: 0644]
8.x/zlib/README [new file with mode: 0644]
8.x/zlib/adler32.c [new file with mode: 0644]
8.x/zlib/amiga/Makefile.pup [new file with mode: 0644]
8.x/zlib/amiga/Makefile.sas [new file with mode: 0644]
8.x/zlib/compress.c [new file with mode: 0644]
8.x/zlib/configure [new file with mode: 0755]
8.x/zlib/contrib/README.contrib [new file with mode: 0644]
8.x/zlib/contrib/ada/buffer_demo.adb [new file with mode: 0644]
8.x/zlib/contrib/ada/mtest.adb [new file with mode: 0644]
8.x/zlib/contrib/ada/read.adb [new file with mode: 0644]
8.x/zlib/contrib/ada/readme.txt [new file with mode: 0644]
8.x/zlib/contrib/ada/test.adb [new file with mode: 0644]
8.x/zlib/contrib/ada/zlib-streams.adb [new file with mode: 0644]
8.x/zlib/contrib/ada/zlib-streams.ads [new file with mode: 0644]
8.x/zlib/contrib/ada/zlib-thin.adb [new file with mode: 0644]
8.x/zlib/contrib/ada/zlib-thin.ads [new file with mode: 0644]
8.x/zlib/contrib/ada/zlib.adb [new file with mode: 0644]
8.x/zlib/contrib/ada/zlib.ads [new file with mode: 0644]
8.x/zlib/contrib/ada/zlib.gpr [new file with mode: 0644]
8.x/zlib/contrib/amd64/amd64-match.S [new file with mode: 0644]
8.x/zlib/contrib/asm686/README.686 [new file with mode: 0644]
8.x/zlib/contrib/asm686/match.S [new file with mode: 0644]
8.x/zlib/contrib/blast/Makefile [new file with mode: 0644]
8.x/zlib/contrib/blast/README [new file with mode: 0644]
8.x/zlib/contrib/blast/blast.c [new file with mode: 0644]
8.x/zlib/contrib/blast/blast.h [new file with mode: 0644]
8.x/zlib/contrib/blast/test.pk [new file with mode: 0644]
8.x/zlib/contrib/blast/test.txt [new file with mode: 0644]
8.x/zlib/contrib/delphi/ZLib.pas [new file with mode: 0644]
8.x/zlib/contrib/delphi/ZLibConst.pas [new file with mode: 0644]
8.x/zlib/contrib/delphi/readme.txt [new file with mode: 0644]
8.x/zlib/contrib/delphi/zlibd32.mak [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/DotZLib.build [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/DotZLib.chm [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/DotZLib.sln [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/DotZLib/AssemblyInfo.cs [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/DotZLib/CodecBase.cs [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/DotZLib/Deflater.cs [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/DotZLib/DotZLib.cs [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/DotZLib/DotZLib.csproj [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/DotZLib/GZipStream.cs [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/DotZLib/Inflater.cs [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/DotZLib/UnitTests.cs [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/LICENSE_1_0.txt [new file with mode: 0644]
8.x/zlib/contrib/dotzlib/readme.txt [new file with mode: 0644]
8.x/zlib/contrib/gcc_gvmat64/gvmat64.S [new file with mode: 0644]
8.x/zlib/contrib/infback9/README [new file with mode: 0644]
8.x/zlib/contrib/infback9/infback9.c [new file with mode: 0644]
8.x/zlib/contrib/infback9/infback9.h [new file with mode: 0644]
8.x/zlib/contrib/infback9/inffix9.h [new file with mode: 0644]
8.x/zlib/contrib/infback9/inflate9.h [new file with mode: 0644]
8.x/zlib/contrib/infback9/inftree9.c [new file with mode: 0644]
8.x/zlib/contrib/infback9/inftree9.h [new file with mode: 0644]
8.x/zlib/contrib/inflate86/inffas86.c [new file with mode: 0644]
8.x/zlib/contrib/inflate86/inffast.S [new file with mode: 0644]
8.x/zlib/contrib/iostream/test.cpp [new file with mode: 0644]
8.x/zlib/contrib/iostream/zfstream.cpp [new file with mode: 0644]
8.x/zlib/contrib/iostream/zfstream.h [new file with mode: 0644]
8.x/zlib/contrib/iostream2/zstream.h [new file with mode: 0644]
8.x/zlib/contrib/iostream2/zstream_test.cpp [new file with mode: 0644]
8.x/zlib/contrib/iostream3/README [new file with mode: 0644]
8.x/zlib/contrib/iostream3/TODO [new file with mode: 0644]
8.x/zlib/contrib/iostream3/test.cc [new file with mode: 0644]
8.x/zlib/contrib/iostream3/zfstream.cc [new file with mode: 0644]
8.x/zlib/contrib/iostream3/zfstream.h [new file with mode: 0644]
8.x/zlib/contrib/masmx64/bld_ml64.bat [new file with mode: 0644]
8.x/zlib/contrib/masmx64/gvmat64.asm [new file with mode: 0644]
8.x/zlib/contrib/masmx64/inffas8664.c [new file with mode: 0644]
8.x/zlib/contrib/masmx64/inffasx64.asm [new file with mode: 0644]
8.x/zlib/contrib/masmx64/readme.txt [new file with mode: 0644]
8.x/zlib/contrib/masmx86/bld_ml32.bat [new file with mode: 0644]
8.x/zlib/contrib/masmx86/inffas32.asm [new file with mode: 0644]
8.x/zlib/contrib/masmx86/match686.asm [new file with mode: 0644]
8.x/zlib/contrib/masmx86/readme.txt [new file with mode: 0644]
8.x/zlib/contrib/minizip/Makefile [new file with mode: 0644]
8.x/zlib/contrib/minizip/MiniZip64_Changes.txt [new file with mode: 0644]
8.x/zlib/contrib/minizip/MiniZip64_info.txt [new file with mode: 0644]
8.x/zlib/contrib/minizip/crypt.h [new file with mode: 0644]
8.x/zlib/contrib/minizip/ioapi.c [new file with mode: 0644]
8.x/zlib/contrib/minizip/ioapi.h [new file with mode: 0644]
8.x/zlib/contrib/minizip/iowin32.c [new file with mode: 0644]
8.x/zlib/contrib/minizip/iowin32.h [new file with mode: 0644]
8.x/zlib/contrib/minizip/make_vms.com [new file with mode: 0644]
8.x/zlib/contrib/minizip/miniunz.c [new file with mode: 0644]
8.x/zlib/contrib/minizip/minizip.c [new file with mode: 0644]
8.x/zlib/contrib/minizip/mztools.c [new file with mode: 0644]
8.x/zlib/contrib/minizip/mztools.h [new file with mode: 0644]
8.x/zlib/contrib/minizip/unzip.c [new file with mode: 0644]
8.x/zlib/contrib/minizip/unzip.h [new file with mode: 0644]
8.x/zlib/contrib/minizip/zip.c [new file with mode: 0644]
8.x/zlib/contrib/minizip/zip.h [new file with mode: 0644]
8.x/zlib/contrib/pascal/example.pas [new file with mode: 0644]
8.x/zlib/contrib/pascal/readme.txt [new file with mode: 0644]
8.x/zlib/contrib/pascal/zlibd32.mak [new file with mode: 0644]
8.x/zlib/contrib/pascal/zlibpas.pas [new file with mode: 0644]
8.x/zlib/contrib/puff/Makefile [new file with mode: 0644]
8.x/zlib/contrib/puff/README [new file with mode: 0644]
8.x/zlib/contrib/puff/puff.c [new file with mode: 0644]
8.x/zlib/contrib/puff/puff.h [new file with mode: 0644]
8.x/zlib/contrib/puff/zeros.raw [new file with mode: 0644]
8.x/zlib/contrib/testzlib/testzlib.c [new file with mode: 0644]
8.x/zlib/contrib/testzlib/testzlib.txt [new file with mode: 0644]
8.x/zlib/contrib/untgz/Makefile [new file with mode: 0644]
8.x/zlib/contrib/untgz/Makefile.msc [new file with mode: 0644]
8.x/zlib/contrib/untgz/untgz.c [new file with mode: 0644]
8.x/zlib/contrib/vstudio/readme.txt [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/miniunz.vcxproj [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/miniunz.vcxproj.filters [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/miniunz.vcxproj.user [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/minizip.vcxproj [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/minizip.vcxproj.filters [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/minizip.vcxproj.user [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/testzlib.vcxproj [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/testzlib.vcxproj.filters [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/testzlib.vcxproj.user [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj.filters [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/testzlibdll.vcxproj.user [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/zlib.rc [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/zlibstat.vcxproj [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/zlibstat.vcxproj.filters [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/zlibstat.vcxproj.user [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/zlibvc.def [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/zlibvc.sln [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/zlibvc.vcxproj [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/zlibvc.vcxproj.filters [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc10/zlibvc.vcxproj.user [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc9/miniunz.vcproj [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc9/minizip.vcproj [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc9/testzlib.vcproj [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc9/testzlibdll.vcproj [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc9/zlib.rc [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc9/zlibstat.vcproj [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc9/zlibvc.def [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc9/zlibvc.sln [new file with mode: 0644]
8.x/zlib/contrib/vstudio/vc9/zlibvc.vcproj [new file with mode: 0644]
8.x/zlib/crc32.c [new file with mode: 0644]
8.x/zlib/crc32.h [new file with mode: 0644]
8.x/zlib/deflate.c [new file with mode: 0644]
8.x/zlib/deflate.h [new file with mode: 0644]
8.x/zlib/doc/algorithm.txt [new file with mode: 0644]
8.x/zlib/doc/rfc1950.txt [new file with mode: 0644]
8.x/zlib/doc/rfc1951.txt [new file with mode: 0644]
8.x/zlib/doc/rfc1952.txt [new file with mode: 0644]
8.x/zlib/doc/txtvsbin.txt [new file with mode: 0644]
8.x/zlib/example.c [new file with mode: 0644]
8.x/zlib/examples/README.examples [new file with mode: 0644]
8.x/zlib/examples/enough.c [new file with mode: 0644]
8.x/zlib/examples/fitblk.c [new file with mode: 0644]
8.x/zlib/examples/gun.c [new file with mode: 0644]
8.x/zlib/examples/gzappend.c [new file with mode: 0644]
8.x/zlib/examples/gzjoin.c [new file with mode: 0644]
8.x/zlib/examples/gzlog.c [new file with mode: 0644]
8.x/zlib/examples/gzlog.h [new file with mode: 0644]
8.x/zlib/examples/zlib_how.html [new file with mode: 0644]
8.x/zlib/examples/zpipe.c [new file with mode: 0644]
8.x/zlib/examples/zran.c [new file with mode: 0644]
8.x/zlib/gzclose.c [new file with mode: 0644]
8.x/zlib/gzguts.h [new file with mode: 0644]
8.x/zlib/gzlib.c [new file with mode: 0644]
8.x/zlib/gzread.c [new file with mode: 0644]
8.x/zlib/gzwrite.c [new file with mode: 0644]
8.x/zlib/infback.c [new file with mode: 0644]
8.x/zlib/inffast.c [new file with mode: 0644]
8.x/zlib/inffast.h [new file with mode: 0644]
8.x/zlib/inffixed.h [new file with mode: 0644]
8.x/zlib/inflate.c [new file with mode: 0644]
8.x/zlib/inflate.h [new file with mode: 0644]
8.x/zlib/inftrees.c [new file with mode: 0644]
8.x/zlib/inftrees.h [new file with mode: 0644]
8.x/zlib/make_vms.com [new file with mode: 0644]
8.x/zlib/minigzip.c [new file with mode: 0644]
8.x/zlib/msdos/Makefile.bor [new file with mode: 0644]
8.x/zlib/msdos/Makefile.dj2 [new file with mode: 0644]
8.x/zlib/msdos/Makefile.emx [new file with mode: 0644]
8.x/zlib/msdos/Makefile.msc [new file with mode: 0644]
8.x/zlib/msdos/Makefile.tc [new file with mode: 0644]
8.x/zlib/nintendods/Makefile [new file with mode: 0644]
8.x/zlib/nintendods/README [new file with mode: 0644]
8.x/zlib/old/Makefile.riscos [new file with mode: 0644]
8.x/zlib/old/README [new file with mode: 0644]
8.x/zlib/old/as400/bndsrc [new file with mode: 0644]
8.x/zlib/old/as400/compile.clp [new file with mode: 0644]
8.x/zlib/old/as400/readme.txt [new file with mode: 0644]
8.x/zlib/old/as400/zlib.inc [new file with mode: 0644]
8.x/zlib/old/descrip.mms [new file with mode: 0644]
8.x/zlib/old/os2/Makefile.os2 [new file with mode: 0644]
8.x/zlib/old/os2/zlib.def [new file with mode: 0644]
8.x/zlib/old/visual-basic.txt [new file with mode: 0644]
8.x/zlib/old/visualc6/README.txt [new file with mode: 0644]
8.x/zlib/old/visualc6/example.dsp [new file with mode: 0644]
8.x/zlib/old/visualc6/minigzip.dsp [new file with mode: 0644]
8.x/zlib/old/visualc6/zlib.dsp [new file with mode: 0644]
8.x/zlib/old/visualc6/zlib.dsw [new file with mode: 0644]
8.x/zlib/qnx/package.qpg [new file with mode: 0644]
8.x/zlib/treebuild.xml [new file with mode: 0644]
8.x/zlib/trees.c [new file with mode: 0644]
8.x/zlib/trees.h [new file with mode: 0644]
8.x/zlib/uncompr.c [new file with mode: 0644]
8.x/zlib/watcom/watcom_f.mak [new file with mode: 0644]
8.x/zlib/watcom/watcom_l.mak [new file with mode: 0644]
8.x/zlib/win32/DLL_FAQ.txt [new file with mode: 0644]
8.x/zlib/win32/Makefile.bor [new file with mode: 0644]
8.x/zlib/win32/Makefile.emx [new file with mode: 0644]
8.x/zlib/win32/Makefile.gcc [new file with mode: 0644]
8.x/zlib/win32/Makefile.msc [new file with mode: 0644]
8.x/zlib/win32/README-WIN32.txt [new file with mode: 0644]
8.x/zlib/win32/VisualC.txt [new file with mode: 0644]
8.x/zlib/win32/zlib.def [new file with mode: 0644]
8.x/zlib/win32/zlib1.rc [new file with mode: 0644]
8.x/zlib/zconf.h [new file with mode: 0644]
8.x/zlib/zconf.h.cmakein [new file with mode: 0644]
8.x/zlib/zconf.h.in [new file with mode: 0644]
8.x/zlib/zlib.3 [new file with mode: 0644]
8.x/zlib/zlib.3.pdf [new file with mode: 0644]
8.x/zlib/zlib.h [new file with mode: 0644]
8.x/zlib/zlib.map [new file with mode: 0644]
8.x/zlib/zlib.pc.in [new file with mode: 0644]
8.x/zlib/zlib2ansi [new file with mode: 0755]
8.x/zlib/zutil.c [new file with mode: 0644]
8.x/zlib/zutil.h [new file with mode: 0644]
makefile.include