Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bugs in msgcat that prevent clean test suite run. | dgp | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | tip490 oo for msgcat: added documentation | oehhar | 2018-03-13 | 1 | -2/+2 |
| | |||||
* | msgcat 1.7.0 features need foundation of Tcl 8.7. | dgp | 2018-03-12 | 2 | -2/+3 |
| | |||||
* | Revert change that broke usage with Tcl 9 | dgp | 2018-03-12 | 1 | -1/+0 |
| | |||||
* | Implement TIP 499: Custom locale search list for msgcat | dgp | 2018-03-12 | 1 | -57/+117 |
|\ | |||||
| * | Undo setting of execute permissions. | dgp | 2018-03-12 | 2 | -0/+0 |
| | | |||||
| * | Do not allow prefixed subcommands for mcutil | oehhar | 2018-02-08 | 1 | -1/+1 |
| | | |||||
| * | Add subcommand mcpreferences to export getpreferences and getsystemlocale ↵ | oehhar | 2018-02-08 | 1 | -26/+28 |
| | | | | | | | | functions | ||||
| * | TIP 499: Custom locale search for msgcat | oehhar | 2018-02-07 | 2 | -37/+95 |
| | | |||||
* | | msgcat 1.7 uses [tailcall], so requires Tcl 8.6. | dgp | 2018-03-12 | 2 | -2/+3 |
| | | |||||
* | | Comment updated | oehhar | 2018-01-16 | 1 | -2/+3 |
| | | |||||
* | | Solve case where msgcat is called within a class definition script (works ↵ | oehhar | 2018-01-16 | 1 | -10/+19 |
| | | | | | | | | only for 8.7) | ||||
* | | Changed msgcat version from 1.6.2 to 1.7.0 -> this is not a patch release | oehhar | 2018-01-13 | 2 | -2/+2 |
| | | |||||
* | | Extended command msgcat::mcexists by switch "-namespace ns" to explicitly ↵ | oehhar | 2018-01-13 | 1 | -7/+15 |
| | | | | | | | | specify namespace | ||||
* | | Implement the "mcn" command as "mc" with explicit namespace. | oehhar | 2018-01-12 | 1 | -4/+28 |
| | | |||||
* | | Use the test "[namespace which self] ne "::oo::Helpers::self"" to check if ↵ | oehhar | 2018-01-12 | 1 | -1/+4 |
| | | | | | | | | we are within an object (undocumented test proposed by dkf on clt 2018-01-12 | ||||
* | | replace "return [uplevel 1 [list [namespace origin ..." by tailcall | oehhar | 2018-01-12 | 1 | -6/+5 |
| | | |||||
* | | TIP490: oo for msgcal: new solution enable any command for oo, new command ↵ | oehhar | 2018-01-10 | 2 | -13/+38 |
|/ | | | | mcpackagenamespacege | ||||
* | Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but ↵ | jan.nijtmans | 2017-09-04 | 1 | -1/+1 |
| | | | | for consistancy) | ||||
* | Bump msgcat and tcl tests and continue updates to changes. | dgp | 2017-04-12 | 2 | -2/+2 |
| | |||||
* | Make packages msgcat and tcltest work unmodified in "novem". | jan.nijtmans | 2016-11-04 | 1 | -1/+1 |
| | |||||
* | Whitespace reduction in Tcl scripts. No functional change. | jan.nijtmans | 2015-09-01 | 1 | -7/+7 |
| | |||||
* | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0) | oehhar | 2015-06-29 | 2 | -64/+669 |
|\ | |||||
| * | Added tests for mcforgetpackage, mcpackagelocale and mcpackageconfig | oehhar | 2015-06-29 | 1 | -3/+4 |
| | | |||||
| * | Tests for mcexists and mcloadedlocales | oehhar | 2015-06-26 | 1 | -1/+1 |
| | | |||||
| * | Manpage, callback fail calls bgerror, clean catalog on packagelocale unset | oehhar | 2015-06-26 | 1 | -7/+28 |
| | | |||||
| * | Make all msgcat tests pass | oehhar | 2015-06-01 | 1 | -1/+1 |
| | | |||||
| * | merge trunk | oehhar | 2015-05-31 | 2 | -24/+25 |
| |\ | |/ |/| | |||||
| * | clock uses new msgcat features | oehhar | 2012-09-20 | 1 | -30/+58 |
| | | |||||
| * | (proposal) msgcat with dynamic mc file load on locale change | oehhar | 2012-09-19 | 1 | -103/+620 |
| | | |||||
| * | TIP#399 implementation: mcconfig may add additional glob pattern for mcload | oehhar | 2012-09-19 | 2 | -15/+54 |
| | | |||||
| * | Reentrant mcfl(m)set command, test, document mcflset as recommended for ↵ | oehhar | 2012-09-07 | 1 | -4/+8 |
| | | | | | | | | message files | ||||
| * | Commit of Harald Oehlmann's TIP 404 patch without TIP 399 pieces and with some | dkf | 2012-08-27 | 2 | -4/+76 |
| | | | | | | added documentation. No tests for new functionality yet. | ||||
* | | Also get msgcat locale from Vista+ registry key "HCU/Control Panel/Desktop : ↵ | oehhar | 2013-05-08 | 2 | -18/+23 |
| | | | | | | | | PreferredUILanguages" to honor installed language packs. msgcat now 1.5.2 | ||||
* | | [Bug 3604576]: msgcat-1.5.0.tm error on windows XP | jan.nijtmans | 2013-02-14 | 2 | -10/+7 |
|\ \ | |||||
| * | | Finer granulated catch | oehhar | 2013-02-14 | 1 | -17/+13 |
| | | | |||||
| * | | Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, ↵ | jan.nijtmans | 2013-02-14 | 2 | -17/+18 |
|/ / | | | | | | | | | inclusive bump to version 1.5.1. Changelog entry still missing. | ||||
* | | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6 | oehhar | 2012-09-12 | 2 | -4/+80 |
|/ | |||||
* | translate script parameters for msgcat | jan.nijtmans | 2012-06-29 | 1 | -8/+12 |
| | | | update msgcat doc | ||||
* | Add tn, ro_MO and ru_MO to msgcat | jan.nijtmans | 2012-06-29 | 1 | -2/+3 |
|\ | |||||
| * | Add tn, ro_MO and ru_MO to msgcat. | jan.nijtmans | 2012-06-29 | 2 | -27/+30 |
| | | | | | | | | Make it work on cygwin (backported) Bump msgcat to 1.3.5 | ||||
* | | suggestions from Harald | jan.nijtmans | 2012-06-29 | 1 | -11/+6 |
| | | |||||
* | | merge trunk | jan.nijtmans | 2012-06-28 | 1 | -4/+4 |
|\ \ | | | | | | | | | | bug fix: variable $key not found make it work on cygwin as well | ||||
* | | | Locale guessing of msgcat fails on (some) Windows 7 | jan.nijtmans | 2012-06-22 | 2 | -3/+33 |
|/ / | |||||
* | | Bump to msgcat 1.4.4. | dgp | 2011-05-25 | 2 | -26/+12 |
| | | |||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | more harm than good. Purged them. | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | * library/msgcat/msgcat.tcl: Bump to version msgcat 1.3.4 to account | dgp | 2006-09-10 | 2 | -3/+3 |
| | | | | | | | | * library/msgcat/pkgIndex.tcl: for modifications. | ||||
| * | * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback of | das | 2006-09-10 | 1 | -126/+139 |
| | | | | | | | | | | | | | | | | | | | | * tests/msgcat.test: default msgcat locale to * unix/tclUnixInit.c (TclpSetVariables): current CFLocale identifier if available (via private ::tcl::mac::locale global, set at interp init when on Mac OS X 10.3 or later with CoreFoundation). * unix/tcl.m4: add caching to new SC_TCL_* macros for MT-safe wrappers. * unix/configure: autoconf-2.13 | ||||
| * | * library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] | dgp | 2004-08-13 | 2 | -4/+9 |
| | | | | | | | | | | | | * tests/msgcat.test: from registering filesystem paths to possibly malicious code to be evaluated by a later [mcload]. * library/msgcat/pkgIndex.tcl: Bump to msgcat 1.3.3 |