Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little bit closer to reality | jan | 2011-04-21 | 1 | -0/+3 |
|\ | |||||
| * | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality | jan | 2011-04-21 | 1 | -2/+3 |
| |\ | |||||
| | * | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it ↵ | jan | 2011-04-20 | 1 | -2/+3 |
| | | | | | | | | | | | | right for cygwin and WIN64 as well. | ||||
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -154/+142 |
| | | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | | | [Bug 3185609] File normalization corner case of ... broken with -DUNICODE | jan.nijtmans | 2011-03-12 | 1 | -3/+3 |
| | | | |||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 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 | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. | dgp | 2009-03-18 | 1 | -2/+12 |
| | | | | | | | | | | | | Thanks to Joe Mistachkin for detection and patch. [Bug 2688184]. | ||||
| | * | * generic/tclIOUtil.c: Cleaned up some code flagged by a | dgp | 2006-10-17 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | * generic/tclInt.h: `make checkexports` test. * win/tclWin32Dll.c: * win/tclWinFile.c: | ||||
| | * | Handle possible missing define | patthoyts | 2006-10-01 | 1 | -4/+7 |
| | | | |||||
| | * | Backported fix for bug #1420432 (cannot set mtime for directories on windows). | patthoyts | 2006-10-01 | 1 | -4/+14 |
| | | | |||||
| | * | backport of file writable fixes | vincentdarley | 2006-03-19 | 1 | -4/+3 |
| | | | |||||
| | * | backport of some file readable/writable fixes from HEAD | vincentdarley | 2006-03-10 | 1 | -12/+172 |
| | | | |||||
| | * | Bugs 926106 and 1353840 | Kevin B Kenny | 2005-11-15 | 1 | -60/+85 |
| | | | |||||
| | * | * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] | dgp | 2005-06-22 | 1 | -3/+3 |
| | | | | | | | | | | | | Thanks to Pat Thoyts for discovery and fix. | ||||
| | * | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -3/+80 |
| | | | |||||
| | * | * win/tclWinFile.c (NativeIsExec): correct result of 'file | hobbs | 2004-10-08 | 1 | -10/+13 |
| | | | | | | | | | | | | executable' to not be case sensitive. [Bug 954263] | ||||
| | * | backport of recent fs fixes from cvs head | vincentdarley | 2004-07-02 | 1 | -17/+46 |
| | | | |||||
| | * | Backport of bizarre error-loss bug found by KBK and myself. | dkf | 2004-05-19 | 1 | -3/+4 |
| | | | |||||
| | * | * generic/tclInt.h: | hobbs | 2004-03-29 | 1 | -13/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclEncoding.c (TclFindEncodings, Tcl_FindExecutable): * mac/tclMacInit.c (TclpInitLibraryPath): Correct handling of UTF * unix/tclUnixInit.c (TclpInitLibraryPath): data that is actually * win/tclWinFile.c (TclpFindExecutable): "clean", allowing the * win/tclWinInit.c (TclpInitLibraryPath): loading of Tcl from paths that contain multi-byte chars on Windows [Bug 920667] | ||||
| | * | backporting of filesystem tests, docs | vincentdarley | 2003-10-03 | 1 | -2/+7 |
| | | | |||||
| | * | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2003-07-17 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
| | * | * win/tclWinFile.c (TclpMatchInDirectory): revert glob code to | hobbs | 2003-05-16 | 1 | -71/+46 |
| | | | | | | | | | | | | r1.44 as 2003-04-14 optimizations broke Windows98 glob'ing. | ||||
| | * | Added conditionals to make tclWinFile.c compile on VC++6, which | Kevin B Kenny | 2003-04-14 | 1 | -1/+7 |
| | | | | | | | | | | | | was broken by recent changes. | ||||
| | * | filesystem fixes backported | vincentdarley | 2003-04-14 | 1 | -80/+161 |
| | | | |||||
| | * | Fixes for three filesystem problems | vincentdarley | 2003-03-18 | 1 | -1/+11 |
| | | | |||||
| * | | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp | nijtmans | 2010-04-19 | 1 | -4/+4 |
| | | | |||||
| * | | Various CYGWIN-related fixes | nijtmans | 2010-01-31 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | backported from HEAD. Still configure script not modified, so CYGWIN build is still disabled. Reason: although the build succeeds with those changes, many tests still fail. | ||||
| * | | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. | dgp | 2009-03-18 | 1 | -2/+11 |
| | | | | | | | | | | | | Thanks to Joe Mistachkin for detection and patch. [Bug 2688184]. | ||||
| * | | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that | Kevin B Kenny | 2008-04-05 | 1 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl was creating an NTFS junction point (IO_REPARSE_TAG_MOUNT_POINT) but filling in the union member for a Vista symbolic link. We had gotten away with this error because the union member (SymbolicLinkReparseBuffer) was misdefined in this file and in the 'winnt.h' in early versions of MinGW. MinGW 3.4.2 has the correct definition of SymbolicLinkReparseBuffer, exposing the mismatch, and making tests cmdAH-19.4.1, fCmd-28.*, and filename-11.* fail. | ||||
* | | | Fix various gcc-4.5.2 64-bit warning messages, | nijtmans | 2011-01-25 | 1 | -3/+3 |
| | | | | | | | | | | | | e.g. by using full 64-bits for socket fd's | ||||
* | | | Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. ↵ | nijtmans | 2011-01-12 | 1 | -2/+2 |
| | | | | | | | | | | | | Reported by andreask. | ||||
* | | | [Patch 3124554]: Move WishPanic from Tk to Tcl | nijtmans | 2010-12-16 | 1 | -14/+12 |
| | | | | | | | | | | | | Better communication with debugger, if present. | ||||
* | | | Restore abort() in Tcl_Panic() as it was before. | nijtmans | 2010-12-15 | 1 | -2/+9 |
| | | | | | | | | | | | | [Patch 3124554] use ExitProcess() here, like in wish. | ||||
* | | | Use gcc's __builtin_trap(), when available, to enter the debugger after a panic. | nijtmans | 2010-12-13 | 1 | -4/+49 |
| | | | | | | | | | | | | Undocumented feature, see [Patch 3124554]: Move WishPanic from Tk to Tcl. | ||||
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-11-03 | 1 | -7/+9 |
| | | | | | | | | | | | | (more clean-ups for pre-win2000 stuff) | ||||
* | | | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. | nijtmans | 2010-10-12 | 1 | -111/+72 |
| | | | | | | | | | | | | Fix some MSVC 6.0 warnings | ||||
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-11 | 1 | -83/+53 |
| | | | | | | | | | | | | Add netapi32 to the windows link line, so we no longer have to use LoadLibrary to access those functions. | ||||
* | | | Fix declaration after statement. | nijtmans | 2010-09-21 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | Add -Wdeclaration-after-statement, so this mistake cannot happen again. | ||||
* | | | Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on ↵dogeen_assembler_split | nijtmans | 2010-09-20 | 1 | -102/+24 |
| | | | | | | | | | | | | platforms >win95 | ||||
* | | | Oops, didn't mean to check in this file. | nijtmans | 2010-09-18 | 1 | -15/+7 |
| | | | |||||
* | | | [Bug 3069278]: breakage on head Windows triggered | nijtmans | 2010-09-18 | 1 | -8/+14 |
| | | | | | | | | | | | | by install-tzdata. Temporary don't compile this with -DUNICODE, while investigating this bug. | ||||
* | | | * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as all | hobbs | 2010-09-16 | 1 | -23/+1 |
| | | | | | | | | | | | | supported versions of compilers should now have it. | ||||
* | | | [Freq 2965056]: Windows build with -DUNICODE | nijtmans | 2010-08-30 | 1 | -7/+7 |
| | | | |||||
* | | | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 1 | -30/+30 |
| | | | | | | | | | | | | Eliminate various unnecessary type casts. | ||||
* | | | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp | nijtmans | 2010-04-13 | 1 | -4/+4 |
| | | | | | | | | | | | | Fix gcc warning: comparison of unsigned expression >= 0 is always true | ||||
* | | | test that tclOO stubs are present in stub library | nijtmans | 2010-03-07 | 1 | -16/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | Applied missing part of [Patch 2961556] Change all tclWinProcs signatures to use TCHAR* in stead of WCHAR*. This is meant as preparation to make [Enh 2965056] possible at all. | ||||
* | | | Eliminate all internal Tcl_WinUtfToTChar | nijtmans | 2010-02-15 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | and Tcl_WinTCharToUtf calls, needed for mslu support. | ||||
* | | | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | tcl*ConstStubs, it's not necessary at all. tclEnsemble.c: Fix signed-unsigned mismatch make tclWinProcs "const" Add first part of mslu support, See [Feature Request #2819611] |