summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* re-structure, add more examplesjan.nijtmans2022-04-299-47/+63
* Merge 8.7jan.nijtmans2022-04-264-15/+19
|\
| * Change value of TCL_INDEX_TEMP_TABLE from 2 to 64, and let it lead to a sligh...jan.nijtmans2022-04-263-15/+16
| * merge 8.6 (fixes [27520c9b17])sebres2022-04-261-0/+3
| |\
| | * closes bug [27520c9b17]sebres2022-04-261-0/+3
| | |\
| | | * fixes compilation of try-command [27520c9b17]: compile only if finaly token i...sebres2022-04-261-0/+3
* | | | Merge 8.7jan.nijtmans2022-04-211-1/+1
|\ \ \ \ | |/ / /
| * | | one more boolPtr -> intPtrjan.nijtmans2022-04-201-4/+4
* | | | Simplify TclGetBoolFromObj() macrojan.nijtmans2022-04-203-9/+9
* | | | Merge 8.7jan.nijtmans2022-04-208-52/+64
|\ \ \ \ | |/ / /
| * | | Fix for [a12ad5c4bd7efcf2], buffer allocation on every call to Write().pooryorick2022-04-201-13/+28
| * | | Merge 8.6jan.nijtmans2022-04-204-41/+41
| |\ \ \ | | |/ /
| | * | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist...jan.nijtmans2022-04-206-47/+47
| * | | Remove some unnecessary buffer reference counting in Write(). The referencepooryorick2022-04-201-4/+0
| * | | Fix [0061c7a476]: signed integer overflow in ZipReadInt()jan.nijtmans2022-04-161-1/+2
* | | | 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
|\ \ \ \ | |/ / /
| * | | Change the actual value of TCL_INDEX_NULL_OK (TIP #613) to a better value whi...jan.nijtmans2022-04-141-1/+1
| * | | Adapt tclZipfs.c to zlib 1.2.12 (due to the changes in crc32 handling)jan.nijtmans2022-04-121-1/+3
| * | | Use INT2PTR/PTR2INT macro's as appropriatejan.nijtmans2022-04-081-5/+5
| * | | Merge 8.6jan.nijtmans2022-04-081-1/+1
| |\ \ \ | | |/ /
| | * | Fix [05ff16e799]: signed integer overflow in ExtendStringRepWithUnicode()jan.nijtmans2022-04-081-1/+1
| * | | In tclCkalloc.c, count malloc/free's using size_t in stead of unsigned int.jan.nijtmans2022-04-041-22/+22
* | | | Merge 8.7jan.nijtmans2022-04-041-8/+8
|\ \ \ \ | |/ / /
| * | | Additional braces for (sizePtr), just to be surejan.nijtmans2022-04-041-8/+8
* | | | Merge 8.7. Fix implementation as noted by Ashok.jan.nijtmans2022-04-042-20/+19
|\ \ \ \ | |/ / /
| * | | Fix TIP #613 implementation, when (indexPtr) is more than a simple variable n...jan.nijtmans2022-04-041-10/+10
* | | | 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
|\ \ \ \ | |/ / /
| * | | Don't bother UINT2PTR, since INT2PTR is just as good.jan.nijtmans2022-03-292-6/+9
| * | | More usage of TCLFLEXARRAY. Make current_malloc_packets/maximum_malloc_packet...jan.nijtmans2022-03-282-19/+19
| * | | Fix [9c1dc88f86]: warning about different signedness when compile TCL on Wind...jan.nijtmans2022-03-251-6/+6
| * | | Merge 8.6jan.nijtmans2022-03-221-3/+3
| |\ \ \ | | |/ /
| | * | Fix [0e8fd6c6d5]: (unsigned)STRING_SIZE(STRING_MAXCHARS) is 0 (and optimize S...jan.nijtmans2022-03-221-2/+2
| | * | Merge 8.5jan.nijtmans2022-03-223-5/+17
| | |\ \
| | | * | Reserve 3 more stub entriesjan.nijtmans2022-03-223-5/+17
| | * | | Fix 2 warnings: warning C4018: '>': signed/unsigned mismatchjan.nijtmans2022-03-121-2/+2
| * | | | Fix [ac601b59bab7] by making only unloading a library from the process if itpooryorick2022-03-221-5/+20
| * | | | Merge 8.7, and fix the bugjan.nijtmans2022-03-204-23/+23
| |\ \ \ \
| | * | | | TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to t...jan.nijtmans2022-03-204-21/+21
| |/ / / /
| * | | | Use TCL_ENCODING_NOCOMPLAIN flag in stead of TCL_ENCODING_STOPONERROR when po...jan.nijtmans2022-03-171-2/+2
| * | | | TIP #601: Make "encoding convertto/convertfrom" throw exceptionsjan.nijtmans2022-03-176-42/+247
| |\ \ \ \
| | * | | | -nothrow -> -nocomplainjan.nijtmans2022-03-053-19/+13
| | * | | | Merge 8.7jan.nijtmans2022-03-0419-124/+232
| | |\ \ \ \