Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clarify filesystem docs | dkf | 2004-10-07 | 1 | -153/+152 |
| | |||||
* | Make Tcl_AppendResult() non-deprecated again. [Patch 1041072] | dkf | 2004-10-05 | 1 | -11/+12 |
| | | | | Also change string to stringPtr to avoid potential future C++ problems. | ||||
* | Clarify that dicts are unordered [Bug 1032243] and add another example. | dkf | 2004-10-04 | 2 | -20/+56 |
| | |||||
* | Modify the semantics of [dict set] to be what everyone expected them to be | dkf | 2004-10-02 | 2 | -22/+18 |
| | | | | | in a straw poll. Also made T_DODone;T_DONext a non-fatal sequence, leading to simplified code. | ||||
* | added missing Tcl_GlobTypeData documentation | vincentdarley | 2004-09-27 | 1 | -1/+16 |
| | |||||
* | small typo | vincentdarley | 2004-09-27 | 1 | -2/+2 |
| | |||||
* | Tighten up wording on [interp eval] and stack frames. [Bug 926590] | dkf | 2004-09-21 | 1 | -5/+18 |
| | |||||
* | Highlight document-internal references | dkf | 2004-09-21 | 1 | -12/+12 |
| | |||||
* | Fix "operand"/"operator" confusion | dkf | 2004-09-18 | 1 | -6/+5 |
| | |||||
* | More fixes from Mikhail Kolesnitchenko, and also standardize highlighting | dkf | 2004-09-18 | 36 | -473/+492 |
| | | | | of symbols like TCL_OK, TCL_ERROR, etc. | ||||
* | * doc/interp.n: | Miguel Sofer | 2004-09-14 | 1 | -24/+32 |
| | | | | | | * generic/tclInterp.c (TclPreventAliasLoop, AliasCreate): * tests/interp.test (17.4-6, 19.3-4): fixing problems with renaming of aliases [Bugs 707104 1026493]. Fix designed by dgp. | ||||
* | Corrected a buglet in the header information. [Bug 1024058] | Kevin B Kenny | 2004-09-08 | 1 | -1/+1 |
| | |||||
* | Fixed indentation | Kevin B Kenny | 2004-09-07 | 1 | -0/+4 |
| | |||||
* | * doc/clock.n: Documented the default -format, and changed | Kevin B Kenny | 2004-09-07 | 1 | -0/+7 |
| | | | | | references to a (nonexistent) msgcat command to refer to the msgcat package. [Bug 1023870] | ||||
* | Converted to http://tip.tcl.tk URL. Should be more long term reliable. | dgp | 2004-09-07 | 1 | -1/+1 |
| | |||||
* | Changed incorrect references to the "msgcat command" to "msgcat package" | dgp | 2004-09-07 | 1 | -3/+3 |
| | |||||
* | Oops, missed one file from last commit | dkf | 2004-09-06 | 1 | -2/+2 |
| | |||||
* | More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] | dkf | 2004-09-06 | 52 | -186/+181 |
| | |||||
* | Clarify meaning of [lsearch -dictionary]. | dkf | 2004-09-02 | 1 | -2/+5 |
| | |||||
* | Correct some abbreviation usage. | dkf | 2004-09-01 | 5 | -11/+11 |
| | |||||
* | Grammar and spelling fixes. [Patch 1018486] | dkf | 2004-08-31 | 19 | -95/+99 |
| | |||||
* | two bugs fixed in filesystem docs and tests | vincentdarley | 2004-08-31 | 1 | -5/+17 |
| | |||||
* | Added clarifying note on [string map]'s behaviour. | dkf | 2004-08-24 | 1 | -1/+9 |
| | |||||
* | * doc/tm.n: New file, documentation for Tcl Modules, based on the | andreas_kupries | 2004-08-19 | 1 | -0/+278 |
| | | | | | | | TIP. * unix/mkLinks: Regenerated. * win/makefile.vc: Added tm.tcl to list of files to install. | ||||
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 1 | -232/+784 |
| | |||||
* | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -1/+4 |
| | |||||
* | TIP#207 IMPLEMENTATION | dgp | 2004-08-02 | 1 | -3/+11 |
| | | | | | | | | | | * doc/interp.n: Added support for a -namespace option to the * generic/tclBasic.c: [interp invokehidden] command. Also added an * generic/tclInt.h: internal routine TclObjInvokeNamespace() and * generic/tclInterp.c: corrected the flag names TCL_FIND_ONLY_NS and * generic/tclNamesp.c: TCL_CREATE_NS_IF_UNKNOWN that are passed to the * generic/tclTrace.c: internal routine TclGetNamespaceForQualName(). * tests/interp.test: [Patch 981841] | ||||
* | cd infinite loop bug fixed | vincentdarley | 2004-07-17 | 1 | -5/+6 |
| | |||||
* | * doc/OpenFileChnl.3: Added description of the behaviour of | andreas_kupries | 2004-07-16 | 1 | -1/+5 |
| | | | | | Tcl_ReadChars when its 'charsToRead' argument is set to -1. Fixes [Tcl SF Bug 934511]. | ||||
* | * doc/CrtCommand.3: Added note that the arguments given to the | andreas_kupries | 2004-07-16 | 1 | -1/+6 |
| | | | | | command proc of a Tcl_CreateCommand are in utf8 since Tcl 8.1. Closing [Tcl SF Patch 414778]. | ||||
* | * doc/ChnlStack.3: Removed the declaration that the interp | andreas_kupries | 2004-07-16 | 1 | -2/+2 |
| | | | | | | argument to Tcl_(un)StackChannel can be NULL. This fixes [Tcl SF Bug 881220], reported by Marco Maggi <marcomaggi@users.sourceforge.net>. | ||||
* | * generic/tclIO.h (CHANNEL_INCLOSE): New flag. Set in | andreas_kupries | 2004-07-15 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | * generic/tclIO.c (Tcl_UnregisterChannel): 'Tcl_Close' while the * generic/tclIO.c (Tcl_Close): close callbacks are run. Checked in 'Tcl_Close' and 'Tcl_Unregister' to prevent recursive call of 'close' in the close-callbacks. This is a possible error made by implementors of virtual filesystems based on 'tclvfs', thinking that they have to close the channel in the close handler for the filesystem. * generic/tclIO.c: * generic/tclIO.h: * Not reverting, but #ifdef'ing the changes from May 19, 2004 out of the core. This removes the ***POTENTIAL INCOMPATIBILITY*** for channel drivers it introduced. This has become possible due to Expect gaining a BlockModeProc and now handling blockingg and non-blocking modes correctly. Thus [SF Tcl Bug 943274] is still fixed if a recent enough version of Expect is used. * doc/CrtChannel.3: Added warning about usage of a channel without a BlockModeProc. | ||||
* | * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patch | hobbs | 2004-07-02 | 1 | -6/+15 |
| | | | | | * doc/exec.n, tests/exec.test: that adds 2>@1 as a special case redirection of stderr to the result output. | ||||
* | Doc fixes. [Bug 983146] | dkf | 2004-07-01 | 3 | -23/+10 |
| | |||||
* | fix to trailing slash documentation and to a filesystem 'file join' bug on ↵ | vincentdarley | 2004-06-30 | 1 | -2/+7 |
| | | | | windows | ||||
* | TIP#188 implementation. Thanks to KBK! [Patch 940915] | dkf | 2004-06-30 | 1 | -20/+26 |
| | |||||
* | Added note about not touching bytes during freeIntRepProc running. | dkf | 2004-06-18 | 1 | -1/+4 |
| | |||||
* | * doc/library.n: Moved variables ::auto_oldpath and | dgp | 2004-06-16 | 1 | -14/+1 |
| | | | | | * library/auto.tcl: ::unknown_pending into ::tcl namespace. * library/init.tcl: [Bugs 808319, 948794] | ||||
* | Added doc clarification in response to [RFE 768852] | dkf | 2004-06-15 | 1 | -6/+11 |
| | |||||
* | * doc/Encoding.3: Removed bogus claims about tcl_libPath. | dgp | 2004-06-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | * generic/tclInterp.c (Tcl_Init): Stopped setting the tcl_libPath variable. [tclInit] can get all its directories without it. * tests/unixInit.test: Modified test code that made use of tcl_libPath variable. * unix/tclUnixInit.c: Stopped setting the tclDefaultLibrary variable, execept on the Mac OS X platform with HAVE_CFBUNDLE. In that configuration we should seek some way to make use of the TIP 59 facilities and get rid of that usage of tclDefaultLibrary as well. | ||||
* | Clarified that [pwd] really returns the absolute path of the current | vasiljevic | 2004-06-10 | 1 | -3/+3 |
| | | | | working directory. This fixes the Tcl Bug #969509 | ||||
* | Fixed a minor lsearch example fault. [Bug 968219] | dkf | 2004-06-07 | 1 | -10/+10 |
| | |||||
* | Removed language that encouraged abuse. [package] is for packages. | dgp | 2004-06-02 | 1 | -4/+2 |
| | |||||
* | documentation bug | vincentdarley | 2004-06-02 | 1 | -3/+5 |
| | |||||
* | Added examples | dkf | 2004-05-30 | 1 | -4/+29 |
| | |||||
* | Shrank the spacing slightly | dkf | 2004-05-30 | 1 | -6/+0 |
| | |||||
* | Addex example | dkf | 2004-05-30 | 1 | -5/+42 |
| | |||||
* | Added example and cleaned up a few bits of documentation. | dkf | 2004-05-30 | 1 | -9/+24 |
| | |||||
* | Added example | dkf | 2004-05-30 | 1 | -1/+15 |
| | |||||
* | Limits documentation and style improvements | dkf | 2004-05-30 | 2 | -1/+206 |
| | | | | Added C docs, cleaned up C code, added note on behaviour of limited master interps |