summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [Bug 3604576]: msgcat-1.5.0.tm error on windows XPjan.nijtmans2013-02-141-1/+1
| |\ \ | | |/
| | * Suggested fix for bug 3604576: msgcat -1.5.0.tm error on windows XP, ↵jan.nijtmans2013-02-141-1/+1
| | | | | | | | | | | | | | | inclusive bump to version 1.5.1. Changelog entry still missing.
* | | Merge trunk. jan.nijtmans2013-02-081-1/+1
|\ \ \ | |/ / | | | | | | Eliminate all usage of internal macros: TclNewIntObj, TclNewBooleanObj, TclSetIntObj, TclSetBooleanObj. Change various function to macros: Tcl_NewIntObj, Tcl_SetIntObj, Tcl_NewBooleanObj, Tcl_DbNewBooleanObj, Tcl_SetBooleanObj, Tcl_AddErrorInfo, Tcl_AddObjErrorInfo.
| * | [3603804]: Improve example to actually be capable of throwing the trapped errorsdkf2013-02-081-1/+1
| | |
* | | merge trunkjan.nijtmans2013-01-292-3/+3
|\ \ \ | |/ /
| * | More extensive use of the techniques to improve other edge cases in ensemble ↵dkf2013-01-282-3/+3
| | | | | | | | | | | | compilation.
| | |
| \ \
*-. \ \ merge trunkdgp2013-01-171-7/+10
|\ \ \ \ | | |/ /
| | * | Clarify readable fileevent "false positives" in the case of multibyte ↵ferrieux2013-01-131-7/+10
| |/ / | | | | | | | | | encodings/transforms [Bug 3436609].
* | | merge trunkjan.nijtmans2013-01-053-7/+7
|\ \ \ | |/ /
| * | adjust stub library version numberjan.nijtmans2013-01-051-3/+3
| |\ \ | | |/
| | * adjust stub library version numberjan.nijtmans2013-01-051-2/+2
| | |\
| | | * adjust stub library version numberjan.nijtmans2013-01-051-2/+2
| | | |
| | * | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. jan.nijtmans2013-01-021-13/+18
| | |\ \ | | | |/ | | | | | | | | Marked some string subcommands as obsolete, following discussion on tcl-core. Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally.
| | | * Marked some string subcommands as obsolete, following discussion on tcl-core.jan.nijtmans2013-01-021-29/+34
| | | |
| * | | "Mine eyes deceive, but others catch me when I fall." -- Someone or otherdkf2013-01-031-1/+1
| | | |
| * | | Channel buffer min size is 1. Issue found by Schelte Bron.dkf2013-01-032-3/+3
| | | |
* | | | merge trunkjan.nijtmans2013-01-021-20/+25
|\ \ \ \ | |/ / /
| * | | Marked some string subcommands as obsolete, following discussion on tcl-core.dkf2012-12-311-20/+25
| | | |
* | | | remove deprecated functions Tcl_VarEval and Tcl_VarEvalVAjan.nijtmans2012-12-173-23/+4
| | | |
* | | | merge trunkjan.nijtmans2012-12-101-2/+14
|\ \ \ \ | |/ / /
| * | | [Bug 3594188] Clarifications about commas.ferrieux2012-12-091-2/+14
| | | |
* | | | merge trunkjan.nijtmans2012-12-071-1/+1
|\ \ \ \ | |/ / /
| * | | small correction in doc/NRE.3mig2012-12-071-1/+1
| | | |
* | | | Remove obsolete functions Tcl_GetDefaultEncodingDir and ↵jan.nijtmans2012-12-031-17/+2
| | | | | | | | | | | | | | | | Tcl_SetDefaultEncodingDir
* | | | Initialize legacyFreeProc with invalid value: This will result injan.nijtmans2012-12-032-23/+4
| | | | | | | | | | | | | | | | | | | | a crash immediately, when an extention tries to call it, in stead of crashing some time later.... Remove some more legacy regarding accessing interp->result
* | | | Stop [glob] complaining about empty list result. Continue support fordgp2012-11-301-5/+0
| | | | | | | | | | | | a no-op -nocomplain option, but don't document it. Old script support only.
* | | | merge trunkjan.nijtmans2012-11-261-1/+1
|\ \ \ \ | |/ / /
| * | | doc formatting goofsdgp2012-11-261-1/+1
| | | |
* | | | Removed functions marked deprecated or obsolete for a long time: ↵jan.nijtmans2012-11-2610-144/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_Backslash, Tcl_EvalFile, Tcl_GlobalEvalObj, Tcl_GlobalEval, Tcl_EvalTokens. Remove Tcl_FindExecutable from stub table: It is needed by embedders, not extenders. Remove TclpGetDate, TclpGmtime, TclpLocaltime: it isn't use anywhere since the new clock implementation. Remove TclWinConvertWSAError, it's the same as TclWinConvertError.
* | | | Remove pre-8.5 interface for custom expr functions.dgp2012-11-162-166/+1
| | | |
* | | | Doc fix in TCL_MEM_DEBUG.3jan.nijtmans2012-11-161-1/+1
|\ \ \ \ | |/ / /
| * | | Doc fix in TCL_MEM_DEBUG.3jan.nijtmans2012-11-161-1/+1
| |\ \ \ | | |/ /
| | * | Doc fix in TCL_MEM_DEBUG.3jan.nijtmans2012-11-161-1/+1
| | |\ \ | | | |/
| | | * Fix msgcat.test (in case a higher msgcat version is encountered, which is ↵jan.nijtmans2012-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | not included with Tcl 8.4) <p>Doc fix in TCL_MEM_DEBUG.3
| | | * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-1515-450/+15
| | | | | | | | | | | | | | | | systems.
| | | * Add tn, ro_MO and ru_MO to msgcat. jan.nijtmans2012-06-291-1/+1
| | | | | | | | | | | | | | | | Make it work on cygwin (backported) Bump msgcat to 1.3.5
* | | | Goodbye to [case].dgp2012-11-151-60/+0
| | | |
* | | | Octal death documentation impacts.dgp2012-11-153-12/+11
|/ / /
* | | merge trunk. jan.nijtmans2012-11-121-2/+2
|\ \ \ | | | | | | | | <p>doc fix
* \ \ \ merge trunkjan.nijtmans2012-11-0940-516/+531
|\ \ \ \ | |/ / /
| * | | Updated the language of the documentation so that "object" refers to an OOdkf2012-11-0839-515/+530
| | | | | | | | | | | | concept throughout, and a Tcl_Obj is called a "value" (which is what it is).
| * | | Missing bits of the msgcat 1.4 -> 1.5 bump.dgp2012-11-081-1/+1
| |\ \ \ | | |/ /
| | * | changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, ↵oehhar2012-11-081-1/+1
| | | | | | | | | | | | | | | | library/clock.tcl, win/makefile.bc and tools/tcl.wse.in
| | * | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6oehhar2012-09-121-18/+73
| | | |
* | | | merge trunkjan.nijtmans2012-11-072-2/+2
|\ \ \ \ | |/ / /
| * | | Minor change: another formatting improvementdkf2012-11-071-1/+1
| | | |
| * | | Minor change: Formatting fixdkf2012-11-071-1/+1
| | | |
* | | | Finish the TIP #416 implementation as specified (#define's were still ↵jan.nijtmans2012-11-071-2/+9
| | | | | | | | | | | | | | | | missing). Added warning to "load" documentation. Added test case for using -global without specifying filename.
* | | | merge trunkdkf2012-11-062-8/+9
|\ \ \ \ | |/ / /
| * | | TIP #413jan.nijtmans2012-11-051-7/+8
| |\ \ \