Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it work again with new epoll Notifiertip_469 | avl42 | 2017-07-22 | 1 | -3/+6 |
| | | | Warning: might need some more tweaks if it turns out to break other uses. | ||||
* | fileevent $ch exception ... | avl | 2017-07-16 | 1 | -3/+3 |
| | |||||
* | merge core-8-6-branch | jan.nijtmans | 2017-07-13 | 1 | -1/+1 |
|\ | |||||
| * | Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in ↵ | jan.nijtmans | 2017-07-13 | 1 | -1/+1 |
| |\ | | | | | | | | | | implementation of TclUtfToUniChar() macro. | ||||
| | * | Fix [293344d4f3]: Regression in SQLite test-suite. Long-standing bug in ↵ | jan.nijtmans | 2017-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | implementation of TclUtfToUniChar() macro. | ||||
* | | | merge 8.6 | dgp | 2017-07-06 | 1 | -39/+43 |
|\ \ \ | |/ / | |||||
| * | | [adb198c256] Switch to an alternative fix for file join memleaks. | dgp | 2017-07-06 | 1 | -41/+47 |
| |\ \ | |||||
| | * | | Pull out of the loop a block of code that can only run in first iteration.bug_adb198c256 | dgp | 2017-07-06 | 1 | -18/+19 |
| | | | | |||||
| | * | | Alternative fix for memleaks in fs path join machinery. | dgp | 2017-07-06 | 1 | -17/+16 |
| | | | | |||||
* | | | | merge core-8-6-branch | jan.nijtmans | 2017-07-03 | 1 | -32/+26 |
|\ \ \ \ | |/ / / | |||||
| * | | | resolve 8.6-fork | sebres | 2017-07-03 | 2 | -28/+28 |
| |\ \ \ | | |/ / | |||||
| * | | | tclPathObj: fixed TclJoinPath - usage of released object and object leakage. | sebres | 2017-07-03 | 1 | -32/+26 |
| |\ \ \ | | | |/ | | |/| | closes [adb198c256df8c4192838cc3c1112fb2821314e9] | ||||
| | * | | tclPathObj: fixed TclJoinPath (backported from 8.6) - usage of released ↵ | sebres | 2017-07-03 | 1 | -84/+70 |
| | | | | | | | | | | | | | | | | | | | | object and object leakage. closes [adb198c256df8c4192838cc3c1112fb2821314e9] | ||||
* | | | | merge core-8-6-branch | jan.nijtmans | 2017-07-03 | 1 | -26/+26 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy. | jan.nijtmans | 2017-07-03 | 2 | -28/+28 |
| |/ / | |||||
* | | | merge core-8-6-branch | jan.nijtmans | 2017-06-28 | 1 | -10/+9 |
|\ \ \ | |/ / | |||||
| * | | Eliminate use of (expensive) Tcl_UtfToUpper() from "format": Just generate ↵ | jan.nijtmans | 2017-06-28 | 1 | -10/+9 |
| | | | | | | | | | | | | the expected uppercase characters right away from the start. No change in functionality, just code optimization. | ||||
* | | | Merge 8.6; Bump to TclOO 1.2.0. | dgp | 2017-06-26 | 5 | -25/+41 |
|\ \ \ | |/ / | |||||
| * | | Bump to TclOO 1.1.0 | dgp | 2017-06-26 | 3 | -3/+3 |
| | | | |||||
| * | | [46f801ea5a] Make autoloader less fragile when it cannot manufacture a | dgp | 2017-06-26 | 2 | -22/+38 |
| |\ \ | | | | | | | | | known consistent stack trace. Value inconsistency over failure. | ||||
| | * | | Try to make good stack trace. Fallback to making not-so-good stack trace.bug_46f801ea5a | dgp | 2017-06-26 | 2 | -23/+29 |
| | | | | | | | | | | | | Stop failing altogether. Test in test suite, not program fragility. | ||||
| | * | | Test demonstrating autoloader fragility. | dgp | 2017-06-26 | 1 | -0/+10 |
| |/ / | |||||
* | | | No longer split tests for longIs32bit/longIs64bit, since the results should ↵ | jan.nijtmans | 2017-06-23 | 1 | -12/+3 |
| | | | | | | | | | | | | be identical | ||||
* | | | typo fix | dgp | 2017-06-23 | 1 | -1/+1 |
| | | | |||||
* | | | Rewrite the documentation of [regsub -command] so it's not quite such a mess. | dgp | 2017-06-23 | 1 | -10/+12 |
| | | | |||||
* | | | repair broken tests | dgp | 2017-06-23 | 1 | -2/+2 |
| | | | |||||
* | | | Repair compiler warning about uninitialized value. | dgp | 2017-06-23 | 1 | -11/+9 |
| | | | |||||
* | | | TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literals | jan.nijtmans | 2017-06-23 | 11 | -17/+81 |
|\ \ \ | |||||
| * \ \ | Merge core-8-6-branchbsg_0d_radix_prefix | jan.nijtmans | 2017-06-22 | 1 | -126/+74 |
| |\ \ \ | |||||
| * \ \ \ | Merge core-8-6-branch. | jan.nijtmans | 2017-06-15 | 2 | -2/+3 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | Fix gcc warning: tclStrToD.c:1180:2: warning: enumeration value ‘ZERO_D’ not handled in switch [-Wswitch] switch (acceptState) { | ||||
| * \ \ \ \ | Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....) | jan.nijtmans | 2017-06-14 | 10 | -12/+94 |
| |\ \ \ \ \ | |||||
| | * | | | | | Add support of 0d in the format %# conversion flag. Add tests for same. | griffin | 2017-06-12 | 3 | -7/+32 |
| | | | | | | | |||||
| | * | | | | | 0d in LinkVar | griffin | 2017-05-28 | 2 | -2/+23 |
| | | | | | | | |||||
| | * | | | | | Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o. | griffin | 2017-05-27 | 5 | -6/+41 |
| | | | | | | | |||||
* | | | | | | | Add [regsub -command] case that wasn't actively tested for. | dkf | 2017-06-22 | 1 | -0/+4 |
| | | | | | | | |||||
* | | | | | | | Implement TIP #473: Allow a Defined Target Namespace in oo::copy | dkf | 2017-06-22 | 3 | -11/+78 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | Implement TIP #473: Allow a Defined Target Namespace in oo::copy | dkf | 2017-06-22 | 3 | -11/+78 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Documentation correction; issue pointed out by DGP.tip_473 | dkf | 2017-06-22 | 1 | -2/+3 |
| | | | | | | | | |||||
| | * | | | | | | Rebase for final implementation work | dkf | 2017-06-22 | 3 | -11/+77 |
| |/ / / / / / | |||||
* | | | | | | | Implement TIP #470: Reliable Access to OO Definition Context Object | dkf | 2017-06-22 | 5 | -5/+164 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge trunktip_470 | dkf | 2017-06-22 | 68 | -3362/+5905 |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Implement TIP #463: Command-Driven Substitutions for regsub | dkf | 2017-06-22 | 4 | -9/+256 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge trunktip_463 | dgp | 2017-06-22 | 352 | -15724/+15967 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | merge core-8-6-branch | jan.nijtmans | 2017-06-22 | 1 | -0/+19 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Upgrade all internal character tables to Unicode 10 | jan.nijtmans | 2017-06-22 | 2 | -806/+831 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | | | |||||
| | * | | | | | | Upgrade all internal character tables to Unicode 10 | jan.nijtmans | 2017-06-22 | 2 | -807/+836 |
| | | | | | | | | |||||
| * | | | | | | | Add test-cases, testing the legacy behavior of "format %#d" | jan.nijtmans | 2017-06-22 | 3 | -4/+23 |
| | | | | | | | | |||||
* | | | | | | | | Factor out chunk of non-obvious code in the guts of [oo::define] into one place. | dkf | 2017-06-18 | 1 | -126/+74 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Factor out chunk of non-obvious code in the guts of [oo::define] into one place. | dkf | 2017-06-18 | 1 | -126/+74 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Another reworking, now with comments. | dgp | 2017-06-16 | 1 | -36/+43 |
| | | | | | | |