• last updated 32 mins 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. … 225 more files in changeset.
added additional expense category

  1. … 3 more files in changeset.
fix a proc in expense package that displays categories in a column, it returns an errorif category is empty

  1. … 1 more file in changeset.
add a TERM column in the expenses list

  1. … 2 more files in changeset.
various update, bug fixes and changes to dotlrn-ecommerce, attendance, expenses and expense-tracking

  1. … 106 more files in changeset.
changed some wordings on the action buttons, fixed exports to only export unmarked expenses, fix callback namespace

  1. … 4 more files in changeset.
fix bugs 105, 117, 142, 143, 144

  1. … 4 more files in changeset.
commit expenses package, singleton package to access all the line expenses entered in the expense-tracking module

    • -0
    • +39
    ./expenses-procs.tcl
  1. … 12 more files in changeset.