• last updated 20 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. … 464 more files in changeset.
Prefer 'lset' to 'lreplace'.

Prefer string operators to 'string equal'.

  1. … 1 more file in changeset.
Rework string comparison expression

Add 'aggregation_format' option to list template (many thanks to Felix Moedritscher)

improve CSP in accordance with Google's csp-evaluator.withgoogle.com

  1. … 1 more file in changeset.
make spelling more uniform

  1. … 1 more file in changeset.
reduce verbosity

remove extra "list"

modernize Tcl, improve protection against XSS

Rework variable assignment (set -> lassign) + Whitespace changes

  1. … 14 more files in changeset.
Brace 'expr'

  1. … 1 more file in changeset.
Brace 'expr' + Prefer 'lassign' over 'set' when assigning multiple variables with list values

Brace 'expr' + Whitespace changes

Prefer '{}' to '[list]' when creating empty lists

  1. … 60 more files in changeset.
fix typos, regenerated documentation

  1. … 305 more files in changeset.
finish uncomplete sentence in documentation

Rework variable assignment (set -> lassign) + Whitespace changes

Rework variable assignment (set -> lassign) + Whitespace changes

Fix typos + Whitespace changes

Rework variable assigning loops (set -> lassign)

  1. … 3 more files in changeset.
Rework variable assignment (set -> lassign)

  1. … 1 more file in changeset.
Rework variable assigning loops (set -> lassign)

  1. … 2 more files in changeset.
fix typos

  1. … 7 more files in changeset.
note an idea such it is not forgotten

Prefer 'in' and 'ni' operators over lsearch for testing list containment

  1. … 3 more files in changeset.
Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')

  1. … 1 more file in changeset.
remove conditions, which are always true

  1. … 3 more files in changeset.
remove conditiions, whiich are always true

Prefer lappend over concat for appending lists (lappend modifies the variable 'in place')