summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Fix more leaks in tclZipfs.c. Valgrind now reports no more leaks in tclZipfs.cpooryorick2021-05-141-2/+4
| | * | | | Fix more leaks in Zipfs finalization.pooryorick2021-05-141-1/+36
| | |/ / /
| * | | | Separate library unloading routine from [unload] command processing.pooryorick2021-05-151-12/+38
| |/ / /
| * | | Backout [217391dc7f] and [b05e314d7a]. For the reason, see: [https://github.c...jan.nijtmans2021-05-131-40/+3
| * | | Fix remaining leaks in Zipfs finalization.pooryorick2021-05-131-3/+28
| * | | On exit deallocate up some memory allocated in ZipFS.pooryorick2021-05-121-2/+14
* | | | Merge 8.7dgp2021-05-073-3/+7
|\ \ \ \ | |/ / /
| * | | Better error-message "illegal byte sequence" when trying to read from invalid...jan.nijtmans2021-05-072-3/+1
| |\ \ \ | | |/ /
| | * | Remove TODO comment which is already donejan.nijtmans2021-05-071-2/+0
| * | | Merge 8.6jan.nijtmans2021-05-061-0/+6
| |\ \ \ | | |/ /
| | * | Handle POSIX error EILSEQ: "invalid byte sequence"jan.nijtmans2021-05-061-0/+6
* | | | merge 8.7dgp2021-05-031-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-05-031-1/+2
| |\ \ \ | | |/ /
| | * | Fix [24b9181478]: Fix unsafe buffer lifetimejan.nijtmans2021-05-031-1/+2
| | |\ \ | | | |/
| | | * Fix [24b9181478]: Fix unsafe buffer lifetimejan.nijtmans2021-05-031-1/+2
* | | | Bump to version 8.7a5 for release.dgp2021-05-031-2/+2
|/ / /
* | | Merge 8.7jan.nijtmans2021-04-291-0/+1
|\ \ \
| * | | Prevent compiler warningjan.nijtmans2021-04-291-0/+1
* | | | Merge 8.7jan.nijtmans2021-04-291-0/+1
|\ \ \ \ | |/ / /
| * | | 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