summaryrefslogtreecommitdiffstats
path: root/library/msgcat
Commit message (Expand)AuthorAgeFilesLines
* [91b3a5bb14] msgcat method: same changes as in branch "ticket-91b3a5bb14-msgc...oehhar2024-07-181-18/+19
* Merge 8.7jan.nijtmans2024-06-131-2/+2
|\
| * Use tabs for indenting in stead of 8 spacesjan.nijtmans2024-06-131-3/+3
* | Merge 8.6. Don't change ActiveCodePage on Windows (yet), that's for 9.0jan.nijtmans2024-04-121-1/+1
|\ \ | |/
| * Add lot's of "-encoding utf-8" to our own "source" commands: We are becoming ...jan.nijtmans2024-04-121-1/+1
* | Merge 8.6jan.nijtmans2024-03-041-1/+1
|\ \ | |/
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-6/+6
* | small amend for better readability (no RE needed, faster utf prefix compare)sebres2024-02-271-1/+1
* | fixes [e02798626d]: close regression introduced by TIP#490 causing too slow e...sebres2024-02-271-20/+25
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+3
* | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh...jan.nijtmans2020-11-231-3/+3
* | Merge 8.6jan.nijtmans2020-11-201-3/+3
|\ \ | |/
| * Don't use "Copyright <year> _by_" any more. This results in more consistan...jan.nijtmans2020-11-201-3/+3
* | Code simplification in msgcat::mcutil::getpreferencesjan.nijtmans2020-06-221-10/+10
* | Rewrite msgcat::mcutil::getpreferences, not depending on 'string last' return...jan.nijtmans2020-06-212-11/+13
* | comment typo'sjan.nijtmans2018-11-241-8/+8
* | fixes typo in [e108e6b947], test added to cover this casesebres2018-11-221-1/+1
* | Purge end-of-line spacingjan.nijtmans2018-08-021-4/+4
* | Fix bugs in msgcat that prevent clean test suite run.dgp2018-03-131-1/+1
* | tip490 oo for msgcat: added documentationoehhar2018-03-131-2/+2
* | msgcat 1.7.0 features need foundation of Tcl 8.7.dgp2018-03-122-2/+3
* | Revert change that broke usage with Tcl 9dgp2018-03-121-1/+0
* | Implement TIP 499: Custom locale search list for msgcatdgp2018-03-121-57/+117
|\ \
| * | Undo setting of execute permissions.dgp2018-03-122-0/+0
| * | Do not allow prefixed subcommands for mcutiloehhar2018-02-081-1/+1
| * | Add subcommand mcpreferences to export getpreferences and getsystemlocale fun...oehhar2018-02-081-26/+28
| * | TIP 499: Custom locale search for msgcatoehhar2018-02-072-37/+95
| |/
* | msgcat 1.7 uses [tailcall], so requires Tcl 8.6.dgp2018-03-122-2/+3
* | Comment updatedoehhar2018-01-161-2/+3
* | Solve case where msgcat is called within a class definition script (works onl...oehhar2018-01-161-10/+19
* | Changed msgcat version from 1.6.2 to 1.7.0 -> this is not a patch releaseoehhar2018-01-132-2/+2
* | Extended command msgcat::mcexists by switch "-namespace ns" to explicitly spe...oehhar2018-01-131-7/+15
* | Implement the "mcn" command as "mc" with explicit namespace.oehhar2018-01-121-4/+28
* | Use the test "[namespace which self] ne "::oo::Helpers::self"" to check if we...oehhar2018-01-121-1/+4
* | replace "return [uplevel 1 [list [namespace origin ..." by tailcalloehhar2018-01-121-6/+5
* | TIP490: oo for msgcal: new solution enable any command for oo, new command mc...oehhar2018-01-102-13/+38
|/
* Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but for...jan.nijtmans2017-09-041-1/+1
* Bump msgcat and tcl tests and continue updates to changes.dgp2017-04-122-2/+2
* Make packages msgcat and tcltest work unmodified in "novem".jan.nijtmans2016-11-041-1/+1
* Whitespace reduction in Tcl scripts. No functional change.jan.nijtmans2015-09-011-7/+7
* [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0)oehhar2015-06-292-64/+669
|\
| * Added tests for mcforgetpackage, mcpackagelocale and mcpackageconfigoehhar2015-06-291-3/+4
| * Tests for mcexists and mcloadedlocalesoehhar2015-06-261-1/+1
| * Manpage, callback fail calls bgerror, clean catalog on packagelocale unsetoehhar2015-06-261-7/+28
| * Make all msgcat tests passoehhar2015-06-011-1/+1
| * merge trunkoehhar2015-05-312-24/+25
| |\ | |/ |/|
| * clock uses new msgcat featuresoehhar2012-09-201-30/+58
| * (proposal) msgcat with dynamic mc file load on locale changeoehhar2012-09-191-103/+620
| * TIP#399 implementation: mcconfig may add additional glob pattern for mcloadoehhar2012-09-192-15/+54
| * Reentrant mcfl(m)set command, test, document mcflset as recommended for messa...oehhar2012-09-071-4/+8