summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Proposed fix for [abd489a1c]: TclStringCmp() calls functions through pointer ...jan.nijtmans2023-10-136-24/+83
* Fix [ad5a57f2f2]: Functions passed to Tcl_CreateFileHandler() must be declare...jan.nijtmans2023-10-122-48/+76
* Those type-casts don't work well in C++jan.nijtmans2023-10-121-0/+2
* Fix [bf899d6d6d]: tclUnixSock.c: remove unnecessary castjan.nijtmans2023-10-121-8/+8
* Fix [8ab8a138c9]: Functions passed to Tcl_EventuallyFree() must be declared/d...jan.nijtmans2023-10-115-23/+40
|\
| * Remove typecasts, just define directly as Tcl_FreeProcjan.nijtmans2023-10-114-23/+31
| * Handle Tcl_SetResult() the same way as Tcl_EventuallyFreejan.nijtmans2023-10-102-8/+11
| * Follow-up for extensions: This way, usage of Tcl_EventuallyFree() won't give ...jan.nijtmans2023-10-101-0/+3
| * Proposed fix for [8ab8a138c9]: Do not pass incompatible function pointers to ...jan.nijtmans2023-10-103-15/+18
|/
* Fix [db537f8809]: tclInt.h: TclNsDecrRefCount() declaration duplicatedjan.nijtmans2023-10-091-1/+0
* Fix [d0d0749467]: TclFSUnloadTempFile() is unusedjan.nijtmans2023-10-092-94/+0
* Update rules.vcjan.nijtmans2023-10-091-0/+4
* Fix mingw build (broke by prev. commit)jan.nijtmans2023-10-051-4/+4
* Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test...jan.nijtmans2023-10-045-14/+55
|\
| * Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test...jan.nijtmans2023-10-015-14/+55
* | Fix [7b31677235]: tclOO.c: initialize fakeObject.refCountjan.nijtmans2023-10-011-0/+1
|/
* TIP #662: Un-deprecate Tcl_VarEval. Also remove some useless typecasts from d...jan.nijtmans2023-09-286-9/+8
|\
| * TIP #662: Un-deprecate Tcl_VarEvaljan.nijtmans2023-07-311-2/+2
* | Eliminate use of old deprecated trace subcommands from testcasesjan.nijtmans2023-09-2712-101/+101
* | Bug [0aaeb9c380]. Fix spurious tcltest output on hyphenated constraintsapnadkarni2023-09-221-0/+1
* | Fix [dd54ac5323]: fileSystem.test: Set moreThanOneDrive constraint correctlyjan.nijtmans2023-09-211-1/+1
* | Fix testcase for [00655c867e] (making it independent from timezone)jan.nijtmans2023-09-211-3/+3
* | Fix [47902ec47a]: ThreadSafeLocalTime(): remove redundant localtime() calljan.nijtmans2023-09-211-1/+1
* | Fix [e368ba6683]: ThreadSafeLocalTime(): check if localtime_r() encountered e...jan.nijtmans2023-09-211-1/+1
* | cleanup format.testjan.nijtmans2023-09-161-20/+11
* | [3d3124d01d]: Assure we detect any -ftrapv failures in GitHub actionsjan.nijtmans2023-09-151-0/+1
* | Fix [00655c867e]: ClockGetdatefieldsObjCmd(): avoid signed integer overflow a...jan.nijtmans2023-09-142-3/+19
* | More type-casts (c++-compatibility)jan.nijtmans2023-09-138-182/+184
* | Fix [43b0656605]: MS Windows: files with emojis are found by glob but not rec...jan.nijtmans2023-09-131-4/+10
|\ \
| * | Fix [43b0656605]: MS Windows: files with emojis are found by glob but not rec...jan.nijtmans2023-09-131-4/+10
* | | Fix [a1f11d96b8]: VC6 compilation error of core-8-6-branch: error C2065: 'int...jan.nijtmans2023-09-131-1/+1
|\ \ \
| * | | Don't use int16_t, pre-C99jan.nijtmans2023-09-131-1/+1
* | | | More CompileProc/Tcl_ObjCmdProc usagejan.nijtmans2023-09-131-777/+304
* | | | Remove unneeded internal stub-entries (now that TIP #666 is accepted)jan.nijtmans2023-09-135-494/+29
| |/ / |/| |
* | | Internal routine TclpMatchFiles() was superseded when virtual filesystemsdgp2023-09-121-2/+0
* | | The original implementation of NRE in 2008 included an internal routinedgp2023-09-121-2/+0
* | | No longer support "OPTS=utf16" in makefile.vc/rules.vcjan.nijtmans2023-09-122-13/+31
* | | Unicode 15.1 (final)jan.nijtmans2023-09-083-594/+592
|\ \ \
| * | | Adapt data tables to Unicode 15.1 (final)jan.nijtmans2023-09-082-6/+4
| * | | Adapt data tables to Unicode 15.1 (beta)jan.nijtmans2023-05-252-591/+591
| * | | Fix regular expression in previous commitjan.nijtmans2023-05-241-1/+1
| * | | Enhance html generation, so it can handle the "©" copy-sign as welljan.nijtmans2023-05-245-5/+5
| * | | More size protection for winDdejan.nijtmans2023-05-241-8/+11
| * | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameterjan.nijtmans2023-05-237-13/+13
| * | | Small documentation correctionsdkf2023-05-226-66/+95
| * | | Unbreak windows symbols build. More int -> Tcl_Size backported from 9.0jan.nijtmans2023-05-211-62/+64
| * | | More int/Tcl_Size backportjan.nijtmans2023-05-2010-167/+176
| * | | int -> Tcl_Size and other (internal) signature improvements. Most of them bac...jan.nijtmans2023-05-1912-169/+169
| * | | Improve the synopsis of the transchan manpage so it helps users a bitdkf2023-05-191-1/+12
| * | | Improve the synopsis of the refchan manpage so it helps users a bitdkf2023-05-191-1/+14