| Commit message (Expand) | Author | Age | Files | Lines |
* | re-structure, add more examples | jan.nijtmans | 2022-04-29 | 9 | -47/+63 |
|
|
* | Merge 8.7 | jan.nijtmans | 2022-04-26 | 4 | -15/+19 |
|\ |
|
| * | Change value of TCL_INDEX_TEMP_TABLE from 2 to 64, and let it lead to a sligh... | jan.nijtmans | 2022-04-26 | 3 | -15/+16 |
|
|
| * | merge 8.6 (fixes [27520c9b17]) | sebres | 2022-04-26 | 1 | -0/+3 |
| |\ |
|
| | * | closes bug [27520c9b17] | sebres | 2022-04-26 | 1 | -0/+3 |
| | |\ |
|
| | | * | fixes compilation of try-command [27520c9b17]: compile only if finaly token i... | sebres | 2022-04-26 | 1 | -0/+3 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2022-04-21 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | one more boolPtr -> intPtr | jan.nijtmans | 2022-04-20 | 1 | -4/+4 |
|
|
* | | | | Simplify TclGetBoolFromObj() macro | jan.nijtmans | 2022-04-20 | 3 | -9/+9 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2022-04-20 | 8 | -52/+64 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix for [a12ad5c4bd7efcf2], buffer allocation on every call to Write(). | pooryorick | 2022-04-20 | 1 | -13/+28 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2022-04-20 | 4 | -41/+41 |
| |\ \ \
| | |/ / |
|
| | * | | boolPtr -> intPtr, since Tcl doens't use pointer to bool's (they didn't exist... | jan.nijtmans | 2022-04-20 | 6 | -47/+47 |
|
|
| * | | | Remove some unnecessary buffer reference counting in Write(). The reference | pooryorick | 2022-04-20 | 1 | -4/+0 |
|
|
| * | | | Fix [0061c7a476]: signed integer overflow in ZipReadInt() | jan.nijtmans | 2022-04-16 | 1 | -1/+2 |
|
|
* | | | | Remove macro's for Tcl_GetBoolFromObj/Tcl_GetBool | jan.nijtmans | 2022-04-15 | 2 | -14/+2 |
|
|
* | | | | Restore Tcl_GetBoolenanFromObj/Tcl_GetBoolenan signatures | jan.nijtmans | 2022-04-15 | 5 | -20/+12 |
|
|
* | | | | Use lower 5 bits of flags for sizeof(*(boolPtr)) | jan.nijtmans | 2022-04-15 | 2 | -13/+11 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2022-04-15 | 4 | -29/+31 |
|\ \ \ \
| |/ / / |
|
| * | | | Change the actual value of TCL_INDEX_NULL_OK (TIP #613) to a better value whi... | jan.nijtmans | 2022-04-14 | 1 | -1/+1 |
|
|
| * | | | Adapt tclZipfs.c to zlib 1.2.12 (due to the changes in crc32 handling) | jan.nijtmans | 2022-04-12 | 1 | -1/+3 |
|
|
| * | | | Use INT2PTR/PTR2INT macro's as appropriate | jan.nijtmans | 2022-04-08 | 1 | -5/+5 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2022-04-08 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [05ff16e799]: signed integer overflow in ExtendStringRepWithUnicode() | jan.nijtmans | 2022-04-08 | 1 | -1/+1 |
|
|
| * | | | In tclCkalloc.c, count malloc/free's using size_t in stead of unsigned int. | jan.nijtmans | 2022-04-04 | 1 | -22/+22 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2022-04-04 | 1 | -8/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | Additional braces for (sizePtr), just to be sure | jan.nijtmans | 2022-04-04 | 1 | -8/+8 |
|
|
* | | | | Merge 8.7. Fix implementation as noted by Ashok. | jan.nijtmans | 2022-04-04 | 2 | -20/+19 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix TIP #613 implementation, when (indexPtr) is more than a simple variable n... | jan.nijtmans | 2022-04-04 | 1 | -10/+10 |
|
|
* | | | | Panic if Testsaveresult call to Tcl_GetBoolFromObj overwrites memory. | apnadkarni | 2022-04-04 | 1 | -4/+10 |
|
|
* | | | | Add Ashok's example | jan.nijtmans | 2022-04-03 | 1 | -3/+4 |
|
|
* | | | | Better errpr-handling | jan.nijtmans | 2022-03-31 | 1 | -2/+2 |
|
|
* | | | | Handle objPtr == NULL / interp == NULL better | jan.nijtmans | 2022-03-31 | 1 | -0/+7 |
|
|
* | | | | uint??_t -> int??_t | jan.nijtmans | 2022-03-31 | 1 | -8/+8 |
|
|
* | | | | Merge 8.7. Make room for TIP #622 stub entries | jan.nijtmans | 2022-03-31 | 25 | -340/+642 |
|\ \ \ \
| |/ / / |
|
| * | | | Don't bother UINT2PTR, since INT2PTR is just as good. | jan.nijtmans | 2022-03-29 | 2 | -6/+9 |
|
|
| * | | | More usage of TCLFLEXARRAY. Make current_malloc_packets/maximum_malloc_packet... | jan.nijtmans | 2022-03-28 | 2 | -19/+19 |
|
|
| * | | | Fix [9c1dc88f86]: warning about different signedness when compile TCL on Wind... | jan.nijtmans | 2022-03-25 | 1 | -6/+6 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2022-03-22 | 1 | -3/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [0e8fd6c6d5]: (unsigned)STRING_SIZE(STRING_MAXCHARS) is 0 (and optimize S... | jan.nijtmans | 2022-03-22 | 1 | -2/+2 |
|
|
| | * | | Merge 8.5 | jan.nijtmans | 2022-03-22 | 3 | -5/+17 |
| | |\ \ |
|
| | | * | | Reserve 3 more stub entries | jan.nijtmans | 2022-03-22 | 3 | -5/+17 |
|
|
| | * | | | Fix 2 warnings: warning C4018: '>': signed/unsigned mismatch | jan.nijtmans | 2022-03-12 | 1 | -2/+2 |
|
|
| * | | | | Fix [ac601b59bab7] by making only unloading a library from the process if it | pooryorick | 2022-03-22 | 1 | -5/+20 |
|
|
| * | | | | Merge 8.7, and fix the bug | jan.nijtmans | 2022-03-20 | 4 | -23/+23 |
| |\ \ \ \ |
|
| | * | | | | TIP #601 minor improvement: Use 'int' type, so we can use TCL_INDEX_NONE to t... | jan.nijtmans | 2022-03-20 | 4 | -21/+21 |
| |/ / / / |
|
| * | | | | Use TCL_ENCODING_NOCOMPLAIN flag in stead of TCL_ENCODING_STOPONERROR when po... | jan.nijtmans | 2022-03-17 | 1 | -2/+2 |
|
|
| * | | | | TIP #601: Make "encoding convertto/convertfrom" throw exceptions | jan.nijtmans | 2022-03-17 | 6 | -42/+247 |
| |\ \ \ \ |
|
| | * | | | | -nothrow -> -nocomplain | jan.nijtmans | 2022-03-05 | 3 | -19/+13 |
|
|
| | * | | | | Merge 8.7 | jan.nijtmans | 2022-03-04 | 19 | -124/+232 |
| | |\ \ \ \ |
|