summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Added field to tcl_platform to describe the machine-word size.dkf2001-12-021-5/+7
|
* Fixed fault in new Tcl_Stat implementation, and improved docs.dkf2001-11-252-5/+10
|
* Following a suggestion by wdi@ccc.uni-erlangen.de (Wolf-Dietrich Ihlenfeldt),dkf2001-11-071-4/+17
| | | | | This implements support for linking wide-int variables to Tcl variables. It also moves the link-var system towards using 8.*-based interfaces!
* Added clarification that string table used in Tcl_GetIndexFromObj mustdkf2001-10-191-2/+2
| | | | | | be a table of ASCII strings, and rewrote most of tclIndexObj.c for greater clarity and to make it more likely to work on various Cray machines where char* is not a basic C type!
* Documented (some) 64-bit-related behaviour changes.dkf2001-10-123-22/+64
|
* Tests and documentation for wide-int support in [binary] command.dkf2001-10-041-2/+54
|
* Lots more type changes. Added Tcl_AllocStatBuf()...dkf2001-09-251-6/+13
|
* 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
|
* by chance '\n' started a line, looking like a commenthobbs2001-05-031-3/+3
|
* removed extraneous 'v' from dochobbs2001-05-031-2/+2
|
* Fix for Bug 420186dgp2001-05-031-2/+3
|
* (TIP #27) Another round of CONST changes, thisKevin B Kenny2001-04-246-13/+29
| | | | | | | | | time adding CONST to the API's exported from tclBasic.c. [Patch #415179] ***POTENTIAL INCOMPATIBILITY*** from 8.4a2, in which Vince Darley's changes to command tracing were added. A const has been added to the type signature of one of the parameters to Tcl_CommandTraceProc.