summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * tools/genStubs.tcl: Updated script to no longer produce thedgp2006-11-156-2565/+2355
* TIP#261 IMPLEMENTATIONdgp2006-11-141-1/+23
* Silence a compiler warining about presenting a volatile pointer to 'memset'Kevin B Kenny2006-11-131-3/+3
* * generic/tclIO.c: When [gets] on a binary channel needs to usedgp2006-11-131-12/+41
* * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-1312-54/+79
* Regendkf2006-11-122-2/+30
* Transfer TclPtrMakeUpvar and TclObjLookupVar to the internal stubs table.dkf2006-11-122-9/+11
* * generic/tclParseExpr.c (removed): Moved all the code ofdgp2006-11-092-1076/+1051
* Optimize for the unshared case.dkf2006-11-092-20/+59
* Implemented [string reverse].dkf2006-11-091-5/+25
* Implemented [lreverse] from TIP#272dkf2006-11-093-3/+57
* Minor simplification of memcpy usagedkf2006-11-084-73/+110
* Rewrite for style and clarity (esp. tclPkg.c)dkf2006-11-082-624/+788
* Minor updates (whitespace police, etc.)dkf2006-11-073-29/+29
* Minor changes (whitespace police, etc.)dkf2006-11-071-59/+56
* * generic/tclStringObj.c: Changed Tcl_ObjPrintf() response todgp2006-11-051-2/+3
* TIP#274 IMPLEMENTATIONdgp2006-11-051-2/+6
* * generic/tclBasic.c (TEOVI): fix por possible leak of a CommandMiguel Sofer2006-11-041-3/+5
* * generic/tclBasic.c (TEOVI):Miguel Sofer2006-11-031-10/+14
* * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n:hobbs2006-11-031-9/+15
* * generic/tclCmdAH.c: Further revisions to produce the routinesdgp2006-11-024-108/+21
* Silence compiler grumbles.dkf2006-11-024-49/+45
* Fix some comments, make selected if/while bodies clearer by inserting comments.dkf2006-11-021-9/+11
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-0218-95/+86
* Reverted tclEncoding.c commits that caused crashes and failures all overdgp2006-11-021-123/+128
* Make better use of the core's internal macros.dkf2006-11-021-89/+96
* Removed unnecessary casts and reworked some loops for more clarity.dkf2006-11-021-40/+28
* Clean up uses of cast NULLs.dkf2006-11-021-22/+22
* Added explanations, cleaned up whitespace.dkf2006-11-021-12/+30
* Indentation policingdkf2006-11-021-20/+24
* More trivial formatting stuffdkf2006-11-021-17/+22
* Remove confusing line breakdkf2006-11-021-3/+2
* Whitespace policingdkf2006-11-021-9/+8
* Rewrote comments in TEOVI for clarity and usefulness.dkf2006-11-021-26/+69
* fix warningdas2006-10-311-2/+1
* * unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, sodas2006-10-311-2/+2
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-3118-190/+187
* * generic/tclBasic.c:Miguel Sofer2006-10-314-13/+8
* Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interpdkf2006-10-314-90/+52
* boo - last commit did not compile :(Miguel Sofer2006-10-311-2/+2
* * generic/tclBasic.c (TEOVI): insured that the interp's callObjc/vMiguel Sofer2006-10-311-3/+13
* * generic/tclExecute.c (INST_MOD): Corrected improper testing ofdgp2006-10-301-3/+3
* D'oh! Updated the wrong thing.dkf2006-10-301-13/+15
* Add missing initialization.dkf2006-10-301-1/+2
* * generic/tclNamesp.c (EnsembleImplementationCmd):Miguel Sofer2006-10-291-2/+2
* Minor style consistency cleanupdkf2006-10-281-39/+39
* Added some explanatory comments.dkf2006-10-281-10/+14
* Regendkf2006-10-282-2/+17
* Insert of calling point in middle of procedure code. Also cleaned up howdkf2006-10-283-121/+245
* Make a comment look nicer. :-)dkf2006-10-281-3/+3