summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Rebase to 8.7jan.nijtmans2022-10-123-7/+27
|\
| * Merge 8.7jan.nijtmans2022-10-093-27/+47
| |\
| | * TIP #641 implementation: Let Tcl_GetBoolean(FromObj) handle (C99) booljan.nijtmans2022-10-043-30/+49
* | | Use Tcl_ObjCmdProc in stead of full signaturejan.nijtmans2022-10-108-442/+178
* | | Slight improvement to TIP #346/#633 combination: Now -strictencoding 1 automa...jan.nijtmans2022-10-101-21/+9
* | | Tcl_NewWideIntObj -> Tcl_NewBooleanObj where appropriatejan.nijtmans2022-10-093-21/+21
|/ /
* | TIP #633: configure channel about channel encoding error reporting modejan.nijtmans2022-10-092-47/+125
|\ \
| * \ Merge 8.7jan.nijtmans2022-10-081-0/+10
| |\ \ | |/ / |/| |
* | | TIP #346 bugfix: -strictencoding should be resetable toojan.nijtmans2022-10-081-0/+10
| * | Merge 8.7jan.nijtmans2022-10-083-108/+108
| |\ \ | |/ / |/| |
* | | TIP #346: Error on Failed String Encodingsjan.nijtmans2022-10-085-110/+182
|\ \ \
| | * | -nocomplainencoding and -strictencoding are incompatiblejan.nijtmans2022-10-082-2/+23
| | * | Merge tip-346jan.nijtmans2022-10-0724-399/+824
| | |\ \ | | |/ / | |/| |
| * | | Merge 8.7jan.nijtmans2022-10-0722-389/+742
| |\ \ \ | |/ / / |/| | |
* | | | Use GotFlag/SetFlag/ResetFlag macro's wherever appropriatejan.nijtmans2022-10-071-21/+21
* | | | TIP #618: New Tcl_GetBool* functions with TCL_NULL_OK flagjan.nijtmans2022-10-078-49/+115
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge 8.7jan.nijtmans2022-10-0311-60/+247
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2022-09-2621-474/+2307
| |\ \ \ \
| * \ \ \ \ Merge 8.7jan.nijtmans2022-09-1714-514/+908
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-081-3/+14
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-09-0778-3114/+6401
| |\ \ \ \ \ \ \
| * | | | | | | | Update docjan.nijtmans2022-05-102-18/+18
| * | | | | | | | Merge 8.7. Update docjan.nijtmans2022-05-108-44/+21
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-04-294-55/+38
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | re-structure, add more examplesjan.nijtmans2022-04-299-47/+63
| * | | | | | | | | Merge 8.7jan.nijtmans2022-04-264-15/+19
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-04-211-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Simplify TclGetBoolFromObj() macrojan.nijtmans2022-04-203-9/+9
| * | | | | | | | | | | Merge 8.7jan.nijtmans2022-04-208-52/+64
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove macro's for Tcl_GetBoolFromObj/Tcl_GetBooljan.nijtmans2022-04-152-14/+2
| * | | | | | | | | | | | Restore Tcl_GetBoolenanFromObj/Tcl_GetBoolenan signaturesjan.nijtmans2022-04-155-20/+12
| * | | | | | | | | | | | Use lower 5 bits of flags for sizeof(*(boolPtr))jan.nijtmans2022-04-152-13/+11
| * | | | | | | | | | | | Merge 8.7jan.nijtmans2022-04-154-29/+31
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-04-041-8/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. Fix implementation as noted by Ashok.jan.nijtmans2022-04-042-20/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Panic if Testsaveresult call to Tcl_GetBoolFromObj overwrites memory.apnadkarni2022-04-041-4/+10
| * | | | | | | | | | | | | | | Add Ashok's examplejan.nijtmans2022-04-031-3/+4
| * | | | | | | | | | | | | | | Better errpr-handlingjan.nijtmans2022-03-311-2/+2
| * | | | | | | | | | | | | | | Handle objPtr == NULL / interp == NULL betterjan.nijtmans2022-03-311-0/+7
| * | | | | | | | | | | | | | | uint??_t -> int??_tjan.nijtmans2022-03-311-8/+8
| * | | | | | | | | | | | | | | Merge 8.7. Make room for TIP #622 stub entriesjan.nijtmans2022-03-3125-340/+642
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.7jan.nijtmans2022-02-248-36/+87
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | TIP #618: New Tcl_GetBool* functions with INDEX_NULL_OK flagjan.nijtmans2022-02-2211-39/+165
* | | | | | | | | | | | | | | | | | Add memory leak/refcount tests for lists, spans and lseqapnadkarni2022-10-071-107/+216
* | | | | | | | | | | | | | | | | | More -1 -> TCL_INDEX_NONEjan.nijtmans2022-10-071-63/+68
* | | | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2022-10-071-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Follow-up to [1599352cca]: Tcl_Merge(): out-of-bounds write, more signed inte...jan.nijtmans2022-10-071-1/+4
* | | | | | | | | | | | | | | | | | | TIP #640: Remove Tcl_SaveResult (in Tcl 8.7 it's only removed when compiled w...jan.nijtmans2022-10-063-22/+17
* | | | | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2022-10-064-54/+63
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Fix [1599352cca] and related issuesjan.nijtmans2022-10-054-35/+38