summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* TIP #343 IMPLEMENTATION - A Binary Specifier for [format/scan]ferrieux2008-12-102-2/+14
|
* Implement TIP#341.dkf2008-12-101-8/+10
|
* TIP #337 IMPLEMENTATIONdgp2008-12-092-39/+58
| | | | | | | | | | | | | | | | | | | * doc/BackgdErr.3: Converted internal routine * doc/interp.n: TclBackgroundException() into public routine * generic/tcl.decls: Tcl_BackgroundException(). * generic/tclEvent.c: * generic/tclInt.decls: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclIO.c: Update callers. * generic/tclIOCmd.c: * generic/tclInterp.c: * generic/tclTimer.c: *** POTENTIAL INCOMPATIBILITY only for extensions using the converted internal routine ***
* Implement TIP#335dkf2008-12-051-2/+23
|
* fix Tcl_AppendElement documentation: signature in doc did notnijtmans2008-12-051-2/+2
| | | | match with real signature in header file
* minor improvements derived from [Patch 1723738]dkf2008-12-051-2/+3
|
* Implement TIP#307.dkf2008-12-051-7/+31
|
* Implementation of TIP #210.dkf2008-11-291-1/+18
|
* * library/tclIndex: Removed reference to no-longer-extant procedureKevin B Kenny2008-11-261-2/+2
| | | | | | 'tclLdAout'. * doc/library.n: Corrected mention of 'auto_exec' to 'auto_execok'. [Patch 2114900] thanks to Stu Cassoff <stwo@users.sf.net>
* Fix signature and implementation of Tcl_HashStats,nijtmans2008-11-171-2/+2
| | | | such that it conforms to the documentation.
* * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrichandreas_kupries2008-11-101-4/+4
| | | | | | | | | * library/platform/pkgIndex.tcl: Ring <uring@users.sourceforge.net>. * library/platform/shell.tcl: Updated the LOCATE command in the * library/tm.tcl: package 'platform::shell' to handle the new form * unix/Makefile.in: of 'provide' commands generated by tm.tcl. Bumped * win/Makefile.in: package to version 1.1.4. Added cross-references to the relevant parts of the code to avoid future desynchronization.
* patch #2215022: clean up the binary ensemble initialization codepatthoyts2008-11-071-5/+7
| | | | | Applied a patch from Duoas which extends the TclMakeEnsemble command to handle sub-ensembles from tables. Cleaned up the original patch a bit.
* Document [info coroutine].dkf2008-10-191-1/+8
|
* Improve documentation of [tcl::prefix].dkf2008-10-192-26/+31
|
* Improve clarity of formatting.dkf2008-10-1798-278/+807
|
* Lots of very minor formatting fixes.dkf2008-10-1542-67/+293
|
* Fix a bit of formatting.dkf2008-10-141-2/+3
|
* Made documentation *even more* clear...dkf2008-10-142-7/+10
|
* typocore_8_6_a3dgp2008-10-101-2/+2
|
* Added better docs of [binary encode] and [binary decode]dkf2008-10-071-2/+94
|
* Corrected order of subcommands in a section to be alphabeticdkf2008-10-071-8/+8
|
* Documented channel transformations.dkf2008-10-073-10/+196
|
* missed commit of lset.n in TIP #331 changes.Kevin B Kenny2008-10-061-6/+11
|
* * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProcnijtmans2008-10-051-2/+2
| | | | | | | | | | | | | | | * generic/tclFCmd.c: and tclpFileAttrStrings. This allows * generic/tclIOUtil.c: FileSystems to report their attributes * generic/tclTest.c: as const strings, without worrying that * unix/tclUnixFCmd.c: Tcl modifies them (which Tcl should not * win/tclWinFCmd.c: do anyway, but the API didn't indicate that) * generic/tcl.decls * generic/tclDecls.h: regenerated * generic/tcl.h: make sure that if CONST84 is defined as empty, CONST86 should be defined as empty as well (unless overridden). This change complies with TIP #27 *** POTENTIAL INCOMPATIBILITY ***
* * doc/ChnlStack.3: CONSTified the typePtr argumentnijtmans2008-10-042-7/+7
| | | | | | | | | | | * doc/CrtChannel.3: of Tcl_CreateChannel and Tcl_StackChannel * generic/tcl.decls and the return value of Tcl_GetChannelType * generic/tcl.h * generic/tclIO.h * generic/tclIO.c * ChangeLog * generic/tclDecls.h: regenerated This change complies with TIP #27.
* * doc/Hash.3: CONSTified the typePtr argumentnijtmans2008-10-041-2/+2
| | | | | | | | | * generic/tcl.decls: of Tcl_InitCustomHashTable. * generic/tcl.h * generic/tclHash.c * ChangeLog * generic/tclDecls.h: regenerated This change complies with TIP #27.
* * doc/RegConfig.3: CONSTified the configuration argumentnijtmans2008-10-041-2/+2
| | | | | | | | | * generic/tcl.decls: of Tcl_RegisterConfig. * generic/tclConfig.c * generic/tclPkgConfig.c * ChangeLog * generic/tclDecls.h: regenerated This change complies with TIP #27.
* * doc/GetIndex.3: CONSTified the tablePtr argumentnijtmans2008-10-041-2/+2
| | | | | | | | * generic/tcl.decls: of Tcl_GetIndexFromObj. * generic/tclIndexObj.c * ChangeLog * generic/tclDecls.h: regenerated This change complies with TIP #27.
* minor correctionsdkf2008-10-031-12/+21
|
* Implemented TIP#195 - tcl::prefix command. [Patch 1040206]dkf2008-10-031-0/+93
|
* Implement TIP #265. [FRQ 1446696]dkf2008-10-021-0/+200
|
* * doc/info.n: Fixed [SF Bug 2134049]. Rephrased the documentationandreas_kupries2008-10-021-5/+6
| | | | of 'info frame' for positive numbers as level argument.
* forgot one missing unmatched font changeJoe Mistachkin2008-10-021-2/+2
|
* Fixes for [Bug 1934272, 2072891]Joe Mistachkin2008-10-023-6/+6
|
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-291-2/+2
| | | | | | * doc/glob.n: Revise [glob] to accept zero patterns. * generic/tclFileName.c: * tests fileName.test:
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-291-2/+2
| | | | | | * doc/linsert.n: Revise [linsert] to accept zero elements. * generic/tclCmdIL.c: * tests/linsert.test:
* TIP #326 IMPLEMENTATIONdkf2008-09-291-6/+54
|
* TIP #313 IMPLEMENTATIONdkf2008-09-291-2/+14
|
* Implement TIP 314. [Patch 1901783]dkf2008-09-282-9/+63
|
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-8/+7
| | | | | | * doc/lrepeat.n: Revise [lrepeat] to accept both zero * generic/tclCmdIL.c: repetitions and zero elements to be repeated. * tests/lrepeat.test:
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-2/+2
| | | | | | * doc/object.n: Revise standard oo method [my variable] to * generic/tclOOBasic.c: accept zero variable names. * tests/oo.test:
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-3/+3
| | | | | | * doc/tm.n: Revise [tcl::tm::path add] and * library/tm.tcl: [tcl::tm::path remove] to accept zero paths. * tests/tm.test:
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-3/+3
| | | | | | * doc/namespace.n: Revise [namespace upvar] to accept zero * generic/tclNamesp.c: variable names. * tests/upvar.test:
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-2/+2
| | | | | | * doc/lassign.n: Revise [lassign] to accept zero variable names. * generic/tclCmdIL.c: * tests/cmdIL.test:
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-251-2/+4
| | | | | | | | * doc/global.n: Revise [global] to accept zero variable names. * doc/variable.n: Revise [variable] likewise. * generic/tclVar.c: * tests/proc-old.test: * tests/var.test:
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-251-4/+5
| | | | | | | | | * doc/global.n: Revise [global] to accept zero variable names. * generic/tclVar.c: * tests/proc-old.test: * tests/var.test: * doc/global.n: Correct false claim about [info locals].
* Implement TIP #315.dkf2008-09-251-1/+11
|
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-241-3/+3
| | | | | | | | * doc/file.n: Revise [file delete] and [file mkdir] to * generic/tclCmdAH.c: accept zero "pathname" arguments (the * generic/tclFCmd.c: no-op case). * tests/cmdAH.test: * tests/fCmd.test:
* Implement TIP #316.dkf2008-09-241-240/+315
|
* Apply [Patch 2082450]dkf2008-09-231-7/+8
|