| Commit message (Expand) | Author | Age | Files | Lines |
* | minor optimization: check length instead of content - don't touch other memor... | sebres | 2019-01-14 | 1 | -1/+1 |
|
|
* | Slightly simpler test for empty string, still covering all cases. Also prepar... | jan.nijtmans | 2019-01-13 | 2 | -3/+4 |
|
|
* | provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as ne... | sebres | 2019-01-11 | 1 | -0/+54 |
|
|
* | Fix crash reported by reported by François Vogel related to: [cc1e91552c0ca1... | jan.nijtmans | 2019-01-11 | 1 | -1/+1 |
|
|
* | closes [cc1e91552c]: fixes lrange instruction on empty list, return original ... | sebres | 2019-01-08 | 1 | -2/+6 |
|
|
* | resolve warnings: array subscript -1 is below array bounds of 'void *[1]' [-W... | sebres | 2018-12-28 | 1 | -1/+1 |
|
|
* | Why are we using rvm? Why? | dkf | 2018-12-14 | 1 | -128/+145 |
|
|
* | Make the type casting in TclSpellFix less horrific. It's still bad, but it is... | dkf | 2018-11-28 | 1 | -16/+35 |
|
|
* | merge 8.5: fixes segfault [7a9dc52b29] and wrong normalization (inside TclJoi... | sebres | 2018-11-22 | 5 | -43/+49 |
|\ |
|
| * | prepare merge: TclJoinPath is in internal API (MODULE_SCOPE) since 8.6 and st... | sebres | 2018-11-22 | 1 | -8/+10 |
|
|
| * | refactoring normalize in case of second path starting with tilde (~/~foo) - f... | sebres | 2018-11-20 | 1 | -34/+31 |
|
|
| * | fixes segfault [7a9dc52b29]: unexpected decrement of the ref-count after TclJ... | sebres | 2018-11-20 | 1 | -2/+6 |
|
|
* | | More coverity issues | dkf | 2018-11-20 | 3 | -15/+12 |
|
|
* | | [00d04c4f12] Repair broken edge cases in [binary encode base64]. | dgp | 2018-11-16 | 1 | -2/+9 |
|\ \ |
|
| * | | fixes segfault [00d04c4f12], unfulfilled base64 (strict and non-strict mode, ... | sebres | 2018-11-15 | 1 | -2/+9 |
|
|
* | | | Clear up a bunch of small issues found by Coverity analysis. | dkf | 2018-11-16 | 5 | -53/+52 |
|/ / |
|
* | | merge release | dgp | 2018-11-15 | 3 | -8/+11 |
|\ \ |
|
| * | | [35a8f1c04a] Fix bad lengths when creating string rep of some lists. | dgp | 2018-11-09 | 2 | -1/+35 |
|
|
| * | | Fixed memory leak in TclOO.c:ObjectNamespaceDeleted, object mixins and | dgp | 2018-11-02 | 2 | -2/+9 |
|
|
| * | | merge 8.6 | dgp | 2018-10-22 | 4 | -42/+108 |
| |\ \ |
|
| * \ \ | merge 8.6 | dgp | 2018-10-09 | 1 | -42/+15 |
| |\ \ \ |
|
| * | | | | Bump version numbers for 8.6.9 release. | dgp | 2018-10-05 | 1 | -6/+2 |
|
|
* | | | | | Make Tcl_WinTCharToUtf/Tcl_WinUtfToTChar work (again) with TCL_UTF_MAX=6. No... | jan.nijtmans | 2018-11-15 | 1 | -0/+88 |
|
|
* | | | | | merge 8.5 | dgp | 2018-11-09 | 2 | -1/+35 |
|\ \ \ \ \
| |_|_|/ /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | Revise bug fix to support (length == 0) correctly. | dgp | 2018-11-09 | 2 | -5/+35 |
|
|
| * | | | closes [35a8f1c04a]: minimalist fix - beware of discrepancy between TclScanEl... | sebres | 2018-11-09 | 1 | -0/+4 |
|
|
| * | | | Backport various minor issues from 8.6:
| jan.nijtmans | 2018-10-27 | 2 | -5/+15 |
|
|
* | | | | Make fundamental mutation work. MAGICAL MAGIC MAGICS MAGIC. Abracadabra. | dkf | 2018-10-18 | 4 | -43/+89 |
|
|
* | | | | Tests for advanced object mutation issues. | dkf | 2018-10-18 | 1 | -1/+21 |
| |_|/
|/| | |
|
* | | | Streamline: Tcl_WinTCharToUtf/Tcl_WinUtfToTChar(): Always initialize DString,... | jan.nijtmans | 2018-10-07 | 1 | -4/+10 |
|
|
* | | | Better implementations of Tcl_WinTCharToUtf() and Tcl_WinUtfToTChar(). They d... | jan.nijtmans | 2018-10-05 | 1 | -41/+8 |
| |/
|/| |
|
* | | Tcl_UniCharToUtfDString: Don't allocate too much memory for this function. | jan.nijtmans | 2018-10-03 | 1 | -5/+15 |
|
|
* | | Another patch contributed by Gustaf Neumann: shifting negative numbers is und... | jan.nijtmans | 2018-09-28 | 1 | -1/+1 |
|
|
* | | Implementation of TIP 505: Make [lreplace] Accept All Out-of-Range Index Values | dkf | 2018-09-27 | 2 | -69/+7 |
|\ \ |
|
| * \ | Rebase TIP 505 implementation a patch for 8.6. | dgp | 2018-09-10 | 25 | -1998/+1780 |
| |\ \ |
|
| * | | | Rest of TIP 505 implementation -- mostly undoing dumb things. | dgp | 2018-03-26 | 1 | -56/+4 |
|
|
| * | | | Work in progress implementing TIP 505. | dgp | 2018-03-26 | 2 | -14/+4 |
|
|
* | | | | Contributed patch from Gustaf Neumann, preventing problems where "localCacheP... | jan.nijtmans | 2018-09-25 | 2 | -40/+49 |
| |/ /
|/| | |
|
* | | | small code review (duplicate code removed) | sebres | 2018-09-07 | 1 | -1/+1 |
|
|
* | | | closes [631b4c45df]: segfault by usage of wrong length (no string representat... | sebres | 2018-09-07 | 1 | -4/+4 |
|
|
* | | | Minor fix to entier(): Allow it to convert to "wideInt" as well when range is... | jan.nijtmans | 2018-08-17 | 1 | -6/+13 |
|
|
* | | | Fix harmless gcc warning | jan.nijtmans | 2018-08-08 | 1 | -1/+1 |
|
|
* | | | Remove some actually dead code | jan.nijtmans | 2018-07-31 | 5 | -146/+9 |
|
|
* | | | amend after merge: 8.6th provide additionally an error-code (so missing `errC... | sebres | 2018-07-26 | 1 | -0/+1 |
|
|
* | | | merge 8.5 - bug [d051b77fc1] fixed | sebres | 2018-07-26 | 1 | -0/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | closes [d051b77fc18d7340]: fixed segfault by integer overflow (if width by fo... | sebres | 2018-07-26 | 1 | -0/+4 |
|
|
* | | | merge 8.5 | sebres | 2018-07-09 | 1 | -14/+20 |
|\ \ \
| |/ / |
|
| * | | closes [270f78ca95b642fb]: fix the race condition for `file mkdir` if some wo... | sebres | 2018-07-09 | 1 | -14/+18 |
|
|
* | | | tclDictObj.c:366: warning: dereferencing type-punned pointer will break stric... | jan.nijtmans | 2018-07-05 | 1 | -1/+1 |
|
|
* | | | Use a thread exit handler, and not a custom exit proc for package cleanup. | dgp | 2018-06-26 | 3 | -26/+8 |
|
|