Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename exported symbol "Tcl_StaticPackage" to "Tcl_StaticLibrary". Still ↵ | jan.nijtmans | 2021-04-04 | 8 | -24/+25 |
| | | | | undocumented, to be formalized by TIP #595. Tcl_StaticPackage() still works the same | ||||
* | Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with ↵ | jan.nijtmans | 2021-04-04 | 6 | -160/+110 |
| | | | | --enable-symbols=mem build by reverting the series of commits that caused the memory-leak | ||||
* | 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 |
| | | | modifictions to it. | ||||
* | 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 ↵ | pooryorick | 2021-04-03 | 1 | -1/+36 |
| | | | | | deletion is complete. | ||||
* | 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 |
| | | | | | | | | | | | | | | | This originated as trying to stop macOS builds from doing silly warnings during a static build, but I noticed that there were common patterns that belong in generic code instead of being repeated in each of the platform-specific pieces. | ||||
* | | | Merge 8.6 | jan.nijtmans | 2021-04-01 | 1 | -18/+33 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Follow-up to [15c7b4f93e]: "Implement TCL_ENCODING_STOPONERROR flag for ↵ | jan.nijtmans | 2021-04-01 | 1 | -6/+6 |
| | | | | | | | | | | | | UtfToUtf encoder/decoder". Only do this check when pureNullMode == 0, otherwise we violate EIAS. | ||||
* | | | Add 3 undocumented #defines. To be formalized by TIP #595 (currently being ↵ | jan.nijtmans | 2021-03-31 | 1 | -0/+5 |
| | | | | | | | | | | | | voted on) | ||||
* | | | 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 ↵ | dkf | 2021-03-30 | 2 | -1/+38 |
|\ \ \ \ | | |/ / | |/| | | | | | | pipelines | ||||
| * | | | Improve documentation for exec and open, especially in relation to binary ↵ | dkf | 2021-03-30 | 2 | -2/+40 |
| |\ \ \ | | | | | | | | | | | | | | | | pipelines | ||||
| | * | | | Improve documentation for exec and open, especially in relation to binary ↵ | dkf | 2021-03-30 | 2 | -3/+62 |
| | | | | | | | | | | | | | | | | | | | | pipelines | ||||
* | | | | | Thanks to TIP #587, convert many escapes in the testcases into the actual ↵ | jan.nijtmans | 2021-03-30 | 45 | -1017/+1004 |
| | | | | | | | | | | | | | | | | | | | | (UTF-8) character. | ||||
* | | | | | 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 ↵ | jan.nijtmans | 2021-03-28 | 1 | -10/+9 |
| | | | | | | | | | | | | | | | | | | | | opposite meaning. Simplify code. | ||||
* | | | | | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries() | jan.nijtmans | 2021-03-22 | 5 | -7/+7 |
| | | | | | |||||
* | | | | | merge-mark | jan.nijtmans | 2021-03-22 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.5 | jan.nijtmans | 2021-03-22 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fix incorrect comment: underscore ('_') is allowed in a packageName | jan.nijtmans | 2021-03-22 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Rename internal variables, making it more clear that tclLoad.c is not part ↵ | jan.nijtmans | 2021-03-22 | 1 | -162/+162 |
| | | | | | | | | | | | | | | | | | | | | of Tcl's "package" mechanism. | ||||
* | | | | | merge-mark | jan.nijtmans | 2021-03-21 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | Implement TCL_ENCODING_STOPONERROR flag for UtfToUtf encoder/decoder. ↵ | jan.nijtmans | 2021-03-21 | 1 | -7/+25 |
| | | | | | | | | | | | | | | | | Backported from 8.7 | ||||
* | | | | Fix [0221b993a1]: Tcl command [update idletasks] doesn't skip main loop in ↵ | jan.nijtmans | 2021-03-19 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | Tcl_DoOneEvent | ||||
| * | | | | Suggested fix for [0221b993a1]: Tcl command [update idletasks] doesn't skip ↵ | jan.nijtmans | 2021-03-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | main loop in Tcl_DoOneEvent | ||||
* | | | | | Fully implement TCL_ENCODING_STOPONERROR flag for Utf2Utf encoder/decoder. | jan.nijtmans | 2021-03-19 | 1 | -3/+8 |
| | | | | | |||||
* | | | | | Merge 8.6 | jan.nijtmans | 2021-03-19 | 19 | -261/+259 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Change Tcl_StaticPackage's "pkgName" argument to "prefix" and improve ↵ | jan.nijtmans | 2021-03-19 | 10 | -97/+96 |
| | | | | | | | | | | | | | | | | | | | | documentation, describing better what this argument does. | ||||
| * | | | | Delete some useless code. Was only place where we fed an uncontrolled value ↵ | dkf | 2021-03-18 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | to %f, and it was actually a conversion we didn't need to do at all. | ||||
* | | | | | Handle the encoding of filenames in ZIPs correctly. (This is awful. The ↵ | dkf | 2021-03-18 | 2 | -39/+215 |
| | | | | | | | | | | | | | | | | | | | | awful isn't Tcl's fault. Terrible spec...) | ||||
* | | | | | Merge 8.6 | jan.nijtmans | 2021-03-18 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | |||||
| * | | | Fix [8663689908]. Final documentation fix, implementation was already fixed ↵ | jan.nijtmans | 2021-03-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | earlier. | ||||
* | | | | Merge 8.6 | jan.nijtmans | 2021-03-18 | 1 | -12/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix [2860859e84]: Misleading description in README file | jan.nijtmans | 2021-03-18 | 1 | -12/+7 |
| | | | | |||||
* | | | | Merge 8.6 | jan.nijtmans | 2021-03-18 | 1 | -2/+1 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | Remove incorrect/useless comment | jan.nijtmans | 2021-03-18 | 1 | -2/+1 |
| | | | |||||
* | | | More simplification of UtfToUtfProc(). Get rid of wrapper functions ↵ | jan.nijtmans | 2021-03-18 | 1 | -126/+24 |
| | | | | | | | | | | | | UtfIntToUtfExtProc/UtfExtToUtfIntProc. This can be handled by additional flags. | ||||
* | | | Simplify UtfToUtfProc() and UtfToUtf16Proc(): Using TclUtfToUCS4() ↵ | jan.nijtmans | 2021-03-17 | 2 | -59/+32 |
| | | | | | | | | | | | | | | | internally means that we don't have to keep track of internal state any more (Tcl_EncodingState) Also, add (HMODULE) cast (back) in tclZipfs.c |