summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] checkhobbs2007-12-061-2/+2
* add TclGetChannelFromObj declhobbs2007-12-061-1/+4
* Oops!dkf2007-12-061-2/+2
* Simplify code for setting up the [chan] ensemble now that we can leveragedkf2007-12-063-352/+403
* Fix [Bug 1845320] and [Bug 1845397]dkf2007-12-062-9/+13
* * generic/tclIO.h: Create Tcl_Obj for Tcl channels to reducehobbs2007-12-053-116/+344
* Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed.dkf2007-12-051-1/+15
* Make two-arg switch work reliably (and actually as documented!) [Bug 1836519]dkf2007-12-032-49/+77
* Silence syntax warning by Sun C compiler. [Bug 1840211]dkf2007-12-011-2/+2
* * generic/tclConfig.c: Corrected failure of the [::foo::pkgconfig]dgp2007-11-281-10/+27
* * generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checksdgp2007-11-281-2/+24
* * generic/tclIO.c: Simplify test and improve accuracy of errordgp2007-11-281-5/+4
* -eofchar must support no eofchar.patthoyts2007-11-281-3/+3
* * generic/tclBasic.c: remove unneeded call in Tcl_CreateInterp,Miguel Sofer2007-11-281-8/+6
* * doc/chan.n: "Fix" the limitation on channel -eofchardgp2007-11-271-13/+18
* * generic/tclBasic.c:Miguel Sofer2007-11-262-3/+10
* Fix stack corruption in [dict append] compilerdkf2007-11-241-26/+31
* * generic/tclIORChan.c: Fixed a problem with reflectedandreas_kupries2007-11-241-10/+146
* Remove #ifdef out accidentally left indkf2007-11-231-4/+1
* * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data forhobbs2007-11-231-6/+11
* Turn the [string] command into a real compiled ensemble.dkf2007-11-234-325/+439
* Rebuild [dict] as a full compiled ensemble.dkf2007-11-224-609/+777
* Rewrote the [string] and [dict] implementations to be ready for conversiondkf2007-11-222-1142/+2028
* Generalize the ensemble compiler further. Still doesn't precopile rewrites, b...dkf2007-11-211-50/+138
* Factor out the core compiled-ensemble builder for simplicity.dkf2007-11-213-46/+93
* A little more errorCode goodnessdkf2007-11-211-4/+10
* Trim the fat from the sourcedkf2007-11-211-310/+280
* * generic/tclDictObj.c: Changed the underlying implementation of thedkf2007-11-204-185/+344
* Correct usage of Tcl_WrongNumArgsdkf2007-11-201-3/+3
* * README: Bump version number to 8.5b3.dgp2007-11-191-3/+3
* INST_EXIST_*: simplify result settingdas2007-11-191-26/+9
* improvements to commentsdkf2007-11-191-39/+43
* Reduce cast count.dkf2007-11-191-67/+51
* Reduce cast count.dkf2007-11-191-109/+102
* Simplifications (fewer casts, less manual bit twiddling)dkf2007-11-191-192/+191
* Reduce cast count.dkf2007-11-191-77/+72
* improvements to commentsdkf2007-11-192-7/+31
* eschew superfluous whitespacedkf2007-11-191-3/+3
* Reduce cast count.dkf2007-11-192-137/+136
* Reduce cast count.dkf2007-11-191-40/+40
* More minor cleanupdkf2007-11-187-404/+414
* Avoid using 'new' as an identifier.dkf2007-11-182-9/+9
* More minor cleanupdkf2007-11-183-471/+482
* Simplification+comments for ensemble dispatch enginedkf2007-11-181-128/+175
* General cleanliness improvements (reduced usage of casts, assume C89)dkf2007-11-181-139/+123
* Minor fixes (e.g. comment readability)dkf2007-11-182-268/+313
* * generic/tclExecute.c (TclExecuteByteCode:INST_EXIST_*): Fix readdas2007-11-171-20/+30
* Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-165-167/+469
* move TCL_DTRACE_INST_NEXT after async handlers checkdas2007-11-161-3/+3
* better line breaks in debug outputdgp2007-11-151-1/+1