Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another example and a bit more clarity. | dkf | 2004-05-11 | 1 | -0/+5 |
| | |||||
* | Added examples. | dkf | 2004-05-10 | 1 | -0/+4 |
| | |||||
* | no message | davygrvy | 2004-05-10 | 1 | -1/+3 |
| | |||||
* | no message | davygrvy | 2004-05-10 | 1 | -0/+4 |
| | |||||
* | no message | davygrvy | 2004-05-10 | 1 | -0/+5 |
| | |||||
* | fix to some compiler warnings | vincentdarley | 2004-05-08 | 1 | -0/+5 |
| | |||||
* | Refixed bug 789040 | chengyemao | 2004-05-08 | 1 | -0/+4 |
| | |||||
* | Added yet more examples. | dkf | 2004-05-07 | 1 | -0/+4 |
| | |||||
* | correcting Changelog entry | Miguel Sofer | 2004-05-07 | 1 | -1/+1 |
| | |||||
* | * doc/unset.n: added upvar.n to the "see also" list | Miguel Sofer | 2004-05-07 | 1 | -0/+4 |
| | |||||
* | * generic/tclEncoding.c: | rmax | 2004-05-07 | 1 | -0/+7 |
| | | | | | | * tests/encoding.test: added support and tests for translating embedded null characters between real nullbytes and the internal representation on input/output (Bug #949905). | ||||
* | vfs glob root volume fix | vincentdarley | 2004-05-07 | 1 | -0/+9 |
| | |||||
* | * generic/tclInt.h: | Miguel Sofer | 2004-05-06 | 1 | -0/+10 |
| | | | | | | | | | * generic/tclObj.c (TclFreeObj): made TclFreeObj use the new macro TclFreeObjMacro(), so that the allocation and freeing of Tcl_Obj is defined in a single spot (the macros in tclInt.h), with the exception of the TCL_MEM_DEBUG case. The #ifdef logic for the corresponding macros has been reformulated to make it clearer. | ||||
* | More examples. | dkf | 2004-05-05 | 1 | -1/+1 |
| | |||||
* | More examples. | dkf | 2004-05-05 | 1 | -0/+4 |
| | |||||
* | * tests/unixInit.test (unixInit-2.10): Test correction for Mac OSX. | dgp | 2004-05-05 | 1 | -0/+6 |
| | | | | | Be sure to consistently compare normalized path names. Thanks to Steven Abner (tauvan). [Bug 948177] | ||||
* | Remove reference to totally non-existant API. [Bug 848440] | dkf | 2004-05-05 | 1 | -0/+5 |
| | |||||
* | no message | davygrvy | 2004-05-05 | 1 | -0/+3 |
| | |||||
* | no message | davygrvy | 2004-05-05 | 1 | -0/+5 |
| | |||||
* | no message | davygrvy | 2004-05-05 | 1 | -0/+6 |
| | |||||
* | * tests/fileSystem.test (filesystem-1.39): replace 'file volumes' | hobbs | 2004-05-04 | 1 | -2/+10 |
| | | | | | * tests/fileName.test (filename-12.9,10): lindex with direct C:/ hard-coded because A:/ was being used and that is empty for most. | ||||
* | * generic/tclAlloc.c: Make sure Tclp*Alloc* routines get | dgp | 2004-05-04 | 1 | -0/+4 |
| | | | | | * 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. Thanks | dgp | 2004-05-04 | 1 | -0/+5 |
| | | | | to Steven Abner (tauvan). [Bug 947440] | ||||
* | Suppress a signed-ness warning. | dkf | 2004-05-04 | 1 | -0/+4 |
| | |||||
* | * Applied [SF Tcl Patch 868853], fixing a mem leak in | andreas_kupries | 2004-05-04 | 1 | -0/+6 |
| | | | | | TtySetOptionProc. Report and Patch provided by Stuart Cassoff <stwo@users.sf.net>. | ||||
* | * generic/tclProc.c (TclCreateProc): comments corrected. | Miguel Sofer | 2004-05-04 | 1 | -0/+4 |
| | |||||
* | * generic/tclCompile.c (TclCompileScript): setting the compilation | Miguel Sofer | 2004-05-04 | 1 | -0/+5 |
| | | | | namespace outside of the loop. | ||||
* | * generic/tclCompile.c: | Miguel Sofer | 2004-05-03 | 1 | -0/+7 |
| | | | | | | * 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 Kenny | 2004-05-03 | 1 | -0/+6 |
| | | | | | * tests/stack.test (stack-3.1): Fix for undetected stack overflow in TclReExec on Windows. [Bug 947070] | ||||
* | * library/init.tcl: Corrected unique prefix matching of | dgp | 2004-05-03 | 1 | -0/+5 |
| | | | | interactive command completion in [unknown]. [Bug 946952] | ||||
* | * generic/tclProc.c (TclObjInvokeProc): | Miguel Sofer | 2004-05-02 | 1 | -0/+6 |
| | | | | | * 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 | 1 | -1/+2 |
| | |||||
* | More examples | dkf | 2004-04-30 | 1 | -0/+4 |
| | |||||
* | * generic/tclInt.h: Replaced Kevin Kenny's temporary | dgp | 2004-04-30 | 1 | -0/+6 |
| | | | | | * 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 | 1 | -0/+6 |
| | | | | | inclusion of "tclWinInt.h" to avoid problems when compiling on Win32-VC++ with --enable-threads. [Bug 945447] | ||||
* | More examples | dkf | 2004-04-30 | 1 | -0/+4 |
| | |||||
* | * tests/execute.test (execute-8.2): Avoid crashes when there | dgp | 2004-04-29 | 1 | -0/+5 |
| | | | | is limited system stack space (threads-enabled). | ||||
* | * doc/global.n: | Miguel Sofer | 2004-04-28 | 1 | -0/+9 |
| | | | | | | | | * 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 | 1 | -0/+4 |
| | |||||
* | * unix/tclUnixFCmd.c (TclpObjNormalizePath): Corrected improper | dgp | 2004-04-26 | 1 | -0/+5 |
| | | | | positioning of returned checkpoint. [Bug 941108] | ||||
* | Doc updates from David Welton [Patches 941377,941380] | dkf | 2004-04-26 | 1 | -0/+4 |
| | |||||
* | Stronger wording & example. [Bug 940843] | dkf | 2004-04-26 | 1 | -0/+3 |
| | |||||
* | Reworked to remove references to testing interfaces and instead promote the | dkf | 2004-04-26 | 1 | -0/+6 |
| | | | | | 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 | 1 | -0/+5 |
| | | | | * generic/tclInt.h: [Bugs 926459, 926486] | ||||
* | no message | davygrvy | 2004-04-24 | 1 | -0/+6 |
| | |||||
* | * generic/tclPort.h: | das | 2004-04-24 | 1 | -0/+10 |
| | | | | | | | | | * 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 | 1 | -0/+6 |
| | | | | | 930851]. When changing the eofchar we have to zap the related flags to prevent them from prematurely aborting the next read. | ||||
* | fix to two filesystem bugs: more consistent file separator proc and correct ↵ | vincentdarley | 2004-04-23 | 1 | -0/+12 |
| | | | | Tcl_FSJoinPath return values | ||||
* | no message | davygrvy | 2004-04-23 | 1 | -1/+5 |
| | |||||
* | no message | davygrvy | 2004-04-23 | 1 | -0/+6 |
| |