summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
Commit message (Expand)AuthorAgeFilesLines
* Change the actual value of TCL_INDEX_NULL_OK (TIP #613) to a better value whi...jan.nijtmans2022-04-141-1/+1
* -nothrow -> -nocomplainjan.nijtmans2022-03-051-2/+2
* Merge 8.7jan.nijtmans2022-03-041-0/+3
|\
| * TIP #613: New INDEX_NULL_OK flag for Tcl_GetIndexFromObj*()jan.nijtmans2021-12-091-0/+3
* | Merge 8.7jan.nijtmans2021-11-261-3/+3
|\ \ | |/
| * Merge 8.7jan.nijtmans2021-10-181-6/+6
| |\
| * \ Merge 8.7jan.nijtmans2021-06-251-3/+3
| |\ \
| * \ \ Merge 8.7jan.nijtmans2021-06-041-1/+1
| |\ \ \
| * \ \ \ Merge 8.7 Signature change for Tcl_SetPanicProc() and Tcl_FindExecutable()jan.nijtmans2021-04-281-2/+3
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2021-04-141-3/+11
| |\ \ \ \ \
| * | | | | | Merge 8.7. Change more functions signatures to return the Tcl full version nu...jan.nijtmans2021-02-241-4/+4
* | | | | | | Merge 8.7. Remove -stoponerror optionjan.nijtmans2021-10-181-6/+6
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge 8.6jan.nijtmans2021-10-121-3/+0
| |\ \ \ \ \ \
| | * | | | | | Fix build failure with --enable-symbols build on Windows: Some code makes ass...jan.nijtmans2021-10-121-3/+0
| * | | | | | | Merge 8.7jan.nijtmans2021-10-111-0/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Better solution, in stead of [https://core.tcl-lang.org/tk/info/6ffcea9b093de...jan.nijtmans2021-10-111-0/+3
| * | | | | | | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-6/+6
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge 8.7jan.nijtmans2021-06-231-3/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 8.6jan.nijtmans2021-06-211-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Change a lot of url's (as far as possible) from http:// to https://jan.nijtmans2021-06-211-1/+1
| * | | | | | Bump version number to distinguish from release.dgp2021-06-181-2/+2
| * | | | | | merge 8.7dgp2021-05-271-1/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Bump to version 8.7a5 for release.dgp2021-05-031-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge 8.7 and doc fixjan.nijtmans2021-05-261-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fix [a73c79081e]: Doc fix in tcl.h. Recommend int32_t in stead of wchar_tjan.nijtmans2021-05-261-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tc...jan.nijtmans2021-05-261-4/+2
| | |\ \ \
| | | * | | Fix [a73c79081e]: Doc fix in tcl.h, by not suggesting wchar_t any more for Tc...jan.nijtmans2021-05-261-4/+2
* | | | | | One left-over wtf-8 mentioning, which is no longer part of TIP #597jan.nijtmans2021-05-141-1/+1
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge TIP #597jan.nijtmans2021-04-291-0/+1
|\ \ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | |
| | * | | | CONST86 -> constjan.nijtmans2021-04-281-1/+1
| | * | | | Rename TclSetPreInitScript() to Tcl_SetPreInitScript(). Tiny part of TIP #596...jan.nijtmans2021-04-281-0/+1
| |/ / / /
* | | | | Merge tip-597jan.nijtmans2021-04-131-7/+9
|\ \ \ \ \ | |/ / / /
| * | | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-071-7/+9
* | | | | Merge tip-597jan.nijtmans2021-04-061-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo...jan.nijtmans2021-04-041-1/+2
* | | | | Add experimental "-nothrow" option to encoding convertfrom|convertto. If com...jan.nijtmans2021-04-011-2/+11
* | | | | Merge tip-597jan.nijtmans2021-04-011-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | Add 3 undocumented #defines. To be formalized by TIP #595 (currently being vo...jan.nijtmans2021-03-311-0/+5
| | |_|/ | |/| |
* | | | add testcase for "encoding convertto". Move stub table one positionsjan.nijtmans2021-03-301-1/+1
* | | | Add documentation. Do a better job of counting exactly which byte/character c...jan.nijtmans2021-03-301-0/+5
|/ / /
* | | Merge 8.6jan.nijtmans2021-01-211-0/+7
|\ \ \ | |/ /
| * | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Ce...jan.nijtmans2021-01-211-0/+9
| |\ \ | | |/
| | * Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Ce...jan.nijtmans2021-01-211-0/+9
| | |\
| | | * Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 b...jan.nijtmans2021-01-201-0/+9
| | |/ | |/|
| | * (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. jan.nijtmans2020-10-221-1/+1
| | * Tie together the TCL_UTF_MAX=4 and TCL_UTF_MAX=6 builds to mean the samedgp2020-04-201-1/+1
| | * Make TCL_UTF_MAX=4 build test clean again.dgp2020-04-181-1/+1
| | * Fix [c574e50a3b30e76f]: CRASH: utf-2.[89] in 8.5 built with TCL_UTF_MAX=4jan.nijtmans2020-04-181-1/+1
* | | TIP #481 implementation: Tcl_GetStringFromObj() with size_t length parameterjan.nijtmans2021-01-111-1/+1
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2020-11-251-1/+0
| |\ \ \