Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclProc.c (TclObjInvokeProc): | Miguel Sofer | 2004-05-02 | 3 | -5/+34 |
| | | | | | * tests/proc.test (proc-3.6): fix for bad quoting of multi-word proc names in error messages [Bug 942757] | ||||
* | More examples | dkf | 2004-04-30 | 4 | -9/+75 |
| | |||||
* | More examples | dkf | 2004-04-30 | 4 | -3/+67 |
| | |||||
* | * generic/tclInt.h: Replaced Kevin Kenny's temporary | dgp | 2004-04-30 | 3 | -10/+11 |
| | | | | | * generic/tclThreadAlloc.c: fix for Bug 945447 with a cleaner, more permanent replacement. | ||||
* | * generic/tclThreadAlloc.c: Added a temporary (or so I hope!) | Kevin B Kenny | 2004-04-30 | 2 | -2/+10 |
| | | | | | inclusion of "tclWinInt.h" to avoid problems when compiling on Win32-VC++ with --enable-threads. [Bug 945447] | ||||
* | More examples | dkf | 2004-04-30 | 2 | -1/+30 |
| | |||||
* | * tests/execute.test (execute-8.2): Avoid crashes when there | dgp | 2004-04-29 | 2 | -4/+14 |
| | | | | is limited system stack space (threads-enabled). | ||||
* | * doc/global.n: | Miguel Sofer | 2004-04-28 | 6 | -7/+54 |
| | | | | | | | | * doc/upvar.n: * generic/tclVar.c (ObjMakeUpvar): * tests/upvar.test (upvar-8.11): * tests/var.test (var-3.11): Avoid creation of unusable variables: [Bug 600812] [TIP 184]. | ||||
* | Minor docfix [Bug 943448] | dkf | 2004-04-28 | 2 | -5/+11 |
| | |||||
* | A little source clean-up with the allocOnce variable. | davygrvy | 2004-04-27 | 1 | -4/+6 |
| | |||||
* | * unix/tclUnixFCmd.c (TclpObjNormalizePath): Corrected improper | dgp | 2004-04-26 | 2 | -3/+17 |
| | | | | positioning of returned checkpoint. [Bug 941108] | ||||
* | Doc updates from David Welton [Patches 941377,941380] | dkf | 2004-04-26 | 3 | -4/+28 |
| | |||||
* | Stronger wording & example. [Bug 940843] | dkf | 2004-04-26 | 2 | -9/+57 |
| | |||||
* | Reworked to remove references to testing interfaces and instead promote the | dkf | 2004-04-26 | 2 | -41/+31 |
| | | | | | use of the Thread package. [Patch 932527] Also reworked and reordered the page for better readability. | ||||
* | * generic/tcl.h: Removed obsolete declarations and #include's. | dgp | 2004-04-25 | 3 | -9/+7 |
| | | | | * generic/tclInt.h: [Bugs 926459, 926486] | ||||
* | no message | davygrvy | 2004-04-24 | 1 | -0/+6 |
| | |||||
* | (DllMain): Added DisableThreadLibraryCalls() for the DLL_PROCESS_ATTACH | davygrvy | 2004-04-24 | 1 | -1/+2 |
| | | | | | case. We're not interested in knowing about DLL_THREAD_ATTACH, so disable it. | ||||
* | * generic/tclPort.h: | das | 2004-04-24 | 4 | -7/+17 |
| | | | | | | | | | * macosx/Makefile: * unix/Makefile.in: followup on tcl header reform [FR 922727]: removed use of relative #include paths in tclPort.h to allow installation of private headers outside of tcl source tree; added 'unix' dir to compiler header search path; add newly required tcl private headers to Tcl.framework on Mac OSX. | ||||
* | * generic/tclIO.c (Tcl_SetChannelOption): Fixed [SF Tcl Bug | andreas_kupries | 2004-04-23 | 4 | -2/+878 |
| | | | | | 930851]. When changing the eofchar we have to zap the related flags to prevent them from prematurely aborting the next read. | ||||
* | Filling in names for email addresses in the "old days" | dkf | 2004-04-23 | 1 | -448/+447 |
| | | | | Also cleaning up of extra whitespace | ||||
* | fix to two filesystem bugs: more consistent file separator proc and correct ↵ | vincentdarley | 2004-04-23 | 4 | -11/+41 |
| | | | | Tcl_FSJoinPath return values | ||||
* | no message | davygrvy | 2004-04-23 | 1 | -1/+5 |
| | |||||
* | (Tcl_MakeFileChannel) : Case for CloseHandle returning zero and not | davygrvy | 2004-04-23 | 1 | -7/+13 |
| | | | | | throwing a RaiseException(EXCEPTION_INVALID_HANDLE) now being done. | ||||
* | no message | davygrvy | 2004-04-23 | 1 | -0/+6 |
| | |||||
* | Removed my mistake of adding an exit handler to TclWinInit. | davygrvy | 2004-04-23 | 1 | -30/+1 |
| | | | | | TclWinEncodingsCleanup called from TclFinalizeFilesystem does the Tcl_FreeEncoding for us. | ||||
* | * generic/tclInt.h: | davygrvy | 2004-04-23 | 6 | -12/+86 |
| | | | | | | | | | * generic/tclThread.c: * generic/tclEvent.c: * unix/tclUnixThrd.c: * win/tclWinThrd.c: Provisions made so masterLock, initLock, allocLock and joinLock mutexes can be recovered during Tcl_Finalize. | ||||
* | * win/tclWinTime.c: If the Tcl_ExitProc (StopCalibration) is | davygrvy | 2004-04-23 | 1 | -2/+6 |
| | | | | | called from the stack frame of DllMain's PROCESS_DETACH, the wait operation should timeout and continue. | ||||
* | speling errors corrected | davygrvy | 2004-04-23 | 1 | -1/+1 |
| | |||||
* | no message | davygrvy | 2004-04-23 | 1 | -0/+7 |
| | |||||
* | TclSetLibraryPath's use of caching the stringrep of the pathPtr object to | davygrvy | 2004-04-23 | 1 | -3/+15 |
| | | | | | TclGetLibraryPath called from another thread was ineffective if the original's stringrep had been invalidated as what happens when it gets muted to a list. | ||||
* | Improvements to examples by DKF | dkf | 2004-04-22 | 2 | -26/+52 |
| | |||||
* | Documentation clarification from David Welton. | dkf | 2004-04-22 | 2 | -1/+6 |
| | |||||
* | Spelling... :^/ | dkf | 2004-04-22 | 1 | -3/+3 |
| | |||||
* | More examples, this time from Arjen Markus and Donal Fellows. | dkf | 2004-04-22 | 2 | -2/+87 |
| | |||||
* | Added note about a safe and useful mode of update to a hash being iterated over. | dkf | 2004-04-21 | 2 | -3/+9 |
| | |||||
* | Added example from David Welton. [Patch 939473] | dkf | 2004-04-21 | 2 | -1/+21 |
| | |||||
* | Added examples from David Welton. [Patch 938820] | dkf | 2004-04-21 | 2 | -1/+42 |
| | |||||
* | no message | davygrvy | 2004-04-20 | 1 | -0/+4 |
| | |||||
* | Added FreeEncoding(systemEncoding) in TclFinalizeEncodingSubsystem | davygrvy | 2004-04-20 | 1 | -1/+2 |
| | | | | because its ref count was incremented in TclInitEncodingSubsystem. | ||||
* | no message | davygrvy | 2004-04-20 | 1 | -0/+5 |
| | |||||
* | Added an exit handler in tclWinInit() so tclWinTCharEncoding could be freed | davygrvy | 2004-04-20 | 1 | -1/+30 |
| | | | | for Tcl_Finalize. | ||||
* | Added example from David Welton. [Patch 938056] | dkf | 2004-04-19 | 2 | -1/+15 |
| | |||||
* | Corrected "short circuit" conversion of int to double. Reported by | Kevin B Kenny | 2004-04-19 | 2 | -1/+8 |
| | | | | Jeff Hobbs on the Tcl'ers Chat. | ||||
* | Add more examples to documentation along the lines of David Welton's project. | dkf | 2004-04-16 | 6 | -5/+110 |
| | |||||
* | Corrected type error in synopsis. | dgp | 2004-04-16 | 1 | -2/+2 |
| | |||||
* | fix to utime documentation | vincentdarley | 2004-04-16 | 2 | -4/+10 |
| | |||||
* | Added example from [Patch 936245] from David Welton. | dkf | 2004-04-16 | 2 | -3/+30 |
| | | | | Also some other minor bits of doc cleanup. | ||||
* | Added example based on [Patch 935911] from David Welton. | dkf | 2004-04-16 | 2 | -1/+18 |
| | |||||
* | Fix minor fault in [clock clicks] error message. | dkf | 2004-04-15 | 3 | -3/+11 |
| | |||||
* | * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CE | hobbs | 2004-04-07 | 6 | -47/+80 |
| | | | | | | | | | | is also a unicode platform. * generic/tclEncoding.c (TclFindEncodings, Tcl_FindExecutable): * generic/tclInt.h: Correct handling of UTF * unix/tclUnixInit.c (TclpInitLibraryPath): data that is actually * win/tclWinFile.c (TclpFindExecutable): "clean", allowing the * win/tclWinInit.c (TclpInitLibraryPath): loading of Tcl from paths that contain multi-byte chars on Windows [Bug 920667] |