• last updated 3 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.
remove useless "expr" calls

fix typos

fix typos

  1. … 14 more files in changeset.
Invert dependencies for the two libraries

Fix typo, use Postgres 9.0 compliant syntax for default value spec

Remove (commented) CSV import functionality. To be added back when finished.

  1. … 1 more file in changeset.
Initial import of XOLP

  1. … 49 more files in changeset.
Initial revision

    • -0
    • +345
    ./xolp-activity-procs.tcl
    • -0
    • +95
    ./xolp-apm-procs.tcl
    • -0
    • +213
    ./xolp-competency-procs.tcl
    • -0
    • +107
    ./xolp-date-procs.tcl
    • -0
    • +244
    ./xolp-evaluation-procs.tcl
    • -0
    • +393
    ./xolp-indicator-procs.tcl
    • -0
    • +92
    ./xolp-iri-procs.tcl
    • -0
    • +92
    ./xolp-time-procs.tcl
    • -0
    • +182
    ./xolp-user-procs.tcl
    • -0
    • +126
    ./xolp-util-procs.tcl
    • -0
    • +1583
    ./test/xolp-test-procs.tcl
  1. … 49 more files in changeset.