Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | New test io-53.18 adapted from demo script in [32ae34e63a]. This test | dgp | 2015-08-12 | 1 | -0/+62 | |
| | | | | | | | segfaults without changes to source code. This checkin also contains a revised implementationf of [chan postevent] that stops calling Tcl_NotifyChannel() directly, and queues an event to do it instead. This stops the segfault, but causes tests iocmd-31.[67] to fail. Need advice on whether that matters. | |||||
* | Backport the fixes to handling of continue in for-step clauses. | dkf | 2015-08-03 | 1 | -0/+166 | |
| | ||||||
* | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵ | jan.nijtmans | 2015-07-23 | 1 | -0/+26 | |
|\ | | | | | | | forking process under heavy multithreading. Thanks to Joe Mistachkin for the implementation of the fix, and Gustaf Neumann for the original report and testing the fix. | |||||
| * | merge trunkbug_57945b574a_without_stub | jan.nijtmans | 2015-07-15 | 6 | -5/+490 | |
| |\ | ||||||
| | * | Implement TIP 436: Improve TclOO isa Introspection | dkf | 2015-07-10 | 1 | -0/+24 | |
| | |\ | ||||||
| | | * | Added tests.tip_436 | dkf | 2015-07-10 | 1 | -0/+24 | |
| | | | | ||||||
| | * | | [a0ece9d6d4] The cmd field of a CmdFrame when non-NULL must point within the | dgp | 2015-07-05 | 1 | -0/+9 | |
| | |/ | | | | | | | string of the corresponding codePtr->source. | |||||
| | * | [TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0) | oehhar | 2015-06-29 | 1 | -2/+415 | |
| | |\ | ||||||
| | | * | Added tests for mcforgetpackage, mcpackagelocale and mcpackageconfigtip_412msgcat_dyn_locale | oehhar | 2015-06-29 | 1 | -10/+319 | |
| | | | | ||||||
| | | * | Tests for mcexists and mcloadedlocales | oehhar | 2015-06-26 | 1 | -0/+95 | |
| | | | | ||||||
| | | * | Merge trunk | oehhar | 2015-06-22 | 4 | -4/+57 | |
| | | |\ | ||||||
| | | * | | Make all msgcat tests pass | oehhar | 2015-06-01 | 1 | -2/+11 | |
| | | | | | ||||||
| | | * | | merge trunk | oehhar | 2015-05-31 | 92 | -1419/+7342 | |
| | | |\ \ | ||||||
| | * | | | | Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> ↵ | jan.nijtmans | 2015-06-23 | 1 | -2/+2 | |
| | | |_|/ | | |/| | | | | | | | | | | | | SendMessageTimeout, so make sure only win32 UNICODE API is used. | |||||
| | * | | | Make sure that an input lying precisely 1/2 ULP between two floating point ↵ | Kevin B Kenny | 2015-06-20 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | values is rounded to even. | |||||
| | | | | | ||||||
| | | \ \ | ||||||
| | *-. \ \ | [a4cb3f06c4] Fix edge case handling in lreplace. Many more tests. | dgp | 2015-06-18 | 1 | -1/+36 | |
| | |\ \ \ \ | ||||||
| | | * | | | | lreplace: more tests, doc improvementaspect_lreplace_refix | aspect | 2015-06-16 | 1 | -0/+33 | |
| | | | | | | | ||||||
| | | * | | | | fix for a4cb3f06c4fe - bug introduced in 32b61592465 | aspect | 2015-06-16 | 1 | -0/+3 | |
| | | | | | | | ||||||
| * | | | | | | Merge thread test typo fixes from trunk. | Joe Mistachkin | 2015-06-05 | 1 | -3/+3 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Fix typo in three thread tests. | Joe Mistachkin | 2015-06-05 | 1 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | Add stress test. | Joe Mistachkin | 2015-06-05 | 1 | -0/+26 | |
| |/ / / / / | ||||||
| * | | | | | [268b23df11] When GetSrcInfoForPc() returns NULL, make sure it also sets | dgp | 2015-06-03 | 1 | -0/+14 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | the length to a non-positive value so nothing tries to read offsets from a NULL pointer. | |||||
| * | | | | [c11a51c482] Stop race condition with -accept config option, and allow ↵ | dkf | 2015-05-18 | 1 | -5/+19 | |
| | | | | | | | | | | | | | | | | | | | | overriding of it via -headers option. | |||||
| * | | | | [ad6696285c] Demonstrate that filters are not called for destructors. | dkf | 2015-05-17 | 1 | -0/+28 | |
| | | | | | ||||||
| * | | | | [0f42ff7871] Remove unintentional difference between interpreted and ↵ | dkf | 2015-05-15 | 1 | -0/+190 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | compiled [next]. | |||||
| | * | | | | Added contributed tests from aspectbug_0f42ff7871 | dgp | 2015-05-12 | 1 | -0/+195 | |
| | | | | | | ||||||
| * | | | | | [9dd1bd7a74] Ensure that [self] returns a sensible value in a destructor ↵ | dkf | 2015-05-15 | 1 | -0/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | even when construction didn't complete. | |||||
| * | | | | | [b9d0434667] Prefer the gzip encoding for transfers. It's less efficient, but | dkf | 2015-05-14 | 2 | -14/+34 | |
| |/ / / / | | | | | | | | | | | it is far more interoperable and that's a more important metric. | |||||
| * | | | | test portability | dgp | 2015-04-30 | 1 | -1/+2 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | [894da183c8] Test and fix for regression in flushing blocked channels. | dgp | 2015-04-29 | 1 | -1/+32 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | [879a0747be] Repair handling of incomplete multi-byte chars at the ends of ↵ | dgp | 2015-04-24 | 1 | -0/+52 | |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | | | | | | | | input buffers. Also properly reset input encoding flags when cycling through a fleeting EOF condition. | |||||
| * | | | | | | adding a test to reveal a problem with the fix of bug d87cb182053fd79b3 | Miguel Sofer | 2015-03-21 | 1 | -0/+30 | |
| | | | | | | | ||||||
| * | | | | | | [d87cb18205] Let compiled ensembles handle tailcalls properly. | dgp | 2015-03-21 | 1 | -0/+21 | |
| | | | | | | | ||||||
| * | | | | | | update changes | dgp | 2015-03-03 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | handle [lreplace l x y ...] where y<x | aspect | 2015-02-19 | 1 | -0/+3 | |
| | | | | | | | ||||||
| * | | | | | | (core ticket [32b6159246]) Fix for [lreplace l x y] where y<x-1 | aspect | 2015-02-19 | 1 | -0/+6 | |
| | | | | | | | ||||||
| * | | | | | | Test for bug [08872796bc]. | dgp | 2015-01-29 | 1 | -0/+19 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | [7c187a3773] Fix error in managing inStatePtr->inQueueTail value in the | dgp | 2014-12-18 | 1 | -0/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | byte-moving optimized path of [chan copy]. Thanks to Benno. | |||||
| * | | | | | | | Include option -connecting in test iocmd-8.15.1 | oehhar | 2014-12-17 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | test for bug [c6ed4acfd8]: running async socket connect with other connect ↵ | oehhar | 2014-12-07 | 1 | -0/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | established will block tcl as it goes in an infinite loop in vwait | |||||
| * | | | | | | | [d2ffcca163] Limit parsing results that are documented to accept only ASCII ↵ | dgp | 2014-12-05 | 2 | -0/+12 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | chars to actually follow that constraint. This requires not trusting isalnum(.) and isalpha(.) to deliver portable identical results. | |||||
| * | | | | | | | | Now make the patch by hand that fossil could not merge. | dgp | 2014-12-03 | 1 | -2/+1 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Test for original meaning of [unset -nocomplain --]. | dgp | 2015-07-17 | 1 | -0/+5 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Make sure that an input lying precisely 1/2 ULP between two floating point ↵ | dgp | 2015-06-24 | 1 | -0/+8 | |
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | values is rounded to even. | |||||
* | | | | | | | | From aspect, several edge case coverage tests. | dgp | 2015-06-18 | 1 | -0/+52 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Test portability. | dgp | 2015-04-30 | 1 | -1/+2 | |
| | | | | | | | ||||||
* | | | | | | | Use joinable threads to avoid thread finalization crashes. | dgp | 2015-04-29 | 1 | -1/+2 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | [894da183c8] Test and fix for regression in flushing blocked channels. | dgp | 2015-04-29 | 1 | -1/+32 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | [894da183c8] Fix and test for bug at the point it was introduced.bug_894da183c8 | dgp | 2015-04-29 | 1 | -1/+32 | |
| | | | | | | ||||||
* | | | | | | [879a0747be] Repair handling of incomplete multi-byte chars at the ends | dgp | 2015-04-24 | 1 | -0/+52 | |
| |_|_|/ / |/| | | | | | | | | | | | | | | of input buffers. Also properly reset input encoding flags when cycling through a fleeting EOF condition. |