summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem):dgp2001-12-282-29/+49
| | | | | | | | | | | | | | | | | | | Added the [memory onexit] command, intended to replace [checkmem]. * doc/DumpActiveMemory.3: * doc/memory.n: Updated documentation for [memory] and related matters. [Bug 487677] * mac/tclMacBOAMain.c (Tcl_Main, CheckmemCmd): Removed all the machinery for the [checkmem] command that is completely duplicated by code in generic/tclCkalloc.c. * generic/tclBinary.c: * generic/tclListObj.c: * generic/tclObj.c: * generic/tclStringObj.c: Removed references to [checkmem] in comments, referencing [memory active] instead, since it is documented.
* docs and comments corrections [Bug 493412]Miguel Sofer2001-12-141-4/+4
|
* * Repaired some fractured phrasing.dgp2001-12-141-2/+2
|
* docd TCL_DYNAMIC use. [Patch #483989] (porter)hobbs2001-12-131-1/+10
|
* * Several typo and formatting corrections discovereddgp2001-12-1013-66/+33
| | | | during conversion to TMML. Thanks to Joe English. [Patch 490514]
* fixed typodgp2001-12-071-2/+2
|
* * fixed typo: index -> lindexdgp2001-12-051-2/+2
|
* Improved expr documentation.dkf2001-12-031-16/+18
|
* Manpage fix (RE syntax now in separate page.)dkf2001-11-282-10/+12
| | | | Resolves Bug486159 reported by Larry Virden.
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-2/+2
| | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-0/+53
| | | | This deprecates TclpGetTime in favor of new Tcl_GetTime.
* win fs fixesvincentdarley2001-11-192-12/+14
|
* Changes due to TIP#68; memory handling in variable traces is now correct!dkf2001-11-191-7/+41
|
* minor doc comment fixeshobbs2001-11-1410-23/+26
|
* added lset.n lset docs with xref and updated lindex of TIPs#22,33,45 by Kennyhobbs2001-11-1410-27/+219
|
* correct nroff format problemshobbs2001-11-124-10/+10
|
* fixed winhelp generation problems #480268hobbs2001-11-104-46/+47
|
* file copy soft link docsvincentdarley2001-11-021-10/+12
|
* * doc/ObjectType.3: Minor documentation fix, reported by Davidandreas_kupries2001-10-221-2/+2
| | | | N. Welton <davidw@users.sourceforge.net> directly to me.
* * doc/open.n: moved all fconfigure option docs to fconfigure.nhobbs2001-10-152-52/+205
| | | | * doc/fconfigure.n: added serial config options
* small fs fixesvincentdarley2001-10-151-2/+2
|
* * Corrected typos in doc/RegExp.3macosx_8_4_branchpointdgp2001-10-141-2/+2
|
* Typo-fixdkf2001-10-041-2/+2
|
* fs doc improvementvincentdarley2001-09-291-4/+14
|
* Edited docs of Tcl_GetNameOfExecutable [Bug 219215]Miguel Sofer2001-09-281-2/+4
|
* Fixed Bug #465674 reported by me. [lsort -index end-1] now behaves sensibly...dkf2001-09-281-6/+21
|
* * More CONST poisoningdgp2001-09-281-5/+5
| | | | | | fixes from the 2001-09-24 TIP 27 changes. CONST-ified Tcl_FSLoadFile and TclpLoadFile. Report and patch from Kevin Kenny. [Bug 465833]
* * Updated out-of-date reference to #define GUARD_SIZE.dgp2001-09-271-3/+4
|
* * Updated APIs indgp2001-09-271-3/+3
| | | | | generic/tclProc.c and generic/tclVar.c according to the guidelines of TIP 27. [Patch 465442]
* * doc/fileevent.n: Accepted [Patch #465279] adding an example toandreas_kupries2001-09-271-1/+16
| | | | | | the fileevent manpage. Minor modifications to get a better formatting. Report and patch by David N. Welton <davidw@users.sourceforge.net>.
* * Vince Darley reports the 2001-09-24 TIP 27 changes left the windgp2001-09-271-2/+2
| | | | directory CONST poisoned. These changes should fix that.
* * Updated APIs in generic/tclGet.cdgp2001-09-251-2/+2
| | | | according to the guidelines of TIP 27. [Patch 464674]
* * Updated APIs indgp2001-09-243-8/+8
| | | | | generic/tclUtil.c according to the guidelines of TIP 27. [Patch 464553]
* Doc update (add Tcl_OutputBuffered, remove old changebars)dkf2001-09-241-8/+14
|
* Another typodgp2001-09-241-2/+2
| | | | eVS: ----------------------------------------------------------------------
* corrected formatting error causing 'make mklinks' troubledgp2001-09-241-4/+2
|
* Corrected formatting error.dgp2001-09-241-2/+2
|
* Socket documentation improvement.dkf2001-09-191-3/+7
|
* Disabled all compile and execution tracing functionality in standardMiguel Sofer2001-09-171-1/+7
| | | | builds [Bug 451858].
* * doc/gets.n:andreas_kupries2001-09-1411-41/+126
| | | | | | | | | | | | | | | | * doc/read.n: * doc/puts.n: * doc/flush.n: * doc/fconfigure.n: * doc/flush.n: * doc/eof.n: * doc/seek.n: * doc/tell.n: * doc/close.n: * doc/fileevent.n: Added references to the Tcl standard channels. Item [219250], reported by David LeBlanc <whisper@oz.net>. Thanks to Christopher Nelson <chris@pinebush.com> for doing editorial work.
* Patch for [TIP 56], [Bug: 219384] and [Bug: 455151]: deprecate the useMiguel Sofer2001-09-131-14/+29
| | | | of Tcl_EvalTokens, replaced by the new Tcl_EvalTokensStandard.
* * doc/OpenFileChnl.3: Added documentation for Tcl_WriteRaw andandreas_kupries2001-09-112-4/+45
| | | | | | | Tcl_ReadRaw [#414929]. * doc/CrtChannel.3: Added documentation for Tcl_ChannelBuffered and Tcl_GetTopChannel [#414929].
* Typo.andreas_kupries2001-09-101-3/+3
|
* Changed the phrasing of some blocks making them easier to understand.andreas_kupries2001-09-101-37/+39
| | | | Thanks to Christopher Nelson for his feedback.
* noted 8.4 version upgrade in lsearch man pagehobbs2001-09-101-2/+2
|
* * doc/tclsh.1:andreas_kupries2001-09-106-8/+162
| | | | | | | | | | | | * doc/Tcl_Main.3: * doc/CrtChannel.3: * doc/OpenFileChnl.3: * doc/GetStdChan.3: Enhanced the manpages with cross-references to the new manpage and more explanations how these functions deal with the standard channels in various situations. * doc/StdChannels.3: New manpage describing handling of the standard channels by the Tcl library [402725].
* channel-copy-fixvincentdarley2001-09-081-4/+4
|
* * Updated http package to version 2.4,dgp2001-09-071-2/+2
| | | | reflecting the new features just added.
* * doc/http.n: noted -binary, charset and coding state keys.hobbs2001-09-071-8/+20
| | | | | | | | | | * tests/http.test: * library/http/pkgIndex.tcl: * library/http/http.tcl (geturl): correctly get charset parameter and convert text according to specified encoding (if known). RFC iso8859-1 is used by default. Also recognize Content-encoding to see if we should do binary translation. Added a CYA -binary switch for the cases that were missed. [Bug #219211 #219399]
* minor fs, vfs fixesvincentdarley2001-09-043-15/+29
|