summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-branchjan.nijtmans2017-12-281-4/+0
|\
| * merge core-8-6-branchjan.nijtmans2017-12-281-4/+0
| |\
| | * Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work when TCL_UTF_MAX > 3, mainly wh...jan.nijtmans2017-12-281-4/+0
| | |
| \ \
*-. \ \ Merge TIP #488 implementation. jan.nijtmans2017-12-152-72/+3
|\ \ \ \ | | |/ /
| * | | TIP 488: Remove tcl_precisionjan.nijtmans2017-12-012-72/+3
* | | | merge core-8-branch. Various cleanup: unused structure names, unused #defines...jan.nijtmans2017-12-012-2/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
* | | 8.[67] -> 9.0 in a few more placesjan.nijtmans2017-11-301-3/+3
* | | merge core-8-branchjan.nijtmans2017-11-301-1/+1
|\ \ \ | |/ /
| * | Fix [8e1e31eac0fd6b6c4452bc108a98ab08c6b64588|8e1e31eac0]: lsort treats NUL c...jan.nijtmans2017-11-301-1/+1
* | | merge core-8-branchjan.nijtmans2017-11-293-6/+3
|\ \ \ | |/ /
| * | merge core-8-6-branchjan.nijtmans2017-11-293-6/+3
| |\ \ | | |/
| | * Update some functions in tclUtf.c to handle surrogate pairs when TCL_UTF_MAX ...jan.nijtmans2017-11-293-6/+3
| | |
| \ \
*-. \ \ TIP #422, Tcl 9.0 part: Don't Use stdarg.h/va_list in Public APIjan.nijtmans2017-11-177-41/+7
|\ \ \ \ | | |/ /
| | * | merge core-8-6-branchjan.nijtmans2017-11-162-3/+3
| | |\ \ | | | |/
| | | * No longer document (even though it's only in an example) that Tcl_SavedResult...jan.nijtmans2017-11-162-3/+3
| | | |\
| | | | * No longer document (even though it's only in an example) that Tcl_SavedResult...jan.nijtmans2017-11-162-9/+8
| | | | * compatability -> compatibilityjan.nijtmans2016-12-011-1/+1
| * | | | Re-base TIP #422 implementation to trunk. Remove Tcl_VarEvalVA() as well. TIP...jan.nijtmans2017-11-076-40/+6
| |\ \ \ \ |/ / / / /
| * | | | TIP 422 implementation (rebase of branch novem-remove-va to trunk).dgp2017-11-014-27/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | merge novemjan.nijtmans2013-03-068-39/+47
| | |\ \ \
| | | * \ \ merge trunkjan.nijtmans2013-02-151-1/+1
| | | |\ \ \
| | | * \ \ \ Merge trunk. jan.nijtmans2013-02-081-1/+1
| | | |\ \ \ \
| | | * \ \ \ \ merge trunkjan.nijtmans2013-01-292-3/+3
| | | |\ \ \ \ \
| | | | \ \ \ \ \
| | | | \ \ \ \ \
| | | *-. \ \ \ \ \ merge trunkdgp2013-01-171-7/+10
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ merge trunkjan.nijtmans2013-01-053-7/+7
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / /
| | | * | | | | | | | merge trunkjan.nijtmans2013-01-021-20/+25
| | | |\ \ \ \ \ \ \ \
| | * | | | | | | | | | Remove all VA functions Tcl_AppendResultVA, Tcl_AppendStringsToObjVA, Tcl_Set...jan.nijtmans2012-12-184-27/+4
| | |/ / / / / / / / /
| | * | | | | | | | | remove deprecated functions Tcl_VarEval and Tcl_VarEvalVAjan.nijtmans2012-12-173-23/+4
| | * | | | | | | | | merge trunkjan.nijtmans2012-12-101-2/+14
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2012-12-071-1/+1
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Remove obsolete functions Tcl_GetDefaultEncodingDir and Tcl_SetDefaultEncodin...jan.nijtmans2012-12-031-17/+2
| | * | | | | | | | | | | Initialize legacyFreeProc with invalid value: This will result injan.nijtmans2012-12-032-23/+4
| | * | | | | | | | | | | Stop [glob] complaining about empty list result. Continue support fordgp2012-11-301-5/+0
| | * | | | | | | | | | | merge trunkjan.nijtmans2012-11-261-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Removed functions marked deprecated or obsolete for a long time: Tcl_Backslas...jan.nijtmans2012-11-2610-144/+35
| | * | | | | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Goodbye to [case].dgp2012-11-151-60/+0
| | * | | | | | | | | | | | | Octal death documentation impacts.dgp2012-11-153-12/+11
* | | | | | | | | | | | | | | TIPs 330 & 336 changes to Tcl 9 Implementationdgp2017-11-033-28/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Simplify implementation of Tcl_SaveResult/Tcl_RestoreResult/Tcl_DiscardResult...jan.nijtmans2017-10-311-2/+2
| * | | | | | | | | | | | | | | Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336.dgp2017-10-302-26/+0
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Implementation branch for TIP 114 - Eliminate Octal Parsing...dgp2017-10-233-12/+5
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Correct longstanding typo in continue man pageandy2017-08-121-1/+1
* | | | | | | | | | | | | | Rewrite the documentation of [regsub -command] so it's not quite such a mess.dgp2017-06-231-10/+12
* | | | | | | | | | | | | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literalsjan.nijtmans2017-06-234-6/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge core-8-6-branch. jan.nijtmans2017-06-151-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....)jan.nijtmans2017-06-143-4/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Add support of 0d in the format %# conversion flag. Add tests for same.griffin2017-06-121-7/+9
| | * | | | | | | | | | | | | | | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o.griffin2017-05-272-3/+6