• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Fix typos

  1. … 21 more files in changeset.
Fix typo (info command -> info commands)

  1. … 1 more file in changeset.
Fix typos

  1. … 34 more files in changeset.
Fix typos (info exist -> info exists)

  1. … 22 more files in changeset.
Fix typos

  1. … 16 more files in changeset.
Fix more typos

  1. … 83 more files in changeset.
rpcvar seems to need to be required here

Added tsoap package to provide SOAP capabilities to OpenACS using tDOM instead of TclDOM

    • -0
    • +1345
    ./tcl/SOAP-procs.tcl
    • -0
    • +222
    ./tcl/XMLRPC-procs.tcl
    • -0
    • +9
    ./tcl/babelfish-init.tcl
    • -0
    • +374
    ./tcl/http-procs.tcl
    • -0
    • +403
    ./tcl/https-procs.tcl
    • -0
    • +580
    ./tcl/rpcvar-procs.tcl
    • -0
    • +538
    ./tcl/utils-procs.tcl
    • -0
    • +249
    ./tcl/xpath-procs.tcl