summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* Add test for blocking modejan.nijtmans2023-11-141-0/+1
* Simplify TIP #656: "A revised proposal for encodings". Make TCL_ENCODING_PROF...jan.nijtmans2023-11-131-6/+7
* Merge 8.6jan.nijtmans2023-10-091-1/+0
|\
| * Fix [db537f8809]: tclInt.h: TclNsDecrRefCount() declaration duplicatedjan.nijtmans2023-10-091-1/+0
| * Fix [d0d0749467]: TclFSUnloadTempFile() is unusedjan.nijtmans2023-10-091-1/+0
| * More CompileProc/Tcl_ObjCmdProc usagejan.nijtmans2023-09-131-777/+304
* | Refactor zipfs finalizationapnadkarni2023-09-291-2/+3
* | Bug [a288e2003b] - file normalize broken for zipfs.apnadkarni2023-09-201-1/+1
* | int -> Tcl_Size (where appropriate). Make TclStringCmpOpts() staticjan.nijtmans2023-09-181-3/+0
* | Make use of the CompileProc typedef.dgp2023-09-121-406/+137
* | merge 8.6dgp2023-09-121-4/+0
|\ \ | |/
| * Internal routine TclpMatchFiles() was superseded when virtual filesystemsdgp2023-09-121-2/+0
| * The original implementation of NRE in 2008 included an internal routinedgp2023-09-121-2/+0
* | In 2020, internal routine TclParseHex() was converted to a static routinedgp2023-09-121-2/+0
* | Use a static declaration when possible and when it matches the name.dgp2023-09-121-2/+0
* | A housekeeping commit in 2019 added a declaration for TclIsDigitProc().dgp2023-09-121-1/+0
| |
| \
*-. \ TIP #665: Remove support for internal utf-16 for Tcl 8.7 (and 9.0)jan.nijtmans2023-09-121-53/+6
|\ \ \ | | |/
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-13/+13
| * | Rebase to 8.7jan.nijtmans2023-08-301-53/+6
| |\ \
| | * \ Rebase to 8.7jan.nijtmans2023-07-261-53/+6
| | |\ \
| | | * \ Rebase to 8.7jan.nijtmans2023-07-091-53/+6
| | | |\ \
| | | | * \ Rebase to latest 8.7jan.nijtmans2023-05-041-53/+6
| | | | |\ \
| | | | | * | More progressjan.nijtmans2023-05-011-11/+0
| | | | | * | Remove internal use of TCL_UTF_MAX=3 as much as possible, without compromizin...jan.nijtmans2023-05-011-52/+16
* | | | | | | Rebase to 8.7jan.nijtmans2023-08-301-1/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge 8.7jan.nijtmans2023-08-041-12/+12
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Rebase to 8.7jan.nijtmans2023-07-261-1/+0
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Rebase to latest 8.7jan.nijtmans2023-05-101-1/+0
| | | |_|/ / / | | |/| | | |
* | | | | | | The experiment deployment of TclDuplicatePureObj() has been reverted fromdgp2023-08-211-2/+1
| |_|/ / / / |/| | | | |
* | | | | | Some more int -> Tcl_Size (backported from 9.0)jan.nijtmans2023-08-011-12/+11
* | | | | | "utf-8" is the new "identity": make it available alwaysjan.nijtmans2023-07-281-0/+1
|/ / / / /
* | | | | Bug [a366c6efee]apnadkarni2023-07-161-2/+2
* | | | | Consider 3 more types as special in TclDuplicatePureObj(). Updated comment fo...jan.nijtmans2023-07-121-0/+1
* | | | | Code cleanup for arithSeries, all backported from 9.0jan.nijtmans2023-07-101-0/+14
| |/ / / |/| | |
* | | | Remove compat/stdint.h and compat/stdlib.h: All C-compilers nowadays have it.jan.nijtmans2023-06-261-5/+2
* | | | Proposed fix for [44452e2c55]: indexObj.test failures on i386jan.nijtmans2023-06-221-1/+1
* | | | Move VarHashGetKey() to tclInt.h. More int -> Tcl_Sizejan.nijtmans2023-06-201-6/+10
* | | | In TclAttemptInitStringRep(): Don't do a memcpy if attemptckalloc() failsjan.nijtmans2023-06-021-3/+3
* | | | New (internal) macro TclAttemptInitStringRep()jan.nijtmans2023-06-021-4/+19
* | | | Use TclDuplicatePureObj() in stead of TclListObjCopy() where appropriate. Bac...jan.nijtmans2023-05-311-1/+2
* | | | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameterjan.nijtmans2023-05-231-1/+1
* | | | int -> Tcl_Size and other (internal) signature improvements. Most of them bac...jan.nijtmans2023-05-191-1/+1
* | | | More int -> Tcl_Size (in tclInt.h)jan.nijtmans2023-05-161-73/+74
|/ / /
* | | Changed CHANNEL_PROFILE_* to ENCODING_PROFILE_* and moved out of tclIO.h. See...apnadkarni2023-05-031-0/+15
|/ /
* | Eliminate ListSizeT_MAX, since it's the same as TCL_SIZE_MAXjan.nijtmans2023-04-291-11/+1
* | Use TclListObjRange in lassign for performance reasonsapnadkarni2023-04-221-2/+2
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-11/+11
* | Merge 8.6jan.nijtmans2023-03-301-0/+1
|\ \ | |/
| * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-0/+1
| * Remove ARGSUSED. More type-castsjan.nijtmans2022-11-291-8/+8