• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- use expand operator rather than eval to reduce likelyhood of

unwanted interference and to improve security

  1. … 9 more files in changeset.
- flatten nested "lindex" structures

- merge multiple "lappend" operations

- use "lassign" instead of multiple "lindex" operations

- improve performance util_convert_line_breaks_to_html by reducing

number of regsub operations and more precise regular expressions

- use numeric comparison operator for truth value comparisons

- use "lassign" instead of multiple "lindex" operations

- reduce number of remaining "string equal" operations

  1. … 13 more files in changeset.
fixed 3 bugs in util::html_diff:

- able to process HTML with anchor tags

- fixed undefined variable in: 'util::html_diff -old "ppp" -new "ppp xxx"'

- fixed white-space eating behavior leading to wrong diffs spanning new lines

normalize some more expressions

  1. … 6 more files in changeset.
Utility procedurs to generate inline diffs for text or html. Includes

special MS Word HTML option to ignore Word tags when generating a diff.

    • -0
    • +259
    ./util-diff-procs.tcl