summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* merge trunktip_445_forkdgp2016-04-054-16/+13
|\
| * Rename UtfCount() to TclUtfCount() and use it in more places. Suggested by ps...jan.nijtmans2016-04-053-16/+11
* | merge trunkdgp2016-04-042-8/+41
|\ \ | |/
| * [47ac84309b] Clear up a bunch of problems with [lreplace]. It now does nothin...dkf2016-04-042-8/+41
| |\
| | * [47ac84309b] Clear up a bunch of problems with [lreplace]. It now does nothin...potential_incompatibilitydkf2016-04-042-8/+41
| | |\
| | | * [47ac84309b] Import of aspect's branch from his personal repository on chisel...aspect_lreplace_cleanupdkf2016-03-302-8/+41
* | | | Use new routine TclGetLambdaFromObj to better isolate the "lambdaExpr" ObjType.dgp2016-04-043-46/+72
* | | | Use simple name for file static struct.dgp2016-04-041-12/+8
* | | | merge trunkdgp2016-04-041-63/+9
|\ \ \ \ | |/ / /
| * | | Revise "parsedVarName" Tcl_ObjType to eliminated unnecessary parts anddgp2016-04-041-63/+9
| |\ \ \
| | * | | There's a "parsedVarName" Tcl_ObjType that remembers how a variable namedgp_revise_parsedvarnametypedgp2016-03-281-11/+34
* | | | | Revise "nsName" ObjType to use proposed routines.dgp2016-04-041-27/+38
* | | | | Revise "instname" ObjType to use proposed routinesdgp2016-04-041-7/+24
* | | | | Revise "regexp" Tcl_ObjType to use proposed routines.dgp2016-04-041-28/+32
* | | | | merge trunkdgp2016-04-044-14/+26
|\ \ \ \ \ | |/ / / /
| * | | | merge 8.6dgp2016-04-041-4/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Was handling the flushing at the end of the stream wrongly.tk_bug_9eb55debc5dkf2016-04-041-4/+5
| | | |/ | | |/|
| * | | Merge *both* commits to get the TclAsyncReady optimization. Withoutdgp2016-04-041-10/+17
| * | | Two micro-optimizations in Win and UNIX notifier. See: [http://code.activesta...jan.nijtmans2016-04-012-0/+4
| |\ \ \ | | |_|/ | |/| |
| | * | merge trunkjan.nijtmans2016-03-301-2/+12
| | |\ \ | | |/ / | |/| |
| | * | - Undo unix notifier changes: too risky at this moment. jan.nijtmans2016-03-258-146/+118
| | |\ \
| | * | | (experiment) Use TclpMasterLock() in stead of a separate notifierInitMutex. O...jan.nijtmans2016-03-211-0/+1
* | | | | Revise "dict" Tcl_ObjType to use proposed routines.dgp2016-03-301-84/+99
* | | | | Revise several ACCEPT_NAN stanzas.dgp2016-03-303-29/+61
* | | | | Remove direct access to Tcl_Obj typePtr field that does nothing of anydgp2016-03-301-10/+4
* | | | | Functional conversion of "list" Tcl_ObjType to proposed routines.dgp2016-03-294-88/+137
* | | | | merge trunkdgp2016-03-281-2/+12
|\ \ \ \ \ | |/ / / /
| * | | | [47ac84309b] Fix problems with [lreplace] compilation.dkf2016-03-271-2/+12
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | [47ac84309b] Fix problems with [lreplace] compilation.dkf2016-03-271-2/+12
* | | | A few more easy conversions.dgp2016-03-272-13/+13
* | | | Conversion of "bytearray" Tcl_ObjType - much better this time.dgp2016-03-271-46/+54
|\ \ \ \
| * | | | Convert the "bytearray" Tcl_ObjType to use the proposed Tcl_ObjIntReptip_445_rejectdgp2016-03-261-46/+63
* | | | | Revised design - have Tcl_FetchIntRep return a writable pointer.dgp2016-03-275-27/+130
|\ \ \ \ \ | |/ / / /
| * | | | 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-246-5/+28
* | | | 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