summaryrefslogtreecommitdiffstats
path: root/generic/tclAssembly.c
Commit message (Expand)AuthorAgeFilesLines
* Compilation for [dict getwithdefault].dkf2019-04-181-1/+9
* More TIP #502 optimizations and improvements, preparing further for the road ...jan.nijtmans2019-01-161-1/+1
* If compiled with -DTCL_NO_DEPRECATED, remove Tcl_NewIntObj/Tcl_NewLongObj/Tcl...jan.nijtmans2018-12-121-2/+2
* merge 8.7dgp2018-10-181-1/+1
|\
| * Purge end-of-line spacingjan.nijtmans2018-08-021-1/+1
* | merge 8.7dgp2018-03-101-11/+12
|\ \ | |/
| * [db36fa5122] Upgrade the index value parsing and encoding machinery. Refactor...dgp2018-03-101-11/+12
| |\
| | * Newer utility routine is more suitable.dgp2018-03-091-8/+4
| | * Update the command compilers and bytecode execution engine to use new machinery.dgp2018-03-091-2/+2
| | * Establish 4 symbols for categories of parsed index values:dgp2018-03-071-2/+7
| | * Incorporate sebres work on the same ticket. Good stuff!dgp2018-03-071-1/+2
| | |\
| | * | rework error handling to keep test suite happy.dgp2018-03-061-7/+13
| | * | Have assembler use same index value parser as the bytecode compiler.dgp2018-03-061-13/+6
| | |/
* | | merge 8.7dgp2018-02-061-1/+1
|\ \ \ | |/ /
| * | Merge core-8-branch. Also some minor performance improvement: Turn Tcl_NewLon...jan.nijtmans2018-01-261-1/+1
| |\ \
| * | | Finally, get rid of tclWideIntType completelyjan.nijtmans2017-11-011-1/+1
| * | | more progress in code simplificationsjan.nijtmans2017-10-301-1/+1
| |/ /
* | | merge trunkdgp2017-03-171-0/+20
|\ \ \ | |/ /
| * | Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-0/+20
| |\ \ | | |/
| | * Compile [clock clicks], [clock microseconds], [clock milliseconds] and [clock...Kevin B Kenny2017-03-151-0/+20
* | | merge trunkdgp2017-03-131-1/+1
|\ \ \ | |/ /
| * | Eliminate internal use of TclNewBooleanObj()/TclSetBooleanObj()/TclSetIntObj(...jan.nijtmans2017-03-131-1/+1
* | | merge trunkdgp2016-12-231-20/+20
|\ \ \ | |/ /
| * | more internal use of size_t in stead of int.jan.nijtmans2016-12-201-20/+20
* | | merge trunkdgp2016-09-081-3/+3
|\ \ \ | |/ /
| * | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-071-3/+3
| |\ \ | | |/
* | | Prefer removal of just known invalid intrep over destruction of all intreps.dgp2016-07-121-1/+1
* | | merge trunkdgp2016-07-091-3/+3
|\ \ \ | |/ /
| * | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-3/+3
* | | merge trunkdgp2016-05-131-4/+6
|\ \ \ | |/ /
| * | Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exce...Kevin B Kenny2016-05-131-4/+6
| |\ \ | | |/
| | * Bug fix: Assembler dereferences a rogue pointer when unstacking an empty exce...Kevin B Kenny2016-05-131-4/+6
| | |\
| | | * Bug fix. Have to arrange to only close a catch once. After the spacedgp2016-05-061-0/+3
| | |/
* | | Revise "assemblecode" Tcl_ObjType to proposed routines.dgp2016-04-291-3/+3
* | | merge trunkdgp2016-04-291-3/+1
|\ \ \ | |/ /
| * | Parameterize TclInitByteCodeObj to callers sense of typePtr.dgp2016-04-291-3/+1
* | | repair mergedgp2016-04-221-1/+2
* | | merge trunkdgp2016-04-221-10/+9
|\ \ \ | |/ / | | / | |/ |/|
| * Refactor bytecode cleanup.dgp2016-04-221-6/+2
|/
* [b43f2b49f7] New compilation strategy for lappend that allows multi-valuedkf2014-07-181-0/+4
* add compilation of [string is]dkf2014-02-021-1/+4
|\
| * merge principal development branchdkf2014-01-251-0/+1
| |\
| * | extend [string is] to booleansdkf2014-01-131-0/+1
| * | a different approachdkf2014-01-101-1/+3
* | | Squashed C99 syntax breaking the native AIX cc.andreask2014-01-291-3/+3
| |/ |/|
* | added compilation for [nextto]dkf2014-01-191-0/+1
|/
* implement [namespace origin] in bytecodedkf2013-12-301-0/+1
* allow generation by assemblerdkf2013-12-301-3/+4
* Now do [string toupper], [string tolower] and [string totitle]. Only handles ...dkf2013-10-291-5/+9
* General [concat] compilation.dkf2013-10-261-1/+4