summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-1430-30/+30
|
* Initial revisionstanton1998-08-311-0/+518
|
* fixed bad registry codestanton1998-08-051-11/+18
|
* *** empty log message ***welch1998-08-041-12/+36
|
* *** empty log message ***welch1998-08-041-1/+2
|
* EXPORT is now TCL_STORAGE_CLASSescoffon1998-08-042-8/+8
|
* EXPORT is now TCL_STORAGE_CLASSescoffon1998-08-041-5/+6
|
* modified the support for specifying a build directory to be consistent withescoffon1998-08-031-2/+4
| | | | the Tk makefile.vc
* added EXTFLAGS hookstanton1998-07-311-0/+4
|
* added support for getting tcl_pkgPath from the registrystanton1998-07-311-38/+75
|
* One more tweak for the import/export.escoffon1998-07-301-2/+3
|
* Added notes about DLLIMPORT and DLLEXPORTwelch1998-07-291-6/+65
|
* - added setting of EXPORT to DLLEXPORT if we are building Tcl.escoffon1998-07-291-0/+7
|
* - added setting of EXPORT to DLLEXPORT if we are building Tclescoffon1998-07-291-0/+9
|
* set EXPORT to DLLEXPORT unconditionally, since the declaration ofescoffon1998-07-291-0/+8
| | | | Registry_Init is inside the source file.
* modified to support the new EXTERN macro, which has support for DLLescoffon1998-07-291-3/+15
| | | | | | import/export mechanisms. - Defines DLL_BUILD and BUILD_tcl. - Still uses the .def file for the DLLs, we'll phase it out later.
* use "ifdef DLL_BUILD" instead of "ifndef STATIC_BUILD"escoffon1998-07-291-14/+8
|
* *** empty log message ***welch1998-07-281-3/+2
|
* added the TCLPIPEDLLNAME and TCLREGDLLNAME macros, so that the names can beescoffon1998-07-281-2/+4
| | | | overridden at the command line
* changed to use default value instead of "Root"stanton1998-07-241-13/+21
| | | | changed to set tclDefaultLibrary instead of tcl_library
* Merged changes between child workspace "/home/welch/ws/tcl8.0.3" andwelch1998-07-241-0/+5
| | | | parent workspace "/export/home/ws/tcl8.0".
* Merged changes between child workspace "/home/escoffon/ws/tcl8.0" andescoffon1998-07-211-12/+20
| | | | parent workspace "/export/home/ws/tcl8.0".
* *** empty log message ***welch1998-07-202-0/+2
|
* added STATIC_BUILD test around DllMain, etc.stanton1998-07-091-0/+7
|
* Moved the variable 'tclPreInitScript' to generic/tclInitScript.h.suresh1998-07-091-10/+3
|
* added install targetsescoffon1998-07-091-0/+41
|
* - added SCCS idescoffon1998-07-011-0/+1
|
* - added SCCS id stringescoffon1998-07-011-1/+2
| | | | - fixed a logic bug
* Initial revisionescoffon1998-07-012-0/+38
|
* - dropped the .\ from temp dir nameescoffon1998-07-011-4/+4
| | | | - .pch file is now generated in temp dir, not in .
* Changed variable name "tclAlternateInitScript" to "tclPreInitScript".suresh1998-07-011-7/+8
| | | | Added error-checking for pre-initialization script.
* Added definition of variable "tclAlternateInitScript" which is a globabl var-suresh1998-07-011-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 updateswelch1998-06-271-74/+4
|
* Added an additional env. var. ("tcl_pkgLibrary") that is searched prior to allsuresh1998-06-231-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 thanescoffon1998-06-181-21/+27
| | | | in win.
* Added changes to support builds of different configurations in parallel:escoffon1998-06-181-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 checksstanton1998-06-181-11/+19
| | | | added performance boost for small values
* added code to handle null argumentsstanton1998-06-151-5/+11
|
* added cleanup of .pdb and .pch files in the clean targetescoffon1998-06-101-0/+2
|
* Renamed function 'Tcl_OpenFileChannel' to 'TclpOpenFileChannel'.suresh1998-06-031-3/+3
|
* Renamed 'TclWinStat(...)' to 'TclpStat(...)' & 'TclWinAccess(...)' tosuresh1998-05-281-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 Windowsstanton1998-05-271-93/+100
| | | | changed to completely drain the socket window before checking any state
* Renamed 'TclWinAccess()' to 'TclpAccess()' & 'TclWinStat()' to 'TclpStat()'.suresh1998-05-161-4/+4
|
* *** empty log message ***stanton1998-04-292-4/+6
|
* added TclWinInit and TclpFinalizestanton1998-04-291-47/+80
|
* Initial revisionrjohnson1998-03-2628-0/+13960