Overview
Comment: | Update use of the 'tcl load' sub-command. Now requires Beta 55 of Eagle. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
03fae306b88fa9b01e819c08ac1fb634 |
User & Date: | mistachkin on 2024-07-13 06:27:25 |
Other Links: | manifest | tags |
Context
2024-07-13
| ||
18:55 | Update generated documentation. check-in: 8a7cafabbd user: mistachkin tags: trunk | |
06:27 | Update use of the 'tcl load' sub-command. Now requires Beta 55 of Eagle. check-in: 03fae306b8 user: mistachkin tags: trunk | |
2024-06-14
| ||
21:58 | Minor refactoring to centralize handling of the login cookie checks. check-in: b2c948dd8a user: mistachkin tags: trunk | |
Changes
Modified client/1.0/neutral/pkgr.eagle from [e647b537ea] to [36c6415c73].
︙ | ︙ | |||
1440 1441 1442 1443 1444 1445 1446 | } # # NOTE: Load a native Tcl library. It absolutely must be signed with a # valid Authenticode signature. Other than that, it should also # be easily loadable. # | | | 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 | } # # NOTE: Load a native Tcl library. It absolutely must be signed with a # valid Authenticode signature. Other than that, it should also # be easily loadable. # tcl load -maybetrustedonly -bridge -robustify # # NOTE: Verify that the native Tcl library appears to have beed loaded # into this interpreter. # tclMustBeReady } |
︙ | ︙ |
Modified client/1.0/neutral/pkgr.eagle.asc from [2ae2084e91] to [66da7a005b].
1 2 3 4 | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository | | | | | | | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Eagle Package Repository iQIcBAABCAAGBQJmkh46AAoJEFAslq9JXcLZAKQP/0ySgCfbWYTULIYK0jiYXBgT WZongVa5fV0aVJyFXqZufzRJ2JLz4zcyWqA9j5ArH2Es2bAykfALG02d3CC/jplo 8STWyTM9MamjGHJlkBJetOp6Ohfa1OrRVPbd0bmeWP272iQ1wIwK9riJfpfQhg7J tRNTLuuqBRuxX/DfZRwr75aQ9Q0OIbUluptXbSK5d0i5sIuLyDcnKlOQ+gBfMhaj SGoBl2kUg9ygxBAuPR5ENb3GOVU5tl8xQ7N3N99mFOeawA11TQXat6Dhl31rF+9d CKBVIPMCuwuphndO/7KnVeQI1h7i4wJNqUbLiZeqR+9cItrmqIb8gjW7OXQGTM4n 08tw3xeHJ0lyKXQu04rDOxNJNKwYSW69zELi/MxIHELu7N/PhvOp/2bp4DPG08Af ilCDgRgBxzWMNM/lHtXwh+RiOPVEEzKapkZhy5/yPRPUMgnvwDHlaZTWxdOrJKpv DNbeQpPawtnbjhe4ucfpIDvcC2S9VD7RHNScRt7/GbOv6h+DD2c6jLyo0OVIrQeW 91zV9ZB45qpYfhei5oGtDTTsvB0I06SnDtN04NqHjUML8sklTQ0aSpPR689maryz rxLid44mBa7mHJgzQ8Kq61kNJ96alaj+SG+VBsytKGUG36Yv6GjzBs2okn22M8fj CQxHeLddxior5qwIUFQl =GLxF -----END PGP SIGNATURE----- |