summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* * win/tclWinPipe.c (BuildCommandLine): Fixed bug #554068 ([exec]andreas_kupries2002-06-171-1/+6
* The test for compiler optimizations was in error. Thanks goes to Roy Terrydavygrvy2002-06-141-2/+2
* fs normalizevincentdarley2002-06-131-3/+12
* vfs, winfs testsuitevincentdarley2002-06-133-26/+202
* * win/tclWinFile.c: corrected the symbolic link handling code tohobbs2002-06-121-31/+57
* fs clarification and windows fixesvincentdarley2002-06-124-313/+745
* * win/README: Update msys+mingw URL.mdejong2002-06-041-2/+2
* * Removed internal routinedgp2002-05-311-4/+1
* D'oh! Accidentally made this file uncompilable. Added some extradkf2002-05-281-59/+65
* Better handling of EOVERFLOW on Win32 systems (as EFBIG or EINVAL.)dkf2002-05-272-7/+9
* TIP#91 implementation; makes old style channels binary compatible withdkf2002-05-242-5/+91
* * win/tclWinSock.c (TcpWatchProc): Fixed SF Tcl Bug #557878. Weandreas_kupries2002-05-241-18/+21
* memory cleanupvincentdarley2002-05-131-8/+9
* Added 'runtest' target. Added docs as dependencies for winhelp rtf.davygrvy2002-05-081-14/+19
* fix to 551306vincentdarley2002-05-021-55/+167
* * generic/tclAlloc.c:hobbs2002-04-233-4/+86
* * win/tclWinFCmd.c (DoDeleteFile): check return of setattr APIhobbs2002-04-221-5/+8
* * win/Makefile.in: correct dependencies for shell, gdb, runtesthobbs2002-04-221-6/+6
* * tcl.m4: Enabled COFF as well as CV style debug info withhobbs2002-04-122-2/+2
* Made tests for clock frequency more permissive to cope with Win98SE beingKevin B Kenny2002-04-011-5/+16
* repair of previous mistakedavygrvy2002-03-291-8/+3
* A STATIC_BUILD bug fix. -DSTATIC_BUILD wasn't being added to the core's comp...davygrvy2002-03-291-5/+8
* * tools/feather.bmp:davygrvy2002-03-281-14/+18
* * tools/man2help.tcl:davygrvy2002-03-281-28/+34
* Clean targets made Win9x complient.davygrvy2002-03-273-37/+19
* * win/.cvsignore:davygrvy2002-03-276-167/+513
* 4 fs fixesvincentdarley2002-03-243-294/+363
* win/tclWinInt.h: moved undef of TCL_STORAGE_CLASS. [Bug #478579]hobbs2002-03-221-3/+3
* * win/configure: Regen.mdejong2002-03-155-30/+291
* * win/tclWinFCmd.c (DoRenameFile, DoCopyFile): Handlemdejong2002-03-141-3/+3
* * win/tclWinFCmd.c (DoRenameFile, DoCopyFile, DoDeleteFile,mdejong2002-03-121-59/+35
* * win/README: Update to indicate that Mingw 1.1 ismdejong2002-03-091-13/+29
* (DoCopyFile): correctly set retval to TCL_OKhobbs2002-03-081-2/+2
* * win/tclWin32Dll.c (TclpCheckStackSpace):mdejong2002-03-082-13/+33
* Bumped patchlevel; might need changing in the future, but it makes lifedkf2002-03-062-4/+4
* updated to use www.tcl.tk URLhobbs2002-03-042-10/+10
* Const-ifying declarations of strtoll/strtoull and new compat code.dkf2002-02-221-5/+5
* More comments added and decided not to pack modules tightly. Four gigabytesdavygrvy2002-02-221-7/+15
* spelingdavygrvy2002-02-211-2/+2
* * win/mkd.bat (removed):davygrvy2002-02-214-28/+39
* reverted back to 1.6, as the header file change to tclPort.h doesn't allow fordavygrvy2002-02-211-2/+3
* * win/makefile.vc:davygrvy2002-02-212-5/+17
* * win/tclAppInit.c: Changed #include "tcl.h" to be tclPort.h todavygrvy2002-02-211-3/+2
* * win/buildall.vc.bat:davygrvy2002-02-203-38/+144
* * win/makefile.vc: Added the pentium errata switches to $(cflags)davygrvy2002-02-201-14/+8
* Further changes to the TIP 72 patch to make it compile under VC++Kevin B Kenny2002-02-151-2/+2
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-157-36/+61
* * Partial TIP 27 rollback. Following routinesdgp2002-02-084-17/+13
* * win/tclWinFCmd.c: TIP 27: Applied patch fixing CONST warnings onuid375472002-01-311-5/+8
* * unix/tcl.m4 (SC_LOAD_TCLCONFIG):mdejong2002-01-291-4/+30