Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
104 check-ins using file win/configure version 564ace5182
|
2018-08-11
| ||
| 12:01 | Added a note about the genesis of the compiled header. check-in: fe3eeb39c3 user: dkf tags: tip-478 | |
| 11:18 | Improve script compilation. Prove that compilation works with safe interps. check-in: 0dadca8891 user: dkf tags: tip-478 | |
|
2018-08-05
| ||
| 20:14 | Combine the two bits of scripted code inside TclOO's definition into one. check-in: af7aa1c82c user: dkf tags: tip-478 | |
| 15:01 | Make it much easier to maintain the TclOO initialisation script. check-in: a769968834 user: dkf tags: tip-478 | |
|
2018-07-15
| ||
| 15:46 | Added more tests and made [initialize] an alternate spelling for [initialise]. check-in: 155bc7ab0b user: dkf tags: tip-478 | |
|
2018-07-12
| ||
| 15:31 | merge 8.6 check-in: 6815b8fad2 user: sebres tags: core-8-branch | |
|
2018-07-11
| ||
| 17:48 | merge 8.7 Closed-Leaf check-in: b3cc1e62a2 user: dgp tags: dgp-sebres-timerate-review | |
|
2018-07-10
| ||
| 08:19 | amend to [1830f9f520e2abdd], fixed package.test if built without test - avoids test file error: pack... check-in: 55e4fbd950 user: sebres tags: core-8-branch | |
|
2018-07-09
| ||
| 19:03 | merge 8.6 check-in: 7cc00415b4 user: sebres tags: core-8-branch | |
| 14:53 | merge 8.7 check-in: d5870fa9fd user: dgp tags: dgp-sebres-timerate-review | |
|
2018-07-07
| ||
| 08:57 | And another test check-in: 129070ddc7 user: dkf tags: tip-478 | |
| 08:45 | Added direct tests for [myclass] check-in: a013b1a485 user: dkf tags: tip-478 | |
| 08:22 | Document the [myclass] command; someone might find it useful besides me. check-in: 3f67170b38 user: dkf tags: tip-478 | |
|
2018-07-06
| ||
| 13:50 | Improving the singleton check-in: 2aae7fc102 user: dkf tags: tip-478 | |
|
2018-07-05
| ||
| 19:46 | Merge 8.6. Also remove a useless #undef/#define which will be overrided later. check-in: 7fd12feb1e user: jan.nijtmans tags: core-8-branch | |
|
2018-07-04
| ||
| 20:20 | Make Tcl_GetUnicode() a macro. Mark many other stub-entries which are no longer are in use (because ... check-in: b2835364c2 user: jan.nijtmans tags: core-8-branch | |
| 20:18 | Micro-optimization in Tcl_GetString() and Tcl_GetStringFromObj() check-in: a2276ad547 user: jan.nijtmans tags: core-8-branch | |
|
2018-07-02
| ||
| 07:44 | Documentation for [classmethod] check-in: b90d390915 user: dkf tags: tip-478 | |
|
2018-07-01
| ||
| 16:39 | Create a special command, [ :my:class], (in each instance namespace) that allows objects to delegate... check-in: 1bfaa1ff89 user: dkf tags: tip-478 | |
|
2018-06-30
| ||
| 21:36 | More docs check-in: eb46b97a2c user: dkf tags: tip-478 | |
| 18:30 | More docs check-in: 0161df3d1c user: dkf tags: tip-478 | |
| 13:44 | More docs check-in: 6c05c0f87a user: dkf tags: tip-478 | |
| 05:13 | Started to write documentation check-in: 844ca4baf1 user: dkf tags: tip-478 | |
|
2018-06-29
| ||
| 07:15 | More test cases. More fixes. check-in: 6ef91130eb user: dkf tags: tip-478 | |
|
2018-06-28
| ||
| 10:40 | Split out TIP 478 tests into their own file. check-in: 5753c80e0e user: dkf tags: tip-478 | |
| 08:12 | Tests for abstract and singleton check-in: 6893bec0d9 user: dkf tags: tip-478 | |
|
2018-06-27
| ||
| 07:39 | Add better error handling and make the delegation work with cloning. check-in: e9637e3ddc user: dkf tags: tip-478 | |
|
2018-06-26
| ||
| 19:45 | Since Tcl is always compiled with -DUNICODE -D_UNICODE (on Windows) and we know TCL_UTF_MAX>=4, we c... check-in: 32f5394627 user: jan.nijtmans tags: core-8-branch | |
| 17:07 | merge 8.6 check-in: a421b7549a user: dgp tags: core-8-branch | |
| 14:23 | merge 8.6 check-in: 058f3faab1 user: dgp tags: core-8-branch | |
|
2018-06-25
| ||
| 20:41 | TIP #512 implementation check-in: 81b84ed55b user: jan.nijtmans tags: tip-512 | |
| 20:38 | merge 8.6 check-in: 1c67775fe7 user: jan.nijtmans tags: core-8-branch | |
|
2018-06-24
| ||
| 20:26 | Fix "string tolower" and friends for handling unpaired surrogates correctly. Also add test-cases for... check-in: 1cdc9199e9 user: jan.nijtmans tags: core-8-branch | |
|
2018-06-23
| ||
| 15:03 | Make the delegates work by moving their creation into C. check-in: b3c558369f user: dkf tags: tip-478 | |
|
2018-06-18
| ||
| 15:59 | Merge 8.6. And add more documentation and test-cases regarding the behavior of Tcl_UniCharToUtf() check-in: 3cb0cedeb6 user: jan.nijtmans tags: core-8-branch | |
|
2018-06-17
| ||
| 17:27 | Leaving out the weird delegates stops the test failures. check-in: faf87d4008 user: dkf tags: tip-478 | |
| 16:47 | Most of the implementation ported over. [classmethod] is trickier... check-in: c919d1df55 user: dkf tags: tip-478 | |
| 16:11 | merge 8.6 check-in: 214a92de14 user: jan.nijtmans tags: core-8-branch | |
| 15:42 | Split scripted parts of TclOO into their own file. check-in: f1433a4120 user: dkf tags: tip-478 | |
|
2018-06-16
| ||
| 22:57 | Add tests/tcltests.tcl as a place to store common code for tests. check-in: 535977ae7d user: pooryorick tags: core-8-branch | |
| 18:07 | Add in basic github meta-files to reduce problems with issues being filed where we don't see them. check-in: bf02f39de3 user: dkf tags: core-8-branch | |
|
2018-06-15
| ||
| 18:37 | merge 8.6 check-in: 939c403478 user: jan.nijtmans tags: core-8-branch | |
| 13:17 | new package tcltests exclude some exec.test tests when running under valgrind check-in: 9e19234a85 user: pooryorick tags: core-8-branch | |
|
2018-06-14
| ||
| 18:39 | missing parts check-in: 58503ac73b user: dgp tags: dgp-sebres-timerate-review | |
|
2018-06-13
| ||
| 16:12 | merge 8.6 check-in: 596aa0c944 user: dgp tags: core-8-branch | |
| 10:49 | Avoid valgrind "still reachable" reports stemming from early termination of threads. check-in: fbbcad33be user: pooryorick tags: core-8-branch | |
|
2018-06-12
| ||
| 18:03 | merge 8.7 check-in: 8b91b1111e user: dgp tags: tip-509 | |
| 18:02 | close fork check-in: 095715c4fa user: dgp tags: tip-509 | |
| 17:53 | merge 8.6 check-in: e98839eec7 user: dgp tags: core-8-branch | |
|
2018-06-09
| ||
| 07:45 | merge-mark (Unicode 11.0 beta was already here, and there were not changed in the final version) check-in: 171bd5bc26 user: jan.nijtmans tags: core-8-branch | |
|
2018-06-08
| ||
| 06:56 | re-generate configure script (where does --runstatedir come from? check-in: 5e954c41c3 user: jan.nijtmans tags: core-8-branch | |
|
2018-06-07
| ||
| 20:59 | Give tests more time to finish since valgrind slows things down considerably. check-in: 2f4c4cfd92 user: pooryorick tags: core-8-branch | |
|
2018-06-05
| ||
| 21:59 | amend to [eeefdb44cf]: fixes missing install path (closes [593aa7c421]) for mingw/*nix check-in: 3016a3fa26 user: sebres tags: core-8-branch | |
| 20:16 | Just the [timerate] command for separate review and performance baseline. check-in: 094bff9a69 user: dgp tags: dgp-sebres-timerate-review | |
| 17:26 | merge 8.7 Closed-Leaf check-in: 0dd64e0195 user: dgp tags: dgp-sebres-clock-review | |
| 09:10 | re-autoconfigure with v.2.69 check-in: d24583ec88 user: sebres tags: core-8-branch | |
| 09:04 | merge 8.6 check-in: 36f85b4a71 user: sebres tags: core-8-branch | |
|
2018-06-04
| ||
| 13:18 | merge 8.7 check-in: 1d19e08d8f user: dgp tags: bug-e593adf103-core-8 | |
| 13:17 | merge 8.7 check-in: c55441df99 user: dgp tags: tip-469 | |
| 13:16 | merge 8.7 check-in: d7d8dd7da7 user: dgp tags: tip-465 | |
| 13:13 | merge 8.7 Closed-Leaf check-in: 612cb8630f user: dgp tags: tip-312 | |
| 13:10 | merge 8.7 Closed-Leaf check-in: 8a621c332e user: dgp tags: tip-505 | |
| 13:10 | merge 8.7 check-in: 074419675a user: dgp tags: dgp-string-insert | |
| 13:08 | merge 8.7 check-in: 8afedea42f user: dgp tags: tip-445 | |
| 13:07 | merge 8.7 check-in: 8ba412a471 user: dgp tags: tip-502 | |
|
2018-06-03
| ||
| 11:44 | TIP 500: Private Methods and Variables in TclOO check-in: 86262924a2 user: dkf tags: core-8-branch | |
|
2018-06-02
| ||
| 14:19 | merge core-8-branch Closed-Leaf check-in: 3419afb49d user: dkf tags: tip-500 | |
|
2018-06-01
| ||
| 16:04 | Rebase the sebres clock bounty work to the 8.7 branch. check-in: 3e943144b9 user: dgp tags: dgp-sebres-clock-review | |
|
2018-05-31
| ||
| 07:21 | Merge 8.7 check-in: 3fb815ef5f user: jan.nijtmans tags: initsubsystems | |
| 07:17 | Neither use --disable-threads on MacOS builds, and don't mention it any more in the README check-in: dade30b4a0 user: jan.nijtmans tags: core-8-branch | |
|
2018-05-30
| ||
| 09:38 | Tweaking the documentation check-in: d65f77c5b5 user: dkf tags: tip-500 | |
| 07:15 | No longer pass "--enable-threads" to battery-included sub-packages, since it's the default, even wh... check-in: 552b9e73d7 user: jan.nijtmans tags: core-8-branch | |
|
2018-05-29
| ||
| 07:23 | merge 8.6 check-in: fc277d3663 user: jan.nijtmans tags: core-8-branch | |
| 07:23 | One TCL_NORETURN -> TCL_NORETURN1 minor mistake. Make it build when Tcl_SetPanicProc is a macro (nor... check-in: b85b14e36e user: jan.nijtmans tags: core-8-branch | |
|
2018-05-27
| ||
| 17:10 | Be a little more concise in TclNRTailcallObjCmd. check-in: 2b12ca7eed user: pooryorick tags: bug-e593adf103-core-8 | |
| 16:58 | Decrement framePtr->tailcallNsPtr in Tcl_PopCallFrame. check-in: 0fe6ceff5c user: pooryorick tags: bug-e593adf103-core-8 | |
| 16:32 | merge 8.7 check-in: 996d385bff user: jan.nijtmans tags: tip-509 | |
| 14:17 | don't bother to use constraint "threaded", because that's the way we want to build anyway check-in: e0ed0ab7c7 user: jan.nijtmans tags: core-8-branch | |
| 12:04 | Add sensible behaviour with export and unexport of private methods. check-in: 98387d0a22 user: dkf tags: tip-500 | |
|
2018-05-26
| ||
| 16:42 | merge 8.7 check-in: 74f9541fc2 user: dgp tags: bug-e593adf103-core-8 | |
| 13:14 | close fork check-in: fd55148747 user: dgp tags: core-8-branch | |
| 04:16 | Move refCount management of lookupNsPtr out of "resolve:/goto resolve" block. check-in: 8d4c3590c5 user: pooryorick tags: bug-e593adf103-core-8 | |
|
2018-05-25
| ||
| 06:51 | merge 8.6 check-in: aea631bbfa user: jan.nijtmans tags: core-8-branch | |
|
2018-05-24
| ||
| 13:26 | merge 8.7 check-in: f5804bbb27 user: dgp tags: tip-469 | |
| 13:12 | merge 8.7 check-in: 976f84344e user: dgp tags: tip-465 | |
| 13:12 | merge 8.7 check-in: 6db9f4afa6 user: dgp tags: tip-312 | |
| 13:04 | merge 8.7 check-in: 5e69d0de71 user: dgp tags: tip-505 | |
| 13:04 | merge 8.7 check-in: aae85a444a user: dgp tags: dgp-string-insert | |
| 12:46 | merge 8.7 check-in: 620705ca16 user: dgp tags: tip-445 | |
| 12:24 | merge 8.7 check-in: 4ed7fe60d8 user: dgp tags: tip-502 | |
|
2018-05-23
| ||
| 19:31 | Unbreak build with other CFLAGS, such as TCL_MEM_DEBUG=1 or TCL_THREADS=0 on Linux check-in: d54dcf0b00 user: jan.nijtmans tags: core-8-branch | |
| 13:34 | unbreak the build check-in: 3192cb4bf1 user: dgp tags: core-8-branch | |
|
2018-05-22
| ||
| 20:53 | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811630a00c7bab54|eeddb0693... check-in: bf06e36b25 user: jan.nijtmans tags: core-8-branch | |
| 20:12 | More removals of TCL_THREADS usage (configure scripts/win makefiles) check-in: 7c0047114e user: jan.nijtmans tags: core-8-branch | |
| 20:10 | Fix build with TCL_THREADS=0 on Linux/other without epoll or kqueu support. In that case, fallback t... check-in: 8ef23e1f55 user: jan.nijtmans tags: core-8-branch | |
| 08:26 | More docs check-in: d4f60c9644 user: dkf tags: tip-500 | |
|
2018-05-21
| ||
| 20:19 | Fix Namespace reference counting error in TclRenameCommand. check-in: df82243aa5 user: pooryorick tags: bug-e593adf103-core-8 | |
| 10:02 | merge core-8-branch check-in: 70e385378b user: pooryorick tags: bug-e593adf103-core-8 | |
| 08:12 | Demonstrate how Tcl can build without TCL_THREADS defined at all (assuming TCL_THREADS=1 as default)... check-in: faac759bd9 user: jan.nijtmans tags: core-8-branch | |
|
2018-05-20
| ||
| 15:09 | merge core-8-branch check-in: 8bc53049e0 user: dkf tags: tip-500 | |
|
2018-05-19
| ||
| 11:26 | Disable many warnings that are pointless in the stub library. Yes, it accesses deprecated fields, we... check-in: 4cad2850ba user: dkf tags: core-8-branch | |
| 05:18 | merge 8.7 check-in: ae6235c322 user: jan.nijtmans tags: initsubsystems | |
|
2018-05-17
| ||
| 18:53 | TIP #491 implementation: Threading Support: phasing out non-threaded builds check-in: e9ee6fc387 user: jan.nijtmans tags: core-8-branch | |
|
2018-04-17
| ||
| 22:48 | Merge 8.7 Move stuff from SC_ENABLE_THREADS to SC_TCL_LINK_LIBS in tcl.m4, so SC_ENABLE_THREADS is n... Closed-Leaf check-in: 89b3d0671b user: jan.nijtmans tags: tip-491 | |