summaryrefslogtreecommitdiffstats
path: root/library/msgcat/msgcat.tcl
Commit message (Expand)AuthorAgeFilesLines
* Whitespace reduction in Tcl scripts. No functional change.nijtmans@users.sourceforge.net2015-09-011-7/+7
* [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0)harald.oehlmann@elmicron.de2015-06-291-63/+668
|\
| * Added tests for mcforgetpackage, mcpackagelocale and mcpackageconfigharald.oehlmann@elmicron.de2015-06-291-3/+4
| * Tests for mcexists and mcloadedlocalesharald.oehlmann@elmicron.de2015-06-261-1/+1
| * Manpage, callback fail calls bgerror, clean catalog on packagelocale unsetharald.oehlmann@elmicron.de2015-06-261-7/+28
| * Make all msgcat tests passharald.oehlmann@elmicron.de2015-06-011-1/+1
| * merge trunkharald.oehlmann@elmicron.de2015-05-311-24/+25
| |\ | |/ |/|
| * clock uses new msgcat featuresharald.oehlmann@elmicron.de2012-09-201-30/+58
| * (proposal) msgcat with dynamic mc file load on locale changeharald.oehlmann@elmicron.de2012-09-191-103/+620
| * TIP#399 implementation: mcconfig may add additional glob pattern for mcloadharald.oehlmann@elmicron.de2012-09-191-14/+53
| * Reentrant mcfl(m)set command, test, document mcflset as recommended for messa...harald.oehlmann@elmicron.de2012-09-071-4/+8
| * Commit of Harald Oehlmann's TIP 404 patch without TIP 399 pieces and with somedonal.k.fellows@manchester.ac.uk2012-08-271-3/+75
* | Also get msgcat locale from Vista+ registry key "HCU/Control Panel/Desktop : ...harald.oehlmann@elmicron.de2013-05-081-17/+22
* | [Bug 3604576]: msgcat-1.5.0.tm error on windows XPnijtmans@users.sourceforge.net2013-02-141-9/+6
|\ \
| * | Finer granulated catchharald.oehlmann@elmicron.de2013-02-141-17/+13
| * | Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, inclusiv...nijtmans@users.sourceforge.net2013-02-141-16/+17
|/ /
* | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6harald.oehlmann@elmicron.de2012-09-121-3/+79
|/
* translate script parameters for msgcatnijtmans@users.sourceforge.net2012-06-291-8/+12
* Add tn, ro_MO and ru_MO to msgcatnijtmans@users.sourceforge.net2012-06-291-2/+3
|\
| * Add tn, ro_MO and ru_MO to msgcat. nijtmans@users.sourceforge.net2012-06-291-26/+29
* | suggestions from Haraldnijtmans@users.sourceforge.net2012-06-291-11/+6
* | merge trunknijtmans@users.sourceforge.net2012-06-281-4/+4
|\ \
* | | Locale guessing of msgcat fails on (some) Windows 7nijtmans@users.sourceforge.net2012-06-221-2/+32
|/ /
* | Bump to msgcat 1.4.4.dgp@users.sourceforge.net2011-05-251-25/+11
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-011-2/+0
| * * library/msgcat/msgcat.tcl: Bump to version msgcat 1.3.4 to accountdgp@users.sourceforge.net2006-09-101-2/+2
| * * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-101-126/+139
| * * library/msgcat/msgcat.tcl: Added checks to prevent [mclocale]dgp@users.sourceforge.net2004-08-131-3/+8
| * * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457]dgp@users.sourceforge.net2004-03-311-5/+8
| * * library/msgcat/msgcat.tcl ([mcset]): Corrected [mcset] to be abledgp@users.sourceforge.net2004-03-311-4/+4
| * * library/msgcat/msgcat.tcl: Added escape so that non-Windowsdgp@users.sourceforge.net2003-08-061-4/+11
* | bump to msgcat 1.4.3 to account for commitsdgp@users.sourceforge.net2009-12-171-2/+2
* | [Bug 2913616]: Make msgcat package work in safe interpreters.donal.k.fellows@manchester.ac.uk2009-12-161-10/+13
* | * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-5/+5
* | * library/msgcat/msgcat.tcl: Removed some unneeded [uplevel]s.dgp@users.sourceforge.net2006-09-111-5/+4
* | * library/msgcat/msgcat.tcl: Bump to version msgcat 1.4.2 to accountdgp@users.sourceforge.net2006-09-101-2/+2
* | * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-101-127/+140
* | * library/msgcat/msgcat.tcl: Added checks to prevent [mclocale]dgp@users.sourceforge.net2004-08-131-2/+7
* | * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457]dgp@users.sourceforge.net2004-03-311-7/+15
* | * library/msgcat/msgcat.tcl: Updated internals to make use ofdgp@users.sourceforge.net2004-03-311-34/+51
* | TIP #156: Language-Neutral Root Locale for MsgcatKevin B Kenny2003-10-211-2/+6
* | * library/msgcat/msgcat.tcl: Added escape so that non-Windowsdgp@users.sourceforge.net2003-08-061-4/+11
|/
* * README: Bumped version number to 8.4b3 to distinguishdgp@users.sourceforge.net2002-08-201-1/+3
* Fix a comment that was causing problems for programs (like "mktclapp") thatdrh@sqlite.org2002-07-171-3/+3
* * More Windows Registry locale codes from Bruno Haible.dgp@users.sourceforge.net2002-06-171-15/+127
* * Revised locale initialization to interpretdgp@users.sourceforge.net2002-06-171-80/+111
* * [mcmax] wasn't using the caller'sdgp@users.sourceforge.net2002-04-201-21/+29
* * Added [mcload] to the export listdgp@users.sourceforge.net2002-04-191-3/+4
* Added checks for package dependencies.dgp@users.sourceforge.net2001-08-091-2/+3