summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Unbreak build with -DTCL_NO_DEPRECATEDjan.nijtmans2021-04-291-0/+1
* | | | Merge 8.7jan.nijtmans2021-04-2811-70/+165
|\ \ \ \ | |/ / /
| * | | CONST86 -> constjan.nijtmans2021-04-281-1/+1
| * | | Rename TclSetPreInitScript() to Tcl_SetPreInitScript(). Tiny part of TIP #596...jan.nijtmans2021-04-284-9/+12
| * | | Fix for io-28.6.pooryorick2021-04-262-20/+28
| * | | Add test constaints "debug", "purify", and "debugpurify"pooryorick2021-04-261-0/+74
| * | | Documenting our reference count managementdkf2021-04-251-10/+14
| * | | Documenting our reference count managementdkf2021-04-241-13/+15
| * | | Fix for [1f4af0a127369d4a1], tclZipfs storage cleanup issue.pooryorick2021-04-201-17/+10
| * | | Fixes for Valgrind issues similar to [ec06d0db3225afca].pooryorick2021-04-201-0/+3
| * | | Fix for issue [ec06d0db3225afca].pooryorick2021-04-201-0/+1
| * | | Revert [e59df7e9a3]: after a better look, the original code respected the exp...jan.nijtmans2021-04-151-7/+1
| * | | Restore expectation of callers to Tcl_AppendObjToObj that the appendObj never...jan.nijtmans2021-04-151-1/+7
| |\ \ \
| | * | | Restore expectation for Tcl_AppendObjToObj()jan.nijtmans2021-04-141-1/+7
| * | | | merge 8.6dgp2021-04-141-1/+8
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | merge 8.5; adapt fix for 8.6dgp2021-04-141-1/+8
| | |\ \ | | | |/
| | | * Bug fixdgp2021-04-141-1/+2
* | | | Remove wtf-8/wtf-16/tcl-8 encodingsjan.nijtmans2021-04-161-29/+11
* | | | Merge 8.7jan.nijtmans2021-04-143-10/+6
|\ \ \ \ | |/ / /
| * | | Complete fix for [7f1162a867]. Re-enable compilation of "string cat" (TclComp...jan.nijtmans2021-04-142-6/+6
| |\ \ \
| | * \ \ Merge 8.7jan.nijtmans2021-04-133-3/+7
| | |\ \ \
| | * | | | Fix testcase utf-1.18jan.nijtmans2021-04-131-5/+5
| * | | | | Remove unnecessary reference counting.pooryorick2021-04-131-4/+0
| | |/ / / | |/| | |
* | | | | Merge 8.7jan.nijtmans2021-04-131-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Unbreak buildjan.nijtmans2021-04-131-1/+1
* | | | | Merge 8.7jan.nijtmans2021-04-133-3/+7
|\ \ \ \ \ | |/ / / /
| * | | | Zero out memory allocated on stackdkf2021-04-121-0/+1
| * | | | Fix [f566e1c817]: macOS: -DTCL_NO_DEPRECATEDjan.nijtmans2021-04-122-3/+6
* | | | | Merge 8.7jan.nijtmans2021-04-122-7/+38
|\ \ \ \ \ | |/ / / /
| * | | | Fix [7f1162a867]. Don't compile "string cat" any more, since there still is a...jan.nijtmans2021-04-122-7/+38
| |\ \ \ \ | | |/ / /
| | * | | Fix TclStringCat() functions. This makes allmost all testcases pass, one left...jan.nijtmans2021-04-091-6/+21
| | * | | Rename macro to ISCONTINUATION()jan.nijtmans2021-04-091-4/+4
| | * | | new macro ISCONTBYTEORLOWERSURROGATE()jan.nijtmans2021-04-091-3/+11
| | * | | Fix append-3.4, append-3.7 and utf-1.18 testcasesjan.nijtmans2021-04-091-0/+8
| |/ / /
* | | | Deprecate/remove "string bytelength"jan.nijtmans2021-04-091-0/+4
* | | | Merge 8.7jan.nijtmans2021-04-094-0/+25
|\ \ \ \ | |/ / /
| * | | TIP #598: export TclWinConvertErrorjan.nijtmans2021-04-084-0/+25
| |\ \ \
| | * | | Compatibility tweak wrt 8.6jan.nijtmans2021-03-091-2/+2
| | * | | TclWinConvertError -> Tcl_WinConvertErrorjan.nijtmans2021-03-091-1/+1
| | * | | Merge 8.7jan.nijtmans2021-03-0939-557/+1237
| | |\ \ \
| | * | | | publicize TclWinConvertErrorjan.nijtmans2020-12-104-0/+21
* | | | | | Add "tcl-8" encodingjan.nijtmans2021-04-081-0/+3
* | | | | | Merge 8.7jan.nijtmans2021-04-0810-51/+57
|\ \ \ \ \ \ | |/ / / / /
| * | | | | A few missing renamingsjan.nijtmans2021-04-071-1/+1
| * | | | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib...jan.nijtmans2021-04-079-50/+52
| * | | | | Revert previous commit, and add comments why it's wrong.jan.nijtmans2021-04-071-1/+5
| * | | | | Replace simple refCount decrement with the proper decrementing function.pooryorick2021-04-051-1/+1
* | | | | | Merge 8.7jan.nijtmans2021-04-0613-37/+393
|\ \ \ \ \ \ | |/ / / / /
| * | | | | tclZipfs.c:1857:33: warning: request for implicit conversion from ‘void *â€...jan.nijtmans2021-04-051-2/+2
| * | | | | Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo...jan.nijtmans2021-04-048-24/+25