summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert the "bytearray" Tcl_ObjType to use the proposed Tcl_ObjIntReptip_445_rejectdgp2016-03-261-46/+63
* irPtr = NULL passed to Tcl_StoreIntRep clears out any value for typePtr.dgp2016-03-251-4/+7
* Get signatures in sync.dgp2016-03-251-1/+1
* First demonstration conversion to the new intrep manipulation routines.dgp2016-03-253-30/+37
* New routines Tcl_FetchIntRep() and Tcl_StoreIntRep().dgp2016-03-254-0/+94
* Create a type Tcl_ObjIntRep so we can pass intreps as arguments.dgp2016-03-251-20/+24
* merge trunkdgp2016-03-241-80/+3
|\
| * No longer a need to keep around 'revert to 8.5' code.dgp2016-03-241-80/+3
* | Revise the "index" Tcl_ObjType to use the new routine.dgp2016-03-241-7/+1
* | Revise the "instname" Tcl_ObjType to use the routines.dgp2016-03-241-9/+10
* | oopsdgp2016-03-241-1/+1
* | Update Tcl_InitStringRep callers to handle OOM condition.dgp2016-03-247-7/+33
* | Revise Tcl_InitStringRep() to do non-panic attempt at allocation.dgp2016-03-242-18/+10
* | More purging of direct access to bytes field where it isn't important.dgp2016-03-241-14/+4
* | Update more Tcl_ObjTypes to use Tcl_InitStringRep().dgp2016-03-242-35/+26
* | TclInitStringRep() already knows about tclEmptyStringRep.dgp2016-03-242-2/+2
* | oopsdgp2016-03-242-5/+3
* | stay out of internals when nice interfaces are available.dgp2016-03-241-8/+2
* | Revised "end-offset" Tcl_ObjType to use new routine.dgp2016-03-241-8/+7
* | Revise "osType" Tcl_ObjType to use new routine.dgp2016-03-241-15/+16
* | Revise "ensembleCommand" Tcl_ObjType to use new routines.dgp2016-03-231-4/+2
* | Convert "dict" Tcl_ObjType to use new routines.dgp2016-03-231-12/+15
* | merge trunkdgp2016-03-232-73/+71
|\ \ | |/
| * Fix DTRACE_HDR value if tracing is diabled. Follow-up to [7d0db7c388]jan.nijtmans2016-03-231-1/+1
| * merge markdkf2016-03-230-0/+0
| |\
| | * merge markdkf2016-03-230-0/+0
| | |\
| | | * (cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default bindi...jan.nijtmans2016-03-231-4/+12
| | | * (cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with paralle...jan.nijtmans2016-03-231-64/+64
| | | * (cherry-pick): Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Th...jan.nijtmans2016-03-211-0/+2
| | * | (cherry-pick): Fix [f1253530cdd83e66]: Different Windows / *nix default bindi...jan.nijtmans2016-03-231-4/+12
| | * | (cherry-pick): Fix [7d0db7c388f52de8]: Occasional build failures with paralle...jan.nijtmans2016-03-231-64/+64
| * | | Fix [f1253530cdd83e66]: Different Windows / *nix default bindings for text wi...jan.nijtmans2016-03-231-17/+7
| * | | Fix [f1253530cdd83e66]: tcl_wordchars and tcl_nonwordchars are unknown at sta...jan.nijtmans2016-03-231-4/+12
| |\ \ \
| | * | | Alternative solution for [f1253530cd]bug_f1253530cd_altjan.nijtmans2016-03-221-4/+12
| * | | | Fix [7d0db7c388f52de8]: Occasional build failures with parallel make. Thanks ...jan.nijtmans2016-03-231-64/+64
* | | | | Tcl_InitStringRep() bug. Truncation assumed length == allocated. Wrong!dgp2016-03-232-37/+31
* | | | | Revise Tcl_InitStringRep(); numBytes is unsigned. Only truncation permitted.dgp2016-03-233-14/+16
* | | | | Release memory after truncation.dgp2016-03-231-0/+5
* | | | | Make sure no path emerges to write on tclEmptyStringRep.dgp2016-03-231-0/+1
* | | | | Next step: new routine Tcl_InitStringRep()dgp2016-03-234-1/+90
* | | | | First simple step implementing TIP 445.dgp2016-03-224-0/+38
|/ / / /
* | | | Factor out string internal rep definition so fix for [1af8de570511] is less a...dkf2016-03-223-58/+102
|\ \ \ \ | | |/ / | |/| |
| * | | Factor out string internal rep definition so fix for [1af8de570511] is less a...dkf2016-03-223-58/+102
* | | | Revised fix for signed/unsigned mismatch. "get types right" > "add more casts"dgp2016-03-224-9/+9
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | More places where unsigned quantities should be decared such.dgp2016-03-222-2/+2
| * | More signed/unsigned type correction.dgp2016-03-221-3/+3
| |\ \
| | * | (cherry-pick): Fix signed-unsigned-compare warning (reported by François Vog...jan.nijtmans2016-03-222-2/+2
| * | | Don't compare signed and unsigned. Get types right.dgp2016-03-221-2/+2
| |/ /
| * | (cherry-pick): Fix [d3071887dbc7aeac]: Fix SEGV in Tcl_FinalizeNotifier(). Th...jan.nijtmans2016-03-211-0/+2
* | | Fix signed-unsigned-compare warning (reported by François Vogel on Windows, ...jan.nijtmans2016-03-226-6/+6