Differences From:
File
tools/cvs2fossil/lib/log.tcl
part of check-in
[d57b7b4a05]
- Re-added the user feedback and error reporting utilities, with modifications, and completed the handling of the informational options.
by
aku on
2007-10-02 05:33:09.
[view]
To:
File
tools/cvs2fossil/lib/log.tcl
part of check-in
[70b0aa899a]
- Found easier way to access the typevariables of singletons when writing the rcs parser. Now moved the other singletons to the same construction.
by
aku on
2007-10-06 22:13:25.
[view]
@@ -108,9 +108,9 @@
# # ## ### ##### ######## #############
## Internal, helper methods (formatting, dispatch)
proc System {s} {
- upvar 1 mysysfmt mysysfmt
+ ::variable mysysfmt
return [format $mysysfmt $s]
}
# # ## ### ##### ######## #############