summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Collapse)AuthorAgeFilesLines
* Documentation/comment fixes [dcc8645349]jan.nijtmans2024-08-231-1/+1
|\
| * Documentation/comment fixes [dcc8645349]jan.nijtmans2024-08-231-1/+1
| |\
| | * Documentation/comment fixes [dcc8645349]jan.nijtmans2024-08-231-1/+1
| |/ |/|
| * Whitespace changesjan.nijtmans2024-08-221-1/+1
| |
| * Fix some indentationjan.nijtmans2024-08-061-375/+394
| |
* | Define TclNewNamespaceObj() to capture common idiomdkf2024-08-171-0/+1
| |
* | Fix some indentationdkf2024-08-061-9/+10
| |
* | Improve in-code doc of some fields of structs in tcl.h and tclInt.hdkf2024-07-231-32/+65
| |
| |
| \
*-. \ TIP 699: Eliminate encoding alias "binary"; provide introspection for binary ↵jan.nijtmans2024-06-301-0/+1
|\ \ \ | | |/ | | | | | | channels
| | * Add "chan isbinary" command. Part of TIP #699, meant for 8.7jan.nijtmans2024-06-281-0/+1
| | |
| | * (backport) Add tcl::unsupported::icu command (why not!)jan.nijtmans2024-06-271-0/+1
| | |
| | * Some indentingjan.nijtmans2024-06-261-11/+11
| | |
| * | Add "chan isbinary" for checking whether a _channel_ is binary.jan.nijtmans2024-06-231-0/+1
| | |
* | | Unsupported ICU interfaceapnadkarni2024-06-191-0/+1
|/ /
* | Merge 8.7dkf2024-06-161-1/+2
|\ \ | |/
| * Some more improvementsdkf2024-06-161-9/+9
| |
* | merge 8.7 (several conflicts resolved)sebres2024-06-121-2/+1
|\ \ | |/
| * ultimately closes [f05f5ef759c1f7f9]: since bigints are not supported yet, ↵sebres2024-06-121-3/+2
| | | | | | | | trying to use them as series parameters would cause "integer value too large to represent" unless implemented.
* | merge 8.7sebres2024-06-121-0/+1
|\ \ | |/
| * speed-up lseq (with expr-args) a bit, as well as avoid shimmer for compiled ↵sebres2024-06-121-0/+1
| | | | | | | | expressions
| * (cherry-pick) Put ClockFmtScnStorageHashKeyType (and some more) in read-only ↵jan.nijtmans2024-06-091-0/+2
| | | | | | | | memory
* | Put ClockFmtScnStorageHashKeyType in read-only memorydkf2024-06-091-0/+2
| |
* | Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-13/+13
| |
* | Merge 8.7dkf2024-05-261-0/+8
|\ \ | |/
| * merge 8.6dkf2024-05-261-0/+8
| |\
| | * Use the new operationsdkf2024-05-251-0/+2
| | |
| | * Add some more C functions for working with dicts [656fe3c816]dkf2024-05-251-0/+6
| | |
* | | Remove TclSetProcessGlobalValue() "encoding" parameter: it should always be ↵jan.nijtmans2024-05-241-1/+1
| | | | | | | | | | | | NULL
* | | Merge 8.7. Some int -> Tcl_Sizejan.nijtmans2024-05-211-4/+4
|\ \ \ | |/ /
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-94/+90
| | | | | | | | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* | | Clean up a lot of small whitespace issues dkf2024-05-131-90/+94
| | | | | | | | | This is the dullest commit ever. Sorry.
* | | More whitespace cleanupdkf2024-05-101-1/+0
| | |
* | | Code style cleanupdkf2024-05-101-405/+437
| | |
* | | Make sure to forward-declare "struct addrinfo". Some compilers don't like ↵jan.nijtmans2024-05-021-0/+1
|\ \ \ | |/ / | | | | | | doing that in a parameter-list
| * | Make sure to forward-declare "struct addrinfo". Some compilers don't like ↵jan.nijtmans2024-05-021-0/+1
| |\ \ | | |/ | | | | | | doing that in a parameter-list
| | * Make sure to forward-declare "struct addrinfo". Some compilers don't like ↵jan.nijtmans2024-05-021-0/+1
| | | | | | | | | | | | doing that in a parameter-list.
| | * Missing TCL_NORETURN for Tcl_ExitThread() (and TclpThreadExit()). Backported ↵jan.nijtmans2024-04-291-1/+1
| | | | | | | | | | | | from 8.7/9.0.
* | | Remove outdated commentjan.nijtmans2024-04-281-4/+0
| | |
* | | Fix [e155cedf33]: Error-handling in TclGetOpenMode()jan.nijtmans2024-04-111-3/+0
|\ \ \ | |/ /
| * | [e155cedf33]: Error-handling in TclGetOpenMode()jan.nijtmans2024-04-101-3/+0
| | |
* | | Merge 8.7jan.nijtmans2024-04-101-13/+13
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-04-041-1/+1
| |\ \ | | |/
| | * Backout [0a9ae478ac], as requestedjan.nijtmans2024-04-041-1/+1
| | |
| * | Merge 8.6jan.nijtmans2024-04-041-1/+1
| |\ \ | | |/
| | * encodingName -> encoding (where appropriate)jan.nijtmans2024-04-041-1/+1
| | |
| | * (cherry-pick) Added minor detail to file attr -shortname handling docs.jan.nijtmans2024-03-291-1/+1
| | |
| | * optimize TclUtfToUCS4 for single code units (non high surrogates), ↵sebres2024-03-201-1/+7
| | | | | | | | | | | | especially for ascii; fixes performance regression [6811a0081940b76c]
* | | TIP 688: clock command revision and speedupjan.nijtmans2024-04-011-0/+1
|\ \ \ | |/ /
| * | TIP 688: clock command revision and speedupjan.nijtmans2024-04-011-0/+1
| |\ \
| | * \ Merge 9.0jan.nijtmans2024-03-221-7/+0
| | |\ \ | |_|/ / |/| | |