Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New windows serial port driver. | redman | 1999-07-07 | 1 | -805/+478 |
| | | | | [Bug 1980 2217] | ||||
* | Fix missing declaration of tclStubs | redman | 1999-07-02 | 1 | -1/+2 |
| | |||||
* | Added hook points to the notifier | welch | 1999-07-02 | 1 | -1/+20 |
| | |||||
* | Fix genstubs target. | redman | 1999-06-30 | 1 | -3/+6 |
| | |||||
* | Added poke command to dde. | redman | 1999-06-26 | 2 | -30/+83 |
| | | | | | | Changed dde package version to 1.1 Fixed makefile to install tcl8.2 library correctly Fixed dll names in pkgIndex files for dde and reg | ||||
* | Added tcltest to the list of packages to install | jenn | 1999-06-26 | 1 | -3/+3 |
| | |||||
* | Changed to Tcl 8.2b1 | welch | 1999-06-25 | 1 | -4/+4 |
| | |||||
* | Changed to Tcl 8.2b1 | welch | 1999-06-25 | 2 | -10/+10 |
| | |||||
* | Modifications to correct CC_EXENAME macro. | redman | 1999-06-18 | 2 | -2/+2 |
| | |||||
* | 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 | 3 | -22/+57 |
| | |||||
* | added tclConfig.sh.in for Windows | surles | 1999-06-16 | 1 | -0/+171 |
| | |||||
* | merged unix and windows styles | surles | 1999-06-16 | 3 | -27/+43 |
| | |||||
* | modified files to work with new windows Makefiles | surles | 1999-06-16 | 4 | -95/+129 |
| | |||||
* | Fix DDE code to reinitialize with new servername. | redman | 1999-06-16 | 1 | -1/+6 |
| | |||||
* | Merged String and Unicode object types. Added new functions to | hershey | 1999-06-15 | 2 | -4/+2 |
| | | | | | | | | | the puplic API: Tcl_NewUnicodeObj, Tcl_SetUnicodeObj, Tcl_GetUnicode, Tcl_GetUniChar, Tcl_GetCharLength, Tcl_GetRange, Tcl_AppendUnicodeToObj. Note: some stringObj tests are still failing--the teststringobj command still needs to be updated. | ||||
* | Continued work on configure and make scripts | surles | 1999-06-11 | 1 | -18/+18 |
| | |||||
* | Continued work on configure and make scripts | surles | 1999-06-11 | 4 | -1653/+736 |
| | |||||
* | macros that autoconf will be looking for (tcl.m4) | wart | 1999-06-10 | 1 | -0/+875 |
| | |||||
* | Modified configure.in that uses the tcl.m4 macros | wart | 1999-06-10 | 1 | -47/+9 |
| | |||||
* | First pass at Windows Tcl autoconf macros | wart | 1999-06-10 | 1 | -0/+865 |
| | |||||
* | * win/tclWinSock.c: Rolled back to the 8.1.0 implementation | stanton | 1999-06-08 | 1 | -2674/+2279 |
| | | | | | | because of serious problems with the new driver. Basically no incoming socket connections would be reported to a server port. The 8.1.1 code needs to be redesigned and fixed correctly. | ||||
* | * tests/string.test: | hershey | 1999-06-08 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tclVar.c (Tcl_SetVar2Ex): * generic/tclStringObj.c (Tcl_AppendObjToObj): * generic/tclCmdMZ.c (Tcl_StringObjCmd): optimized the string index, string length, string range, and append command in cases where the object's internal rep is a bytearray. Objects with other internal reps are converted to have the new unicode internal rep. * unix/Makefile.in: * win/Makefile.in: * win/Makefile.vc: * tests/unicode.test: * generic/tclInt.h: * generic/tclObj.c: * generic/tclUnicodeObj.c: added a new object type to store the unicode representation of a string. * generic/tclTestObj.c: added the objtype option to the testobj command. This option returns the name of the type of internal rep an object has. | ||||
* | * win/configure.in: | stanton | 1999-06-05 | 2 | -114/+113 |
| | | | | | | * 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 | 2 | -73/+271 |
| | |||||
* | * win/Makefile.in: | stanton | 1999-05-28 | 2 | -0/+411 |
| | | | | * win/configure.in: Added preliminary TEA implementation. | ||||
* | * win/tclWinDde.c: Fixed bug where dde calls were being passed an | stanton | 1999-05-28 | 1 | -11/+17 |
| | | | | | invalid dde handle because Initialize had not been called. [Bug: 2124] | ||||
* | generic/tclThreadTest.c: Fix race condition in testthread code. | redman | 1999-05-26 | 1 | -10/+21 |
| | | | | | | win/tclWinSock.c: Fixed hang in WinNT socket driver, now wakes up the socket thread to check for events that didn't trigger the WSAEvent. | ||||
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 1 | -5/+25 |
| | |||||
* | Fix command.com bug on Windows 95/98. [Bug: 2105] | redman | 1999-05-21 | 1 | -2/+2 |
| | |||||
* | * win/tclWinInit.c (TclpSetVariables): Avoid calling GetUserName | stanton | 1999-05-13 | 1 | -6/+12 |
| | | | | | if the value can be determined from the USERNAME environment variable. GetUserName is very slow. | ||||
* | removed bad patch | stanton | 1999-05-07 | 2 | -4/+3 |
| | |||||
* | * win/winDumpExts.c: | stanton | 1999-05-07 | 2 | -5/+5 |
| | | | | | * win/makefile.vc: Changed to emit library name in defs file. [Bug: 1998] | ||||
* | * win/makefile.vc: Added encoding directory to install-libraries | stanton | 1999-05-05 | 1 | -1/+4 |
| | | | | target. | ||||
* | * Changed version to 8.1.1. | stanton | 1999-04-30 | 2 | -6/+7 |
| | |||||
* | * Merged changes from 8.1.0 branch | stanton | 1999-04-30 | 3 | -9/+13 |
| | |||||
* | merged 8.1.0 changes into mainline | stanton | 1999-04-24 | 2 | -425/+74 |
| | |||||
* | * win/tclWinInit.c (TclpInitPlatform): Added call to TclWinInit | stanton | 1999-04-23 | 1 | -1/+11 |
| | | | | | | when building a static library since DllMain will not be invoked. This could break old code that explicitly called TclWinInit, but should be simpler in the long run. | ||||
* | * win/tclWinFCmd.c: | stanton | 1999-04-23 | 2 | -8/+8 |
| | | | | | | * win/tclWin32Dll.c: Changed uses of "try" to "__try", since that is the actual keyword. This eliminates the need for some -D flags from the makefile. | ||||
* | Improved socket driver, use WSAEventSelect on NT | redman | 1999-04-22 | 2 | -124/+508 |
| | |||||
* | * win/tclWinInit.c: | stanton | 1999-04-21 | 1 | -5/+48 |
| | | | | | * unix/tclUnixInit.c: Changed initial search path to match that found used by tcl_findLibrary. | ||||
* | Resynced with mainline. | rjohnson | 1999-04-21 | 6 | -12/+11 |
| | |||||
* | Merge with 8.1.0 branch | redman | 1999-04-21 | 3 | -35/+22 |
| | |||||
* | merged the parse changes between TclPro1.2 and Tcl8.1. Fixed bug in Windows ↵ | surles | 1999-04-21 | 1 | -2/+1 |
| | | | | makefile caused when the win/pkgIndex.tcl file was replaced | ||||
* | fixed bug 1571: pkgIndex files fail for dde and registry packages: | surles | 1999-04-19 | 2 | -21/+17 |
| | |||||
* | fixed bugs 1785 and 1799: decl header files not installed | surles | 1999-04-17 | 1 | -1/+2 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 29 | -3644/+10430 |
| | |||||
* | * Merge 8.0.5 changes: | stanton | 1999-04-15 | 1 | -1/+9 |
| | | | | | | | | | - Mac changes for final release - Minor fixes to tools configure file * win/tclWinSock.c: Apply patch to allow write access to a socket if FD_WRITE is sent but FD_CONNECT is not. Some strange problem with either Win32 or a socket driver. [Bug: 1664 1776] | ||||
* | * win/tclWinPipe.c: | stanton | 1999-03-11 | 2 | -12/+75 |
| | | | | | | | | | | | | | | | * generic/tclInt.decls: Added TclWinAddProcess to make it possible for expect to use Tcl_WaitForPid(). This patch is from Gordon Chaffee. * mac/tclMacPort.h: * win/tclWinInit.c: * unix/tclUnixPort.h: * generic/tclAsync.c: Added TclpAsyncMark to fix bug in async handling on Windows where async events don't wake up the event loop. This patch comes from Gordon Chaffee. * generic/tcl.decls: Fixed declarations of reserved slots. | ||||
* | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 9 | -113/+154 |
| |