| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Use the routines that provide "basic compile" instead of reinventing them. | dgp | 2013-05-28 | 1 | -34/+16 |
|
|
* | | Plug the memory leak. Greater ambitions to improve this routine are proving | dgp | 2013-05-28 | 1 | -0/+1 |
|
|
* | | Missed bits of dup code elimination. | dgp | 2013-05-28 | 1 | -23/+0 |
|
|
* | | Repair some stack depth housekeeping. | dgp | 2013-05-25 | 4 | -7/+3 |
|
|
* | | 3613854 - Fixup stack maintenance /code generation for [array set x $oddList].
| dgp | 2013-05-24 | 1 | -20/+17 |
|
|
* | | Spare developers the burden and error risk of counting bytes in string | dgp | 2013-05-23 | 4 | -77/+81 |
|
|
* | | Eliminate code duplication. | dgp | 2013-05-23 | 4 | -666/+68 |
|
|
* | | Removed const qualifier causing the HP native cc to error out (error 1675: Du... | andreask | 2013-05-22 | 1 | -1/+1 |
|
|
* | | silence compiler warning | dgp | 2013-05-22 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | silence compiler warning | dgp | 2013-05-22 | 1 | -1/+2 |
|
|
* | | [3613609]: Replace strcasecmp() with UTF-8-aware version. | dkf | 2013-05-22 | 4 | -6/+47 |
|\ \
| |/ |
|
| * | Fixed the weird edge case.bug_3613609 | dkf | 2013-05-22 | 1 | -12/+25 |
|
|
| * | Slight improvement: if cs = "\xC0\x80" and ct = "\x00", loop would continue a... | jan.nijtmans | 2013-05-21 | 1 | -4/+4 |
|
|
| * | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctly | jan.nijtmans | 2013-05-21 | 4 | -6/+34 |
|
|
* | | 3613569 Handle case when TclpTempFileNameForLibrary returns NULL. | dgp | 2013-05-20 | 1 | -0/+3 |
|
|
* | | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p... | jan.nijtmans | 2013-05-19 | 4 | -19/+14 |
|\ \
| |/ |
|
| * | Don't #define VOID on VxWorks, as it is already typdef'd to void. Eliminate p... | jan.nijtmans | 2013-05-19 | 3 | -11/+13 |
| |\ |
|
| | * | Don't #define VOID on VxWorks, as it is already typdef'd to void | jan.nijtmans | 2013-05-19 | 2 | -7/+9 |
|
|
| | * | <sys/stat.h> inclusion is only needed when compiling for Win32, don't bother ... | jan.nijtmans | 2013-05-17 | 1 | -1/+1 |
|
|
| | * | - eliminate compiler warning when compiling with Visual Studio. | jan.nijtmans | 2013-05-17 | 1 | -0/+1 |
|
|
* | | | Split tclCompCmds.c into two roughly-equal-sized pieces. | dkf | 2013-05-18 | 2 | -2931/+3276 |
|
|
* | | | Remove useless variables. | dkf | 2013-05-17 | 1 | -42/+39 |
|\ \ \ |
|
| * | | | Confirmed that every caller of TclProcCompileProc() arranges for the | dgp | 2013-05-16 | 1 | -11/+2 |
|
|
| * | | | Disabled some code in TclCompileScript(). Test suite results are unaffected. | dgp | 2013-05-15 | 1 | -1/+3 |
|
|
* | | | | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming... | jan.nijtmans | 2013-05-16 | 1 | -0/+11 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | _USE_32BIT_TIME_T is already defined in tclWinPort.h | jan.nijtmans | 2013-05-16 | 1 | -4/+0 |
|
|
| * | | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming... | jan.nijtmans | 2013-05-16 | 1 | -0/+15 |
| |\ \
| | |/ |
|
| | * | Add support for the latest mingw-4.0-rc1. See: [http://sourceforge.net/p/ming... | jan.nijtmans | 2013-05-16 | 1 | -0/+15 |
|
|
* | | | Removing a few changes that were not actually needed, and correcting comments. | dkf | 2013-05-15 | 2 | -10/+7 |
|
|
* | | | merge trunkdkf_bcc_optimize | dkf | 2013-05-15 | 2 | -3/+4 |
|\ \ \ |
|
| * \ \ | Merged fix to bytecode engine problem. Details in merged revision. | andreask | 2013-05-13 | 1 | -2/+3 |
| |\ \ \ |
|
| | * | | | Fixed bug in parent revision [832a1994c7] unpredictably breaking thebugfix_832a1994c7_for_precompiled_bc | andreask | 2013-05-13 | 1 | -2/+3 |
|
|
| * | | | | compiler warning | dgp | 2013-05-13 | 1 | -1/+1 |
|
|
* | | | | | A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (... | dkf | 2013-05-15 | 6 | -150/+198 |
|/ / / / |
|
* | | | | Corrected the stack balancing in the special [list {*} ] compiler. | dkf | 2013-05-12 | 1 | -1/+9 |
|
|
* | | | | Fix implementation of INST_LIST_EXPANDED. | dkf | 2013-05-12 | 1 | -1/+5 |
|
|
* | | | | Partial fix: still ongoing | dkf | 2013-05-11 | 2 | -1/+4 |
|
|
* | | | | Optimizations and general bytecode generation improvements. | dkf | 2013-05-10 | 5 | -53/+535 |
|
|
* | | | | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 2 | -0/+133 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 2 | -0/+133 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Add support for Cygwin64, which has a 64-bit "long" type. | jan.nijtmans | 2013-05-06 | 2 | -0/+133 |
|
|
| * | | | Backport 8.6's fix [checkin 5af0d249de] to [Bug 2901998]: Inconsistent buffer... | ferrieux | 2013-05-01 | 1 | -8/+92 |
|
|
* | | | | Improve code generation for [array set] in a common case. | dkf | 2013-04-29 | 1 | -23/+59 |
|
|
* | | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 9 | -72/+73 |
|\ \ \ \
| |/ / / |
|
| * | | | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 2 | -5/+16 |
|
|
* | | | | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+25 |
|\ \ \ \
| |/ / / |
|
| * | | | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 4 | -0/+33 |
| |\ \ \
| | |/ / |
|
| | * | | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 3 | -0/+33 |
|
|
| * | | | 3610404 When we let go of commandPtr in TclEvalObjvInternal, NULL out the | dgp | 2013-04-16 | 1 | -0/+1 |
|
|
* | | | | Implement Tcl_Pkg* functions as macro's around Tcl_Pkg*Ex. This saves stack s... | jan.nijtmans | 2013-04-12 | 2 | -2/+12 |
|\ \ \ \
| |/ / / |
|