Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged changes between child workspace "/home/escoffon/ws/tcl8.0" and | escoffon | 1998-07-21 | 1 | -12/+20 |
| | | | | parent workspace "/export/home/ws/tcl8.0". | ||||
* | *** empty log message *** | welch | 1998-07-20 | 2 | -0/+2 |
| | |||||
* | added STATIC_BUILD test around DllMain, etc. | stanton | 1998-07-09 | 1 | -0/+7 |
| | |||||
* | Moved the variable 'tclPreInitScript' to generic/tclInitScript.h. | suresh | 1998-07-09 | 1 | -10/+3 |
| | |||||
* | added install targets | escoffon | 1998-07-09 | 1 | -0/+41 |
| | |||||
* | - added SCCS id | escoffon | 1998-07-01 | 1 | -0/+1 |
| | |||||
* | - added SCCS id string | escoffon | 1998-07-01 | 1 | -1/+2 |
| | | | | - fixed a logic bug | ||||
* | Initial revision | escoffon | 1998-07-01 | 2 | -0/+38 |
| | |||||
* | - dropped the .\ from temp dir name | escoffon | 1998-07-01 | 1 | -4/+4 |
| | | | | - .pch file is now generated in temp dir, not in . | ||||
* | Changed variable name "tclAlternateInitScript" to "tclPreInitScript". | suresh | 1998-07-01 | 1 | -7/+8 |
| | | | | Added error-checking for pre-initialization script. | ||||
* | Added definition of variable "tclAlternateInitScript" which is a globabl var- | suresh | 1998-07-01 | 1 | -2/+13 |
| | | | | | | iable and if set to a non-NULL value, will be evaluated just before the built-in script given in the file (variable) "generic/tclInitScript.h" ("initScript"). | ||||
* | plugin updates | welch | 1998-06-27 | 1 | -74/+4 |
| | |||||
* | Added an additional env. var. ("tcl_pkgLibrary") that is searched prior to all | suresh | 1998-06-23 | 1 | -0/+3 |
| | | | | other locations for the "tk.tcl" file. This facilitates application packaging. | ||||
* | put the DLLs, LIBs, and EXEs in the Debug/Release subdirs rather than | escoffon | 1998-06-18 | 1 | -21/+27 |
| | | | | in win. | ||||
* | Added changes to support builds of different configurations in parallel: | escoffon | 1998-06-18 | 1 | -20/+31 |
| | | | | | | | | - the NODEBUG flag controls Debug/Release builds - different values of NODEBUG create temp files in either Debug or Release subdirectories. - Debug DLLs and executables follow the Windows convention of a 'd' at the end of the name (e.g. tcl80d.dll) | ||||
* | fixed bad array bounds checks | stanton | 1998-06-18 | 1 | -11/+19 |
| | | | | added performance boost for small values | ||||
* | added code to handle null arguments | stanton | 1998-06-15 | 1 | -5/+11 |
| | |||||
* | added cleanup of .pdb and .pch files in the clean target | escoffon | 1998-06-10 | 1 | -0/+2 |
| | |||||
* | Renamed function 'Tcl_OpenFileChannel' to 'TclpOpenFileChannel'. | suresh | 1998-06-03 | 1 | -3/+3 |
| | |||||
* | Renamed 'TclWinStat(...)' to 'TclpStat(...)' & 'TclWinAccess(...)' to | suresh | 1998-05-28 | 1 | -5/+3 |
| | | | | | | | | 'TclpAccess(...)'. Removed macro defines for 'stat' and 'access' because there are no longer any explicit calls to these function; only calls to 'TclStat' and 'TclAccess' which are implemented in '../generic/tclIOUtil.c'. Changed macro 'lstat' to simply call 'TclStat(...)' instead of 'stat(..)'. | ||||
* | fixed bug in socket code: use of FIONREAD is not supported on Windows | stanton | 1998-05-27 | 1 | -93/+100 |
| | | | | changed to completely drain the socket window before checking any state | ||||
* | Renamed 'TclWinAccess()' to 'TclpAccess()' & 'TclWinStat()' to 'TclpStat()'. | suresh | 1998-05-16 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | stanton | 1998-04-29 | 2 | -4/+6 |
| | |||||
* | added TclWinInit and TclpFinalize | stanton | 1998-04-29 | 1 | -47/+80 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 28 | -0/+13960 |