summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* merge trunkjan.nijtmans2013-09-301-1/+1
|\
| * typo; spotted by studkf2013-09-281-1/+1
| |
| |
| \
*-. \ merge trunkdgp2013-09-2115-45/+77
|\ \ \ | | |/
| | * merge trunk; update changesdgp2013-09-191-4/+7
| | |\ | | |/ | |/|
| | * merge trunk; update changesdgp2013-09-171-5/+21
| | |\
| | * | doc fix exposed by `make html`dgp2013-09-031-1/+1
| | | |
| * | | [3606943]: Corrected description of method search order.dkf2013-09-191-4/+7
| | |/ | |/|
| * | small improvements to the documentationdkf2013-09-171-4/+16
| | |
| * | Add back -wrapchar option to "binary encode uuencode"jan.nijtmans2013-09-151-1/+8
| |\ \
| | * | Add back -wrapchar option to "binary encode uuencode".jan.nijtmans2013-09-141-1/+8
| | | |
| * | | And the decoder too.dkf2013-09-141-1/+1
| |/ /
| * | [2152292] Corrected implementation of uuencoding.dkf2013-09-141-10/+7
| |/
| * Unbreak doc; the apropos index entry *must* be one line. dkf2013-08-241-2/+1
| | | | | | (This is an external constraint forced by the requirement to fit into the standard Unix manual system.)
| * fix NRE docsmig2013-08-231-6/+7
| |
| * Correction to documentationdkf2013-08-221-2/+3
| |
| * [3612422]: Refer to correct part of tclvars(n) rather than page itself.dkf2013-08-2112-29/+41
| |
* | merge trunkjan.nijtmans2013-05-282-3/+11
|\ \ | |/
| * 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.oehhar2013-05-271-3/+4
| |\ | | | | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections.
| | * Corrected args -> arg arg ... in msgcat docbug3036566oehhar2013-05-081-2/+2
| | |
| | * Document mcunknown format parametersoehhar2013-05-081-3/+4
| | |
| * | * doc/file.n: [Bug 3613671]: Added note to portability section on thedkf2013-05-221-0/+7
| |/ | | | | fact that [file owned] does not produce useful results on Windows.
* | Change Tcl_UtfNcmp and friend's signature to use size_t in stead of unsigned ↵jan.nijtmans2013-05-061-1/+1
| | | | | | | | | | | | | | long. This is potentially binary incompatible on win64, but not on any other platform. It eliminates the need for special stub-wrappers on Cygwin64 for those functions. "novem" doesn't promise binary compatibility anyway.
* | merge trunkjan.nijtmans2013-04-121-1/+1
|\ \ | |/
| * Documentation fix.dgp2013-04-081-1/+1
| |
* | merge trunkjan.nijtmans2013-02-151-1/+1
|\ \ | |/
| * [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