Intial commit

This commit is contained in:
Mario Fetka
2024-05-27 16:13:40 +02:00
parent f8dc12b10a
commit d71d446104
2495 changed files with 539746 additions and 0 deletions

13
tcl-dp/TODO Normal file
View File

@@ -0,0 +1,13 @@
Add a better security model. It would be nice to have 3.5's ability to check
every line of an RPC as it is executed rather than a one-time check.
HP9 fails TCP buffer tests. I don't think the system will allow a socket
buffer < 8192 bytes.
Several UDP tests fail in Windows.
Sending a large (20k+) RPC hangs in Windows.
Better documentation of obscure feature like oo.tcl.
Abstract Teki so that both text- and GUI-installs are possible.