summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * tests/winFCmd.test (winFCmd-16.12): test volumerelative $HOMEhobbs2004-05-041-1/+10
|
* * generic/tclAlloc.c: Make sure Tclp*Alloc* routines getdgp2004-05-044-7/+11
| | | | | * generic/tclInt.h: declared in the TCL_MEM_DEBUG and * generic/tclThreadAlloc.c: TCL_THREADS configuration. [Bug 947564]
* * tests/tcltest.test: Test corrections for Mac OSX. Thanksdgp2004-05-042-10/+24
| | | | to Steven Abner (tauvan). [Bug 947440]
* Remove accidental check-in of TIP#143 code. D'oh!dkf2004-05-041-7/+1
|
* Suppress a signed-ness warning.dkf2004-05-042-4/+13
|
* * Applied [SF Tcl Patch 868853], fixing a mem leak inandreas_kupries2004-05-042-1/+16
| | | | | TtySetOptionProc. Report and Patch provided by Stuart Cassoff <stwo@users.sf.net>.
* * generic/tclProc.c (TclCreateProc): comments corrected.Miguel Sofer2004-05-042-22/+16
|
* slight improvement to last commitMiguel Sofer2004-05-041-7/+7
|
* * generic/tclCompile.c (TclCompileScript): setting the compilationMiguel Sofer2004-05-042-7/+12
| | | | namespace outside of the loop.
* * generic/tclCompile.c:Miguel Sofer2004-05-033-23/+33
| | | | | | * generic/tclInt.h: reverted fix for [Bug 926445] of 2004-04-02, restoring TCL_ALIGN to the header file. Todd Helfter reported that the macro is required by tbcload.
* * win/tclWin32Dll.c (TclpCheckStackSpace): Kevin B Kenny2004-05-033-3/+39
| | | | | * tests/stack.test (stack-3.1): Fix for undetected stack overflow in TclReExec on Windows. [Bug 947070]
* * library/init.tcl: Corrected unique prefix matching ofdgp2004-05-032-3/+17
| | | | interactive command completion in [unknown]. [Bug 946952]
* cleaning up after new test in last commitMiguel Sofer2004-05-021-1/+2
|
* * generic/tclProc.c (TclObjInvokeProc):Miguel Sofer2004-05-023-5/+34
| | | | | * tests/proc.test (proc-3.6): fix for bad quoting of multi-word proc names in error messages [Bug 942757]
* More examplesdkf2004-04-304-9/+75
|
* More examplesdkf2004-04-304-3/+67
|
* * generic/tclInt.h: Replaced Kevin Kenny's temporarydgp2004-04-303-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 Kenny2004-04-302-2/+10
| | | | | inclusion of "tclWinInt.h" to avoid problems when compiling on Win32-VC++ with --enable-threads. [Bug 945447]
* More examplesdkf2004-04-302-1/+30
|
* * tests/execute.test (execute-8.2): Avoid crashes when theredgp2004-04-292-4/+14
| | | | is limited system stack space (threads-enabled).
* * doc/global.n:Miguel Sofer2004-04-286-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]dkf2004-04-282-5/+11
|
* A little source clean-up with the allocOnce variable.davygrvy2004-04-271-4/+6
|
* * unix/tclUnixFCmd.c (TclpObjNormalizePath): Corrected improperdgp2004-04-262-3/+17
| | | | positioning of returned checkpoint. [Bug 941108]
* Doc updates from David Welton [Patches 941377,941380]dkf2004-04-263-4/+28
|
* Stronger wording & example. [Bug 940843]dkf2004-04-262-9/+57
|
* Reworked to remove references to testing interfaces and instead promote thedkf2004-04-262-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.dgp2004-04-253-9/+7
| | | | * generic/tclInt.h: [Bugs 926459, 926486]
* no messagedavygrvy2004-04-241-0/+6
|
* (DllMain): Added DisableThreadLibraryCalls() for the DLL_PROCESS_ATTACHdavygrvy2004-04-241-1/+2
| | | | | case. We're not interested in knowing about DLL_THREAD_ATTACH, so disable it.
* * generic/tclPort.h:das2004-04-244-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 Bugandreas_kupries2004-04-234-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"dkf2004-04-231-448/+447
| | | | Also cleaning up of extra whitespace
* fix to two filesystem bugs: more consistent file separator proc and correct ↵vincentdarley2004-04-234-11/+41
| | | | Tcl_FSJoinPath return values
* no messagedavygrvy2004-04-231-1/+5
|
* (Tcl_MakeFileChannel) : Case for CloseHandle returning zero and notdavygrvy2004-04-231-7/+13
| | | | | throwing a RaiseException(EXCEPTION_INVALID_HANDLE) now being done.
* no messagedavygrvy2004-04-231-0/+6
|
* Removed my mistake of adding an exit handler to TclWinInit.davygrvy2004-04-231-30/+1
| | | | | TclWinEncodingsCleanup called from TclFinalizeFilesystem does the Tcl_FreeEncoding for us.
* * generic/tclInt.h:davygrvy2004-04-236-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) isdavygrvy2004-04-231-2/+6
| | | | | called from the stack frame of DllMain's PROCESS_DETACH, the wait operation should timeout and continue.
* speling errors correcteddavygrvy2004-04-231-1/+1
|
* no messagedavygrvy2004-04-231-0/+7
|
* TclSetLibraryPath's use of caching the stringrep of the pathPtr object todavygrvy2004-04-231-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 DKFdkf2004-04-222-26/+52
|
* Documentation clarification from David Welton.dkf2004-04-222-1/+6
|
* Spelling... :^/dkf2004-04-221-3/+3
|
* More examples, this time from Arjen Markus and Donal Fellows.dkf2004-04-222-2/+87
|
* Added note about a safe and useful mode of update to a hash being iterated over.dkf2004-04-212-3/+9
|
* Added example from David Welton. [Patch 939473]dkf2004-04-212-1/+21
|
* Added examples from David Welton. [Patch 938820]dkf2004-04-212-1/+42
|