summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Move [tailcall], [coroutine] andMiguel Sofer2008-10-073-24/+20
* fix warnings from 2008-10-05 constificationdas2008-10-071-6/+8
* fixed constness of last commit for msvcpatthoyts2008-10-061-2/+2
* * doc/FileSystem.3: CONSTified Tcl_FSFileAttrStringsProcnijtmans2008-10-056-23/+25
* TIP #331 IMPLEMENTATIONKevin B Kenny2008-10-051-6/+19
* * generic/tclInt.decls: CONSTified the AuxDataType argumentnijtmans2008-10-056-42/+42
* Fix [Bug 2144595]dkf2008-10-051-5/+9
* More result hygiene.dkf2008-10-042-7/+9
* * generic/tclLoad.c: Make sure that any library whichnijtmans2008-10-041-3/+5
* * doc/ChnlStack.3: CONSTified the typePtr argumentnijtmans2008-10-045-21/+22
* Clean up result handling, factor out some duplicated code, share objects.dkf2008-10-042-185/+143
* * doc/Hash.3: CONSTified the typePtr argumentnijtmans2008-10-044-10/+10
* * doc/RegConfig.3: CONSTified the configuration argumentnijtmans2008-10-044-9/+9
* * doc/GetIndex.3: CONSTified the tablePtr argumentnijtmans2008-10-043-8/+9
* Tidying up formattingdkf2008-10-031-73/+73
* regen againdkf2008-10-032-8/+13
* typofixdkf2008-10-031-4/+4
* typodkf2008-10-031-2/+2
* Implemented TIP#195 - tcl::prefix command. [Patch 1040206]dkf2008-10-033-11/+410
* Regendkf2008-10-022-2/+10
* Reduce the number of (pointless) type-casts.dkf2008-10-021-38/+39
* Implement TIP #265. [FRQ 1446696]dkf2008-10-023-4/+446
* TIP #330 IMPLEMENTATIONdgp2008-10-026-22/+32
* remove outdated commentdgp2008-09-301-14/+1
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-291-5/+1
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-291-3/+3
* TIP #326 IMPLEMENTATIONdkf2008-09-291-13/+115
* TIP #313 IMPLEMENTATIONdkf2008-09-291-19/+39
* Implement TIP 318.dkf2008-09-291-7/+15
* regendkf2008-09-282-33/+52
* Implement TIP 314. [Patch 1901783]dkf2008-09-283-40/+274
* * generic/tclBasic.c: Fix the numLevels computations onMiguel Sofer2008-09-282-5/+18
* Fix [Bug 2130726].dkf2008-09-271-1/+24
* Stylistic improvements (consistent function separation standards, etc.) anddkf2008-09-271-324/+320
* Corrected sanity test in zero-element casedkf2008-09-271-2/+3
* Fix [Bug 2130992].dkf2008-09-271-4/+20
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-9/+9
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-3/+3
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-3/+3
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-261-3/+3
* Bump the TclOO version. (Forgot when checking in TIP320 impl.)dkf2008-09-261-3/+4
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-251-6/+1
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-251-6/+1
* slightly more efficientdkf2008-09-251-3/+1
* Fix [Bug 2120903]dkf2008-09-251-9/+8
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-242-12/+2
* Remove obsolete debugging macro. [Bug 2124814]dkf2008-09-241-7/+1
* Implement TIP #316.dkf2008-09-244-4/+308
* Implementation of TIP #320.#320.#320.dkf2008-09-235-36/+473
* simplify TCL_CT_ASSERTMiguel Sofer2008-09-181-4/+2