util::diff (public)
util::diff [ -old old ] [ -new new ] [ -show_old_p show_old_p ]
Defined in packages/acs-tcl/tcl/util-diff-procs.tcl
Perform a UNIX diff on 'old' and 'new', and return an HTML fragment of the changes. Requires struct::list (from tcllib)
- Switches:
- -old (optional)
- original text
- -new (optional)
- new text
- -show_old_p (optional, defaults to
"t"
)- Returns:
- HTML fragment of differences between 'old' and 'new'
- Author:
- Vinod Kurup vinod@kurup.com
- Created:
- 2005-10-18
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.