summaryrefslogtreecommitdiffstats
path: root/generic/tclPkg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-5/+5
|\
| * Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-2/+2
* | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-2/+2
* | Merge 8.7jan.nijtmans2024-02-161-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2024-02-161-1/+1
| |\
| | * Fix [e646d28f1a]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-1/+1
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-2/+2
* | | Merge 8.7jan.nijtmans2023-10-191-15/+15
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-15/+15
* | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-3/+3
* | | Merge trunkapnadkarni2023-04-141-2/+2
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-2/+2
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-14/+14
|/ / /
* | | More -Wconversion warning fixesjan.nijtmans2023-03-081-26/+26
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-11/+11
* | | Merge 8.7jan.nijtmans2022-11-281-2/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2022-11-081-1/+1
|\ \ \ | |/ /
| * | NEVER use sizeof(FLEXARRAY)! Use offsetof()jan.nijtmans2022-11-081-1/+1
* | | Merge 8.7jan.nijtmans2022-11-081-1/+1
|\ \ \ | |/ /
| * | More TCLFLEXARRAY usagejan.nijtmans2022-11-081-1/+1
* | | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-4/+5
|\ \ \
| * \ \ Merge 9.0jan.nijtmans2022-05-171-2/+2
| |\ \ \ | |/ / / |/| | |
| * | | Merge 9.0jan.nijtmans2022-04-141-3/+3
| |\ \ \
| * | | | More int -> size_t in APIjan.nijtmans2022-02-171-1/+1
| * | | | Same with TclListObjGetElementsjan.nijtmans2022-02-101-2/+2
| * | | | More WIPjan.nijtmans2022-01-261-4/+5
| * | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-2/+2
* | | | | Merge 8.7jan.nijtmans2022-05-171-2/+2
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-2/+2
* | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+3
|\ \ \ \
| * | | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-3/+3
| |/ / /
* | | | Merge 8.7jan.nijtmans2022-02-101-2/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge 8.6jan.nijtmans2022-02-101-2/+2
| |\ \ | | |/
| | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-2/+2
| | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-2/+3
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-1/+2
* | | Merge 8.7jan.nijtmans2021-11-261-3/+3
|\ \ \ | |/ /
| * | TIP #599 implementation: Extended build informationjan.nijtmans2021-11-261-3/+3
| |\ \
| | * | Remove tclPkg.c changes, instead implement new tcl::build-info commandjan.nijtmans2021-07-131-3/+3
| | * | Merge 8.7jan.nijtmans2020-12-131-2/+2
| | |\ \ | | |/ / | |/| |
| | * | Merge 8.7jan.nijtmans2020-10-051-2/+2
| | |\ \
| | * \ \ Merge 8.7jan.nijtmans2020-09-291-1/+1
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2020-09-271-4/+5
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2020-09-151-1/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7. Provide both major and minor version number for gcc/clang/msvcjan.nijtmans2020-07-061-10/+3
| | |\ \ \ \ \ \
| | * | | | | | | WIP: Store build info in packagejan.nijtmans2020-06-291-2/+9
| | |/ / / / / /
* | | | | | | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
* | | | | | | | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
| | |_|_|_|/ / | |/| | | | |