/usr/share/tcltk/tcl8.6/tcl8
NameSizeModeActions
platform/-0755rm
http-2.9.5.tm1117090644editdlrm
msgcat-1.6.1.tm339260644editdlrm
platform-1.0.18.tm109840644editdlrm
tcltest-2.5.3.tm1035260644editdlrm
Edit: /usr/share/tcltk/tcl8.6/tcl8/msgcat-1.6.1.tm (33926B)
# msgcat.tcl -- # # This file defines various procedures which implement a # message catalog facility for Tcl programs. It should be # loaded with the command "package require msgcat". # # Copyright (c) 2010-2015 Harald Oehlmann. # Copyright (c) 1998-2000 Ajuba Solutions. # Copyright (c) 1998 Mark Harrison. # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. package require Tcl 8.5- # When the version number changes, be sure to update the pkgIndex.tcl file, # and the installation directory in the Makefiles. package provide msgcat 1.6.1 namespace eval msgcat { namespace export mc mcexists mcload mclocale mcmax mcmset mcpreferences mcset\ mcunknown mcflset mcflmset mcloadedlocales mcforgetpackage\ mcpackageconfig mcpackagelocale # Records the list of locales to search variable Loclist {} # List of currently loaded locales variable LoadedLocales {} # Records the locale of the currently sourced message catalogue file variable FileLocale # Configuration values per Package (e.g. client namespace). # The dict key is of the form "