Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
79 check-ins using file generic/tclLoad.c version 7514c05a0b
|
2021-04-28
| ||
| 12:28 | WIP check-in: f290d896cb user: dgp tags: tcl9-design | |
|
2021-04-20
| ||
| 16:22 | WIP check-in: 9673bd7d01 user: dgp tags: tcl9-design | |
| 15:15 | WIP check-in: 27e5c2a66e user: dgp tags: tcl9-design | |
|
2021-04-15
| ||
| 18:47 | WIP check-in: 11cfb17413 user: dgp tags: tcl9-design | |
|
2021-04-08
| ||
| 02:47 | WIP check-in: adcb9daae3 user: dgp tags: tcl9-design | |
| 02:27 | WIP check-in: 5c1765a5e5 user: dgp tags: tcl9-design | |
| 02:26 | WIP check-in: 9010f9159a user: dgp tags: tcl9-design | |
| 01:49 | WIP check-in: 608bb88208 user: dgp tags: tcl9-design | |
|
2021-04-07
| ||
| 19:36 | WIP check-in: 32caf18a6c user: dgp tags: tcl9-design | |
| 18:56 | WIP check-in: f3bd438c82 user: dgp tags: tcl9-design | |
| 18:47 | WIP check-in: 326016dab8 user: dgp tags: tcl9-design | |
| 17:00 | WIP check-in: 064d0f1a5f user: dgp tags: tcl9-design | |
|
2021-04-06
| ||
| 16:35 | WIP check-in: fa17eb5eb8 user: dgp tags: tcl9-design | |
| 15:53 | WIP check-in: 7c31960224 user: dgp tags: tcl9-design | |
|
2021-04-05
| ||
| 20:52 | WIP check-in: 760c038a80 user: dgp tags: tcl9-design | |
| 16:07 | WIP check-in: 2bfdc0fd42 user: dgp tags: tcl9-design | |
|
2021-04-04
| ||
| 14:31 | Fix [https://github.com/tcltk/tcl/runs/2263266926|failing test-cases] with --enable-symbols=mem buil... check-in: 70e5cf3e29 user: jan.nijtmans tags: core-8-branch | |
|
2021-04-03
| ||
| 20:31 | WIP check-in: 96e0602c99 user: dgp tags: dgp-review | |
| 20:31 | merge 8.7 check-in: 78b4344fa9 user: dgp tags: tip-568 | |
| 17:58 | Update code comments. check-in: 4cf33b1ebd user: pooryorick tags: core-8-branch | |
| 13:20 | Changes to code comments. check-in: 76f66dad06 user: pooryorick tags: core-8-branch | |
| 12:48 | When a namesapce is deleted delete all namespaces under it before making any modifictions to it. check-in: 91da7a2e1d user: pooryorick tags: core-8-branch | |
| 12:36 | Remove suspected inadvertent copypasta from test. check-in: dbd37c7929 user: pooryorick tags: core-8-branch | |
| 12:33 | Use TclCleanupCommandMacro instead of just decrementing the reference count. check-in: 66ebc76d5c user: pooryorick tags: core-8-branch | |
| 12:33 | OO cleanup fix that passes test 11.7. check-in: 40aace21eb user: pooryorick tags: core-8-branch | |
| 12:17 | New test for OO cleanup: routine for object gets deleted before namespace deletion is complete. check-in: 35138f0dfd user: pooryorick tags: core-8-branch | |
| 11:09 | Clean up the notifier code to not spread the hooks quite so widely check-in: 50b36bdcc7 user: dkf tags: core-8-branch | |
|
2021-04-02
| ||
| 18:41 | Don't do double definition; code was moved to tclInt.h previously. Closed-Leaf check-in: 92e68283ee user: dkf tags: dkf/notifier-cleanup | |
| 12:45 | WIP check-in: 7175665158 user: dgp tags: tcl9-design | |
|
2021-04-01
| ||
| 14:55 | Set errorcode for STOPONERROR check-in: feb9bfecb1 user: jan.nijtmans tags: encodings-with-flags | |
| 13:50 | Add experimental "-nothrow" option to encoding convertfrom|convertto. If compiled with -DTCL_NO_DEP... check-in: 51eca49713 user: jan.nijtmans tags: encodings-with-flags | |
| 10:39 | Merge tip-597 check-in: 4ac467590e user: jan.nijtmans tags: encodings-with-flags | |
| 10:34 | Merge 8.7 check-in: dcd437c29e user: jan.nijtmans tags: tip-597 | |
| 10:19 | Merge 8.6 check-in: 22bcb882ad user: jan.nijtmans tags: core-8-branch | |
| 09:10 | More bugfixes (and testcases showing this) check-in: caa5be016d user: jan.nijtmans tags: encodings-with-flags | |
| 08:18 | Forgot a place to #ifndef out check-in: d32e30ca56 user: dkf tags: dkf/notifier-cleanup | |
|
2021-03-31
| ||
| 10:45 | Don't define Tcl_CreateFileHandler or Tcl_DeleteFileHandler on Windows. check-in: 114715b9b8 user: dkf tags: dkf/notifier-cleanup | |
| 10:38 | merge core-8-branch check-in: d8224fb0ae user: dkf tags: dkf/notifier-cleanup | |
| 10:09 | Add 3 undocumented #defines. To be formalized by TIP #595 (currently being voted on) check-in: 5d9e66a026 user: jan.nijtmans tags: core-8-branch | |
| 06:54 | Merge tip-597 check-in: d7e170ff7d user: jan.nijtmans tags: encodings-with-flags | |
| 06:53 | Fix testcase for TCL_UTF_MAX=4 check-in: 0fd746c6a4 user: jan.nijtmans tags: tip-597 | |
| 06:45 | Merge tip-597 check-in: 31bf0d2f55 user: jan.nijtmans tags: encodings-with-flags | |
| 06:40 | Re-use TCL_ENCODING_MODIFIED flag value for TCL_ENCODING_LE too, since they are used for different e... check-in: cfe556d30b user: jan.nijtmans tags: tip-597 | |
|
2021-03-30
| ||
| 16:30 | RFE 4b4830eb54: reflected channel truncate method check-in: 4aa6559799 user: jan.nijtmans tags: core-8-branch | |
| 14:15 | Merge-mark check-in: 1300ed36a0 user: jan.nijtmans tags: encodings-with-flags | |
| 14:14 | Bugfix (backported from encodings-with-flags branch): Use correct byte/char positions in error-situ... check-in: 99c68a83ec user: jan.nijtmans tags: tip-597 | |
| 14:04 | Merge tip-597. More testcases check-in: 62626792f7 user: jan.nijtmans tags: encodings-with-flags | |
| 13:39 | Merge 8.7 check-in: 8f4a5162ca user: jan.nijtmans tags: tip-597 | |
| 13:35 | Better error-messages check-in: 2681b7c395 user: jan.nijtmans tags: encodings-with-flags | |
| 11:54 | add testcase for "encoding convertto". Move stub table one positions check-in: 6b8d3428e4 user: jan.nijtmans tags: encodings-with-flags | |
| 11:26 | Add documentation. Do a better job of counting exactly which byte/character caused the encoding/deco... check-in: 00262b5f84 user: jan.nijtmans tags: encodings-with-flags | |
| 10:17 | Improve documentation for exec and open, especially in relation to binary pipelines check-in: d59e47d7c9 user: dkf tags: core-8-branch | |
| 10:07 | Merge 8.7 check-in: 36f8840863 user: jan.nijtmans tags: encodings-with-flags | |
| 09:01 | Merge 8.7 check-in: e05954190f user: jan.nijtmans tags: tip-597 | |
| 07:11 | Thanks to TIP #587, convert many escapes in the testcases into the actual (UTF-8) character. check-in: b1f60d79e9 user: jan.nijtmans tags: core-8-branch | |
| 06:12 | merge-mark check-in: 2325c2adf3 user: jan.nijtmans tags: core-8-branch | |
|
2021-03-29
| ||
| 22:14 | WIP check-in: d1645e32e6 user: dgp tags: tcl9-design | |
| 22:11 | WIP check-in: f2bb39f89d user: dgp tags: tcl9-design | |
| 21:42 | WIP check-in: 9ff356d1d4 user: dgp tags: tcl9-design | |
| 09:51 | Finish CESU-8 encoder/decoder check-in: 75463bdc87 user: jan.nijtmans tags: tip-597 | |
|
2021-03-28
| ||
| 22:01 | Make a start with CESU-8 encoder/decoder. Not finished yet check-in: a1554fe988 user: jan.nijtmans tags: tip-597 | |
| 21:03 | Merge 8.7 check-in: ce379cec16 user: jan.nijtmans tags: tip-597 | |
| 20:09 | Change TCL_ENCODING_EXTERNAL flag into TCL_ENCODING_MODIFIED, but with opposite meaning. Simplify co... check-in: 55c8108f11 user: jan.nijtmans tags: core-8-branch | |
|
2021-03-26
| ||
| 22:38 | WIP check-in: 95d073a0fe user: dgp tags: tcl9-design | |
| 16:47 | More WIP: Add -stoponerror flag to "encoding convertfrom/converto" check-in: e5dcbe8f00 user: jan.nijtmans tags: encodings-with-flags | |
|
2021-03-25
| ||
| 21:30 | WIP check-in: a82bb1636b user: dgp tags: tcl9-design | |
| 20:48 | WIP check-in: 7e31d576d8 user: dgp tags: tcl9-design | |
| 20:39 | WIP check-in: 9402baeb86 user: dgp tags: tcl9-design | |
| 20:21 | WIP check-in: 72c1bcbcae user: dgp tags: tcl9-design | |
| 15:45 | WIP check-in: dbba2cea3c user: dgp tags: tcl9-design | |
| 15:44 | WIP check-in: 7d3df166cc user: dgp tags: tcl9-design | |
|
2021-03-24
| ||
| 22:21 | WIP check-in: 1674ca5dbd user: dgp tags: tcl9-design | |
|
2021-03-23
| ||
| 21:34 | WIP check-in: e0da90d381 user: dgp tags: tcl9-design | |
| 20:35 | WIP check-in: c76eabbf1f user: dgp tags: tcl9-design | |
| 20:35 | New Tcl_ExternalToUtfDStringEx/Tcl_UtfToExternalDStringEx functions. Not used yet check-in: 80634618a7 user: jan.nijtmans tags: encodings-with-flags | |
|
2021-03-22
| ||
| 22:23 | merge 8.7 check-in: 33024b16a2 user: dgp tags: tcl9-design | |
| 22:23 | merge 8.7 check-in: e10fed3912 user: dgp tags: dgp-review | |
| 22:22 | merge 8.7 check-in: 6d2bef01f6 user: dgp tags: tip-568 | |
| 17:07 | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries() check-in: b4aabd63ed user: jan.nijtmans tags: core-8-branch | |