Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | TIP #598: export TclWinConvertError | jan.nijtmans | 2021-04-08 | 15 | -110/+135 | |
| |\ \ \ \ | ||||||
| | * | | | | Compatibility tweak wrt 8.6 | jan.nijtmans | 2021-03-09 | 1 | -2/+2 | |
| | * | | | | TclWinConvertError -> Tcl_WinConvertError | jan.nijtmans | 2021-03-09 | 10 | -107/+107 | |
| | * | | | | Merge 8.7 | jan.nijtmans | 2021-03-09 | 172 | -7820/+9749 | |
| | |\ \ \ \ | ||||||
| | * | | | | | publicize TclWinConvertError | jan.nijtmans | 2020-12-10 | 6 | -4/+25 | |
| * | | | | | | Fix compiler warning when using select notifier | jan.nijtmans | 2021-04-08 | 2 | -2/+2 | |
| * | | | | | | Merge 8.6 | jan.nijtmans | 2021-04-08 | 2 | -3/+6 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| | * | | | | | Backport dde 1.4.4 from Tcl 8.7. Doesn't conflict with installed Tcl 9.0 vers... | jan.nijtmans | 2021-04-08 | 6 | -11/+16 | |
| * | | | | | | Make "registry" and "dde" dll's for 8.x and 9.0 installable in the same direc... | jan.nijtmans | 2021-04-08 | 2 | -3/+14 | |
| | | | | * | | More test-cases, involving \xC0 \x80 | jan.nijtmans | 2021-04-09 | 3 | -8/+37 | |
| | | | | * | | There is no "eq" command any more | jan.nijtmans | 2021-04-07 | 1 | -4/+4 | |
| | | | | * | | Merge fork | jan.nijtmans | 2021-04-07 | 1 | -0/+8 | |
| | | | | |\ \ | ||||||
| | | | | | * | | Tests demonstrating the bug. Work on a fix can go here. | dgp | 2020-04-26 | 1 | -0/+8 | |
| | | | | * | | | More test-cases showing the bug | jan.nijtmans | 2021-04-07 | 3 | -0/+24 | |
| | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | A few more Package -> Library renamings (testcases only) | jan.nijtmans | 2021-04-07 | 1 | -8/+8 | |
| * | | | | | | A few missing renamings | jan.nijtmans | 2021-04-07 | 4 | -6/+6 | |
| * | | | | | | TIP #595 (for Tcl 8.7) part 1: just rename Tcl_StaticPackage to Tcl_StaticLib... | jan.nijtmans | 2021-04-07 | 26 | -187/+210 | |
| * | | | | | | Revert previous commit, and add comments why it's wrong. | jan.nijtmans | 2021-04-07 | 1 | -1/+5 | |
| * | | | | | | Replace simple refCount decrement with the proper decrementing function. | pooryorick | 2021-04-05 | 1 | -1/+1 | |
| * | | | | | | tclZipfs.c:1857:33: warning: request for implicit conversion from ‘void *â€... | jan.nijtmans | 2021-04-05 | 1 | -2/+2 | |
| * | | | | | | Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still undo... | jan.nijtmans | 2021-04-04 | 8 | -24/+25 | |
| * | | | | | | Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with --... | jan.nijtmans | 2021-04-04 | 6 | -160/+110 | |
| * | | | | | | Update code comments. | pooryorick | 2021-04-03 | 1 | -33/+24 | |
| * | | | | | | Changes to code comments. | pooryorick | 2021-04-03 | 1 | -8/+9 | |
| * | | | | | | When a namesapce is deleted delete all namespaces under it before making any | pooryorick | 2021-04-03 | 2 | -59/+84 | |
| * | | | | | | Remove suspected inadvertent copypasta from test. | pooryorick | 2021-04-03 | 1 | -2/+2 | |
| * | | | | | | Use TclCleanupCommandMacro instead of just decrementing the reference count. | pooryorick | 2021-04-03 | 1 | -1/+1 | |
| * | | | | | | OO cleanup fix that passes test 11.7. | pooryorick | 2021-04-03 | 2 | -19/+17 | |
| * | | | | | | New test for OO cleanup: routine for object gets deleted before namespace de... | pooryorick | 2021-04-03 | 1 | -1/+36 | |
| * | | | | | | Clean up the notifier code to not spread the hooks quite so widely | dkf | 2021-04-03 | 15 | -1564/+1915 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Don't do double definition; code was moved to tclInt.h previously. | dkf | 2021-04-02 | 1 | -27/+0 | |
| | * | | | | | | Forgot a place to #ifndef out | dkf | 2021-04-01 | 1 | -6/+8 | |
| | * | | | | | | Don't define Tcl_CreateFileHandler or Tcl_DeleteFileHandler on Windows. | dkf | 2021-03-31 | 1 | -66/+76 | |
| | * | | | | | | merge core-8-branch | dkf | 2021-03-31 | 55 | -1200/+1335 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Refactoring, ahoy | dkf | 2021-03-30 | 13 | -1413/+1719 | |
| | * | | | | | | | Start of doing a clean up of the notifier code. | dkf | 2021-03-21 | 7 | -218/+278 | |
| * | | | | | | | | Merge 8.6 | jan.nijtmans | 2021-04-01 | 1 | -18/+33 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | / / / / / | | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | Follow-up to [15c7b4f93e]: "Implement TCL_ENCODING_STOPONERROR flag for UtfTo... | jan.nijtmans | 2021-04-01 | 1 | -6/+6 | |
| * | | | | | | | Add 3 undocumented #defines. To be formalized by TIP #595 (currently being vo... | jan.nijtmans | 2021-03-31 | 1 | -0/+5 | |
| * | | | | | | | RFE 4b4830eb54: reflected channel truncate method | jan.nijtmans | 2021-03-30 | 2 | -3/+110 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Proposed implementation of RFE [4b4830eb54] | jan.nijtmans | 2021-03-18 | 2 | -5/+111 | |
| * | | | | | | | | Improve documentation for exec and open, especially in relation to binary pip... | dkf | 2021-03-30 | 2 | -1/+38 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Improve documentation for exec and open, especially in relation to binary pip... | dkf | 2021-03-30 | 2 | -2/+40 | |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | | ||||||
| | | * | | | | | | Improve documentation for exec and open, especially in relation to binary pip... | dkf | 2021-03-30 | 2 | -3/+62 | |
| * | | | | | | | | Thanks to TIP #587, convert many escapes in the testcases into the actual (UT... | jan.nijtmans | 2021-03-30 | 45 | -1017/+1004 | |
| * | | | | | | | | merge-mark | jan.nijtmans | 2021-03-30 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | remove useless save/restore | jan.nijtmans | 2021-03-30 | 1 | -2/+0 | |
| * | | | | | | | | Change TCL_ENCODING_EXTERNAL flag into TCL_ENCODING_MODIFIED, but with opposi... | jan.nijtmans | 2021-03-28 | 1 | -10/+9 | |
| * | | | | | | | | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries() | jan.nijtmans | 2021-03-22 | 5 | -7/+7 | |
| * | | | | | | | | merge-mark | jan.nijtmans | 2021-03-22 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / |