Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Mark Roseman's fix for slow connections from Tcl 8.0 to Tcl 8.2. | jingham | 1999-08-10 | 1 | -2/+30 |
| | |||||
* | Trivial cleanup - Windows -> Macintosh in comments. | jingham | 1999-08-10 | 1 | -3/+3 |
| | |||||
* | Convert the directory name from Utf to External before passing it to the ↵ | jingham | 1999-08-10 | 1 | -4/+7 |
| | | | | Toolbox. | ||||
* | Added Tcl_GetAllocMutex for use by tclAlloc.c and tclCkalloc.c | welch | 1999-08-10 | 1 | -0/+27 |
| | |||||
* | Declare the tclStubs table so we can use it to swap out Tcl_SetTimer and ↵ | jingham | 1999-08-05 | 1 | -1/+8 |
| | | | | Tcl_WaitForEvent in this file. | ||||
* | Added hook points to the notifier | welch | 1999-07-02 | 1 | -1/+20 |
| | |||||
* | Changed to Tcl 8.2b1 | welch | 1999-06-25 | 1 | -8/+8 |
| | |||||
* | Various small fixes that were required to get Tcl to build cleanly on the Mac. | jingham | 1999-05-11 | 11 | -58/+193 |
| | |||||
* | * mac/tclMacResource.c: | stanton | 1999-04-28 | 1 | -2/+3 |
| | | | | | | | | | * generic/tclListObj.c: * generic/tclObj.c: * generic/tclStringObj.c: Changed to avoid freeing the string representation before freeing the internal rep. This helps with debugging since the string rep will still be valid when the free proc is invoked. | ||||
* | merged 8.1.0 changes into mainline | stanton | 1999-04-24 | 1 | -115/+17 |
| | |||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 24 | -1117/+2650 |
| | |||||
* | * Merge 8.0.5 changes: | stanton | 1999-04-15 | 6 | -1720/+57 |
| | | | | | | | | | - 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 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | * 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 | 6 | -124/+39 |
| | |||||
* | * win/tclAppInit.c: | stanton | 1999-02-03 | 1 | -5/+5 |
| | | | | | | | | | | | | * unix/tclAppInit.c: * mac/tclMacAppInit.c: * generic/tclTest.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler. * generic/tcl.h: Moved Tcl_AppInit declaration to end and cleared out TCL_STORAGE_CLASS so it is not declared with a declspec(). | ||||
* | Updated the version to 8.0.5. | rjohnson | 1999-01-04 | 1 | -5/+5 |
| | |||||
* | Added new project files for Mac. | rjohnson | 1998-11-12 | 2 | -4804/+1703 |
| | |||||
* | Updated Changes file, and added Vince Darley's suggested change to TclMacExit. | jingham | 1998-11-11 | 2 | -3/+19 |
| | |||||
* | Added pre compiled header common to all Mac Tcl projects. This | rjohnson | 1998-11-10 | 2 | -1/+90 |
| | | | | was supplied by Jom Ingham. | ||||
* | Fixed a bug in the resource command when the file was opened twice. Fixed a ↵ | jingham | 1998-11-10 | 6 | -113/+65 |
| | | | | bug in the testWriteTextResource command - it wrote one too many bytes. Factored out the common code from the .pch files FspLocationFromPath - make path a CONST | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 42 | -44/+44 |
| | |||||
* | Updates for Jim | welch | 1998-08-17 | 1 | -5/+23 |
| | |||||
* | Updated to 8.0.3 | welch | 1998-08-06 | 1 | -11/+19 |
| | |||||
* | Initial revision | welch | 1998-07-10 | 1 | -0/+1648 |
| | |||||
* | Updated for 8.0.3-2 | welch | 1998-07-06 | 3 | -2/+16 |
| | |||||
* | plugin updates | welch | 1998-06-27 | 1 | -3/+11 |
| | |||||
* | Renamed 'TclmacStat(...)' to 'TclpStat(...)' & 'TclmacAccess(...)' to | suresh | 1998-06-03 | 1 | -9/+6 |
| | | | | | | | | 'TclpAccess(...)'. Removed macro defines for 'stat' and 'access' because there are no longer any explicit calls to these function; only calls to 'TclStat' and 'TclAccess' which are implemented in '../generic/tclIOUtil.c'. Changed macro 'lstat' to simply call 'TclStat(...)' instead of 'stat(..)'. | ||||
* | Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' to | suresh | 1998-06-03 | 1 | -2/+4 |
| | | | | | 'TclpAccess(...)'. Added 'TclStat' & 'TclAccess' which are implemented in '../generic/tclIOUtil.c'. | ||||
* | Renamed 'TclMacStat(...)' to 'TclpStat(...)' & 'TclMacAccess(...)' to | suresh | 1998-06-03 | 1 | -5/+5 |
| | | | | 'TclpAccess(...)'. | ||||
* | Renamed function 'Tcl_OpenFileChannel' to 'TclpOpenFileChannel'. | suresh | 1998-06-03 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | stanton | 1998-04-29 | 1 | -0/+6 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 45 | -0/+22794 |