summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Eliminate 3 calls to Tcl_SetResult, asnijtmans2008-11-253-14/+6
* * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandreandreas_kupries2008-11-251-2/+2
* don't assume that Tcl_SetResult sets interp->result, especially notnijtmans2008-11-251-9/+8
* Fix IsChannelExisting name comparison [Bug 2333466]ferrieux2008-11-231-2/+2
* Convert Tcl_SetResult(......, TCL_DYNAMIC) tonijtmans2008-11-191-2/+3
* Simplification of expanded-literals handling after analysis of dead branchesferrieux2008-11-193-36/+12
* Fix [Bug 2251175]: missing backslash substitution on expanded literals.ferrieux2008-11-175-14/+100
* Fix signature and implementation of Tcl_HashStats,nijtmans2008-11-175-20/+15
* change two Tcl_SetResult calls to Tcl_SetObjResult,nijtmans2008-11-161-5/+5
* Tidy up formatting.dkf2008-11-161-612/+595
* rename static function FSUnloadTempFile tonijtmans2008-11-133-16/+14
* Eliminate warning: passing arg 4 of `Tcl_SplitList' fromnijtmans2008-11-111-6/+6
* patch #2215022: clean up the binary ensemble initialization codepatthoyts2008-11-073-128/+113
* add "-Wno-implicit-int" for gcc, as on UNIXnijtmans2008-11-061-3/+3
* * generic/tclPort.h: remove the ../win/ header dir as the buildhobbs2008-11-041-2/+2
* Version bump of TclOOdkf2008-11-011-2/+2
* remove unused variabledkf2008-11-011-2/+1
* Fix [Bug 2200824] and make class constructor error handling much more robust.dkf2008-10-314-42/+152
* CONSTify TclDTraceInfonijtmans2008-10-285-42/+42
* * generic/tclEncoding.c: Use "iso8859-1" and not "identity"dgp2008-10-271-5/+4
* Style improvements - invoking callbacks without visual junk.dkf2008-10-2626-953/+948
* * generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE inMiguel Sofer2008-10-231-2/+2
* 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