summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* issue [10aa8403d064439f]: make command `testsize` platform-independent (cover...sebres2024-05-101-0/+23
* Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ...jan.nijtmans2024-04-291-2/+2
* Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix sentinels...jan.nijtmans2024-04-111-11/+7
* Use O_ACCMODE in stead of the non-standard RW_MODES. Since O_RDONLY|O_WRONLY|...jan.nijtmans2024-04-101-1/+1
* Add testcases for bug [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFU...jan.nijtmans2024-04-041-5/+35
|\
| * Tcl_ArgvGenFuncProc: int -> Tcl_Size (twice)jan.nijtmans2024-04-041-1/+1
| * Combine with "testparseargs" command. With testcases nowjan.nijtmans2024-04-041-81/+32
| * Add "testparseargsobj" command. Testcases to be addedjan.nijtmans2024-04-031-0/+79
| * Backport formatting from 9.0. Revise genStubs.tcl such that dummy entries are...jan.nijtmans2024-03-231-198/+198
| * Formatting/indentingjan.nijtmans2024-03-211-287/+274
| * Fix [0d78177f20]: unsigned use of Tcl_ObjPrintf() doesn't work as expected. W...jan.nijtmans2024-02-011-5/+6
| * Missing "const"jan.nijtmans2024-01-281-1/+1
| * Remove testgetencpath/testsetencpath test commands: Testcase can use "encodin...jan.nijtmans2023-11-231-72/+0
| * Fix [b8a30af3da]: test failures in reg.test. Now works with -DTCL_NO_DEPRECAT...jan.nijtmans2023-11-231-2/+2
| * Undo previous commit. Add "static" keywords in various places instead. This s...jan.nijtmans2023-11-201-1/+1
| * "stoponerror" == "profilestrict" (and not used anyway)jan.nijtmans2023-11-181-1/+0
| * Simplify TIP #656: "A revised proposal for encodings". Make TCL_ENCODING_PROF...jan.nijtmans2023-11-131-1/+1
| * [26870862f0] follow-up: of course it was not complete yetjan.nijtmans2023-10-271-14/+14
| * More C++-sentinel-related fixes (hopefully, those are the last ones)jan.nijtmans2023-10-271-97/+97
| * Final fix for [8ab8a138c9]: functions passed to Tcl_EventuallyFree() must be ...jan.nijtmans2023-10-261-89/+89
| * Merge 8.6jan.nijtmans2023-10-111-3/+11
| |\
| * \ Merge 8.6jan.nijtmans2023-10-041-7/+7
| |\ \
| * \ \ Merge 8.6jan.nijtmans2023-09-281-4/+2
| |\ \ \
| * | | | Bug [943258f361] - valgrind - cmdInfo test uninitialized memory accessapnadkarni2023-09-161-0/+3
| | | | |
| | \ \ \
| *-. \ \ \ TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0)jan.nijtmans2023-09-121-3/+0
| |\ \ \ \ \ | | | |/ / /
| | * | | | Rebase to 8.7jan.nijtmans2023-08-311-3/+0
| | |\ \ \ \
| | | * \ \ \ Rebase to 8.7jan.nijtmans2023-07-091-3/+0
| | | |\ \ \ \
| | | | * | | | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-3/+0
| * | | | | | | TIP #666 implementation: Change ptrdiff_t → Tcl_Size in Tcl 8.7 (and 9.0)jan.nijtmans2023-09-111-9/+9
| |\ \ \ \ \ \ \
| | * | | | | | | Merge 8.7jan.nijtmans2023-08-041-18/+23
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge 8.6jan.nijtmans2023-09-081-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | silence compiler warningdgp2023-09-061-1/+1
| * | | | | | | Merge 8.6jan.nijtmans2023-09-051-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.6 - Fix [b5ac3e3786] - Tcl_GetUniChar oob readapnadkarni2023-09-051-0/+31
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | / / / / | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Backport some test improvements from 9.0jan.nijtmans2023-08-311-12/+17
| | |_|/ / / / | |/| | | | |
* | | | | | | Fix [2089279]: StringObj.3 Tcl_ObjPrintf inaccuracies.jan.nijtmans2024-02-051-0/+41
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove typecasts, just define directly as Tcl_FreeProcjan.nijtmans2023-10-111-5/+13
* | | | | | Handle Tcl_SetResult() the same way as Tcl_EventuallyFreejan.nijtmans2023-10-101-8/+8
| |_|_|_|/ |/| | | |
* | | | | Fix [7371b6270b]: AddressSanitizer use-after-return detection breaks NRE test...jan.nijtmans2023-10-011-7/+7
| |_|/ / |/| | |
* | | | Unicode 15.1 (final)jan.nijtmans2023-09-081-2/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Backport test improvements from 9.0jan.nijtmans2023-05-151-14/+29
| * | Backport various changes from 9.0 branchjan.nijtmans2023-05-101-78/+80
| |/
| * Some more int -> Tcl_Size (which is actually the same in 8.7). Backported fro...jan.nijtmans2023-04-121-18/+24
| * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
| * Merge 8.6jan.nijtmans2023-03-311-22/+21
| |\
| * \ Merge 8.6jan.nijtmans2023-03-301-15/+15
| |\ \ | | |/
| * | Merge 8.6jan.nijtmans2023-03-231-7/+6
| |\ \
| * | | Move (TCL_ENCODING_PROFILE_MASK|GET|SET) from tcl.h to tclIO.h, since those a...jan.nijtmans2023-03-221-2/+1
| * | | Merge 8.7apnadkarni2023-03-161-2/+2
| |\ \ \
| | * | | Fix (minor) warning on 32-bit platformsjan.nijtmans2023-03-161-2/+2