summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* Cherrypick [527d354828]andy2017-08-081-1/+1
* Fix [79614fb8b61983ac8ef30ea8752c310465798fc7|79614fb8b6]: "glob", "encoding ...jan.nijtmans2016-11-111-2/+2
* Followup on [72c54e1659]. Removed unused variable.andreask2014-05-231-1/+0
* Workarounds and fixes for wrapped executables on various platforms andreask2014-05-221-1/+86
* Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-1/+0
* revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-3/+1
* Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, for...jan.nijtmans2012-10-241-1/+5
|\
| * Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, fo...jan.nijtmans2012-10-241-1/+5
| * Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
* | Remove unused TclpLoadFile function.jan.nijtmans2012-10-231-43/+0
* | 3554250 Overlooked one field of cleanup in the thread exit handlerdgp2012-08-071-0/+1
* | Simplify tclFileSystem.h. Define structs where used.dgp2012-06-281-10/+55
* | Repair Claim/Disclaim imbalancedgp2012-06-251-0/+1
* | Simplify bug fix so that active claims on the FilesystemRecord list of a threadbug_3024359dgp2012-06-251-52/+17
|\ \
* \ \ merge 8.5dgp2012-06-221-37/+12
|\ \ \ | |/ /
| * | FilesystemRecord structs no longer need refcounting.dgp2012-06-221-34/+11
* | | merge 8.5dgp2012-06-221-2/+11
|\ \ \ | |/ /
| * | Revise the order of memory free, so that bugs that attempt to access freeddgp2012-06-221-2/+11
* | | merge 8.5dgp2012-06-211-28/+1
|\ \ \ | |/ /
| * | Stop storing FilesystemRecord in the intrep of a "path". We never use it.dgp2012-06-211-26/+1
* | | Only record the filesystemEpoch when it actually marks the validity ofdgp2012-06-211-2/+2
* | | merge 8.5dgp2012-06-201-10/+4
|\ \ \ | |/ /
| * | Purge more dead fs path code.dgp2012-06-201-4/+3
| |\ \ | | |/
| | * Purge more dead fs path code.dgp2012-06-201-17/+7
| * | Remove dead code that complicates fs path values but adds no value.dgp2012-06-201-6/+1
| |\ \ | | |/
| | * ...and one more line.dgp2012-06-201-1/+0
| | * Remove dead code that complicates fs path values but adds no value.dgp2012-06-201-31/+10
| | * When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-211-1/+1
| | * make some more internal tables constjan.nijtmans2012-04-231-0/+1
* | | Next draft fix. This one appears to solve the problem, at least as demo'ddgp2012-06-181-46/+40
* | | More work in progress.dgp2012-06-131-38/+7
* | | Convert function calls to macros.dgp2012-06-121-21/+31
* | | First draft patch to fix Bug 3024359. No reliable test yet.dgp2012-06-111-10/+90
|/ /
* | some formatting (*.decls)jan.nijtmans2012-04-041-0/+1
|\ \ | |/
| * tclStubInit.c: move up #undef, so it is clear that thisjan.nijtmans2012-04-041-20/+0
* | oops, that's no utf-8 BOM ;-(jan.nijtmans2012-02-291-1/+1
|\ \ | |/
| * oops, that's no utf-8 BOM ;-(jan.nijtmans2012-02-291-1/+1
* | [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-291-1/+16
|\ \ | |/
| * [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-291-4/+18
| |\
| | * [Bug 3466099] BOM in Unicodejan.nijtmans2012-02-191-4/+12
| |/
| * [Bug 2935503]: Windows: file mtime sets wrong timejan.nijtmans2011-11-221-0/+5
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+1
| * fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it rig...jan2011-04-201-1/+1
* | [Bug 2233954] AIX: compile error, but don't do that for _WIN32 (doesn't work ...jan.nijtmans2012-02-171-1/+1
* | [Bug 2233954] AIX: compile errorjan.nijtmans2012-02-161-0/+3
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()dgp2009-02-201-1/+10
| * * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): Added anotherdgp2008-12-041-11/+78
| * * generic/tclIOUtil.c: Plug memory leak in latest commit. Thanksdgp2008-06-281-3/+8