Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve documentation on the use of com ports (remove references to Windows ↵ | nijtmans@users.sourceforge.net | 2014-11-13 | 1 | -4/+4 |
| | | | | | 95, deprecate the use of postfix ':'). Allow lpt[5-9] just as com[5-9], and make sure that path normalization works as expected for ports > 4. | ||||
* | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | nijtmans@users.sourceforge.net | 2013-02-10 | 1 | -1/+0 |
| | |||||
* | revert [8abba84224], and make sure that every source file that uses ↵ | nijtmans@users.sourceforge.net | 2013-01-17 | 1 | -0/+1 |
| | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
* | [Bug #1536227]: Cygwin network pathname supoort | nijtmans@users.sourceforge.net | 2012-08-08 | 1 | -145/+96 |
| | |||||
* | [Patch #1536227]: Cygwin network pathname support | nijtmans@users.sourceforge.net | 2012-06-25 | 1 | -6/+23 |
|\ | |||||
| * | Cygwin network pathname support | nijtmans@users.sourceforge.net | 2012-06-22 | 1 | -6/+28 |
|/ | |||||
* | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp@users.sourceforge.net | 2012-05-21 | 1 | -2/+2 |
|\ | | | | | | | | | care must be taken that the value cannot possibly become pure Unicode. Calling Tcl_AppendToObj() has the possibility of making such a conversion. Bug found while valgrinding the trunk. | ||||
| * | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp@users.sourceforge.net | 2012-05-21 | 1 | -2/+2 |
| | | | | | | | | | | care must be taken that the value cannot possibly become pure Unicode. Calling Tcl_AppendToObj() has the possibility of making such a conversion. Bug found while valgrinding the trunk. | ||||
| * | make some more internal tables CONST | nijtmans@users.sourceforge.net | 2012-04-18 | 1 | -1/+1 |
| | | | | | | fix compilation with -DNO_CONST | ||||
* | | some formatting (*.decls) | nijtmans@users.sourceforge.net | 2012-04-04 | 1 | -9/+0 |
|\ \ | |/ | | | | | | | move up #undef, for macro which is conflicting with later stuff. remove some unused cygwin-related code some minor gcc warnings | ||||
| * | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | nijtmans@users.sourceforge.net | 2012-03-20 | 1 | -11/+0 |
| | | | | | | (backported from Tcl 8.5) | ||||
| * | [Bug 3388350] mingw64 compiler warnings | nijtmans@users.sourceforge.net | 2011-08-16 | 1 | -0/+1 |
| | | | | | | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that | ||||
* | | CONST-ification update. | dgp@users.sourceforge.net | 2011-10-27 | 1 | -2/+3 |
| | | |||||
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-02 | 1 | -2/+0 |
|\ \ | |/ | | | more harm than good. Purged them. | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp@users.sourceforge.net | 2011-03-01 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | * generic/tclFileName.c: Correct result from [glob */test] when * | dgp@users.sourceforge.net | 2009-08-17 | 1 | -3/+27 |
| | | | | | | | | * tests/fileName.test: matches something like ~foo. [Bug 2837800] | ||||
| * | * generic/tclFileName.c (TclDoGlob): One of the | dgp@users.sourceforge.net | 2008-12-03 | 1 | -4/+4 |
| | | | | | | | | | | | | | | Tcl_FSMatchInDirectory() calls did not have its return code checked. Some VFS drivers can return TCL_ERROR, and when that's not checked, the error message gets converted into a list of matching files returned by [glob], with ridiculous results. | ||||
| * | * generic/tclFileName.c: Fix for errors handling -types {} | dgp@users.sourceforge.net | 2008-08-13 | 1 | -1/+5 |
| | | | | | | | | | | * tests/fileName.test: option to [glob]. [Bug 1750300] Thanks to Matthias Kraft and George Peter Staplin. | ||||
| * | Attempt to correct regression filename-16.6 due to 2006-05-13 commit. | dgp@users.sourceforge.net | 2006-10-03 | 1 | -2/+6 |
| | | |||||
| * | * generic/tclFileName.c (TclGlob): Prevent doubling of directory | dgp@users.sourceforge.net | 2006-10-02 | 1 | -1/+5 |
| | | | | | | | | separators by [glob]. [Bug 1569042] | ||||
| * | * generic/tclFileName.c (TclDoGlob): match incr with existing decr. | hobbs | 2006-08-30 | 1 | -6/+6 |
| | | |||||
| * | * generic/tclFileName.c (TclDoGlob): Disabled the partial | dgp@users.sourceforge.net | 2006-05-13 | 1 | -4/+8 |
| | | | | | | | | | | | | normalization done by the recursive glob routine, since changing the precise string of the pathname broke [glob] on some Tcl_Filesystems. [Bug 943995] | ||||
| * | bugs 1194458 and 1225044 | Kevin B Kenny | 2005-06-21 | 1 | -9/+15 |
| | | |||||
| * | more tests and a fix to bug 1158199 | vincentdarley | 2005-03-15 | 1 | -4/+7 |
| | | |||||
| * | fix to file norm, file pathtype on windows reserved filenames - ensure build ↵ | vincentdarley | 2005-03-15 | 1 | -4/+10 |
| | | | | | | | | ok on unix | ||||
| * | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -18/+19 |
| | | |||||
| * | glob -path fix for near filesystem root | vincentdarley | 2004-03-09 | 1 | -1/+11 |
| | | |||||
| * | * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes to | dgp@users.sourceforge.net | 2004-01-13 | 1 | -24/+16 |
| | | | | | | | | | | | | | | management of the interp result by Tcl_GetIndexFromObj() exposed improper interp result management in the [glob] command procedure. Corrected by adopting the Tcl_SetObjResult(Tcl_NewStringObj) pattern. This stopped a segfault in test filename-11.36. | ||||
| * | filesystem bug fixes: volumerelative normalization, file join inconsistency | vincentdarley | 2003-10-06 | 1 | -2/+3 |
| | | |||||
| * | backporting of filesystem tests, docs | vincentdarley | 2003-10-03 | 1 | -5/+6 |
| | | |||||
| * | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2003-07-17 | 1 | -40/+13 |
| | | | | | | | | | | | | | | | | * generic/tclIOUtil.c (SetFsPathFromAny): Add Cygwin specific code to convert POSIX filename to native format. * generic/tclFileName.c (Tcl_TranslateFileName): And remove from here. (TclDoGlob): Adjust for cygwin and append / for dirs instead of \ * win/tclWinFile.c (TclpObjChdir): Use chdir on Cygwin. | ||||
| * | * generic/tclFileName.c (Tcl_GlobObjCmd): [Bug 771840] | dgp@users.sourceforge.net | 2003-07-16 | 1 | -2/+1 |
| | | | | | | | | | | | | * generic/tclIOUtil.c (Tcl_FSConvertToPathType):[Bug 771947] * unix/tclUnixFCmd.c (GetModeFromPermString): [Bug 771949] Silence compiler warnings about unreached lines. | ||||
| * | glob and square brackets fix | vincentdarley | 2003-04-29 | 1 | -3/+14 |
| | | |||||
* | | installData.tcl: Make sure that copyDir only receives normalized paths. | nijtmans | 2010-05-21 | 1 | -5/+4 |
| | | | | | | | | | | | | tclPlatDecls.h: Fix <tchar.h> inclusion for CYGWIN. tclPathObj.c: Fix Tcl_SetStringObj usage for CYGWIN. *.c: Fix various minor other gcc warnings, like signed<->unsigned mismatch. | ||||
* | | * generic/tclFileName.c: Correct regression in [Bug 2837800] fix. | dgp@users.sourceforge.net | 2009-08-21 | 1 | -2/+2 |
| | | | | | | | | * tests/fileName.test: | ||||
* | | * generic/tclFileName.c: Correct result from [glob */test] when * | dgp@users.sourceforge.net | 2009-08-20 | 1 | -2/+30 |
| | | | | | | | | matches something like ~foo. [Bug 2837800] | ||||
* | | * generic/tclFileName.c (DoGlob): One of the | dgp@users.sourceforge.net | 2008-12-03 | 1 | -3/+4 |
| | | | | | | | | | | | | Tcl_FSMatchInDirectory() calls did not have its return code checked. This caused error messages returned by some Tcl_Filesystem drivers to be swallowed. | ||||
* | | * generic/tclFileName.c: Fix for errors handling -types {} | dgp@users.sourceforge.net | 2008-08-13 | 1 | -1/+5 |
| | | | | | | | | | | * tests/fileName.test: option to [glob]. [Bug 1750300] Thanks to Matthias Kraft and George Peter Staplin. | ||||
* | | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -1/+1 |
| | | |||||
* | | More minor cleanup | donal.k.fellows@manchester.ac.uk | 2007-11-18 | 1 | -8/+7 |
| | | |||||
* | | * generic/tclInt.decls: Revised the interfaces of the routines | dgp@users.sourceforge.net | 2007-06-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclExecute.c: TclStackAlloc and TclStackFree to make them easier for callers to use (or more precisely, harder to misuse). TclStackFree now takes a (void *) argument which is the pointer intended to be freed. TclStackFree will panic if that's not actually the memory the call will free. TSA/TSF also now tolerate receiving (interp == NULL), in which case they simply fall back to be calls to Tcl_Alloc/Tcl_Free. * generic/tclIntDecls.h: make genstubs * generic/tclBasic.c: Updated callers * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCompCmds.c: * generic/tclCompExpr.c: * generic/tclCompile.c: * generic/tclFCmd.c: * generic/tclFileName.c: * generic/tclIOCmd.c: * generic/tclIndexObj.c: * generic/tclInterp.c: * generic/tclNamesp.c: * generic/tclProc.c: * generic/tclTrace.c: * unix/tclUnixPipe.c: | ||||
* | | Whitespace policing, replacing commas in varargs with constant string ↵ | Kevin B Kenny | 2007-04-20 | 1 | -3/+3 |
| | | | | | | | | catenation, and fixed an oversight in the fix for NZA time zones. | ||||
* | | Eliminate use of (VOID*) casts when calling memset or memcpy. | donal.k.fellows@manchester.ac.uk | 2007-04-17 | 1 | -2/+2 |
| | | |||||
* | | Reformat to standard function definition form | donal.k.fellows@manchester.ac.uk | 2007-04-10 | 1 | -2/+5 |
| | | |||||
* | | Handle creation of Tcl_Objs from constant strings better (easier to use, more | donal.k.fellows@manchester.ac.uk | 2007-04-10 | 1 | -7/+6 |
| | | | | | | | | efficient). After [Patch 1529526] (afredd) | ||||
* | | * generic/tclBasic.c: Replace arrays on the C stack and ckalloc | dgp@users.sourceforge.net | 2007-04-02 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclExecute.c: calls with TclStackAlloc calls to use memory * generic/tclFCmd.c: on Tcl's evaluation stack. * generic/tclFileName.c: * generic/tclIOCmd.c: * generic/tclIndexObj.c: * generic/tclInterp.c: * generic/tclNamesp.c: * generic/tclTrace.c: * unix/tclUnixPipe.c: | ||||
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -39/+40 |
| | | |||||
* | | Bug #1479814. Handle extended paths on Windows NT and above. | patthoyts@users.sourceforge.net | 2007-02-20 | 1 | -5/+47 |
| | | |||||
* | | * generic/tclFileName.c (TclGlob): added a panic for a call with | Miguel Sofer | 2006-09-27 | 1 | -2/+7 |
| | | | | | | | | | | TCL_GLOBMODE_TAILS and pathPrefix==NULL. This would cause a segfault, as found by coverity #26. | ||||
* | | * generic/tclFileName.c (DoGlob): match incrs with decrs. | hobbs | 2006-08-30 | 1 | -1/+3 |
| | |