summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix [Bug 2118123]dkf2008-09-234-8/+18
|
* Implementation of TIP #320.#320.#320.dkf2008-09-232-4/+48
|
* Clean up paragraph order in chan.n [chan pipe]ferrieux2008-09-221-11/+11
|
* Incomplete docs for [binary encode] and [binary decode].dkf2008-09-101-4/+20
|
* * doc/namespace.n: fix [Bug 2098441]Miguel Sofer2008-09-071-2/+2
|
* typodgp2008-08-271-2/+2
|
* Added cross references to manual pages that discuss specific variables createddkf2008-08-272-4/+55
| | | | by Tcl.
* * doc/Exit.3: do not call Tcl_Finalize implicitlyhobbs2008-08-011-7/+3
| | | | | | | * generic/tclEvent.c: on DLL_PROCESS_DETACH as it may lead * win/tclWin32Dll.c (DllMain): to issues and the user should be explicitly calling Tcl_Finalize before unloading regardless. Clarify the docs to note the explicit need in embedded use.
* * doc/FileSystem.3: CONSTified many functions using Tcl_FileSystemnijtmans2008-07-281-4/+4
| | | | | | | | | | | * generic/tcl.decls: which all are supposed to be a constant, but * generic/tclDecls.h: this was not reflected in the API: * generic/tclFileSystem.h: Tcl_FSGetInternalRep * generic/tclIOUtil.c: Tcl_FSNewNativePath, Tcl_FSData * generic/tclPathObj.c: Tcl_FSRegister, Tcl_FSUnregister * generic/tclTest.c: Tcl_FSGetFileSystemForPath ... This change complies with TIP #24. ***POTENTIAL INCOMPATIBILITY***
* * doc/Object.3 CONSTified 3 functions usingnijtmans2008-07-272-6/+6
| | | | | | | | | | | | | | | * doc/ObjectType.3 Tcl_ObjType which all are supposed * generic/tcl.decls to be a constant, but this was not * generic/tcl.h reflected in the API: * generic/tclDecls.h Tcl_ConvertToType * generic/tclObj.c Tcl_GetObjType * generic/tclCompCmds.c Tcl_RegisterObjType * generic/tclOOMethod.c Introduced a CONST86_RETURN, so extensions which * generic/tclTestobj.c use Tcl_ObjType directly can be modified to compile against both Tcl 8.5 and Tcl 8.6 tclDecls.h is re-generated with "make genstubs" This change complies with TIP #24 ***POTENTIAL INCOMPATIBILITY***
* CONSTified 4 functions in the Notifier which all have a Tcl_Time* in it which isnijtmans2008-07-242-4/+4
| | | | | | | | | | | supposed to be a constant, but this was not reflected in the API: Tcl_SetTimer Tcl_WaitForEvent Tcl_ConditionWait Tcl_SetMaxBlockTime Introduced a CONST86, so extensions which have their own Notifier (are there any?) can be modified to compile against both Tcl 8.5 and Tcl 8.6. This change complies with TIP #24
* TIP #304 implementationferrieux2008-07-211-1/+12
|
* Fix error in example. [Bug 2016740]dkf2008-07-151-2/+2
|
* more consistent wrong # arg messages: change all messages containing ↵nijtmans2008-07-134-12/+12
| | | | ?options? to the form ?-option value ...?
* Tighten up language.dkf2008-07-081-15/+16
|
* Correct examples. [Bug 1982642]dkf2008-07-072-17/+31
|
* Improve [lindex] examples.dkf2008-07-061-5/+24
|