summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* * win/tclWinFile.c (TclpMatchInDirectory): fix for an issue Kevin B Kenny2004-05-191-2/+3
* * win/makefile.vc: now generates a tclConfig.sh from Pat Thoytsdavygrvy2004-05-181-2/+78
* fix to case sensitive 'file executable' on Windowsvincentdarley2004-05-171-4/+7
* 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-2/+64
* (BuildCommandLine): Use the existence of contents in the linePtr ratherdavygrvy2004-05-101-2/+2
* (TclpCreateProcess): When under NT, with no console, and executing adavygrvy2004-05-101-2/+2
* (BuildCommandLine): Moved non-obvious appending logic to outside the loopdavygrvy2004-05-101-6/+7
* had to raise the size of the tls extension due to it getting rather fat when ...davygrvy2004-05-101-2/+2
* Refix bug 789040 re-entered in rev 1.41chengyemao2004-05-081-2/+3
* added the tls extension to the list of preferred load addresses.davygrvy2004-05-051-1/+2
* (SocketEventProc) : connect errors should fire both the readable anddavygrvy2004-05-051-2/+6
* * win/tclWin32Dll.c (TclpCheckStackSpace): Kevin B Kenny2004-05-031-2/+2
* A little source clean-up with the allocOnce variable.davygrvy2004-04-271-4/+6
* (DllMain): Added DisableThreadLibraryCalls() for the DLL_PROCESS_ATTACHdavygrvy2004-04-241-1/+2
* (Tcl_MakeFileChannel) : Case for CloseHandle returning zero and notdavygrvy2004-04-231-7/+13
* Removed my mistake of adding an exit handler to TclWinInit.davygrvy2004-04-231-30/+1
* * generic/tclInt.h:davygrvy2004-04-231-5/+36
* * win/tclWinTime.c: If the Tcl_ExitProc (StopCalibration) isdavygrvy2004-04-231-2/+6
* Added an exit handler in tclWinInit() so tclWinTCharEncoding could be freeddavygrvy2004-04-201-1/+30
* * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CEhobbs2004-04-072-19/+26
* * win/configure: define TCL_LIB_FLAG, TCL_BUILD_LIB_SPEC,hobbs2004-04-072-9/+33
* Patch 922727 committed. Implements three changes:dgp2004-04-061-53/+0
* Patch 922727 committed. Implements three changes:dgp2004-04-0611-61/+28
* * README: Bumped version number to 8.5a2 todgp2004-03-263-5/+5
* Made HEAD build on Windows VC++ again.Kevin B Kenny2004-03-193-14/+14
* * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,rmax2004-03-181-10/+9
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-172-11/+3
* * win/tclWinNotify.c: Fixed a mistake where the return value ofdavygrvy2004-03-161-3/+2
* added a slot position for a project of my own.davygrvy2004-03-081-1/+2
* Checks MSDevDir, not MSVCDir envar.davygrvy2004-03-081-2/+2
* * win/configure: Regen.mdejong2004-03-053-2/+92
* Added TIP #100 support to the registry package (patch #903831)patthoyts2004-03-041-4/+81
* fixed some commentary.davygrvy2004-03-031-3/+3
* * win/tclWinNotify.c (Tcl_WaitForEvent) : Allows an idling notifier to servicedavygrvy2004-03-031-5/+15
* default environment variable for VC++ is %MSDevDir% not %MSVCDir%,davygrvy2004-03-031-2/+2
* update patchlevel to 8.5a1hobbs2004-03-023-6/+6
* * win/tclWinDde.c: Removed some gcc warnings - except for thepatthoyts2004-02-251-5/+5
* (SocketThreadExitHandler): Don't call TerminateThread whendavygrvy2004-02-211-14/+5
* * win/tclWinInit.c (AppendEnvironment):mdejong2004-02-121-4/+23
* better macro grepping logicdavygrvy2004-02-101-2/+6
* minor bug fix for last commit.davygrvy2004-02-081-2/+2
* * win/makefile.vc:davygrvy2004-02-074-14/+36
* minor formatting and some commentary.davygrvy2004-02-021-9/+11
* * tests/winPipe.test: Six more cases added.davygrvy2004-02-021-6/+2
* * tests/winPipe.test: Added proof that BuildCommandLine() is notdavygrvy2004-02-021-8/+12
* * win/nmakehlp.c: defensive techniques to avoid static bufferdavygrvy2004-02-011-14/+18
* * tests/winPipe.test: more pass-thru commandline verifications.davygrvy2004-02-012-151/+11
* * win/makefile.vc: Use the -GZ compiler switch when building fordavygrvy2004-01-301-3/+3
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-1/+6
* * win/nmakehlp.c: Use '.\nul' as the sourcefile name instead ofdavygrvy2004-01-281-3/+6