summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
| |/ / / |/| | |
* | | | Unbreak buildjan.nijtmans2021-04-131-1/+1
* | | | Zero out memory allocated on stackdkf2021-04-121-0/+1
* | | | Fix [f566e1c817]: macOS: -DTCL_NO_DEPRECATEDjan.nijtmans2021-04-122-3/+6
* | | | 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
|/ / /
* | | 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
* | | | | 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
* | | | | 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
* | | | | Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with --...jan.nijtmans2021-04-044-125/+107
* | | | | Update code comments.pooryorick2021-04-031-33/+24
* | | | | Changes to code comments.pooryorick2021-04-031-8/+9
* | | | | When a namesapce is deleted delete all namespaces under it before making anypooryorick2021-04-032-59/+84
* | | | | Use TclCleanupCommandMacro instead of just decrementing the reference count.pooryorick2021-04-031-1/+1
* | | | | OO cleanup fix that passes test 11.7.pooryorick2021-04-031-11/+12
* | | | | Clean up the notifier code to not spread the hooks quite so widelydkf2021-04-034-11/+366
|\ \ \ \ \
| * | | | | Forgot a place to #ifndef outdkf2021-04-011-6/+8
| * | | | | Don't define Tcl_CreateFileHandler or Tcl_DeleteFileHandler on Windows.dkf2021-03-311-66/+76
| * | | | | merge core-8-branchdkf2021-03-317-181/+279
| |\ \ \ \ \
| * | | | | | Refactoring, ahoydkf2021-03-302-9/+326
| * | | | | | Start of doing a clean up of the notifier code.dkf2021-03-213-2/+28
* | | | | | | Merge 8.6jan.nijtmans2021-04-011-18/+33
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | Follow-up to [15c7b4f93e]: "Implement TCL_ENCODING_STOPONERROR flag for UtfTo...jan.nijtmans2021-04-011-6/+6
| * | | | | remove useless save/restorejan.nijtmans2021-03-301-2/+0
| * | | | | Merge 8.5jan.nijtmans2021-03-221-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Fix incorrect comment: underscore ('_') is allowed in a packageNamejan.nijtmans2021-03-221-1/+1
| | * | | | Backport Tcl_UtfCharComplete() functionality from 8.6 for TCL_UTF_MAX>3. This...jan.nijtmans2021-03-111-1/+18