summaryrefslogtreecommitdiffstats
path: root/generic/tclFCmd.c
Commit message (Expand)AuthorAgeFilesLines
* Backport TIP 602 tildeexpandapnadkarni2022-08-301-0/+38
* Added file home command for (possible) Tcl 9 TIP 602 migrationapnadkarni2022-08-061-0/+38
* Rename macro's TclListObjGetElements -> TclListObjGetElementsM and TclListObj...jan.nijtmans2022-05-171-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
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-1/+1
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of Tcl_GetInde...fvogel2020-09-021-2/+2
* | moredgp2020-03-061-18/+9
* | Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-9/+18
* | Implementation of [file tempdir]; hand-tested on OSX...dkf2019-04-301-1/+146
* | 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
|\ \ | |/
| * Eliminate unnessessary end-of-line spacing. No functional change.jan.nijtmans2015-10-041-1/+1
* | [f0f876c141] Improve consistency in error messages.dkf2014-06-171-1/+1
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-1/+1
* | 3597000 Consistent [file copy] result.dgp2013-03-191-10/+7
|\ \ | |/
| * 3597000 Consistent [file copy] result.dgp2013-03-191-10/+7
| |\
| | * 3597000 Consistent [file copy] result.dgp2013-03-191-8/+7
* | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-1/+0
|\ \ \ | |/ /
| * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-6/+0
* | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
|\ \ \ | |/ /
| * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
* | | fix two minor blunders, introduced by [1fb35ca910]jan.nijtmans2012-08-061-5/+0
* | | Reference to correct Bug #number. jan.nijtmans2012-08-061-1/+1
|\ \ \ | |/ /
| * | Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
| |\ \ | | |/
| | * Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
* | | more result generation conversiondkf2012-08-031-65/+74
* | | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-1/+1
|\ \ \ | |/ /
| * | [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-1/+1
| |\ \ | | |/
| | * [Bug 3508771] Wrong Tcl_StatBuf used on MinGWjan.nijtmans2012-03-271-14/+17
* | | 3479689 New internal routine TclJoinPath().dgp2012-01-271-4/+1
* | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-0/+5
|\ \ \ | |/ /
| * | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-0/+5
| |\ \ | | |/
| | * [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-191-0/+5
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+1
| * | (TclFileAttrsCmd): Added commands to reset the typePtr of the Tcl_Obj* whose ...andreask2011-04-201-0/+2
| * | Added code to try to tame the [file attributes] guts, while trying to simplifydkf2011-04-161-9/+12
* | | Added comments to try to tame the file attributes guts, while trying to simplifydkf2011-04-161-14/+22