• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
modernize tcl

    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/folder-procs.tcl
    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/package-procs.tcl
    • -3
    • +3
    /openacs-4/packages/xowiki/tcl/xowiki-procs.tcl
modermize tcl

modernize tcl

modernize Tcl

Performance: prefer lset over lreplace for modifying list values.

When a list element is modified, lset does it "in place", modifying the

variable itself, while lreplace works with values and returns a second copy

of the list with the modified elements, creating some unnecessary overhead.

On my local tests, this particular operation was around 30% faster.

More details: http://wiki.tcl.tk/1485 and http://wiki.tcl.tk/2556

Fix typo

Fix typos

    • -3
    • +3
    /openacs-4/packages/ams/tcl/ams-procs.tcl
    • -1
    • +1
    /openacs-4/packages/ams/www/doc/index.html
  1. … 136 more files in changeset.
fix typos

prefer XOTcl2 idioms

    • -16
    • +16
    /openacs-4/packages/s5/tcl/s5-procs.tcl
modernize tcl

    • -2
    • +2
    /openacs-4/packages/s5/tcl/s5-procs.tcl
Fix typos

Fix typo (info command -> info commands)

    • -3
    • +3
    /openacs-4/packages/s5/tcl/s5-procs.tcl
    • -6
    • +6
    /openacs-4/packages/tsoap/tcl/SOAP-procs.tcl
Fix get_community_id_from_url call

Fix typos

Fix typo (db_list_of_list -> db_list_of_lists)

    • -1
    • +1
    /openacs-4/packages/cms/tcl/form-procs.tcl
Fix typo (db_for_each -> db_foreach)

Fix typos

Fix typos (info exist -> info exists)

  1. … 5 more files in changeset.
Fix typos

Fix typos

  1. … 20 more files in changeset.
Fix typos

  1. … 9 more files in changeset.
fix typos

fix typo

improve spelliing

Remove superfluous xql files, reintroduced during last merge with https://github.com/tekbasse/acs-mail-lite/tree/master/tcl

Harmonize query naming in xql

Fix typos

Fix metadata

Fix typo

Fix typos (info exist -> info exists)

  1. … 9 more files in changeset.