summaryrefslogtreecommitdiffstats
path: root/library/msgcat/msgcat.tcl
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-01-10 22:32:46 (GMT)
committersebres <sebres@users.sourceforge.net>2017-01-10 22:32:46 (GMT)
commit6795fcaa4965863daab7cdaa16fff4b551044586 (patch)
tree9a9aa264652ce9b5d39a10b6ef22f98c9730e64b /library/msgcat/msgcat.tcl
parent8fb97e54a5d09f6cb6faab31efe48b7dd0670467 (diff)
downloadtcl-6795fcaa4965863daab7cdaa16fff4b551044586.zip
tcl-6795fcaa4965863daab7cdaa16fff4b551044586.tar.gz
tcl-6795fcaa4965863daab7cdaa16fff4b551044586.tar.bz2
scan format: several tokens implemented, bug fixing and code review;
precedence yyyymmdd over yyyyddd was changed (and re-covered in test-cases also), see http://core.tcl.tk/tcl/tktview/e7a722cd3573fedda5d1e528f95902776f996e06
Diffstat (limited to 'library/msgcat/msgcat.tcl')
-rw-r--r--library/msgcat/msgcat.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl
index a25f6c8..e6452d2 100644
--- a/library/msgcat/msgcat.tcl
+++ b/library/msgcat/msgcat.tcl
@@ -951,6 +951,11 @@ proc msgcat::Merge {ns locales} {
return [dict smartref $mrgcat]
}
+proc msgcat::ClearCaches {ns} {
+ variable Merged
+ dict unset Merged $ns
+}
+
# msgcat::Invoke --
#
# Invoke a set of registered callbacks.