Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 7 | -45/+47 |
| | | | | | | | to 'Tcl_Panic' (the function). The #define of panic in tcl.h clearly states it is deprecated in the comments. [Patch 865264] | ||||
* | prevent static buffer overflow (Doh!) | davygrvy | 2003-12-23 | 1 | -4/+4 |
| | |||||
* | fixed static buffer overflow | davygrvy | 2003-12-23 | 1 | -2/+2 |
| | |||||
* | VERSION macro now set by reading tcl.h for it. | davygrvy | 2003-12-23 | 1 | -2/+13 |
| | |||||
* | New feature for extensions that use rules.vc. Now reads header files for | davygrvy | 2003-12-23 | 2 | -12/+90 |
| | | | | | version strings. No more hard coding TCL_VERSION = 8.5 and having to edit it when you swap cores. | ||||
* | Structured Exception Handling added around Tcl_Finalize called from | davygrvy | 2003-12-21 | 1 | -3/+14 |
| | | | | | | | | DllMain's DLL_PROCESS_DETACH. We can't 100% assured that Tcl is being unloaded by the OS in a stable condition and we need to protect the exit handlers should the stack be in a hosed state. AT&T style assembly for SEH under MinGW has not been added yet. This is a first part change for [Patch 858493] | ||||
* | fix to file normalization with relative links | vincentdarley | 2003-12-17 | 1 | -5/+42 |
| | |||||
* | * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problem | davygrvy | 2003-12-16 | 2 | -3/+24 |
| | | | | | | | | | with Borland. * win/tclWinTime.c (TclpGetDate) : Borland's localtime() has a slight behavioral difference. From Helmut Giese <hgiese@ratiosoft.com> [Patch 758097]. | ||||
* | * win/tcl.rc: Slight modification to the STRINGIFY macro to | davygrvy | 2003-12-16 | 1 | -2/+2 |
| | | | | | support Borland's rc tool. From Helmut Giese <hgiese@ratiosoft.com>. | ||||
* | Slight modification to the STRINGIFY macro to support Borland's rc tool. | davygrvy | 2003-12-16 | 1 | -2/+2 |
| | |||||
* | prefer Tcl_LongAsWide and Tcl_WideAsLong for casts. | davygrvy | 2003-12-13 | 1 | -5/+5 |
| | |||||
* | Win32's SetFilePointer() takes LONGs not DWORDs. Redid local vars | davygrvy | 2003-12-13 | 1 | -11/+11 |
| | | | | to avoid all casting except where truly required. | ||||
* | allow creation of relative links | vincentdarley | 2003-12-12 | 1 | -2/+2 |
| | |||||
* | (SocketThreadExitHandler) : added a TerminateThread fallback just in case | davygrvy | 2003-12-12 | 1 | -2/+12 |
| | | | | | the socket handler thread is really in a paused state. This can happen when Tcl is being unloaded by the OS from an exception handler. | ||||
* | NT file permissions fix and tests | vincentdarley | 2003-12-09 | 1 | -7/+9 |
| | |||||
* | * library/dde/pkgIndex.tcl: Added safeguards so that registry | dgp | 2003-11-10 | 7 | -21/+21 |
| | | | | | | | | | | | | * library/reg/pkgIndex.tcl: and dde packages are not offered * win/tclWinDde.c: on non-Windows platforms. Bumped to * win/tclWinReg.c: registry 1.1.3 and dde 1.3. * win/Makefile.in: * win/configure.in: * win/makefile.bc: * win/makefile.vc: * win/configure: autoconf (2.57) | ||||
* | * unix/tclUnixInit.c (TclpInitLibraryPath): | dgp | 2003-11-10 | 1 | -3/+22 |
| | | | | | * win/tclWinInit.c (TclpInitLibraryPath): Fix for [Bug 832657] that should not run afoul of startup constraints. | ||||
* | * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too when | andreas_kupries | 2003-10-23 | 1 | -3/+3 |
| | | | | | | | | asked for writable events by the generic layer. (SocketEventProc): Generate a writable event too when a close is detected. Together the changes fix [Bug 599468]. | ||||
* | * win/tclWinPipe.c (BuildCommandLine): Applied the patch coming | andreas_kupries | 2003-10-21 | 1 | -3/+6 |
| | | | | | with [Bug 805605] to the code, fixing the incorrect use of ispace noted by Ronald Dauster <ronaldd@users.sourceforge.net>. | ||||
* | TIP #156: Language-Neutral Root Locale for Msgcat | Kevin B Kenny | 2003-10-21 | 3 | -11/+11 |
| | |||||
* | Punt gracefully if exitToken was already destroyed. | davygrvy | 2003-10-14 | 1 | -1/+7 |
| | |||||
* | filesystem bug fixes | vincentdarley | 2003-10-13 | 4 | -25/+228 |
| | |||||
* | * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkin | patthoyts | 2003-10-09 | 2 | -10/+11 |
| | | | | | * win/tclAppInit.c: to fix incompatible TCL_MEM_DEBUG handling in * generic/tclObj.c: Win32 VC builds. | ||||
* | * win/configure: | hobbs | 2003-10-06 | 2 | -50/+2 |
| | | | | | | * win/tcl.m4: removed incorrect checks for existence of optimization. TCL_CFG_OPTIMIZED is now defined whenever the user does not build with --enable-symbols. | ||||
* | Symbols which are visible outside a single compilation unit must have | dkf | 2003-09-29 | 2 | -7/+5 |
| | | | | | the prefix 'Tcl' to keep them out of the way of non-Tcl C code on Unix. (Problem reported by George Staplin.) | ||||
* | * win/tclWinPipe.c: The windows port of expect can call | davygrvy | 2003-09-28 | 1 | -1/+4 |
| | | | | | | TclWinAddProcess before any of the other pipe functions. Added a missing PipeInit() call to make sure the initialization happens. | ||||
* | format last change for 74 characters per line | davygrvy | 2003-09-08 | 1 | -2/+4 |
| | |||||
* | * win/tclWinLoad.c (TclpDlopen): Changed the error message for ↵ | davygrvy | 2003-09-08 | 1 | -2/+2 |
| | | | | | | | ERROR_PROC_NOT_FOUND to be a bit more helpful in giving us clues. "can't find specified procedure" means a function in the import table, for implicit loading, couldn't be resolved and that's why the load failed. | ||||
* | Added Open Watcom strictness about how the char type needs to be | davygrvy | 2003-08-27 | 1 | -1/+4 |
| | | | | signed by default. | ||||
* | * win/tclWinFile.c (WinReadLinkDirectory): Fix for 'Initializers | davygrvy | 2003-08-27 | 1 | -2/+3 |
| | | | | must be constant' with the driveSpec array with OpenWatcom. | ||||
* | * win/tclWinTime.c: Changed use of '_timezone' to 'timezone' as | davygrvy | 2003-08-27 | 1 | -7/+5 |
| | | | | | this difference is already adjusted for in tclWinPort.h. Removed unreferenced posixEpoch file-scope global. | ||||
* | Changed comment to note that OpenWatcom suffers the same missing LPFN_* | davygrvy | 2003-08-27 | 1 | -2/+2 |
| | | | | typedef ssue as MinGW and cygwin. | ||||
* | Added a block for OpenWatcom adjustments that fixes the same issue Mo | davygrvy | 2003-08-27 | 1 | -1/+10 |
| | | | | | did for MinGW lack of missing LPFN_* typedefs in their WINE derived winsock2.h | ||||
* | better error control. | davygrvy | 2003-08-25 | 1 | -15/+53 |
| | |||||
* | * win/tclWinSerial.c (SerialErrorStr): Fixed a syntax error | patthoyts | 2003-08-19 | 1 | -2/+2 |
| | | | | created in the previous code cleanup. | ||||
* | Style guide police | dkf | 2003-08-19 | 1 | -1093/+1144 |
| | |||||
* | * win/configure: Regen. | mdejong | 2003-08-18 | 2 | -4/+4 |
| | | | | | * win/tcl.m4 (SC_ENABLE_SYMBOLS): Use test instead of -eq, which does not work. [Bug 781109] | ||||
* | Bug fix in BuildCommandLine: missing a space when linePtr is not null | chengyemao | 2003-08-15 | 1 | -2/+3 |
| | |||||
* | * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus. | hobbs | 2003-08-06 | 1 | -3/+10 |
| | |||||
* | * win/tclWinReg.c: Incremented the version to 1.1.2. | patthoyts | 2003-07-23 | 1 | -2/+2 |
| | | | | * library/reg/pkgIndex.tcl: | ||||
* | * win/tclWinReg.c (OpenSubKey): Fixed bug 775976 which causes the | patthoyts | 2003-07-22 | 1 | -2/+2 |
| | | | | registry set command to fail when built with VC7. | ||||
* | 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu> | hobbs | 2003-07-17 | 1 | -1/+16 |
| | | | | | | | | | * generic/tclPathObj.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. [Patch 679315] | ||||
* | Added a missing $(OPTDEFINES) which broke the build if | Kevin B Kenny | 2003-07-15 | 1 | -2/+2 |
| | | | | STATS=memdbg was specified. | ||||
* | Factored out the trace code - it's big enough to be its own maintenance area | dkf | 2003-06-25 | 3 | -2/+5 |
| | | | | and tricky enough to discourage non-specialists... | ||||
* | * doc/dde.n: Committed TIP #135 which changes the | patthoyts | 2003-06-23 | 1 | -5/+5 |
| | | | | | | * win/tclWinDde.c: -exact option to -force. Also cleaned * tests/winDde.test: a bug in the tests. * library/dde/pkgIndex.tcl: Incremented version to 1.2.5 | ||||
* | * doc/dde.n: Committed TIP #120 which provides the | patthoyts | 2003-06-23 | 1 | -32/+170 |
| | | | | | | * win/tclWinDde.c: dde package for safe interpreters. * tests/winDde.test: Incremented package version to 1.2.4 * library/dde/pkgIndex.tcl: | ||||
* | filesystem fixes -- see ChangeLog | vincentdarley | 2003-06-23 | 2 | -53/+86 |
| | |||||
* | regsub empty string fixes, and windows build | vincentdarley | 2003-06-17 | 1 | -11/+11 |
| | |||||
* | * win/Makefile.in: Haven't heard back from David for a week. | andreas_kupries | 2003-06-16 | 7 | -9/+244 |
| | | | | | | | | | * win/configure: Now committing the remaining changes. * win/configure.in: Note: In active contact with Helmut Giese * win/makefile.vc: about the borland relatedchanges. This part * win/rules.vc: will see future updates. * win/tcl.m4: * win/makefile.bc: | ||||
* | fix to WinTcl file rename error message | vincentdarley | 2003-06-02 | 1 | -2/+10 |
| |