summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* doc bugfix (bug #457435)dkf2001-09-031-3/+3
|
* * doc/StringObj.3: added words of warning to use Tcl_ResetResulthobbs2001-08-311-17/+5
| | | | with the Tcl_Append* functions.
* filesystemvincentdarley2001-08-301-11/+16
|
* formatting correctionsdgp2001-08-251-3/+9
|
* documented subtlety with glob and windows pathsvincentdarley2001-08-241-1/+12
|
* documented path length restrictionsvincentdarley2001-08-241-1/+5
|
* typo fixdgp2001-08-241-2/+2
|
* fs updatevincentdarley2001-08-234-28/+63
|
* * doc/dde.n: fixed dde man page (which was totally incorrect).hobbs2001-08-221-29/+38
| | | | | | | * tests/winDde.test: * win/tclWinDde.c (Tcl_DdeObjCmd): added -binary option to dde request command to allow for returning binary data. [Bug #227482] Updated dde to 1.2
* corrected minor nroff transgressionshobbs2001-08-074-9/+9
|
* * Added note that the tclsh program is frequentlydgp2001-08-061-1/+9
| | | | | installed with the Tcl version numer as part of the name. [Patch 402725]
* New documentation for TIP#17vincentdarley2001-07-311-0/+1195
|
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-314-9/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following files were impacted. * doc/Access.3: * doc/FileSystem.3: * doc/OpenFileChnl.3: * doc/file.n: * doc/glob.n: * generic/tcl.decls: * generic/tcl.h: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclDate.c: * generic/tclDecls.h: * generic/tclEncoding.c: * generic/tclFCmd.c: * generic/tclFileName.c: * generic/tclGetDate.y: * generic/tclIO.c: * generic/tclIOCmd.c: * generic/tclIOUtil.c: * generic/tclInt.decls: * generic/tclInt.h: * generic/tclIntDecls.h: * generic/tclLoad.c: * generic/tclStubInit.c: * generic/tclTest.c: * generic/tclUtil.c: * library/init.tcl: * mac/tclMacFCmd.c: * mac/tclMacFile.c: * mac/tclMacInit.c: * mac/tclMacPort.h: * mac/tclMacResource.c: * mac/tclMacTime.c: * tests/cmdAH.test: * tests/event.test: * tests/fCmd.test: * tests/fileName.test: * tests/io.test: * tests/ioCmd.test: * tests/proc-old.test: * tests/registry.test: * tests/unixFCmd.test: * tests/winDde.test: * tests/winFCmd.test: * unix/mkLinks: * unix/tclUnixFCmd.c: * unix/tclUnixFile.c: * unix/tclUnixInit.c: * unix/tclUnixPipe.c: * win/tclWinFCmd.c: * win/tclWinFile.c: * win/tclWinInit.c: * win/tclWinPipe.c
* * Corrected documentation and usage message of [pkg_mkIndex].dgp2001-07-211-2/+6
|
* TIP#36 implementation. Also includes cleanup for subst optiondkf2001-07-122-6/+109
| | | | | handling and improved documentation for the subst command (in my capacity as maintainer of the Commands M-Z functional area.)
* * doc/interp.n:hobbs2001-06-272-19/+51
| | | | | * doc/unknown.n: updated notes about what is in a safe interp. [Bug #218605]
* * generic/tcl.h:dgp2001-06-081-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | * generic/tcl.decls: * generic/tclPanic.c: Added CONST to Tcl_*Panic* public interfaces. [Patch 415648, TIP 27] * generic/tclInt.decls: * mac/tclMacAppInit.c (main): * mac/tclMacBOAAppInit.c (main): * mac/tclMacPanic.c: Modified special Mac implementations of Tcl_*Panic* to be exact copies of the generic implementations. Added TclMacSetPanic. The generic implementations should be used directly, rather than copies, but that requires further changes by someone familiar with the Mac build systems. [Patch 415648] * generic/tclDecls.h: * generic/tclIntPlatDecls.h: *`generic/tclStubInit.c: `make gentubs` after above changes. * doc/Panic.3: * unix/mkLinks: New file documenting Tcl_*Panic* public interfaces, followed by `make mklinks`. [Patch 415648, Bug 219170, Bug 414936]
* Changes from TIP#15 "Functions to List and Detail Math Functions"dkf2001-05-302-6/+68
|
* * Note that "tclbench" (see project "tcllib") was extended withandreas_kupries2001-05-191-1/+14
| | | | | | | | | | | | | | | | | | performance benchmarks for [fcopy] too. * doc/fcopy.n: Updated to reflect the extended behaviour of 'fcopy'. * tests/io.test: Added tests 'io-52.9', 'io-52.10' and 'io-52.11' to test the handling of encodings by 'fcopy' / 'TclCopychannel' [Bug #209210]. * generic/tclIO.c: Split of both 'Tcl_ReadChars' and 'Tcl_WriteChars' into a public error checking and an internal working part. The public functions now use the new internal ones. The new functions are 'DoReadChars' and 'DoWriteChars'. Extended 'CopyData' to use the new functions 'DoXChars' when required by the encodings on the input and output channels [Bug #209210].
* Oops! Put it in the wrong source tree...dkf2001-05-161-95/+0
|
* Added some documentation for the console command.dkf2001-05-151-0/+95
|
* fixed minor nroff bugshobbs2001-05-031-4/+4
|