summaryrefslogtreecommitdiffstats
path: root/doc/msgcat.n
Commit message (Collapse)AuthorAgeFilesLines
* * tests/msgcat.test: Bumped version in auxiliary files as well.andreas_kupries2006-09-111-1/+1
| | | | * doc/msgcat.n:
* typodgp2006-09-051-1/+1
|
* Purge old and inaccurate .VS/.VE macros.dkf2005-04-061-4/+4
|
* More minor doc fixesdkf2004-10-271-17/+19
|
* Grammar and spelling fixes. [Patch 1018486]dkf2004-08-311-5/+5
|
* Shrank the spacing slightlydkf2004-05-301-6/+0
|
* * doc/msgcat.n: Clarified message catalog file encodings. [Bug 811457]dgp2004-03-311-3/+3
|
* TIP #156: Language-Neutral Root Locale for MsgcatKevin B Kenny2003-10-211-7/+18
|
* Spell-check, fixed typos (Updates from Larry Virden).jenglish2002-07-011-5/+5
|
* * Work in progress updating the documentation of the packages thatdgp2002-06-271-1/+1
| | | | come bundled with the Tcl source distribution, notably tcltest.
* * Corrected en_UK references to en_GB. UK is notdgp2002-06-171-6/+7
| | | | a country designation recognized in ISO 3166.
* * Revised locale initialization to interpretdgp2002-06-171-28/+55
| | | | | | | | | environment variable locale values according to XPG4, and to recognize the LC_ALL and LC_MESSAGES values over that of LANG. Also added many Windows Registry locale values to those recognized by msgcat. Revised tests and docs. Bumped to version 1.3. Thanks to Bruno Haible for the report and assistance crafting the solution. [Bug 525522, 525525]
* * Added [mcload] to the export listdgp2002-04-191-0/+4
| | | | of msgcat; bumped to 1.2.3. [Bug 544727]
* New or changed "SEE ALSO" section.poenitz2000-09-071-0/+1
|
* * doc/msgcat.n: Added documentation about the selection of theericm2000-07-241-1/+4
| | | | default locale on Windows.
* * library/msgcat1.0/msgcat.tcl:ericm2000-07-171-0/+11
| | | | | | | | | | | * doc/msgcat.n: * tests/msgcat.test: Applied patches from Chris Nelson, to provide the mcmset function, which allows the translator to set multiple string translations in a single function call, rather than requiring many calls to mcset. [RFE: 6000, 5993]. In addition, these patches correct mcload to use utf-8 encoding on when reading message catalog files, and provides for better default behavior for determining the locale on a Windows system.
* * doc/msgcat.n: Doc's for mcmax function.ericm2000-06-301-0/+8
| | | | | | * library/msgcat1.0/msgcat.tcl: Applied patches from Laurent Duperval, to add mcmax function, which computes the length of the longest of several translated strings. Bumped version number to 1.1.
* * doc/package.n: Corrected information about [package forget]ericm2000-06-261-1/+1
| | | | arguments [Bug: 5418].
* * msgcat.n: Added docs for new behavior from patch in [Bug: 4158].ericm2000-04-111-3/+39
| | | | | | | | | | | | | * msgcat.test: Added tests for new behavior from patch in [Bug: 4158]. * msgcat.tcl: Applied patch from [Bug: 4158], which enables msgcat::mc to search the entire namespace ancestry chain for message translations (ie, first it checks the current namespace, then the parent, then the parent's parent, etc). Also allows the specification of additional args for msgcat::mc; if extra args are given, the [format] command is used to substitute the additional args in the translated message.
* 1999-09-16 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-09-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/timer.test: changed after delay in timer test 6.29 from 1 to 10. [Bug: 2796] * tests/pkg.test: * generic/tclPkg.c: fixed package version check to disallow 1.2..3 [Bug: 2539] * unix/Makefile.in: fixed gendate target - this never worked since RCS was intro'd. * generic/tclGetDate.y: updated to reflect previous changes to tclDate.c (leap year calc) and added CEST and UCT time zone recognition. Fixed 4 missing UCHAR() casts. [Bug: 2717, 954, 1245, 1249] * generic/tclCkalloc.c: changed Tcl_DumpActiveMemory to really dump to stderr and close it [Bug: 725] and changed Tcl_Ckrealloc and Tcl_Ckfree to not bomb when NULL was passed in [Bug: 1719] and changed Tcl_Alloc, et al to not panic when a alloc request for zero came through and NULL was returned (valid on AIX, Tru64) [Bug: 2795, etc] * tests/clock.test: * doc/clock.n: * generic/tclClock.c: added -milliseconds switch to clock clicks to guarantee that the return value of clicks is in the millisecs granularity [Bug: 2682, 1332] 1999-09-15 Jeff Hobbs <hobbs@scriptics.com> * generic/tclIOCmd.c: fixed potential core dump in conjunction with stacked channels with result obj manipulation in Tcl_ReadChars [Bug: 2623] * tests/format.test: * generic/tclCmdAH.c: fixed translation of %0#s in format [Bug: 2605] * doc/msgcat.n: fixed \\ bug in example [Bug: 2548] * unix/tcl.m4: * unix/aclocal.m4: added fix for FreeBSD-[1-2] recognition [Bug: 2070] and fix for IRIX SHLIB_LB_LIBS. [Bug: 2610] * doc/array.n: * tests/var.test: * tests/set.test: * generic/tclVar.c: added an array unset operation, with docs and tests. Variation of [Bug: 1775]. Added fix in TclArraySet to check when trying to set in a non-existent namespace. [Bug: 2613] 1999-09-14 Jeff Hobbs <hobbs@scriptics.com> * tests/linsert.test: * doc/linsert.n: * generic/tclCmdIL.c: fixed end-int interpretation of linsert to correctly calculate value for end, added test and docs [Bug: 2693] * doc/regexp.n: * doc/regsub.n: * tests/regexp.test: * generic/tclCmdMZ.c: add -start switch to regexp and regsub with docs and tests * doc/switch.n: added proper use of comments to example. * generic/tclCmdMZ.c: changed switch to complain when an error occurs that seems to be due to a misplaced comment. * generic/tclCmdMZ.c: fixed illegal ref for \[0-9] substitutions in regsub [Bug: 2723] * generic/tclCmdMZ.c: changed [string equal] to return an Int type object (was a Boolean)
* 1999-08-20 Jeff Hobbs <hobbs@scriptics.com>hobbs1999-08-211-3/+3
| | | | * doc/*: fixed various nroff bugs in man pages [Bug: 2503 2588]
* * Merged changes from 8.1.0 branchstanton1999-04-301-7/+8
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+207