summaryrefslogtreecommitdiffstats
path: root/win/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* * win/tclWin32Dll.c:hobbs1999-12-091-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 gotwart1999-07-301-0/+1
| | | | values in Windows.
* * Changed version to 8.2b2.redman1999-07-221-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.redman1999-06-181-1/+1
|
* Modify aclocal.m4 for PC to run cygpath on path of CC_EXENAME first.redman1999-06-171-1/+1
|
* more incremental changessurles1999-06-161-17/+33
|
* modified files to work with new windows Makefilessurles1999-06-161-39/+52
|
* Continued work on configure and make scriptssurles1999-06-111-875/+415
|
* macros that autoconf will be looking for (tcl.m4)wart1999-06-101-0/+875