summaryrefslogtreecommitdiffstats
path: root/generic/tclIOUtil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * formattingdgp2008-06-231-2/+2
| * * generic/tclIOUtil.c: Fixed bug in Tcl_GetTranslatedPath() whendgp2008-06-231-2/+11
| * * generic/tclIOUtil.c (TclGetOpenMode): Only set the O_APPEND flaghobbs2007-12-141-2/+6
| * (Tcl_FSEvalFile): safe incr of objPtr refhobbs2007-02-191-1/+2
| * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-1/+7
| * * generic/tclIOUtil.c: Cleaned up some code flagged by adgp2006-10-171-12/+11
| * * win/tclWinFCmd.c: [Bug 1548263] Added test for NULL returnhobbs2006-08-301-3/+8
| * * generic/tclIOUtil.c: Revisions to complete the thread finalizationdgp2006-08-211-1/+3
| * * generic/tclIOUtil.c: fix to nativeFilesystemRecord comparisonsdas2006-03-281-6/+6
| * typo in commentdas2006-03-281-2/+2
| * * generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND toandreas_kupries2006-03-161-2/+6
| * * generic/tclIO.c: Made several routines tolerant ofdgp2006-02-151-2/+4
| * Fixed potential overwriting of already freed memoryvasiljevic2006-01-121-3/+7
| * * generic/tclIOUtil.c: workaround gcc warning "comparison is alwaysdas2005-12-151-1/+12
| * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-2/+2
| * * generic/tclIOUtil.c (TclFSNormalizeAbsolutePath): make statichobbs2005-10-051-2/+2
| * * generic/tclIOUtil.c (TclLoadFile):das2005-05-241-1/+51
| * filesystem, glob, tilde fixvincentdarley2004-12-021-4/+26
| * backport file join fixvincentdarley2004-11-231-3/+13
| * Partialy fixed Bug #932314vasiljevic2004-06-101-6/+14
| * * generic/tclIOUtil.c (Tcl_FSChdir): Work-around crash conditionhobbs2004-05-041-1/+48