Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | [268b23df11] When GetSrcInfoForPc() returns NULL, make sure it also sets | dgp | 2015-06-03 | 1 | -8/+6 | |
| * | | | | | | | | | | merge trunktested | dgp | 2015-05-28 | 2 | -112/+34 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | Make tweak to the mem-debug tracking official. It is now again possible to us... | andreask | 2015-05-27 | 1 | -14/+33 | |
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | ||||||
| | * | | | | | | | | | Remove useless code, trying to sync win32 environment variables with cygwin's... | jan.nijtmans | 2015-05-25 | 1 | -98/+1 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2015-05-20 | 1 | -14/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | Tidier version.dgp_defer_string_rep | dkf | 2015-05-19 | 1 | -15/+1 | |
| | * | | | | | | | | | | Don't cause string rep generation in [list <lit> <lit> ... <lit>] bytecode. | dgp | 2015-05-19 | 1 | -9/+10 | |
| * | | | | | | | | | | | Update header file with the TIP number. | Joe Mistachkin | 2015-05-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge updates from trunk. | Joe Mistachkin | 2015-05-17 | 6 | -32/+166 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | [0f42ff7871] Remove unintentional difference between interpreted and compiled... | dkf | 2015-05-15 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2015-05-12 | 5 | -33/+168 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Correction suggested by miguel. Passes test suite and fixes bug demos. | dgp | 2015-04-08 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | Proposed fix. | dgp | 2015-04-08 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor even... | dkf | 2015-05-15 | 1 | -2/+7 | |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | [894da183c8] Test and fix for regression in flushing blocked channels. | dgp | 2015-04-29 | 1 | -1/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | [879a0747be] Repair handling of incomplete multi-byte chars at the ends of in... | dgp | 2015-04-24 | 1 | -6/+53 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Fix UtfToUtfProc() to remove the potential to read beyond end of input buffer. | dgp | 2015-04-24 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Reduce the list walking by keeping lastPtr fields.zippy_fifo | dgp | 2015-04-16 | 2 | -29/+37 | |
| | * | | | | | | | | | | | | | | Revise the zippy dance that pushes Blocks and Tcl_Objs back the shared pool | dgp | 2015-04-15 | 1 | -15/+85 | |
| | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Fix typo in the previous check-in. | Joe Mistachkin | 2015-05-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Draft fix for a potential race condition in the new Tcl_MutexUnlockAndFinaliz... | Joe Mistachkin | 2015-05-17 | 2 | -3/+10 | |
| * | | | | | | | | | | | | | | Add new public Tcl C API to allow a mutex to be unlocked and then finalized a... | Joe Mistachkin | 2015-04-09 | 5 | -0/+46 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | improve comments for TclMarkTailcall and friends | Miguel Sofer | 2015-04-08 | 1 | -3/+10 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Don't fetch values we don't need. | dkf | 2015-04-04 | 1 | -1/+1 | |
| * | | | | | | | | | | | | There's no need to constrain the declaration of Tcl_GetMemoryInfo(). | dgp | 2015-03-24 | 1 | -2/+0 | |
| * | | | | | | | | | | | | Tcl source code already assumes the <limits.h> file is available. | dgp | 2015-03-24 | 1 | -10/+6 | |
| * | | | | | | | | | | | | fix comments describing tailcall implementation | Miguel Sofer | 2015-03-23 | 1 | -2/+2 | |
| * | | | | | | | | | | | | more commentsmig_tailcall_cleanup | Miguel Sofer | 2015-03-23 | 1 | -2/+42 | |
| * | | | | | | | | | | | | updated, improved tailcall comments | Miguel Sofer | 2015-03-23 | 1 | -24/+21 | |
| * | | | | | | | | | | | | completing the fix for bug d87cb182053fd79b3 | Miguel Sofer | 2015-03-23 | 1 | -0/+1 | |
| * | | | | | | | | | | | | [d87cb18205] Let compiled ensembles handle tailcalls properly. | dgp | 2015-03-21 | 1 | -1/+0 | |
| * | | | | | | | | | | | | The STRICT directive influences how #include "windows.h" works. | dgp | 2015-03-13 | 1 | -10/+0 | |
| * | | | | | | | | | | | | Bump to 8.6.4. | dgp | 2015-02-26 | 1 | -2/+2 | |
| * | | | | | | | | | | | | [32b6159246] Accept aspect patch for broken [lreplace] bytecode. | dgp | 2015-02-20 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | undo erroneous change in [1fa2e32e07]aspect_lreplace_fix | aspect | 2015-02-19 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | handle [lreplace l x y ...] where y<x | aspect | 2015-02-19 | 1 | -3/+4 | |
| | * | | | | | | | | | | | | (core ticket [32b6159246]) Fix for [lreplace l x y] where y<x-1 | aspect | 2015-02-19 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | per ticket [e08c2c407b053bbfaab] (and stray code related to [84f208762f172e]... | bch | 2015-02-19 | 1 | -3/+0 | |
| * | | | | | | | | | | | | | backout backwards-incompatible experiment that was accidentally committedtclchan_assertions | bch | 2015-02-19 | 1 | -29/+1 | |
| * | | | | | | | | | | | | | sync w/ [trunk] | bch | 2015-02-19 | 1 | -1/+29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Even clearer failure messages. | dkf | 2015-02-11 | 1 | -16/+17 | |
| * | | | | | | | | | | | | | inputProc and outputProc tests run conditionally on TCL_READABLE, TCL_WRITABL... | bch | 2015-02-08 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | switch raw assert() to Tcl_Panic() per discussion w/ dkf | bch | 2015-02-07 | 1 | -7/+17 | |
| * | | | | | | | | | | | | | merge [trunk] | bch | 2015-02-07 | 5 | -13/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | Fix [08872796bc] | dgp | 2015-01-29 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | Protect against extension variable resolvers that fail to play by the post-Va... | dgp | 2015-01-29 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Fix [df08482b042a16007f256bfbaaacfbe0def01074|df08482b04]: Double defined INF... | jan.nijtmans | 2015-01-26 | 3 | -10/+10 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | truncateProc *can* be NULL | bch | 2015-01-21 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | assert() on missing definitions for Tcl_ChannelCreate() required struct Tcl_C... | bch | 2015-01-20 | 1 | -0/+9 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Now that we're using TCL_ENCODING_NO_TERMINATE - be careful about acting on | dgp | 2015-01-02 | 1 | -2/+1 | |