Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * win/tclWin32Dll.c: | hobbs | 1999-12-09 | 1 | -445/+1 |
| | | | | | | | | | | | | | | | * win/tclWinChan.c: * win/tclWinFCmd.c: * win/tclWinInit.c: * win/tclWinPipe.c: * win/tclWinSock.c: removed all code that supported Win32s. It was no longer officially supported, and likely didn't work anyway. * win/makefile.vc: removed 16 bit stuff, cleaned up. * win/tcl16.rc: * win/tclWin16.c: * win/winDumpExts.c: these files have been removed from the source tree (no longer necessary to build) * win/aclocal.m4: made it just include tcl.m4 | ||||
* | Added definitions for some symbols in tclConfig.sh that never got | wart | 1999-07-30 | 1 | -0/+1 |
| | | | | values in Windows. | ||||
* | * Changed version to 8.2b2. | redman | 1999-07-22 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | * win/tclWinPort.h: Block out include of sys/*.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * generic/tclCmdMZ.c: * generic/tclIO.c: Fix ANSI-style prototypes based on patch from Ulrich Ring. [Bug: 2391] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * tests/var.test: * generic/tclVar.c: Fixed bug that caused a seg. fault when using "array set a(b) {}", which is a bad array name anyway. Now the "array set" command will return an error in this case. Added test case and fixed existing test. [Bug: 2427] | ||||
* | Modifications to correct CC_EXENAME macro. | redman | 1999-06-18 | 1 | -1/+1 |
| | |||||
* | Modify aclocal.m4 for PC to run cygpath on path of CC_EXENAME first. | redman | 1999-06-17 | 1 | -1/+1 |
| | |||||
* | more incremental changes | surles | 1999-06-16 | 1 | -17/+33 |
| | |||||
* | modified files to work with new windows Makefiles | surles | 1999-06-16 | 1 | -39/+52 |
| | |||||
* | Continued work on configure and make scripts | surles | 1999-06-11 | 1 | -875/+415 |
| | |||||
* | macros that autoconf will be looking for (tcl.m4) | wart | 1999-06-10 | 1 | -0/+875 |