summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* Move setting of profile in flags parameter to lower level functions in case t...apnadkarni2023-02-281-1/+1
* Minor fixes and testsapnadkarni2023-02-121-0/+1
* Phase out (almost) STRICT and NOCOMPLAIN flags.apnadkarni2023-02-101-3/+5
* Modify encoding C API to use profiles (in progress)apnadkarni2023-02-091-11/+2
* Change encoding error options to fconfigure to encoding profilesapnadkarni2023-02-021-1/+1
* Replace encoding -strict etc. with -profileapnadkarni2023-02-021-0/+20
* TCL_OUT_LINE_COMPILE is deprecatedjan.nijtmans2022-11-211-1/+3
*-. Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N...jan.nijtmans2022-11-201-1/+0
|\ \
| * | TIP 651 implementationapnadkarni2022-11-171-1/+2
|/ /
* | Fix compilation error for STATS=memdbg. Fix incorrect commentjan.nijtmans2022-11-131-1/+1
* | Add (internal) TclNewUIntObj(), and use it to fix TCL_LINK_WIDE_UINT for big ...jan.nijtmans2022-11-111-0/+35
* | int -> size_t in Tcl_CmdObjTraceProc2 (for 'level'). Add missing documentationjan.nijtmans2022-11-081-1/+1
* | Deprecate TclpHasSockets(): Every system nowadays has socketsjan.nijtmans2022-11-071-0/+5
* | Some more int -> Tcl_Size conversions, making the diff with the Tcl 9.0 heade...jan.nijtmans2022-10-251-3/+3
* | Change back some Tcl_Size usages to int (e.g. in MODULE_SCOPE definitions)jan.nijtmans2022-10-231-69/+64
* | typedef Tcl_Size as int (which is the Tcl 8.7 part of TIP #628)jan.nijtmans2022-10-211-126/+120
* | merge 8.7dgp2022-10-141-7/+6
|\ \
| * | Make TclGlob() a static functionjan.nijtmans2022-10-131-7/+6
* | | merge 8.7dgp2022-10-111-338/+116
|\ \ \ | |/ /
| * | Use Tcl_ObjCmdProc in stead of full signaturejan.nijtmans2022-10-101-337/+115
| * | Merge 8.6jan.nijtmans2022-10-061-1/+1
| |\ \ | | |/
| | * Fix [1599352cca] and related issuesjan.nijtmans2022-10-051-1/+1
* | | Merge 8.7jan.nijtmans2022-09-271-0/+3
|\ \ \ | |/ /
| * | Merge 8.7apnadkarni2022-09-271-0/+6
| |\ \
| * | | Rename lsubst to ledit, add docsapnadkarni2022-09-161-3/+3
| * | | Merge 8.7apnadkarni2022-09-161-148/+168
| |\ \ \
| * | | | TIP 631 - lsubst commandapnadkarni2022-08-071-0/+3
* | | | | merge 8.7dgp2022-09-211-0/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | TIP #624: Deprecate Tcl_MakeSafejan.nijtmans2022-09-211-0/+2
| |\ \ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2022-09-071-267/+445
| | |\ \ \ \
| | * | | | | RFE [655300]: Deprecate Tcl_MakeSafe()jan.nijtmans2022-04-051-0/+2
| * | | | | | Sync with core-8-branchgriffin2022-09-161-0/+8
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge 8.7jan.nijtmans2022-09-011-139/+139
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Sync with core-8-branch listObj changes.griffin2022-08-301-40/+196
| |\ \ \ \ \ \
| * \ \ \ \ \ \ sync with core-8-branchgriffin2022-08-291-7/+19
| |\ \ \ \ \ \ \
| * | | | | | | | Move ArithSeries code to its own files. More bug fixes.griffin2022-08-281-57/+0
| * | | | | | | | Implement support for float (double) values. Add more test coverage.griffin2022-08-241-11/+34
| * | | | | | | | Implement lrange for arithseries. Code cleanup.griffin2022-08-161-0/+1
| * | | | | | | | Rename command from "range" to "lseq".griffin2022-08-141-4/+13
| * | | | | | | | sync up with core-8-brnach.griffin2022-07-231-4/+4
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Implement TIP-225 ArithSeries. And other changes.griffin2022-07-121-0/+25
| * | | | | | | | | (bares some resemblance to) TIP-629 Implementation.griffin2022-07-051-0/+3
* | | | | | | | | | TIP implementation to add/use public routines Tcl_GetNumber(FromObj).dgp2022-09-181-18/+0
| |_|_|_|_|/ / / / |/| | | | | | | |
| | | | | | | | |
| \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ TIP #602 (partial): Remove tilde expansion in file paths. This part doesn't c...jan.nijtmans2022-09-141-0/+8
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Backport TIP 602 tildeexpandapnadkarni2022-08-301-2/+3
| * | | | | | | | Merge core-8-branchapnadkarni2022-08-301-47/+215
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | Added file home command for (possible) Tcl 9 TIP 602 migrationapnadkarni2022-08-061-0/+7
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Change refCount (in ListStore/ListSpan) to size_t. More ClientData -> void *....jan.nijtmans2022-09-011-138/+138
| |/ / / / / / |/| | | | | |
* | | | | | | Remove TODO's already done. Only use ListSizeT for types which are 'size_t' i...jan.nijtmans2022-08-291-3/+3
* | | | | | | Merged core-8-branchapnadkarni2022-08-291-7/+19
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | / | |_|_|_|_|/ |/| | | | |