summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* TIP#91 implementation; makes old style channels binary compatible withdkf2002-05-241-48/+81
| | | | new TIP#72-enabled Tcl. See http://purl.org/tcl/tip/91 for details.
* Added Tcl_GetCommandFromObj, Tcl_GetCommandFullNamejenglish2002-05-171-3/+20
| | | | (Tcl Bug #547987, #414921)
* Thanks to Peter Spjuth <peter.spjuth@space.se>, again. My prior fix fordavygrvy2002-05-081-20/+18
| | | | | | single-quote macro mis-understanding was wrong. Reverted to reimpliment the 'macro2' proc which handles single-quote macros and restored file.n text arrangement to avoid single-quotes on the first line.
* Opps. An SH macro had two decimals. yes, I'm reverting my reversion.davygrvy2002-05-081-2/+2
|
* Prior revisions returned. The single-quote macro misunderstanding was fromdavygrvy2002-05-082-20/+22
| | | | man2tcl.c instead.
* winhelp conversion tools where understand a ' as the first character on a linedavygrvy2002-05-082-22/+20
| | | | | as an unknown macro. Not knowing how to repair tools/man2tcl.c, I decided to rearrange the text in the docs instead.
* fix to bug 553320vincentdarley2002-05-071-10/+15
|
* fix to 551306vincentdarley2002-05-022-11/+14
|
* Tcl_GetUnicodeFromObj missing from index linedkf2002-04-241-2/+2
|
* * doc/exec.n:hobbs2002-04-232-13/+38
| | | | * doc/tclvars.n: doc updates [Patch #509426] (gravereaux)
* Added documentation for command tracing API [Bug 414927]dkf2002-04-231-0/+170
|
* * doc/clock.n:hobbs2002-04-221-6/+13
| | | | | | * compat/strftime.c (_fmt): change strftime to correctly handle localized %c, %x and %X on Windows. Added some notes about how the other values could be further localized.
* * Added [mcload] to the export listdgp2002-04-191-0/+4
| | | | of msgcat; bumped to 1.2.3. [Bug 544727]
* typodgp2002-04-181-2/+2
|
* * Clarified documentation on handling unusual returndgp2002-04-181-9/+51
| | | | | codes during substitution, and on variable substitutions implied by command substitution, and vice versa. [Bug 536838]
* * Removed [saveState] and [restoreState] fromdgp2002-04-181-17/+1
| | | | tcltest 2 documentation, effectively deprecating them. [Bug 495660]
* clarified getting length of ByteArray objects to use string lengthhobbs2002-04-171-3/+7
|
* * Revised [tcltest::test] to return errorsdgp2002-04-151-11/+11
| | | | | | | when called with invalid syntax and to accept exactly two arguments as documented. Improved error messages. [Bug 497446, Patch 513983] ***POTENTIAL INCOMPATIBILITY***: Incompatible with previous tcltest 2.* releases, found only in alpha releases of Tcl 8.4.
* tilde expansion cache-clearingvincentdarley2002-04-031-8/+7
|
* * Corrected problems with Tcl_AllowExceptionsdgp2002-03-291-4/+8
| | | | | having influence over the wrong scope of Tcl_*Eval* calls. Patch from Miguel Sofer. Report from Jean-Claude Wippler. [Bug 219181]
* .AP macro syntaxdavygrvy2002-03-293-6/+6
|
* * Major code cleanup to deal with whitespace,dgp2002-03-271-1/+3
| | | | | coding conventions, and namespace issues, with several minor bugs fixed in the process.
* Allow NULL callback on trace deletions [Bug 534728]Miguel Sofer2002-03-251-2/+2
|
* 4 fs fixesvincentdarley2002-03-242-40/+138
|
* * doc/expr.n: Improved documentation for ceil and floor [Bug 350535]dkf2002-03-211-3/+5
|
* * Updated interfaces of generic/tclVar.c accordingdgp2002-03-203-6/+6
| | | | to TIP 27. In particular, the "part2" arguments were CONSTified.
* Formatting error in .AP macrodgp2002-03-091-2/+2
|
* * Added the [interp recursionlimit] command todgp2002-03-071-2/+39
| | | | | set/query the recursion limit of an interpreter. Proposal and implementation from Stephen Trier. [TIP 87, Patch 522849]
* TIP#81 implementation, tests and docsdkf2002-03-061-11/+56
|
* * doc/GetIndex.3:dgp2002-02-281-4/+8
| | | | | | | | | | | * generic/tcl.decls (Tcl_GetIndexFromObjStruct): * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Revised the prototype of the Tcl_GetIndexFromObjStruct to take its struct table as a (CONST VOID *) argument, better describing what it is, maintaining source compatibility, and adding CONST correctness according to TIP 27. Thanks to Joe English for an elegant solution. [Bug 520304] * generic/tclDecls.h: make genstubs
* * doc/Alloc.3:hobbs2002-02-266-15/+41
| | | | | | | | | | * doc/LinkVar.3: * doc/ObjectType.3: * doc/PkgRequire.3: * doc/Preserve.3: * doc/TCL_MEM_DEBUG.3: Updated documentation to describe the ckalloc, ckfree, ckrealloc, attemptckalloc, and attemptckrealloc macros, and to accurately describe when and how they are used. [Bug #497459] (dgp)
* Added TIP#76 implementation, docs + tests.dkf2002-02-221-8/+17
|
* Fixed behaviour of [format] on 64-bit platforms by defining it to work withdkf2002-02-191-7/+13
| | | | | | machine words by default. This seems to be what the test suite expected anyway, and it is a fairly sensible choice. The other alternative was to make %d always 32-bit and %ld always 64-bit, but that'd be more complex to do.
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-1510-67/+233
| | | | | This version builds clean on Solaris/SPARC, with GCC and CC, both with and without threads and both in 32-bit and 64-bit mode.
* Added Tcl_CreateObjTrace, Tcl_GetCommandInfoFromToken andKevin B Kenny2002-02-102-54/+159
| | | | Tcl_SetCommandInfoFromToken. (TIPs #32 and #79.)
* * Partial TIP 27 rollback. Following routinesdgp2002-02-086-17/+17
| | | | | | | | | | | | | restored to return (char *): Tcl_DStringAppend, Tcl_DStringAppendElement, Tcl_JoinPath, Tcl_TranslateFileName, Tcl_ExternalToUtfDString, Tcl_UtfToExternalDString, Tcl_UniCharToUtfDString, Tcl_GetCwd, Tcl_WinTCharToUtf. Also restored Tcl_WinUtfToTChar to return (TCHAR *) and Tcl_UtfToUniCharDString to return (Tcl_UniChar *). Modified some callers. This change recognizes that Tcl_DStrings are de-facto white-box objects. * generic/tclCmdMZ.c: corrected use of C++-style comment.
* * doc/open.n: Fixed [Bug 511540], added cross-reference to 'pid'andreas_kupries2002-02-041-2/+4
| | | | | as the command to use to retrieve the pid of a command pipeline created via 'open'.
* docsvincentdarley2002-01-301-2/+29
|
* Corportation -> Corporation sp fixhobbs2002-01-294-8/+8
|
* * Documented global namespace context for script evaluationdgp2002-01-271-3/+5
| | | | by [package require].
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp2002-01-254-10/+10
| | | | | | | * [Patch 506818] Updated interfaces of generic/tclHash.c (TIP 27). * [Patch 506807] Updated interfaces of generic/tclObj.c (TIP 27). * [Patch 507304] Updated interfaces of win/tclWin32.c (TIP 27). * Update all callers.
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-2510-37/+37
| | | | | | | | | | | generic/tclIOUtil.c, generic/tclPipe.c, generic/tclResult.c, generic/tclUtil.c, generic/tclVar.c and mac/tclMacResource.c according to TIP 27. Tcl_TranslateFileName rewritten as wrapper around VFS-aware version. Updated callers. ***POTENTIAL INCOMPATIBILITY*** Includes source incompatibilities: argv arguments of Tcl_Concat, Tcl_JoinPath, Tcl_OpenCommandChannel, Tcl_Merge; argvPtr arguments of Tcl_SplitList and Tcl_SplitPath.
* * unix/mkLinks: Regenerated.andreas_kupries2002-01-232-10/+13
| | | | | | | | * doc/CrtChannel.3: * doc/ChnlStack.3: Moved documentation for 'Tcl_GetTopChannel' from 'CrtChannel' to 'ChnlStack'. Added documentation of 'Tcl_GetStackedChannel'. Bug #506147 reported by Mark Patton <msp@users.sourceforge.net>.
* * Updated socket interfaces according to TIP 27. Updated callers.dgp2002-01-233-7/+7
|
* doc correctiondgp2002-01-171-2/+2
|
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-173-10/+10
| | | | | | | overlooked before. Updated callers. ***POTENTIAL INCOMPATIBILITY*** Includes a source incompatibility in the tablePtr arguments of the Tcl_GetIndexFromObj* routines.
* * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c accordingdgp2002-01-172-12/+20
| | | | to the guidelines of TIP 27. Updated callers.
* * Updated APIs in generic/tclParse.c according to the guidelinesdgp2002-01-171-2/+2
| | | | of TIP 27. Updated callers.
* * Updated APIs in generic/tclHistory.c according to the guidelinesdgp2002-01-162-14/+14
| | | | | | | | | | of TIP 27. * Updated APIs in generic/tclInterp.c according to the guidelines of TIP 27. ***POTENTIAL INCOMPATIBILITY*** Includes a source incompatibility in the targetCmdPtr arguments of the Tcl_GetAlias* routines.
* * Corrected documentation for Tcl_ErrnoMsg; it takes an integerdgp2002-01-151-7/+11
| | | | argument. Thanks to Georgios Petasis. [Bug 468183]