summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Merged 8.0 stub changes dev_8_1_stubs_branchstanton1999-03-102-10/+10
|
* First pass at integrating stubs mechanism from 8.0.stanton1999-03-087-112/+86
|
* Added new code to properly deal with fileevents and nonblocking moderedman1999-02-266-342/+2729
| | | | | | on serial ports and consoles. Added code to check standard channels for types and create file, console, serial, or pipe channels correctly.
* * README:stanton1999-02-122-5/+5
| | | | | | | | * generic/tcl.h: * win/README.binary: * win/README: * unix/configure.in: * mac/README: Updated version numbers to 8.1b2.
* * unix/mkLinks:stanton1999-02-107-108/+119
| | | | | | | | | | * doc/SetVar.3: * generic/tcl.h: * generic/tclVar.c: Restored Tcl_ObjGetVar2 and Tcl_ObjSetVar2 from 8.0. Renamed Tcl_Get/SetObjVar2 to Tcl_GetVar2Ex and Tcl_SetVar2Ex. * Merged 8.0.5b2 patches
* Merged changes from Tcl 8.0.5b1stanton1999-01-291-10/+12
|
* Removed function decls that were never used.rjohnson1998-12-243-8/+4
|
* Cleaned up makefile.vc install targetlfb1998-12-131-4/+5
|
* Minor change to Lock Declarations to use TCL_DECLARE_MUTEX macro,lfb1998-12-124-7/+7
| | | | published in tcl.h.
* updated installerstanton1998-12-111-1/+1
|
* more release stuffstanton1998-12-112-712/+406
|
* updated file listsstanton1998-12-112-3/+5
|
* * win/tclWinPipe.c (BuildCommandLine): Fixed bug that keptstanton1998-12-041-2/+2
| | | | arguments containing spaces from being properly quoted.
* * tclWinSock.c (CreateSocket, TcpAccept): Windows NT createsstanton1998-12-041-1/+15
| | | | | sockets so they are inheritable by default. Turn off this bit so sockets aren't kept open by exec'ed processes. [Bug: 892]
* * win/tclWinPipe.c (TclpCreateCommandChannel): Changedstanton1998-12-031-1/+3
| | | | | reader/writer threads to have THREAD_PRIORITY_HIGHEST so they will have a chance to run whenever there is something to do.
* Changed to 8.1b1 patchlevelwelch1998-12-032-7/+714
|
* * library/encoding/euc-kr.enc:stanton1998-12-011-1/+4
| | | | | | | | | * library/encoding/ksc5601.enc: * tools/encoding/ksc5601.txt: * unix/tclUnixInit.c: Added support for Korean EUC. * win/tclWinChan.c (TclpGetDefaultStdChannel): added check for a failure during Tcl_MakeFileChannel.
* moved scan implementation into tclScan.cstanton1998-11-161-1/+2
| | | | changed scan to support unicode
* merged 8.0.4 into 8.1stanton1998-11-112-29/+44
|
* integrated latest regexp updates from Henry Spencer, includes newstanton1998-11-111-3/+14
| | | | | regexp switches "-line", "-lineanchor", and "-linestop" for controlling newline behavior
* Merged Henry's latest changes to add support for character rangesstanton1998-11-041-1/+11
| | | | | | | | | | | | | | | | in cvec data type Added support for Unicode character classes in regular expressions We now support the following character classes: alnum, alpha, blank, cntrl, digit, graph, lower, print, punct, space, upper, xdigit These all follow the example set by the GNU regular expression package for Java except that "digit" only matches the ASCII '0'-'9' characters. Renamed tclUtf.h to tclUniData.c
* Integrated latest regexp changes from Henry Spencer.stanton1998-10-212-6/+10
| | | | | Moved regexp related declarations out of tclInt.h and into tclRegexp.h. Added "encoding" command.
* merge 8.0.4 into 8.1stanton1998-10-062-40/+46
|
* merged 8.0.4 changes into 8.1 branchstanton1998-10-062-2/+10
|
* * tclWinFile.c: added warning about modifying static stringsstanton1998-10-062-9/+11
| | | | * makefile.vc: fixed version strings, added missing debug defines
* merged tcl8.0.4 changes into 8.1 branch to fix Windows memory allocationstanton1998-09-301-6/+7
|
* * makefile.vc: fixed so TCL_LIBRARY is set before running tclteststanton1998-09-303-55/+25
| | | | | | * tclWinInit.c: lint * tclWin32Dll.c: removed TclpFinalize, cleanup of merges
* merging changes from 8.0.3 into 8.1a2stanton1998-09-2430-228/+589
|
* Added contents of Tcl 8.1a2stanton1998-09-2125-2172/+4991
|
* Initial revisionrjohnson1998-03-2628-0/+13960