summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in Tcl_SetWideUIntObj.dkf2025-03-031-1/+1
|\
| * Fix bug in Tcl_SetWideUIntObj.dkf2025-03-031-1/+1
| * backout [b569739692]: [02977e0004] Reduce impact of recursion depth bug.jan.nijtmans2024-11-121-1/+1
* | (void *)NULL -> (char *)NULL, where appropriatejan.nijtmans2024-10-251-1/+1
|\ \ | |/
* | Follow-up for [0439e1e1a3]: Slow detection of illegal expr argument. Same fi...jan.nijtmans2024-10-081-6/+66
|\ \ | |/
* | In Tcl_GetNumberFromObj() change the dictionary length check from > 1 to > 0 topooryorick2024-10-071-1/+1
* | Modify fix for [0439e1e1a3], no conversion to list any more. Reported by AKU.jan.nijtmans2024-09-251-1/+1
|\ \
| * \ Merge 9.0. Use TclMaxListLength() to determine error-message in stead of conv...jan.nijtmans2024-09-241-5/+5
| |\ \ | |/ / |/| |
| * | [0439e1e1a3]: Slow detection of illegal expr argument. Handle more of the same.jan.nijtmans2024-07-091-0/+89
|/ /
* | Don't bother unrelated error-messagesjan.nijtmans2024-07-091-1/+1
* | Remaining can't -> cannot changesjan.nijtmans2024-07-081-1/+1
* | Improvement: If objPtr can be represented as a list and has >1 elements, give...jan.nijtmans2024-07-071-7/+22
* | Possible fix for [0439e1e1a3]: Slow detection of illegal expr argumentjan.nijtmans2024-07-051-0/+7
* | TclGetStringFromObj() cannot be used herejan.nijtmans2024-07-031-3/+3
* | Merge 8.7jan.nijtmans2024-07-031-23/+23
|\ \ | |/
| * Merge 8.6jan.nijtmans2024-07-031-66/+67
| |\
| | * Tcl_RegisterObjType() in alphabetical order. Backport some formatting and typ...jan.nijtmans2024-07-031-93/+97
| | * Another round of sentinel fixes for 8.6, NULL -> (char *)NULLjan.nijtmans2024-05-291-11/+11
| | * Make TclGlob() a static function. Sentinel/indenting/comment improvements (al...jan.nijtmans2024-05-281-14/+14
* | | Merge 8.7. Random indent fixesjan.nijtmans2024-06-271-40/+40
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2024-05-271-12/+12
|\ \ \ | |/ /
| * | Another round of sentinel improvementsjan.nijtmans2024-05-271-12/+12
| |\ \ | | |/
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-184/+179
* | | Clean up a lot of small whitespace issues dkf2024-05-131-179/+184
* | | More whitespace cleanupdkf2024-05-101-2/+0
* | | TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj()jan.nijtmans2024-04-201-0/+67
|\ \ \ | |/ /
| * | TIP #648: New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj()jan.nijtmans2024-04-201-0/+67
| |\ \
| | * \ Revive TIP #648jan.nijtmans2024-04-081-0/+67
| | |\ \
| | | * \ Rebase to 8.7jan.nijtmans2022-11-211-0/+67
| | | |\ \
| | | | * \ Rebase to latest 8.7jan.nijtmans2022-11-201-0/+67
| | | | |\ \
| | | | | * \ Merge 8.7jan.nijtmans2022-11-151-24/+10
| | | | | |\ \
| | | | | * | | Fix panic messagejan.nijtmans2022-11-111-1/+1
| | | | | * | | Fix for Tcl_SetWideUIntObjjan.nijtmans2022-11-111-1/+1
| | | | | * | | Merge 8.7jan.nijtmans2022-11-111-2/+1
| | | | | |\ \ \
| | | | | * | | | New functions Tcl_NewWideUIntObj()/Tcl_SetWideUIntObj() (still experimental)jan.nijtmans2022-11-041-0/+68
| | | | | |/ / /
* | | | | | | | merge 8.7sebres2024-04-121-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | merge 8.6sebres2024-04-121-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | merge 8.5, amend to [82f721a5a039596f]: the bug was fixed incompletely, this ...sebres2024-04-121-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | amend to [295b0570ff660950]: the bug was fixed incompletely, this is full bug...sebres2024-04-121-1/+1
| | | * | | | | | Update some libtommath functions to the latest trunk versions. Small step for...jan.nijtmans2019-05-291-7/+7
* | | | | | | | | Merge 8.7jan.nijtmans2024-04-101-32/+32
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | / / / / / | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Merge 8.6 Use TclHasInternalRep() macro in more places.jan.nijtmans2024-04-101-33/+33
| |\ \ \ \ \ \ \ | | |/ / / / / /
* | | | | | | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Formatting/indentingjan.nijtmans2024-03-211-3/+3
| * | | | | | | Restore TclListObjLength()/TclListObjGetElements() macro's, as they were in 8.6jan.nijtmans2024-03-131-1/+1
* | | | | | | | Fix indentation/brace usage style issuesdkf2024-03-191-2/+4
* | | | | | | | Restore TclListObjGetElements()/TclListObjLength() as they were in 8.6 too.jan.nijtmans2024-03-121-1/+1
* | | | | | | | Restore the TclGetStringFromObj() macro in tclInt.h as it was in 8.6/8.7jan.nijtmans2024-03-121-0/+1
* | | | | | | | Merge 8.7jan.nijtmans2024-02-081-6/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge 8.6. Some int -> Tcl_Sizejan.nijtmans2024-02-081-10/+10
| |\ \ \ \ \ \ \ | | |/ / / / / /