| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh... | jan.nijtmans | 2020-11-23 | 1 | -3/+3 |
|
|
* | Merge 8.6 | jan.nijtmans | 2020-11-20 | 1 | -3/+3 |
|\ |
|
| * | Don't use "Copyright <year> _by_" any more. This results in more consistan... | jan.nijtmans | 2020-11-20 | 1 | -3/+3 |
|
|
* | | Code simplification in msgcat::mcutil::getpreferences | jan.nijtmans | 2020-06-22 | 1 | -10/+10 |
|
|
* | | Rewrite msgcat::mcutil::getpreferences, not depending on 'string last' return... | jan.nijtmans | 2020-06-21 | 2 | -11/+13 |
|
|
* | | comment typo's | jan.nijtmans | 2018-11-24 | 1 | -8/+8 |
|
|
* | | fixes typo in [e108e6b947], test added to cover this case | sebres | 2018-11-22 | 1 | -1/+1 |
|
|
* | | Purge end-of-line spacing | jan.nijtmans | 2018-08-02 | 1 | -4/+4 |
|
|
* | | 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 fun... | oehhar | 2018-02-08 | 1 | -26/+28 |
|
|
| * | | 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 onl... | oehhar | 2018-01-16 | 1 | -10/+19 |
|
|
* | | 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 spe... | oehhar | 2018-01-13 | 1 | -7/+15 |
|
|
* | | 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 we... | oehhar | 2018-01-12 | 1 | -1/+4 |
|
|
* | | 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 mc... | oehhar | 2018-01-10 | 2 | -13/+38 |
|/ |
|
* | Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but for... | jan.nijtmans | 2017-09-04 | 1 | -1/+1 |
|
|
* | 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 messa... | oehhar | 2012-09-07 | 1 | -4/+8 |
|
|
| * | Commit of Harald Oehlmann's TIP 404 patch without TIP 399 pieces and with some | dkf | 2012-08-27 | 2 | -4/+76 |
|
|
* | | Also get msgcat locale from Vista+ registry key "HCU/Control Panel/Desktop : ... | oehhar | 2013-05-08 | 2 | -18/+23 |
|
|
* | | [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, inclusiv... | jan.nijtmans | 2013-02-14 | 2 | -17/+18 |
|/ / |
|
* | | 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 |
|
|
* | 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 |
|
|
* | | suggestions from Harald | jan.nijtmans | 2012-06-29 | 1 | -11/+6 |
|
|