Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * {win,mac,unix,tools,}/README: | hobbs | 1999-10-05 | 1 | -4/+4 |
| | | | | | | | | | | | | * win/README.binary: * win/makefile.vc: * {win,unix}/configure.in: * generic/tcl.h: * library/init.tcl: updated to 8.3a1 from 8.2.0. * win/tclWinReg.c: fixed registry command to properly 'get' HKEY_PERFORMANCE_DATA root key data. Needs more work. * win/tclWinSerial.c: changed SerialSetOptionProc to return TCL_OK by default. (patch from Rolf Schroedter) | ||||
* | Change version numbers to 8.2.0 | redman | 1999-08-10 | 1 | -2/+2 |
| | |||||
* | * unix/configure.in: | redman | 1999-08-02 | 1 | -2/+2 |
| | | | | * win/configure.in: Change beta level to b2. | ||||
* | Added definitions for some symbols in tclConfig.sh that never got | wart | 1999-07-30 | 1 | -1/+13 |
| | | | | values in Windows. | ||||
* | * win/configure.in: Eval DLLSUFFIX, LIBSUFFIX, and EXESUFFIX in | redman | 1999-07-09 | 1 | -1/+4 |
| | | | | | | the configure script so that substitutions get expanded before being placed in the Makefile. The "d" portion for debug libraries and DLLs was not being set properly. | ||||
* | Changed to Tcl 8.2b1 | welch | 1999-06-25 | 1 | -4/+4 |
| | |||||
* | more incremental changes | surles | 1999-06-16 | 1 | -1/+8 |
| | |||||
* | merged unix and windows styles | surles | 1999-06-16 | 1 | -4/+2 |
| | |||||
* | modified files to work with new windows Makefiles | surles | 1999-06-16 | 1 | -12/+20 |
| | |||||
* | Continued work on configure and make scripts | surles | 1999-06-11 | 1 | -74/+52 |
| | |||||
* | Modified configure.in that uses the tcl.m4 macros | wart | 1999-06-10 | 1 | -47/+9 |
| | |||||
* | * win/configure.in: | stanton | 1999-06-05 | 1 | -4/+3 |
| | | | | | | * win/Makefile.in: Windows build now handles static/dynamic debug/nodebug builds and supports the standard targets using Cygwin user tools plus GNU make and autoconf. | ||||
* | Added makefile targets and configure switches to be TEA compliant | surles | 1999-06-02 | 1 | -5/+32 |
| | |||||
* | * win/Makefile.in: | stanton | 1999-05-28 | 1 | -0/+141 |
* win/configure.in: Added preliminary TEA implementation. |