Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regen | dkf | 2003-09-29 | 2 | -2/+13 |
| | |||||
* | TIP#121 (app exit proc API) implementation from Joe Mistachkin | dkf | 2003-09-29 | 7 | -22/+682 |
| | |||||
* | improved test description | dgp | 2003-09-29 | 1 | -2/+4 |
| | |||||
* | TIP#112 ([namespace ensemble] command) implementation. | dkf | 2003-09-29 | 7 | -111/+2394 |
| | |||||
* | Correctly check the types of boolean options to http::geturl [Bug 811170] | dkf | 2003-09-29 | 2 | -7/+17 |
| | |||||
* | Added note that frameworks are a MacOSX feature [Bug 619440] | dkf | 2003-09-29 | 3 | -2/+7 |
| | |||||
* | no message | davygrvy | 2003-09-28 | 1 | -0/+7 |
| | |||||
* | * win/tclWinPipe.c: The windows port of expect can call | davygrvy | 2003-09-28 | 1 | -1/+4 |
| | | | | | | TclWinAddProcess before any of the other pipe functions. Added a missing PipeInit() call to make sure the initialization happens. | ||||
* | * macosx/Makefile: ensure SYMROOT exists if OBJROOT is overridden | das | 2003-09-25 | 2 | -6/+10 |
| | | | | on command line. Replaced explict use of /usr/bin by ${BINDIR}. | ||||
* | package unknown performance on MacOS and MacOS X | vincentdarley | 2003-09-24 | 2 | -11/+85 |
| | |||||
* | trace.test remove knownBug | vincentdarley | 2003-09-24 | 2 | -12/+18 |
| | |||||
* | * tests/trace.test (trace-31,32-*): Added tests for [Bug 807243] | dgp | 2003-09-24 | 2 | -1/+37 |
| | | | | and [Bug 811483]. | ||||
* | fix failure of previous commit on Alpha platform | Miguel Sofer | 2003-09-23 | 1 | -26/+18 |
| | |||||
* | * generic/tclExecute.c: | Miguel Sofer | 2003-09-23 | 3 | -162/+157 |
| | | | | | | * generic/tclInt.h: changed the evaluation-stack addressing mode, from array-style to pointer-style; the catch stack and evaluation stack are now contiguous in memory. [Patch 457449] | ||||
* | * library/init.tcl (auto_load, auto_import): Expanded Eric Melski's | dgp | 2003-09-23 | 2 | -16/+24 |
| | | | | | | 2000-01-28 fix for [Bug 218871] to all potentially troubled uses of [info commands] on input data, where glob-special characters could cause problems. | ||||
* | Stop failure of expr-23.4 on 64bit architectures. [Bug 808244] | dkf | 2003-09-19 | 2 | -2/+8 |
| | |||||
* | * generic/tclExecute.c: adding (DE)CACHE_STACK_INFO() pairs to protect all ↵ | Miguel Sofer | 2003-09-19 | 3 | -19/+93 |
| | | | | | | calls that may cause traces on ::errorInfo or ::errorCode to corrupt the stack [Bug 804681] ---------------------------------------------------------------------- | ||||
* | fileName test suite bug fix | vincentdarley | 2003-09-18 | 2 | -3/+16 |
| | |||||
* | test suite fix for AFS | vincentdarley | 2003-09-16 | 2 | -2/+9 |
| | |||||
* | minor filesystem bug fixes | vincentdarley | 2003-09-16 | 4 | -17/+117 |
| | |||||
* | Fixed comment typos. | patthoyts | 2003-09-15 | 1 | -6/+6 |
| | |||||
* | Oops! Last checkin had wrong value for LAST_INST_OPCODE. D'oh! | dkf | 2003-09-15 | 1 | -2/+2 |
| | |||||
* | TIP#123 Implementation based on work by Arjen Markus. [Patch 655176] | dkf | 2003-09-12 | 9 | -91/+428 |
| | |||||
* | * library/opt/optparse.tcl: Latest revisions caused [OptGuessType] | dgp | 2003-09-10 | 2 | -3/+10 |
| | | | | | | to guess "int" instead of "string" for empty strings. Missed the required "-strict" option to [string is]. Thanks to Revar Desmera. [Bug 803968] | ||||
* | format last change for 74 characters per line | davygrvy | 2003-09-08 | 1 | -2/+4 |
| | |||||
* | no message | davygrvy | 2003-09-08 | 1 | -1/+9 |
| | |||||
* | * win/tclWinLoad.c (TclpDlopen): Changed the error message for ↵ | davygrvy | 2003-09-08 | 1 | -2/+2 |
| | | | | | | | ERROR_PROC_NOT_FOUND to be a bit more helpful in giving us clues. "can't find specified procedure" means a function in the import table, for implicit loading, couldn't be resolved and that's why the load failed. | ||||
* | credit update | dgp | 2003-09-08 | 1 | -1/+1 |
| | |||||
* | one more bit of TIP 137 documentation... | dgp | 2003-09-05 | 2 | -7/+9 |
| | |||||
* | * doc/FileSystem.3: Implementation of | dgp | 2003-09-05 | 16 | -183/+687 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/source.n: TIPs 137/151. Adds * doc/tclsh.1: a -encoding option to * generic/tcl.decls: the [source] command * generic/tclCmdMZ.c (Tcl_SourceObjCmd): and a new C routine, * generic/tclIOUtil.c (Tcl_FSEvalFileEx): Tcl_FSEvalFileEx(), * generic/tclMain.c (Tcl_Main): that provides C access * mac/tclMacResource.c (Tcl_MacSourceObjCmd): to the same function. * tests/cmdMZ.test: Also adds command line * tests/main.test: option handling in Tcl_Main() so that tclsh * tests/source.test: and other apps built on Tcl_Main() respect a -encoding command line option before a script filename. Docs and tests updated as well. [Patch 742683] This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs that embed Tcl, build on Tcl_Main(), and make use of Tcl_Main's former ability to pass a leading "-encoding" option to interactive shell operations. * generic/tclInt.decls: Added internal stub * generic/tclMain.c (Tcl*StartupScript*): table entries for two new functions Tcl_SetStartupScript() and Tcl_GetStartupScript() that set/get the path and encoding for the startup script to be evaluated by either Tcl_Main() or Tk_Main(). Given public names in anticipation of their exposure by a followup TIP. * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c: | ||||
* | && of constraints is the default; need not be specified. | dgp | 2003-09-04 | 1 | -3/+3 |
| | |||||
* | Typo correction: knownbug -> knownBug | dgp | 2003-09-04 | 1 | -2/+2 |
| | |||||
* | * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537]. | dgp | 2003-09-04 | 7 | -16/+82 |
| | | | | | | | | | | * generic/tcl.h: Updated Tcl_ConvertCountedElement() to quote * generic/tclUtil.c: the leading "#" character of all list elements unless the TCL_DONT_QUOTE_HASH flag is passed in. * generic/tclDictObj.c: Updated Tcl_ConvertCountedElement() callers * generic/tclListObj.c: to pass in the TCL_DONT_QUOTE_HASH flags * generic/tclResult.c: when appropriate. | ||||
* | Added change bars marking portions only valid for Tcl 8.5 or later. | dgp | 2003-09-03 | 1 | -1/+11 |
| | |||||
* | Corrected typo and broken example. | dgp | 2003-09-02 | 2 | -5/+5 |
| | |||||
* | Added EXAMPLES to return.n | dgp | 2003-09-02 | 2 | -2/+100 |
| | |||||
* | Added another note about [return] during a [source]. | dgp | 2003-09-02 | 1 | -2/+5 |
| | |||||
* | * doc/return.n: Updated [return] docs to cover new TIP 90 features. | dgp | 2003-09-02 | 4 | -63/+183 |
| | | | | | * doc/break.n: Added SEE ALSO references to return.n * doc/continue.n: | ||||
* | regen | dkf | 2003-08-31 | 1 | -4/+36 |
| | |||||
* | Documentation of TIP#139 API functions. | dkf | 2003-08-31 | 2 | -0/+169 |
| | |||||
* | Updated [catch] docs to cover new TIP 90 features. | dgp | 2003-08-31 | 2 | -11/+61 |
| | |||||
* | Whitespace police. | dkf | 2003-08-30 | 1 | -4/+4 |
| | |||||
* | * generic/tclCmdAH.c: Corrected bug in TIP 90 implementation | dgp | 2003-08-29 | 3 | -3/+17 |
| | | | | | | * tests/cmdMZ.test: where the default -errorcode NONE value was not copied into the return options dictionary. This correction modified one test result. | ||||
* | no message | davygrvy | 2003-08-27 | 1 | -2/+3 |
| | |||||
* | Added Open Watcom strictness about how the char type needs to be | davygrvy | 2003-08-27 | 1 | -1/+4 |
| | | | | signed by default. | ||||
* | additional performance tweak to last commit. | dgp | 2003-08-27 | 1 | -3/+14 |
| | |||||
* | * generic/tclUtil.c: Corrected [Bug 411825] and other bugs in | dgp | 2003-08-27 | 3 | -28/+61 |
| | | | | | | TclNeedSpace() where non-breaking space (\u00A0) and backslash-escaped spaces were handled incorrectly. * tests/util.test: Added new tests util-8.[2-6]. | ||||
* | no message | davygrvy | 2003-08-27 | 1 | -0/+14 |
| | |||||
* | * win/tclWinFile.c (WinReadLinkDirectory): Fix for 'Initializers | davygrvy | 2003-08-27 | 1 | -2/+3 |
| | | | | must be constant' with the driveSpec array with OpenWatcom. | ||||
* | Revert mistaken commit. | dgp | 2003-08-27 | 1 | -35/+21 |
| |