summaryrefslogtreecommitdiffstats
path: root/generic/tclFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-6/+6
* Merge 8.7jan.nijtmans2023-03-241-1/+1
|\
| * Merge 8.6jan.nijtmans2023-03-241-1/+1
| |\
| | * Fix [15e74a2fe6]: Fix various typosjan.nijtmans2023-03-241-1/+1
| * | Backport TIP 602 tildeexpandapnadkarni2022-08-301-0/+38
| * | Added file home command for (possible) Tcl 9 TIP 602 migrationapnadkarni2022-08-061-0/+38
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-2/+2
* | | Silence compiler warnings.dgp2022-09-151-1/+1
* | | Implement file tildeexpandapnadkarni2022-08-191-0/+38
* | | Remove code that was ifdef'ed outapnadkarni2022-08-071-11/+0
* | | Update tests for TIP 602apnadkarni2022-08-011-3/+2
* | | Add 'file home' commandapnadkarni2022-07-311-0/+39
* | | Start on TIP-602 implementation. Work in progressapnadkarni2022-07-081-3/+5
* | | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-13/+14
|\ \ \
| * \ \ Merge 9.0jan.nijtmans2022-05-171-1/+1
| |\ \ \ | |/ / / |/| | |
| * | | Tcl_ListObjLength -> TclListObjLengthjan.nijtmans2022-02-101-1/+1
| * | | More work in progressjan.nijtmans2022-01-241-5/+6
| |\ \ \
| * | | | TIP #616: Tcl lists > 2^31 elements. WIPjan.nijtmans2022-01-241-1/+1
| |/ / /
* | | | Merge 8.7jan.nijtmans2022-05-171-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-1/+1
* | | | Merge 8.7jan.nijtmans2022-02-101-1/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge 8.6jan.nijtmans2022-02-101-1/+1
| |\ \ | | |/
| | * Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_...jan.nijtmans2022-02-101-1/+1
| | * More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-1/+1
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-2/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | | Merge 8.7jan.nijtmans2020-09-171-1/+1
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of Tcl_Ge...fvogel2020-09-131-2/+2
|\ \ \ | |/ /
| * | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetInde...fvogel2020-09-021-2/+2
* | | merge 8.7dgp2020-03-061-18/+9
|\ \ \ | |/ /
| * | moredgp2020-03-061-18/+9
* | | Merge 8.7jan.nijtmans2020-02-281-9/+18
|\ \ \ | |/ /
| * | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-9/+18
* | | Merge 8.7dkf2019-05-251-1/+146
|\ \ \ | |/ /
| * | Implementation of [file tempdir]; hand-tested on OSX...dkf2019-04-301-1/+146
* | | Many internal int -> size_t increases, so string lengths > 2Gb can be handled...jan.nijtmans2018-12-261-1/+1
|/ /
* | merge 8.6sebres2018-11-221-1/+1
|\ \ | |/
| * merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi...sebres2018-11-221-1/+1
| |\
* | \ merge 8.6sebres2018-07-091-14/+20
|\ \ \ | |/ /
| * | merge 8.5sebres2018-07-091-14/+20
| |\ \ | | |/
| | * closes [270f78ca95b642fb]: fix the race condition for `file mkdir` if some wo...sebres2018-07-091-14/+18
* | | merge 8.6jan.nijtmans2018-05-011-10/+10
|\ \ \ | |/ /
| * | merge core-8-5-branch (fix-1613456fff)sebres2018-04-301-10/+10
| |\ \ | | |/
| | * amend to [5acb57c7aec45e05]: set code to TCL_ERROR, because primitives from t...sebres2018-04-091-1/+1
| | * [27b682284974d0cd] command "file delete": avoid possible race condition if fi...sebres2018-04-061-9/+9
* | | New private flag value INDEX_TEMP_TABLE.dgp2016-07-131-8/+2
|/ /
* | typo in comment. Eliminate unnecessary end-of-line spacing.jan.nijtmans2015-10-191-1/+1
* | Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-1/+1
|\ \ | |/