summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* TIP#188 implementation. Thanks to KBK! [Patch 940915]dkf2004-06-301-20/+26
|
* Added note about not touching bytes during freeIntRepProc running.dkf2004-06-181-1/+4
|
* * doc/library.n: Moved variables ::auto_oldpath anddgp2004-06-161-14/+1
| | | | | * library/auto.tcl: ::unknown_pending into ::tcl namespace. * library/init.tcl: [Bugs 808319, 948794]
* Added doc clarification in response to [RFE 768852]dkf2004-06-151-6/+11
|
* * doc/Encoding.3: Removed bogus claims about tcl_libPath.dgp2004-06-111-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 currentvasiljevic2004-06-101-3/+3
| | | | working directory. This fixes the Tcl Bug #969509
* Fixed a minor lsearch example fault. [Bug 968219]dkf2004-06-071-10/+10
|
* Removed language that encouraged abuse. [package] is for packages.dgp2004-06-021-4/+2
|
* documentation bugvincentdarley2004-06-021-3/+5
|
* Added examplesdkf2004-05-301-4/+29
|
* Shrank the spacing slightlydkf2004-05-301-6/+0
|
* Addex exampledkf2004-05-301-5/+42
|
* Added example and cleaned up a few bits of documentation.dkf2004-05-301-9/+24
|
* Added exampledkf2004-05-301-1/+15
|
* Limits documentation and style improvementsdkf2004-05-302-1/+206
| | | | Added C docs, cleaned up C code, added note on behaviour of limited master interps
* Fix minor markup errors.jenglish2004-05-293-14/+12
|
* Added exampledkf2004-05-282-2/+31
|
* Added exampledkf2004-05-282-2/+29
|
* Added exampledkf2004-05-282-3/+51
|
* Added examplesdkf2004-05-281-1/+29
|
* Added example inspired by TIP#65dkf2004-05-281-1/+20
|
* Added example, cross-references, and a note that {expand} is usually adkf2004-05-281-2/+31
| | | | better choice!
* Added examplesdkf2004-05-281-1/+24
|
* Added example (based on TIP)dkf2004-05-271-1/+30
|
* Added examplesdkf2004-05-271-1/+38
|
* Added examplesdkf2004-05-271-1/+34
|
* Added example.dkf2004-05-271-1/+12
|
* Added exampledkf2004-05-272-2/+31
|
* * doc/http.n (http::config): add -urlencoding option (default utf-8)hobbs2004-05-251-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 exampledkf2004-05-251-1/+8
|
* Added exampledkf2004-05-251-1/+16
|
* Added examplesdkf2004-05-251-1/+12
|
* * docs/global.n: added details for qualified variable namesMiguel Sofer2004-05-251-10/+21
| | | | [Bug 959831]
* Add exampledkf2004-05-251-2/+17
|
* More idiomatic example. [Bug 959602]dkf2004-05-251-4/+2
|
* Added examplesdkf2004-05-244-30/+83
|
* * doc/set.n: accurate description of name resolution process,Miguel Sofer2004-05-241-15/+13
| | | | referring to namespace.n for details [Bug 959180]
* Added exampledkf2004-05-241-1/+23
|
* Added examples and more cross-referencesdkf2004-05-241-9/+49
|
* Added example and cross-referencedkf2004-05-241-2/+9
|
* Reformulated so as to make clear what are examples.dkf2004-05-221-15/+17
|
* Minor syntactic fixes. Removed a clause that read very strangely anddkf2004-05-221-5/+1
| | | | | was effectively duplicated elsewhere (and was a hold-over from previous versions of the page)
* Use longer dashes (where available)dkf2004-05-211-5/+5
|
* Typo!dkf2004-05-211-2/+2
|
* Added examples.dkf2004-05-211-1/+28
|
* Added some more examples; there are actually examples scattered through the ↵dkf2004-05-211-12/+39
| | | | file anyway.
* Added examplesdkf2004-05-201-1/+39
|
* Added examples.dkf2004-05-201-2/+61
|
* fix to 'file dirname' and to fs refCount documentationvincentdarley2004-05-191-7/+16
|
* * compat/strftime.c (_fmt, ISO8601Week): Kevin B Kenny2004-05-181-1/+7
| | | | | | | * doc/clock.n: * tests/clock.test: Major rework to the handling of ISO8601 week numbers. Now passes all the %G and %V test cases on Windows, Linux and Solaris [Bugs #500285, #500389, and #852944]