summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* merge changes from trunknovem_no_startcmddkf2013-01-308-40/+60
|\
| * More extensive use of the techniques to improve other edge cases in ensemble ↵dkf2013-01-282-3/+3
| | | | | | | | compilation.
| * Clarify readable fileevent "false positives" in the case of multibyte ↵ferrieux2013-01-131-7/+10
| | | | | | | | encodings/transforms [Bug 3436609].
| * 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
| | | |
| * | | Marked some string subcommands as obsolete, following discussion on tcl-core.dkf2012-12-311-20/+25
| | | |
| * | | [Bug 3594188] Clarifications about commas.ferrieux2012-12-091-2/+14
| | | |
| * | | 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
| |\ \ \
| | * | | doc fixjan.nijtmans2012-10-161-3/+2
| | | | |
| | * | | merge trunkdkf2012-10-164-36/+243
| | |\ \ \
| | * | | | update documentationjan.nijtmans2012-09-261-7/+9
| | | | | |
| * | | | | fix Tcl_FSFileAttrStrings docjan.nijtmans2012-11-041-1/+1
| | | | | |
* | | | | | syntax improvement: expect options before the filenamejan.nijtmans2012-10-242-4/+14
|/ / / / / | | | | | | | | | | <p>start at documentation
* | | | | minor correction to index linedkf2012-10-241-1/+1
| |/ / / |/| | |
* | | | Implementation of TIP #405.dkf2012-10-162-2/+112
|\ \ \ \
| * \ \ \ merge trunktip_405_impl_tddkf2012-10-162-34/+131
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | documented new C API; corrected type signature of no-zlib fallback functiondkf2012-10-031-1/+29
| | | | |
* | | | | merge trunkdkf2012-10-034-12/+43
|\ \ \ \ \ | | |/ / / | |/| | |