summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
* * win/configure, win/tcl.m4: add ws2_32.lib / -lws2_32 to build.hobbs2007-11-303-287/+86
* * generic/tclWinSock.c (InitializeHostName): Correct error indgp2007-11-291-3/+3
* * win/tclWinSock.c: Add mising encoding conversion of the [infodgp2007-11-271-5/+10
* * README: Bump version number to 8.5b3.dgp2007-11-192-3/+3
* Reduce cast count.dkf2007-11-191-239/+265
* Spelling mistake in comment!dkf2007-11-191-2/+2
* Prefer UINT_PTR to DWORD_PTR when casting pointers to integer types for great...patthoyts2007-11-151-6/+6
* * generic/tclBasic.c:Miguel Sofer2007-11-101-3/+3
* minor code cleanup in TclpGetCStackParams; hoist a couple of structs from TSD...Kevin B Kenny2007-11-101-15/+11
* 2007-11-10 Kevin Kenny <kennykb@acm.org>Kevin B Kenny2007-11-101-158/+40
* * generic/tclBasic.c:Miguel Sofer2007-11-101-6/+90
* Sync to Tk: use -fp:strict alwayspatthoyts2007-10-311-11/+1
* * generic/tcl.h: Bump version number to 8.5b2.1 to distinguishdgp2007-10-302-3/+3
* * README: Bump version number to 8.5b2.dgp2007-10-262-3/+3
* * compat/tmpnam.c (removed): The routine tmpnam() is no longerdgp2007-10-181-4/+0
* * win/makefile.vc: removed old dependency cruft that is no longer needed.davygrvy2007-10-161-26/+6
* * win/makefile.vc: include path problem fixed for 'depend' target. Never fightdavygrvy2007-10-151-2/+2
* * tools/mkdepends.tcl (new): Initial stab at generating automaticdavygrvy2007-10-141-19/+23
* sync with tk fixing tk install faultpatthoyts2007-10-121-1/+2
* Mine all version information from headers. Sync tcl and tk and bringpatthoyts2007-10-124-108/+180
* * win/makefile.vc: Fixed my bad spelling mistakes from years back.davygrvy2007-10-121-6/+5
* * generic/tclCmdMZ.c: Correct [string is (wide)integer] failuredgp2007-10-114-18/+4
* * generic/tcl.h: Bump version number to 8.5b1.1 to distinguishdgp2007-10-022-3/+3
* * README: Bump version number to 8.5b1dgp2007-09-192-3/+3
* * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs()dgp2007-09-181-2/+2
* Add crt flags for tclStubLib now it makes use of C-library functionspatthoyts2007-09-171-2/+2
* Do not error on warnings for amd64 symbols build.patthoyts2007-09-171-4/+4
* Default for 8.5 is threaded buildpatthoyts2007-09-171-6/+6
* * unix/Makefile.in: Perform missing updates of the tcltest Tcldgp2007-09-121-3/+3
* Use nmakehlp to substitute values for tclConfig.sh (helps cross-compiling).patthoyts2007-09-123-76/+218
* * generic/tclGetDate.y: Added a cast to the definition of YYFREE toKevin B Kenny2007-08-061-4/+5
* Regenerated configure using autoconf 2.59. Autoconf 2.61 changedandreas_kupries2007-08-011-2244/+1665
* Regen with autoconf 2.61Miguel Sofer2007-07-311-1628/+2278
* * unix/configure.in: allow use of 'inline' in Tcl sourcesMiguel Sofer2007-07-312-3/+4
* * library/platform/platform.tcl: Fixed bug in 'platform::patterns'andreas_kupries2007-07-201-3/+7
* * generic/tclBasic.c: Removed dead code, including thedgp2007-06-284-84/+3
* * unix/configure: autoconf-2.59 (FC6 fork)dgp2007-05-182-3/+3
* * win/configure: autoconf-2.59 (FC6 fork)dgp2007-05-154-31/+44
* More type-pun warning squelchesdkf2007-05-053-241/+245
* Record the dll base addresses for some additional extensionspatthoyts2007-05-041-1/+5
* Comment and open file as textpatthoyts2007-05-041-3/+14
* Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-202-11/+11
* Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-172-7/+7
* Complete the purge of K&R function definitions from manually-written code.dkf2007-04-164-44/+70
* Thread exit handler marks the current thread as un-initialized.vasiljevic2007-03-241-12/+6
* * win/Makefile.in: Added code to keep a Cygwin path name fromKevin B Kenny2007-03-231-3/+3
* * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced somedgp2007-03-191-2/+2
* * win/tclWinReg.c (GetKeyNames): Size the buffer for enumeratingKevin B Kenny2007-03-171-23/+65
* * win/Makefile.in: Fully qualify LIBRARY_DIR somdejong2007-03-151-2/+4
* * library/platform/shell.tcl: Made more robust if an older platformandreas_kupries2007-03-091-3/+3