summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* Letting CONST die a slow and graceful death, since NO_CONST wasnijtmans2008-10-2215-1754/+1756
* * generic/tclProc.c: Reset -level and -code values to defaultsdgp2008-10-191-1/+6
* Check syntax of [info coroutine] args, i.e. there are none.dkf2008-10-191-39/+36
* CONST -> constnijtmans2008-10-173-64/+64
* * generic/tclIORTrans.c (DeleteReflectedTransformMap): Removedandreas_kupries2008-10-171-5/+1
* * generic/tclCompile.h: Declare the internal tclInstructionTabledgp2008-10-175-12/+12
* Add "const" to many internalnijtmans2008-10-1629-172/+172
* Add "const" to many internalnijtmans2008-10-1513-166/+166
* * generic/tclCmdAH.c: Fix minor compiler warnings when compilingnijtmans2008-10-146-29/+30
* * README: Bump version number to 8.6a4dgp2008-10-141-3/+3
* * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all.dgp2008-10-142-8/+9
* set array of Tcl_Obj's to the right size.patthoyts2008-10-131-2/+2
* Handle error case [info class destructor].dkf2008-10-131-1/+5
* Added magic for Objective C. [Bug 2163447]dkf2008-10-131-1/+16
* * generic/tclCompile.c: fix bug in srcDelta encoding withinMiguel Sofer2008-10-121-3/+3
* Fix [Bug 2155658]dkf2008-10-101-1/+7
* CONSTify char* DTrace probe argumentsdas2008-10-103-29/+38
* fix warningdas2008-10-101-2/+2
* * generic/tclBasic (TclInfoCoroutineCmd):Miguel Sofer2008-10-081-5/+8
* * generic/tclTrace.c: Corrected handling of errors returned bydgp2008-10-082-44/+29
* Some cleaning up of the binary encode/decode enginesdkf2008-10-071-121/+160
* undo "fix warnings from 2008-10-05 constification" (tclExecute.c 1.414), butnijtmans2008-10-072-8/+8
* * 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