summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 3614102 - Reset stack housekeeping when compileProc fails.dgp2013-05-291-2/+6
* Stop emitting the instructions INST_*_SCALAR_STK*. They are identical todgp2013-05-296-94/+67
* Use the routines that provide "basic compile" instead of reinventing them.dgp2013-05-281-34/+16
* Plug the memory leak. Greater ambitions to improve this routine are provingdgp2013-05-281-0/+1
* Missed bits of dup code elimination.dgp2013-05-281-23/+0
* Repair some stack depth housekeeping.dgp2013-05-254-7/+3
* 3613854 - Fixup stack maintenance /code generation for [array set x $oddList]. dgp2013-05-241-20/+17
* Spare developers the burden and error risk of counting bytes in stringdgp2013-05-234-77/+81
* Eliminate code duplication.dgp2013-05-234-666/+68
* Removed const qualifier causing the HP native cc to error out (error 1675: Du...andreask2013-05-221-1/+1
* silence compiler warningdgp2013-05-221-1/+2
|\
| * silence compiler warningdgp2013-05-221-1/+2
* | [3613609]: Replace strcasecmp() with UTF-8-aware version.dkf2013-05-224-6/+47
|\ \ | |/
| * Fixed the weird edge case.bug_3613609dkf2013-05-221-12/+25
| * Slight improvement: if cs = "\xC0\x80" and ct = "\x00", loop would continue a...jan.nijtmans2013-05-211-4/+4
| * Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlyjan.nijtmans2013-05-214-6/+34
* | 3613569 Handle case when TclpTempFileNameForLibrary returns NULL.dgp2013-05-201-0/+3
* | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p...jan.nijtmans2013-05-194-19/+14
|\ \ | |/
| * Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p...jan.nijtmans2013-05-193-11/+13
| |\
| | * Don't #define VOID on VxWorks, as it is already typdef'd to voidjan.nijtmans2013-05-192-7/+9
| | * <sys/stat.h> inclusion is only needed when compiling for Win32, don't bother ...jan.nijtmans2013-05-171-1/+1
| | * - eliminate compiler warning when compiling with Visual Studio.jan.nijtmans2013-05-171-0/+1
* | | Split tclCompCmds.c into two roughly-equal-sized pieces.dkf2013-05-182-2931/+3276
* | | Remove useless variables.dkf2013-05-171-42/+39
|\ \ \
| * | | Confirmed that every caller of TclProcCompileProc() arranges for thedgp2013-05-161-11/+2
| * | | Disabled some code in TclCompileScript(). Test suite results are unaffected.dgp2013-05-151-1/+3
* | | | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-161-0/+11
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | _USE_32BIT_TIME_T is already defined in tclWinPort.hjan.nijtmans2013-05-161-4/+0
| * | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-161-0/+15
| |\ \ | | |/
| | * Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming...jan.nijtmans2013-05-161-0/+15
* | | Removing a few changes that were not actually needed, and correcting comments.dkf2013-05-152-10/+7
* | | merge trunkdkf_bcc_optimizedkf2013-05-152-3/+4
|\ \ \
| * \ \ Merged fix to bytecode engine problem. Details in merged revision.andreask2013-05-131-2/+3
| |\ \ \
| | * | | Fixed bug in parent revision [832a1994c7] unpredictably breaking thebugfix_832a1994c7_for_precompiled_bcandreask2013-05-131-2/+3
| * | | | compiler warningdgp2013-05-131-1/+1
* | | | | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (...dkf2013-05-156-150/+198
|/ / / /
* | | | Corrected the stack balancing in the special [list {*} ] compiler.dkf2013-05-121-1/+9
* | | | Fix implementation of INST_LIST_EXPANDED.dkf2013-05-121-1/+5
* | | | Partial fix: still ongoingdkf2013-05-112-1/+4
* | | | Optimizations and general bytecode generation improvements.dkf2013-05-105-53/+535
* | | | Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-062-0/+133
|\ \ \ \ | | |/ / | |/| |
| * | | Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-062-0/+133
| |\ \ \ | | | |/ | | |/|
| | * | Add support for Cygwin64, which has a 64-bit "long" type. jan.nijtmans2013-05-062-0/+133
| * | | Backport 8.6's fix [checkin 5af0d249de] to [Bug 2901998]: Inconsistent buffer...ferrieux2013-05-011-8/+92
* | | | Improve code generation for [array set] in a common case.dkf2013-04-291-23/+59
* | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-239-72/+73
|\ \ \ \ | |/ / /
| * | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac...jan.nijtmans2013-04-232-5/+16
* | | | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-191-0/+25
|\ \ \ \ | |/ / /
| * | | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-194-0/+33
| |\ \ \ | | |/ /
| | * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s...jan.nijtmans2013-04-193-0/+33