Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 | ||||
* | Fix minor markup errors. | jenglish | 2004-05-29 | 3 | -14/+12 |
| | |||||
* | Added example | dkf | 2004-05-28 | 2 | -2/+31 |
| | |||||
* | Added example | dkf | 2004-05-28 | 2 | -2/+29 |
| | |||||
* | Added example | dkf | 2004-05-28 | 2 | -3/+51 |
| | |||||
* | Added examples | dkf | 2004-05-28 | 1 | -1/+29 |
| | |||||
* | Added example inspired by TIP#65 | dkf | 2004-05-28 | 1 | -1/+20 |
| | |||||
* | Added example, cross-references, and a note that {expand} is usually a | dkf | 2004-05-28 | 1 | -2/+31 |
| | | | | better choice! | ||||
* | Added examples | dkf | 2004-05-28 | 1 | -1/+24 |
| | |||||
* | Added example (based on TIP) | dkf | 2004-05-27 | 1 | -1/+30 |
| | |||||
* | Added examples | dkf | 2004-05-27 | 1 | -1/+38 |
| | |||||
* | Added examples | dkf | 2004-05-27 | 1 | -1/+34 |
| | |||||
* | Added example. | dkf | 2004-05-27 | 1 | -1/+12 |
| | |||||
* | Added example | dkf | 2004-05-27 | 2 | -2/+31 |
| | |||||
* | * doc/http.n (http::config): add -urlencoding option (default utf-8) | hobbs | 2004-05-25 | 1 | -3/+13 |
| | | | | | | | | | * library/http/http.tcl: that specifies encoding conversion of * library/http/pkgIndex.tcl: args for http::formatQuery. Previously * tests/http.test: undefined, RFC 2718 says it should be utf-8. 'http::config -urlencoding {}' returns previous behavior, which will throw errors processing non-latin-1 chars. Bumped http package to 2.5.0. | ||||
* | Added example | dkf | 2004-05-25 | 1 | -1/+8 |
| | |||||
* | Added example | dkf | 2004-05-25 | 1 | -1/+16 |
| | |||||
* | Added examples | dkf | 2004-05-25 | 1 | -1/+12 |
| | |||||
* | * docs/global.n: added details for qualified variable names | Miguel Sofer | 2004-05-25 | 1 | -10/+21 |
| | | | | [Bug 959831] | ||||
* | Add example | dkf | 2004-05-25 | 1 | -2/+17 |
| | |||||
* | More idiomatic example. [Bug 959602] | dkf | 2004-05-25 | 1 | -4/+2 |
| | |||||
* | Added examples | dkf | 2004-05-24 | 4 | -30/+83 |
| | |||||
* | * doc/set.n: accurate description of name resolution process, | Miguel Sofer | 2004-05-24 | 1 | -15/+13 |
| | | | | referring to namespace.n for details [Bug 959180] | ||||
* | Added example | dkf | 2004-05-24 | 1 | -1/+23 |
| | |||||
* | Added examples and more cross-references | dkf | 2004-05-24 | 1 | -9/+49 |
| | |||||
* | Added example and cross-reference | dkf | 2004-05-24 | 1 | -2/+9 |
| | |||||
* | Reformulated so as to make clear what are examples. | dkf | 2004-05-22 | 1 | -15/+17 |
| | |||||
* | Minor syntactic fixes. Removed a clause that read very strangely and | dkf | 2004-05-22 | 1 | -5/+1 |
| | | | | | was effectively duplicated elsewhere (and was a hold-over from previous versions of the page) | ||||
* | Use longer dashes (where available) | dkf | 2004-05-21 | 1 | -5/+5 |
| | |||||
* | Typo! | dkf | 2004-05-21 | 1 | -2/+2 |
| | |||||
* | Added examples. | dkf | 2004-05-21 | 1 | -1/+28 |
| | |||||
* | Added some more examples; there are actually examples scattered through the ↵ | dkf | 2004-05-21 | 1 | -12/+39 |
| | | | | file anyway. | ||||
* | Added examples | dkf | 2004-05-20 | 1 | -1/+39 |
| |