summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge 8.7jan.nijtmans2019-01-181-5/+12
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Clamp output of TclIndexDecode() between -1 (TCL_INDEX_NONE) and INT_MAX. ↵jan.nijtmans2019-01-181-3/+10
| | | | | | | | | | | | | | | | Use this to produce slightly better error-message for lsort -index
* | | | Merge 8.7jan.nijtmans2019-01-161-7/+7
|\ \ \ \ | |/ / /
| * | | More TIP #502 optimizations and improvements, preparing further for the road ↵jan.nijtmans2019-01-161-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | to Tcl 9. No longer use INT_MAX for TCL_INDEX_AFTER, because INT_MAX can be a normal index in Tcl 9. TclGetIntForIndex now clips between -1 and INT_MAX. In Tcl 9 size_t will be used for the index data type.
* | | | Merge 8.7jan.nijtmans2018-12-181-9/+8
|\ \ \ \ | |/ / /
| * | | Internal minor optimization of TIP #502 implementation. No difference in any ↵jan.nijtmans2018-12-181-9/+8
| | | | | | | | | | | | | | | | outcome.
* | | | Merge 8.7jan.nijtmans2018-12-121-21/+21
|\ \ \ \ | |/ / /
| * | | If compiled with -DTCL_NO_DEPRECATED, remove ↵jan.nijtmans2018-12-121-21/+21
| | | | | | | | | | | | | | | | | | | | Tcl_NewIntObj/Tcl_NewLongObj/Tcl_DbNewLongObj from stub table, as they will be gone in 9.0 (converted to a macro) Use Tcl_WideInt's directly in more places, diminishing the possibility of inadvent overflow.
| * | | Implement TIP 523dkf2018-11-061-0/+90
| |\ \ \
| | * | | Simplify to only accept index arguemnts. No index list.pspjuth2018-10-241-11/+4
| | | | | | | | | | | | | | | Added manual page.
| | * | | Implement TIP 523, New lpop commandpspjuth2018-10-221-0/+97
| | | | |
* | | | | Implement TIP 445dgp2018-11-131-14/+4
|\ \ \ \ \ | |/ / / /
| * | | | merge 8.7dgp2018-10-181-17/+63
| |\ \ \ \ | | |/ / /
| * | | | merge 8.7dgp2018-03-301-43/+1
| |\ \ \ \
| * \ \ \ \ merge 8.7dgp2018-03-101-40/+48
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.7dgp2018-03-051-50/+137
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.7dgp2018-02-061-2/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.7dgp2018-01-291-2/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.7dgp2017-11-301-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge trunkdgp2017-09-011-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-06-061-21/+20
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2017-01-121-5/+10
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-11-011-9/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-07-091-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-06-291-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-06-281-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkdgp2016-04-041-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | More purging of direct access to bytes field where it isn't important.dgp2016-03-241-14/+4
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Adapted TIP 523dgp2018-11-131-0/+90
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | TIP #494 implementation: More use of size_t in Tcl 9jan.nijtmans2018-10-081-7/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkjan.nijtmans2018-09-271-14/+60
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, ↵jan.nijtmans2018-09-011-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TCL_IO_FAILURE and TCL_NO_LENGTH (experimental, still open to be renamed following discussion)
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkjan.nijtmans2018-08-111-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | More size_t API changes (*.decls files are complete now)jan.nijtmans2018-07-031-1/+2
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Use size_t in more API's, e.g. *RegExp* typesjan.nijtmans2018-07-021-2/+3
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | New macro TclGetUnicodeFromObj() which can handle size_tjan.nijtmans2018-07-011-2/+2
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Starting to update all callers of TclGetStringFromObj() to use size_t variablesjan.nijtmans2018-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2018-10-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | / / / | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Centralise the de-fanging of standard ensembles in safe interpreters. Doing ↵dkf2018-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it right once is easier than repeating hacks...
* | | | | | | | | | | | | | | | | | | | | Batch of TIP implementations.dkf2018-09-271-14/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / | | | / / / / / / / / / / / / / / / / / / | |_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Restricted the information made available to safe interpreters a bit.dkf2018-09-271-3/+13
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | merge core-8-branchdkf2018-09-271-14/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Implementation of TIP 505: Make [lreplace] Accept All Out-of-Range Index Valuesdkf2018-09-271-14/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | Work in progress implementing TIP 505.dgp2018-03-261-14/+3
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | merge core-8-branchdkf2018-09-041-228/+331
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | merge trunkdkf2013-08-081-26/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Changed subcommand name following community feedback.dkf2013-07-161-7/+7
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Added a mechanism for discovering the "type" of a command.dkf2013-07-071-0/+47
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge 8.7jan.nijtmans2018-08-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | / / / / / / / / / / / / / / / / / | |_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Purge end-of-line spacingjan.nijtmans2018-08-021-2/+2
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | |