summaryrefslogtreecommitdiffstats
path: root/generic/tclLoad.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some indentation of commentsdkf2025-12-281-2/+2
* Rebase to trunkjan.nijtmans2025-09-021-3/+4
|\
| * (partial) merge trunkjan.nijtmans2025-09-021-3/+4
| |\
| | * More int->Tcl_Size, making command processing 64-bit safe.jan.nijtmans2025-03-261-1/+2
| | * Rebase to 9.0jan.nijtmans2025-01-071-3/+4
| | |\
| | | * Merge 9.0 (9.0.0 release)jan.nijtmans2024-10-251-1/+1
| | | |\
| | | * | Consolidated zipfs changes/Improve bunch of error-messagesjan.nijtmans2024-08-181-3/+3
| | | * | Merge 9.0jan.nijtmans2024-08-171-21/+26
| | | |\ \
| | | * \ \ Merge 9.0jan.nijtmans2024-05-211-20/+11
| | | |\ \ \
| | | * \ \ \ Merge 9.0jan.nijtmans2024-04-141-12/+12
| | | |\ \ \ \
| | | * \ \ \ \ Merge 9.0jan.nijtmans2024-03-201-5/+5
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 9.0jan.nijtmans2023-10-221-12/+12
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-04-211-15/+15
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-04-201-2/+2
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2023-03-051-13/+13
| | | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / /
| | | * | | | | | | | | Rebase TIP #626 to latest 9.0. Change Tcl version number from 9.0 to 9.1a0jan.nijtmans2022-11-061-3/+4
| | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ Merge 9.0jan.nijtmans2022-06-081-1/+1
| | | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Many int-> size_tjan.nijtmans2022-05-251-3/+4
* | | | | | | | | | | | | | Make more assoc-data keys into named defines, for greater mnemonicitydkf2025-06-191-9/+15
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Add a TCL_UNREACHABLE macro for marking a code path as never reached dkf2025-05-271-2/+5
* | | | | | | | | | | | | Merge trunk. Another round of (harmless) -Wconversion fixesjan.nijtmans2025-04-191-1/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | Fix [fc3509]: Better error-message than "interpreter uses an incompatible stu...jan.nijtmans2025-01-071-4/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | (cherry-pick )Fix ungrammatical doubling of words in commentsjan.nijtmans2024-12-101-1/+1
* | | | | | | | | | | | Fix ungrammatical doubling of words in commentsminordkf2024-09-211-1/+1
* | | | | | | | | | | | Improve bunch of error-messagesjan.nijtmans2024-08-151-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Allow "tcl8" as library prefix (just as "tcl9" for Tcl 9)jan.nijtmans2024-08-151-3/+6
* | | | | | | | | | | merge 8.7sebres2024-07-161-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | amend to [ae09f6b190]: fixes SF [a7b7dd7927f3d56b] - LoadCleanupProc can be i...sebres2024-07-161-2/+2
* | | | | | | | | | | merge 8.7 (fixes memory leak [ae09f6b190ceec31])sebres2024-07-151-22/+27
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | fixes memory leak [ae09f6b190ceec31]: properly unload and free InterpLibrary ...sebres2024-07-151-30/+33
* | | | | | | | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-5/+4
* | | | | | | | | | Clean up a lot of small whitespace issues dkf2024-05-131-4/+5
* | | | | | | | | | More whitespace cleanupdkf2024-05-101-20/+11
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge 8.7. encodingPtr -> encodingNamePtr (for consistency)jan.nijtmans2024-04-041-12/+12
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Merge 8.6jan.nijtmans2024-04-041-20/+20
| |\ \ \ \ \ \ \
| | * | | | | | | Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-8/+8
| | * | | | | | | Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
| | * | | | | | | Merge 8.5jan.nijtmans2021-03-221-1/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fix incorrect comment: underscore ('_') is allowed in a packageNamejan.nijtmans2021-03-221-1/+1
| | | * | | | | | | Fix [8cd2fe7474]: "unload" command Bug (when handling multiple libs)jan.nijtmans2020-01-171-1/+1
* | | | | | | | | | Fix indentation/brace usage style issuesdkf2024-03-191-5/+5
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge 8.7jan.nijtmans2023-10-191-12/+12
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-12/+12
* | | | | | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-14/+14
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-13/+13
| |_|_|/ / / |/| | | | |
* | | | | | Merge 8.7jan.nijtmans2022-10-211-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
* | | | | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge 9.0jan.nijtmans2022-04-141-7/+7
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Merge 9.0. More progressjan.nijtmans2022-03-231-5/+20
| |\ \ \ \
| * | | | | More work in progressjan.nijtmans2022-01-241-1/+1