Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 8.7 | sebres | 2025-03-14 | 1 | -1/+1 |
|\ | |||||
| * | missing static | sebres | 2025-03-14 | 1 | -1/+1 |
| | | |||||
* | | merge 8.7 | sebres | 2025-03-14 | 1 | -33/+26 |
|\ \ | |/ | |||||
| * | code deduplication | sebres | 2025-03-14 | 1 | -31/+24 |
| | | |||||
| * | padding | sebres | 2025-03-14 | 1 | -6/+6 |
| | | |||||
* | | Add dummy TclpLoadMemoryGetBuffer/TclpLoadMemory for Windows and UNIX, so ↵ | jan.nijtmans | 2025-01-17 | 1 | -0/+3 |
|\ \ | |/ | | | | | compiling with TCL_LOAD_FROM_MEMORY succeeds (but fallbacks normally at runtime) | ||||
| * | Make Tcl_SetResult usable in tclTest.c, even if TCL_NO_DEPRECATED is defined | jan.nijtmans | 2025-01-14 | 1 | -0/+22 |
| | | |||||
| * | Undo previous commit, it didn't really help. | jan.nijtmans | 2025-01-14 | 1 | -11/+17 |
| | | | | | | | | | | Fix tests for Tcl_UtfNext/Tcl_UtfPrev, which were always expected in UTF-32 mode. Make Tcl_SetResult() usable with TCL_NO_DEPRECATED too, otherwise it leads to a test crash Always install header-files before documentation: If documentation copying takes too long it can be aborted. | ||||
| * | #ifdef TCL_NO_DEPRECATED -> #ifndef TCL_NO_DEPRECATED | jan.nijtmans | 2025-01-13 | 1 | -4/+4 |
| | | |||||
| * | Re-enable Tcl_SavedResult testcases. They won't work if TCL_NO_DEPRECATED is ↵ | jan.nijtmans | 2025-01-13 | 1 | -9/+8 |
| | | | | | | | | set. | ||||
| * | Handle TCL_NO_DEPRECATED in test code: Don't try to use deprecated API | jan.nijtmans | 2025-01-12 | 1 | -13/+13 |
| | | |||||
| * | Tcl_UniChar -> int in tcl.decls. This gives a correct compiler-warning when ↵ | jan.nijtmans | 2025-01-05 | 1 | -1/+7 |
| | | | | | | | | Tcl_GetUnicode() usage doesn't match TCL_UTF_MAX, as in Testutf16stringObjCmd() | ||||
| * | (cherry-pick )Fix ungrammatical doubling of words in comments | jan.nijtmans | 2024-12-10 | 1 | -2/+2 |
| | | |||||
| * | backout [b569739692]: [02977e0004] Reduce impact of recursion depth bug. | jan.nijtmans | 2024-11-12 | 1 | -1/+1 |
| | | | | | | Remove some unneeded typecasts. Some int -> Tcl_Size | ||||
* | | Use many many more ObjProc's in test code: we should give a good example here | jan.nijtmans | 2024-11-11 | 1 | -739/+689 |
| | | |||||
* | | Merge 8.7 - TIP 701 - Tcl_FSTildeExpand C API | apnadkarni | 2024-10-30 | 1 | -0/+42 |
|\ \ | |/ | |||||
| * | Add Tcl_FSTildeExpand and tests | apnadkarni | 2024-09-11 | 1 | -0/+42 |
| | | |||||
* | | Merge-mark 8.7. Indenting (8 spaces -> tabs) | jan.nijtmans | 2024-10-09 | 1 | -4/+4 |
|\ \ | |/ | |||||
* | | Fix ungrammatical doubling of words in commentsminor | dkf | 2024-09-21 | 1 | -2/+2 |
| | | |||||
* | | More tests for Tcl_UtfToExternal and Tcl_ExternalToUtf C API, in progress | apnadkarni | 2024-08-16 | 1 | -11/+11 |
| | | |||||
* | | Improve bunch of error-messages | jan.nijtmans | 2024-08-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Improve bunch of error-messages | jan.nijtmans | 2024-08-15 | 1 | -1/+1 |
| | | |||||
* | | Fix [7be97a6859]: Reviewing chan.n changes | jan.nijtmans | 2024-06-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix [7be97a6859]: Reviewing chan.n changes | jan.nijtmans | 2024-06-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Change "channelId" to "channel" in documentation, error-handling and testcases | jan.nijtmans | 2024-06-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | More of the same: Space before tab is extremely unlikely to be correct ↵ | jan.nijtmans | 2024-06-05 | 1 | -14/+13 |
| | | | | | | | | indentation pattern. | ||||
* | | Merge 8.7 | jan.nijtmans | 2024-05-28 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Eliminate some unnecessary type-casts. Tcl_GetString -> TclGetString where ↵ | jan.nijtmans | 2024-05-28 | 1 | -3/+3 |
| |\ | | | | | | | | | | appropriate | ||||
| | * | Make TclGlob() a static function. Sentinel/indenting/comment improvements ↵ | jan.nijtmans | 2024-05-28 | 1 | -3/+3 |
| | | | | | | | | | | | | (all backported from 8.7) | ||||
* | | | closes [10aa8403d064439f]: merge 8.7, restore time64bit constraint (all ↵ | sebres | 2024-05-10 | 1 | -0/+23 |
|\ \ \ | |/ / | | | | | | | platforms now) | ||||
| * | | merge 8.6 | sebres | 2024-05-10 | 1 | -0/+23 |
| |\ \ | | |/ | |||||
| | * | issue [10aa8403d064439f]: make command `testsize` platform-independent ↵ | sebres | 2024-05-10 | 1 | -0/+23 |
| | | | | | | | | | | | | (covers constraint time64bit for unix too) | ||||
| | * | Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ↵ | jan.nijtmans | 2024-04-29 | 1 | -2/+2 |
| | | | | | | | | | | | | from 8.7/9.0. | ||||
| | * | Use Tcl_NewBooleanObj for booleans; we should say what we mean. Fix ↵ | jan.nijtmans | 2024-04-11 | 1 | -11/+7 |
| | | | | | | | | | | | | sentinels and type-casts. | ||||
* | | | Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING | jan.nijtmans | 2024-05-02 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Better fix for [1e48483c8b]: Use of non-standard C code in TCLBOOLWARNING | jan.nijtmans | 2024-05-02 | 1 | -2/+1 |
| |\ \ | |/ / |/| | | |||||
* | | | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag. | jan.nijtmans | 2024-04-29 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Eliminate warnings in tclTest(Obj).c, caused by our -Wc++-compat flag. | jan.nijtmans | 2024-04-29 | 1 | -0/+2 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2024-04-21 | 1 | -5/+0 |
|\ \ \ | |/ / | |||||
| * | | No need for Tcl_TomMath_InitStubs() any more, due to TIP #648 | jan.nijtmans | 2024-04-21 | 1 | -5/+0 |
| | | | |||||
* | | | TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() | jan.nijtmans | 2024-04-20 | 1 | -24/+2 |
|\ \ \ | |/ / | |||||
| * | | TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() | jan.nijtmans | 2024-04-20 | 1 | -24/+2 |
| |\ \ | |||||
| | * \ | Revive TIP #648 | jan.nijtmans | 2024-04-08 | 1 | -24/+2 |
| | |\ \ | |||||
| | | * \ | Rebase to latest 8.7 | jan.nijtmans | 2022-11-20 | 1 | -2/+2 |
| | | |\ \ | |||||
| | | | * \ | Merge 8.7 | jan.nijtmans | 2022-11-11 | 1 | -1/+1 |
| | | | |\ \ | |||||
| | | | * | | | New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() (still experimental) | jan.nijtmans | 2022-11-04 | 1 | -1/+1 |
| | | | |/ / | |||||
* | | | | | | Merge 8.7 | jan.nijtmans | 2024-04-10 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | | |||||
| * | | | | Merge 8.6 Use TclHasInternalRep() macro in more places. | jan.nijtmans | 2024-04-10 | 1 | -2/+2 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Use O_ACCMODE in stead of the non-standard RW_MODES. Since ↵ | jan.nijtmans | 2024-04-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | O_RDONLY|O_WRONLY|O_RDWR aren't necessary separate flags, this is the standard way. | ||||
* | | | | | Fix [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. With testcase | jan.nijtmans | 2024-04-04 | 1 | -2/+32 |
|\ \ \ \ \ | |/ / / / |