Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
252 check-ins using file tests/io.test version b5f7dde216
|
2019-11-13
| ||
| 17:32 | More work on changes. check-in: 34e23e75bc user: dgp tags: core-8-7-a3-rc | |
|
2019-11-08
| ||
| 20:09 | Fix travis build win32, 32-bit mingw check-in: 0a0c3437e1 user: jan.nijtmans tags: digit-bit-60 | |
| 15:11 | Start updates to changes check-in: 90b21061b1 user: dgp tags: core-8-7-a3-rc | |
|
2019-11-07
| ||
| 16:43 | merge core-8-branch Closed-Leaf check-in: 50670df35e user: pooryorick tags: bug-bcd1004104 | |
| 16:40 | Rewrite comments in tclIOUtil.c check-in: 0ab8f36155 user: pooryorick tags: core-8-branch | |
| 15:39 | Merge 8.7 check-in: 0c78b48a01 user: jan.nijtmans tags: cplusplus | |
| 15:09 | merge 8.7 check-in: de6ff74610 user: dgp tags: core-8-7-a3-rc | |
| 14:57 | merge-mark check-in: efdcc25a5d user: jan.nijtmans tags: core-8-branch | |
| 14:37 | Merge 8.7 check-in: 831293c74c user: jan.nijtmans tags: trunk | |
| 13:56 | Deprecate mp_div_3(): Will be private function in future libtommath, not used in Tcl. Deprecate mp_s... check-in: 08927861fe user: jan.nijtmans tags: core-8-branch | |
| 08:46 | Merge trunk check-in: 21ab7a880f user: jan.nijtmans tags: novem | |
| 08:41 | Silence MSVC C4090 warnings when using ckrealloc(). Also make sure that Tcl itself doesn't use ckall... check-in: ebf63c1e7d user: jan.nijtmans tags: trunk | |
|
2019-11-06
| ||
| 23:10 | merge 8.6 check-in: 1ddfdc7c09 user: sebres tags: core-8-branch | |
| 22:47 | Remove changes due to improper application of patch. check-in: 40a75d8a9b user: pooryorick tags: bug-bcd1004104 | |
| 22:33 | Merge trunk check-in: df21432b3e user: jan.nijtmans tags: novem | |
| 22:30 | Silence MSVC C4090 warnings when using ckfree() in certain situations. Problem reported by fvogel. check-in: 2f9287a8c9 user: jan.nijtmans tags: trunk | |
| 22:18 | Twice ckfree() -> Tcl_Free() check-in: 67ba072ad8 user: jan.nijtmans tags: trunk | |
| 22:16 | merge core-8-branch check-in: dbe6128ec5 user: pooryorick tags: bug-bcd1004104 | |
| 20:41 | Rewrite documentation of IO subsystem. check-in: e756ae681a user: pooryorick tags: core-8-branch | |
| 14:58 | merge trunk check-in: b7328567db user: dgp tags: rc0, core-9-0-a1-rc | |
| 14:52 | merge 8.7 check-in: d2ff635233 user: dgp tags: trunk | |
| 14:35 | Merge 8.7. Add files missing from distribution. check-in: 28e86efc87 user: dgp tags: rc1, core-8-7-a3-rc | |
| 14:07 | Add tcl/library/manifest.txt to the distribution produced by `make dist` check-in: 993aad672d user: dgp tags: core-8-branch | |
| 13:34 | Move tclOOScript.tcl from the generic to the tools directory, so "make dist" can pick it up. Reporte... check-in: 15d8fa615a user: jan.nijtmans tags: core-8-branch | |
| 12:34 | Fix tclScan.c, not generating a string representation any more with unsigned wideints check-in: ea2c3fd303 user: jan.nijtmans tags: cplusplus | |
|
2019-11-05
| ||
| 22:05 | Bump to version 9.0a1 for release. check-in: 25ee359253 user: dgp tags: core-9-0-a1-rc | |
| 21:54 | merge trunk check-in: ad6a0c58c9 user: dgp tags: novem | |
| 21:48 | merge trunk check-in: 3af457b0f8 user: dgp tags: dgp-refactor | |
| 21:43 | merge trunk check-in: 776ac4003c user: dgp tags: dgp-properbytearray | |
| 21:35 | merge 8.7 check-in: 72f798b518 user: dgp tags: trunk | |
| 17:52 | Bump release date check-in: b53d0fea13 user: dgp tags: rc0, core-8-7-a3-rc | |
| 17:51 | merge 8.7 check-in: 1bbb75a558 user: dgp tags: core-8-7-a3-rc | |
| 16:37 | More WIP: All makefile builds appear to work fine, makefile.vc build still to be done. check-in: a5a9540010 user: jan.nijtmans tags: digit-bit-60 | |
|
2019-11-04
| ||
| 12:10 | Merge 8.7 check-in: d6202cc2c7 user: jan.nijtmans tags: cplusplus | |
| 12:10 | Merge 8.7 check-in: faa210ccb0 user: jan.nijtmans tags: utf-max | |
| 12:08 | Merge trunk Closed-Leaf check-in: 79eacb20e2 user: jan.nijtmans tags: libtommath-with-stdint | |
|
2019-11-01
| ||
| 16:15 | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible accordingly (still WIP) check-in: 3833635e32 user: jan.nijtmans tags: digit-bit-60 | |
| 11:25 | Re-base to core-8-branch check-in: 0dd430544f user: jan.nijtmans tags: digit-bit-60 | |
| 10:11 | Merge 8.6 check-in: f9cf5c9a97 user: jan.nijtmans tags: core-8-branch | |
| 08:55 | Change references to mp_digit into unsigned int, everywhere in tclTomMath.decls. It's the same, but ... check-in: c6b55e949e user: jan.nijtmans tags: core-8-branch | |
|
2019-10-31
| ||
| 14:28 | Fix generic\tclStubInit.c(139): warning C4098: 'TclBN_mp_set': 'void' function returning a value Closed-Leaf check-in: 5d7fb19b76 user: jan.nijtmans tags: libtommath-no-mp_digit | |
| 12:58 | Merge 8.7 check-in: 23038a2f98 user: jan.nijtmans tags: libtommath-no-mp_digit | |
| 11:16 | Merge 8.7 check-in: 09ac35dcc9 user: jan.nijtmans tags: trunk | |
| 11:16 | Merge 8.6 check-in: 25c44a1f04 user: jan.nijtmans tags: core-8-branch | |
| 10:59 | Merge 8.7 check-in: 622a4c21ed user: jan.nijtmans tags: trunk | |
| 10:15 | Merge 8.6 check-in: 7792d04f74 user: jan.nijtmans tags: core-8-branch | |
|
2019-10-30
| ||
| 22:53 | Merge trunk check-in: 6529a95bc9 user: jan.nijtmans tags: libtommath-with-stdint | |
| 21:47 | Merge trunk check-in: 6817aa431d user: jan.nijtmans tags: novem | |
| 21:40 | Merge 8.7 check-in: a9c21685d3 user: jan.nijtmans tags: trunk | |
| 21:34 | Merge 8.6 check-in: 7e030f58de user: jan.nijtmans tags: core-8-branch | |
| 14:27 | merge 8.7 check-in: 695a41a79b user: dgp tags: core-8-7-a3-rc | |
| 14:09 | merge trunk check-in: e553668d58 user: dgp tags: dgp-refactor | |
| 14:08 | merge trunk check-in: a91b35ff49 user: dgp tags: dgp-properbytearray | |
| 13:56 | merge trunk check-in: 32c98743d5 user: dgp tags: novem | |
| 09:20 | More tweaks, hopefully fixing the Travis build check-in: 04981e03c1 user: jan.nijtmans tags: libtommath-no-mp_digit | |
|
2019-10-29
| ||
| 23:22 | More tweaks check-in: 73794dc997 user: jan.nijtmans tags: libtommath-no-mp_digit | |
| 23:07 | WIP: Use unsigned int in stead of mp_digit in libtommath stub entries. This make libtommath's API i... check-in: ee9d2a86da user: jan.nijtmans tags: libtommath-no-mp_digit | |
| 12:58 | Merge 8.7 check-in: b9916daf58 user: jan.nijtmans tags: trunk | |
| 12:47 | On Windows, use <stdint.h> header-file if available. check-in: 5d305f6a7a user: jan.nijtmans tags: core-8-branch | |
| 12:42 | Combine TCL_DD_SHORTEN_FLAG and TCL_DD_SHORTEST to be the same flag (which it is .... actually) check-in: 6e9c82e9e0 user: jan.nijtmans tags: core-8-branch | |
|
2019-10-28
| ||
| 23:14 | Merge trunk check-in: d69030e32d user: jan.nijtmans tags: libtommath-with-stdint | |
| 17:19 | merge trunk check-in: 44991afdaa user: dgp tags: novem | |
| 16:49 | Merge 8.7 check-in: f793191ffd user: jan.nijtmans tags: utf-max | |
| 16:42 | Merge 8.7 check-in: 80e027bfc2 user: jan.nijtmans tags: trunk | |
| 16:41 | Merge 8.6 check-in: d67c9f58a1 user: jan.nijtmans tags: core-8-branch | |
| 16:22 | Merge 8.7 check-in: 556b4cae43 user: jan.nijtmans tags: trunk | |
| 16:09 | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in from tclTomMath.h. Add test... check-in: 2478ff2154 user: jan.nijtmans tags: core-8-branch | |
| 15:37 | merge 8.7 check-in: 6983e51255 user: dgp tags: core-8-7-a3-rc | |
| 15:22 | merge trunk check-in: 4294c36674 user: dgp tags: dgp-refactor | |
| 15:05 | merge trunk check-in: 9216350470 user: dgp tags: dgp-properbytearray | |
| 14:12 | Merge trunk. Add replacement for stdbool.h too, and change libtommath to use stdbool in stead of mp_... check-in: fe773ee93f user: jan.nijtmans tags: libtommath-with-stdint | |
| 09:11 | Merge trunk check-in: 251de56024 user: jan.nijtmans tags: novem | |
| 09:10 | Merge 8.7 check-in: b88aff728e user: jan.nijtmans tags: trunk | |
| 09:09 | Remove (temporaryly) tests/fileSystemEncoding.test, since the bug is not fixed yet on Windows check-in: a65aad4cb9 user: jan.nijtmans tags: core-8-branch | |
| 08:50 | Close fork, Merge 8.7 check-in: cd6c357be8 user: jan.nijtmans tags: trunk | |
| 08:40 | Merge 8.6 check-in: 441fa629f4 user: jan.nijtmans tags: core-8-branch | |
|
2019-10-27
| ||
| 22:22 | further refinement of configure to remove /System check-in: 3668a0ecc9 user: kevin_walzer tags: trunk | |
| 22:14 | Remove /System from auto_path on macOS; change seems to have been overwritten by other merge check-in: 621db98c49 user: kevin_walzer tags: trunk | |
|
2019-10-26
| ||
| 23:35 | Include a more complete stdint.h replacement check-in: 7e985894b6 user: jan.nijtmans tags: libtommath-with-stdint | |
| 23:19 | (experimental) Compile libtommath almost unchanged, using (if no stdint.h is present) compat/stdint.... check-in: 81ac64e2de user: jan.nijtmans tags: libtommath-with-stdint | |
| 17:58 | Merge core-8-branch. check-in: 4e7227fbb2 user: pooryorick tags: bug-bcd1004104 | |
| 17:52 | Test for [bcd100410465] and add ::tcltests::tempdir. check-in: c353b10c81 user: pooryorick tags: core-8-branch | |
| 17:47 | More simple fix for [bcd100410465], stale cached file FsPath object. check-in: 0edc8ab6e3 user: pooryorick tags: core-8-branch | |
| 17:36 | More simple fix for [bcd100410465], stale cached file FsPath object. check-in: 7bc367ea81 user: pooryorick tags: bug-bcd1004104 | |
|
2019-10-25
| ||
| 21:22 | Add Tcl_FreeEncoding to fix failing encoding-2.2 test. check-in: 69c49ce9e9 user: pooryorick tags: bug-bcd1004104 | |
| 20:45 | Merge trunk check-in: 09b146c1d4 user: jan.nijtmans tags: tip-497 | |
| 20:32 | Merge 8.7 check-in: 519dbb4bbc user: jan.nijtmans tags: cplusplus | |
| 20:24 | Merge trunk check-in: c3e0ffb950 user: jan.nijtmans tags: novem | |
| 20:09 | Merge 8.7 check-in: a6677a1db4 user: jan.nijtmans tags: trunk | |
| 19:51 | More code cleanup related to libtommath 1.2.0: Adapt naming of (internal) symbols to new conventions... check-in: 4ed7fc3b13 user: jan.nijtmans tags: core-8-branch | |
| 16:24 | Merge 8.6. Also remove unused variable in unix/tclUnixFile.c check-in: c7b6f338bd user: jan.nijtmans tags: core-8-branch | |
| 13:17 | If NO_REALPATH is defined, raise an error instead of building a broken Tcl. check-in: f59fd48588 user: pooryorick tags: trunk | |
| 01:16 | Remove /System from auto_path on macOS because Apple has deprecated its own ancient installation of ... check-in: df75baf433 user: kevin_walzer tags: trunk | |
|
2019-10-24
| ||
| 20:59 | Merge 8.6. Add Tcl_FreeEncoding(), in the hope of fixing testcase encoding-2.2... doesn't seem to ... check-in: 8e80238838 user: jan.nijtmans tags: bug-bcd1004104 | |
| 20:35 | Merge trunk check-in: 703b33db8b user: jan.nijtmans tags: novem | |
| 19:55 | Merge 8.7 check-in: d49d9ae1b2 user: jan.nijtmans tags: trunk | |
| 19:26 | Merge 8.6 check-in: b93d65a65a user: jan.nijtmans tags: core-8-branch | |
| 15:43 | Merge trunk check-in: adb2eeeb28 user: jan.nijtmans tags: novem | |
| 15:41 | Merge 8.7 check-in: 9fcfeb4e69 user: jan.nijtmans tags: trunk | |
| 15:38 | Reference registry 1.3.3 -> 1.3.4 check-in: 6d322e2ccc user: jan.nijtmans tags: core-8-branch | |
| 15:34 | Merge 8.7 check-in: 8b08c15d80 user: jan.nijtmans tags: cplusplus | |
| 15:07 | Add support for libtommath's MP_WUR annotation to genStubs.tcl. Not enforced yet by the Tcl core, bu... check-in: 7c78d3bcab user: jan.nijtmans tags: core-8-branch | |
| 10:53 | tclAppInit.c should be built without BUILD_tcl/USE_TCL_STUBS always. All build files should be adapt... check-in: 82739030f5 user: jan.nijtmans tags: check-build | |
| 08:46 | Merge trunk check-in: 9adc41bd14 user: jan.nijtmans tags: novem | |
| 08:45 | Merge 8.7 check-in: d017cc8ec7 user: jan.nijtmans tags: trunk | |
| 08:16 | Put work on ticket [bcd1004104] in a separate branch. Currently test-case encoding-2.2 fails. check-in: adb6794b6f user: jan.nijtmans tags: bug-bcd1004104 | |
| 07:57 | Backout [0f2870649c804dd8], since testcase encoding-2.2 fails check-in: 4c604727ef user: jan.nijtmans tags: core-8-branch | |
|
2019-10-23
| ||
| 20:53 | Merge trunk check-in: 246db07421 user: jan.nijtmans tags: novem | |
| 20:36 | merge-mark check-in: 9b71b59be2 user: jan.nijtmans tags: core-8-branch | |
| 14:33 | Merge 8.7. But - in stead - remove all deprecated API from libtommath 1.2.0: Starting with Tcl 9.0 w... check-in: 7552e35b14 user: jan.nijtmans tags: trunk | |
| 14:11 | Deprecate mp_unsigned_bin_size, mp_init_set_int, mp_set_int, which are deprecated in libtommath 1.2.... check-in: 631e7ac3ab user: jan.nijtmans tags: core-8-branch | |
| 11:51 | Fix gcc warning, also introduced by [0f2870649c804dd8] check-in: f90c5df06a user: jan.nijtmans tags: core-8-branch | |
| 11:49 | Fix possible gcc warnings. Also indicate dummy parameters as "dummy" check-in: c881d525a2 user: jan.nijtmans tags: core-8-branch | |
| 11:35 | Merge trunk check-in: df5d07666f user: jan.nijtmans tags: novem | |
| 11:11 | Merge 8.7 check-in: 96b897fd2b user: jan.nijtmans tags: trunk | |
| 10:01 | Merge 8.6. Also unbreak windows build, broken since [0f2870649c804dd8]. check-in: e8c104baf7 user: jan.nijtmans tags: core-8-branch | |
|
2019-10-22
| ||
| 22:34 | Merge trunk check-in: 150c7a0e21 user: jan.nijtmans tags: novem | |
| 21:56 | merge-mark check-in: 2b06d7559d user: jan.nijtmans tags: trunk | |
| 21:54 | Fix breakage from previous commit (still one test-case, encoding-2.2, is failing) check-in: 5b03166381 user: jan.nijtmans tags: core-8-branch | |
| 21:36 | Merge 8.7 check-in: 27b5a315e9 user: jan.nijtmans tags: trunk | |
| 19:21 | Fix for [bcd1004104] check-in: 0f2870649c user: pooryorick tags: core-8-branch | |
| 15:47 | Deprecate mp_get_bit, mp_expt_d_ex, mp_toradix_n, mp_to_unsigned_bin, mp_to_unsigned_bin_n, because ... check-in: 68d0196442 user: jan.nijtmans tags: core-8-branch | |
| 13:11 | Merge trunk check-in: 657e06e5c4 user: jan.nijtmans tags: novem | |
| 12:54 | Merge 8.7 check-in: 067c61b76e user: jan.nijtmans tags: trunk | |
| 12:25 | Merge 8.6 check-in: c762061add user: jan.nijtmans tags: core-8-branch | |
|
2019-10-21
| ||
| 13:13 | merge 8.7 check-in: 5fb8c2811c user: dgp tags: core-8-7-a3-rc | |
| 12:57 | merge trunk check-in: ea60b1e067 user: dgp tags: dgp-refactor | |
| 12:56 | merge trunk check-in: d001c01618 user: dgp tags: dgp-properbytearray | |
| 12:56 | merge trunk check-in: 97df5555ba user: dgp tags: novem | |
|
2019-10-15
| ||
| 15:08 | Merge-mark check-in: d749dc7f5a user: jan.nijtmans tags: core-8-branch | |
|
2019-10-14
| ||
| 21:18 | Merge 8.7 check-in: 79c10cdaaf user: jan.nijtmans tags: trunk | |
| 21:17 | Merge 8.6 check-in: 629cd30824 user: jan.nijtmans tags: core-8-branch | |
|
2019-10-11
| ||
| 12:47 | Merge 8.7 check-in: 7440e1217d user: jan.nijtmans tags: trunk | |
| 12:46 | Merge 8.6 check-in: fefe6b5e63 user: jan.nijtmans tags: core-8-branch | |
|
2019-10-10
| ||
| 19:19 | Merge 8.7 check-in: 72f4b93559 user: jan.nijtmans tags: trunk | |
| 19:15 | Merge 8.6 check-in: 738ebc5a4e user: jan.nijtmans tags: core-8-branch | |
|
2019-10-07
| ||
| 15:47 | merge trunk check-in: 383cc5feeb user: dgp tags: dgp-refactor | |
| 15:42 | merge trunk check-in: 073b98213a user: dgp tags: dgp-properbytearray | |
| 11:23 | EXTERN doesn't work any more in 'novem', so use TCLAPI check-in: 9014b5d051 user: jan.nijtmans tags: novem | |
|
2019-10-06
| ||
| 20:43 | Merge trunk check-in: 7b6428a3df user: jan.nijtmans tags: novem | |
| 20:42 | Merge trunk check-in: 885e7691e1 user: jan.nijtmans tags: tip-497 | |
| 20:39 | Merge 8.7 check-in: f5613703c1 user: jan.nijtmans tags: cplusplus | |
|
2019-10-05
| ||
| 20:45 | Merge 8.7 check-in: 84216a99d2 user: jan.nijtmans tags: trunk | |
| 20:44 | Merge 8.6 check-in: e0329f2be8 user: jan.nijtmans tags: core-8-branch | |
|
2019-10-02
| ||
| 21:40 | Merge 8.7 check-in: 65367fee00 user: jan.nijtmans tags: utf-max | |
| 21:38 | Merge trunk and (hopefuly) fix build check-in: e08fbf23b9 user: jan.nijtmans tags: rfe-854941, tip-596 | |
| 15:45 | merge 8.7 check-in: 4d31f46727 user: dgp tags: core-8-7-a3-rc | |
| 15:27 | merge trunk check-in: 8dc249aa26 user: dgp tags: dgp-refactor | |
| 14:49 | merge trunk check-in: 790ded5162 user: dgp tags: dgp-properbytearray | |
| 14:49 | merge trunk check-in: 0a5bad7052 user: dgp tags: novem | |
| 11:39 | Merge 8.7 check-in: a5c68a5747 user: jan.nijtmans tags: trunk | |
| 11:38 | Merge 8.6 check-in: 9fb6b59d12 user: jan.nijtmans tags: core-8-branch | |
|
2019-10-01
| ||
| 19:32 | Merge 8.7 check-in: 87738da9b0 user: jan.nijtmans tags: cplusplus | |
| 15:04 | further fix handling -DBUILD_STATIC check-in: 0c0f205ea7 user: jan.nijtmans tags: rfe-854941, tip-596 | |
| 14:57 | Fix handling of BUILD_STATIC check-in: 0acefa9964 user: jan.nijtmans tags: rfe-854941, tip-596 | |
|
2019-09-30
| ||
| 14:43 | Merge trunk. Finish implementation. check-in: bcae28fe99 user: jan.nijtmans tags: rfe-854941, tip-596 | |
|
2019-09-29
| ||
| 15:51 | Merge 8.7 check-in: 544afecbbf user: jan.nijtmans tags: trunk | |
| 15:45 | Fix correct export on win32 for TclZipfs_AppHook, when not building with -DUNICODE check-in: 0b8a43908a user: jan.nijtmans tags: core-8-branch | |
| 12:18 | Merge 8.7 check-in: 7c48637fa0 user: jan.nijtmans tags: trunk | |
| 12:16 | Use Tcl_WCharToUtfDString in stead of (deprecated) Tcl_WinTCharToUtf check-in: 7e423e9904 user: jan.nijtmans tags: core-8-branch | |
| 12:08 | Merge 8.6 check-in: fe78ab8c8d user: jan.nijtmans tags: core-8-branch | |
|
2019-09-27
| ||
| 13:02 | Adapt test-case to full-utf correct behaviour check-in: 76ff494e6a user: jan.nijtmans tags: tip-497 | |
|
2019-09-25
| ||
| 15:06 | Merge 8.7 check-in: 63d2673623 user: jan.nijtmans tags: cplusplus | |
| 15:03 | merge 8.7 check-in: fff4f69131 user: dgp tags: core-8-7-a3-rc | |
| 14:56 | merge trunk check-in: 2bcb5ad762 user: dgp tags: dgp-properbytearray | |
| 14:56 | merge trunk check-in: 491a418fae user: dgp tags: dgp-refactor | |
| 14:55 | merge trunk check-in: 5dc1576729 user: dgp tags: novem | |
| 13:42 | Merge 8.7 check-in: be233f3e67 user: jan.nijtmans tags: utf-max | |
| 13:18 | Merge trunk check-in: a9e0c25386 user: jan.nijtmans tags: tip-497 | |
| 13:17 | Merge 8.7 check-in: 6b7a54bd17 user: jan.nijtmans tags: trunk | |
| 13:14 | Merge 8.6 check-in: c88529bbda user: jan.nijtmans tags: core-8-branch | |
| 11:51 | Make Tcl_WinUtfToTChar/Tcl_WinTCharToUtf really deprecate in 9.0 (now that no battery-extensions use... check-in: 04e3169b00 user: jan.nijtmans tags: trunk | |
|
2019-09-20
| ||
| 21:37 | Merge trunk check-in: 2cb008e81f user: jan.nijtmans tags: tip-497 | |
| 21:28 | merge-mark check-in: 1a0db3fd7a user: jan.nijtmans tags: cplusplus | |
| 21:21 | Merge trunk check-in: dee82069df user: jan.nijtmans tags: novem | |
| 21:21 | Merge 8.7 check-in: ed4252bf0d user: jan.nijtmans tags: trunk | |
| 21:20 | Merge 8.6 check-in: eb2dd45bdd user: jan.nijtmans tags: core-8-branch | |
| 15:07 | Merge trunk check-in: 0f512d30be user: jan.nijtmans tags: tip-497 | |
| 15:04 | Merge 8.7 check-in: 80cbcac508 user: jan.nijtmans tags: trunk | |
| 15:03 | Merge 8.6 check-in: 6ecfaf33ad user: jan.nijtmans tags: core-8-branch | |
| 13:53 | More Win32 API impovals. check-in: 3cd1f252bf user: jan.nijtmans tags: cplusplus | |
| 13:28 | merge 8.7 check-in: b777bc8e54 user: dgp tags: core-8-7-a3-rc | |
| 13:21 | merge trunk check-in: 910dbafdea user: dgp tags: dgp-refactor | |
| 13:21 | merge trunk check-in: de7eff460b user: dgp tags: dgp-properbytearray | |
| 13:21 | merge trunk check-in: 4122aac8c8 user: dgp tags: novem | |
|
2019-09-19
| ||
| 18:27 | Merge 8.7 check-in: f6491a4282 user: jan.nijtmans tags: cplusplus | |
| 15:42 | Merge trunk check-in: 5f66753d5b user: jan.nijtmans tags: tip-497 | |
| 15:36 | Merge 8.7 check-in: 8c85c9ded5 user: jan.nijtmans tags: trunk | |
| 15:24 | Merge 8.6 check-in: 6b92f77a0a user: jan.nijtmans tags: core-8-branch | |
| 07:44 | Merge 8.6. Missing cast in Tcl_WinTCharToUtf() macro (when compiling without -DUNICODE) check-in: d43bb90300 user: jan.nijtmans tags: core-8-branch | |
|
2019-09-18
| ||
| 16:31 | merge 8.7 check-in: 714a17e947 user: dgp tags: core-8-7-a3-rc | |
| 15:55 | merge trunk check-in: 9ae81e426f user: dgp tags: novem | |
| 15:55 | merge trunk check-in: 2900aeb10b user: dgp tags: dgp-refactor | |
| 15:47 | merge trunk check-in: 011eb28919 user: dgp tags: dgp-properbytearray | |
| 09:39 | Merge 8.7 check-in: 8c2e171202 user: jan.nijtmans tags: trunk | |
| 09:36 | Add 3 more builds with Clang (UTF_MAX=6, UTF_MAX=3, NO_DEPRECATED). Change build order a little: Do... check-in: 341cf9e523 user: jan.nijtmans tags: core-8-branch | |
| 09:33 | Make less dependent on UNICODE definition check-in: f6ddeca6f1 user: jan.nijtmans tags: cplusplus | |
|
2019-09-17
| ||
| 13:03 | Merge 8.7 check-in: 17d770df61 user: jan.nijtmans tags: trunk | |
| 13:02 | Merge 8.6 check-in: 54066a8bad user: jan.nijtmans tags: core-8-branch | |
| 11:39 | Merge 8.7 check-in: 981dd35686 user: jan.nijtmans tags: cplusplus | |
| 10:47 | Merge 8.7 check-in: 93811d6d38 user: jan.nijtmans tags: trunk | |
| 10:45 | Fix .travis.yml check-in: 367284f275 user: jan.nijtmans tags: core-8-branch | |
| 09:23 | Merge trunk check-in: f08efd4a05 user: jan.nijtmans tags: tip-497 | |
| 07:12 | Merge 8.7 check-in: 70701646d4 user: jan.nijtmans tags: trunk | |
| 07:02 | Move testgetencpath/testsetencpath test commands from UNIX-specific to general. Rewrite a few other ... check-in: bc17bfbdde user: jan.nijtmans tags: core-8-branch | |
|
2019-09-16
| ||
| 21:41 | Merge 8.7 check-in: 343db6648f user: jan.nijtmans tags: trunk | |
| 21:35 | Merge 8.6 check-in: 5057c37bdf user: jan.nijtmans tags: core-8-branch | |
| 19:16 | Merge 8.7 check-in: a5330ea251 user: jan.nijtmans tags: trunk | |
| 19:09 | Merge 8.6 check-in: f11e741756 user: jan.nijtmans tags: core-8-branch | |
| 14:50 | merge 8.7 check-in: f810a72142 user: dgp tags: core-8-7-a3-rc | |
| 14:39 | merge trunk check-in: 8ce2978aea user: dgp tags: dgp-properbytearray | |
| 14:39 | merge trunk check-in: eb28750f9f user: dgp tags: dgp-refactor | |
| 12:47 | Fix Utf16ToUtfProc() (from TIP #548): If last code-point is higher surrogate, make sure that actual ... check-in: dcabd85684 user: jan.nijtmans tags: core-8-branch | |
|
2019-09-14
| ||
| 21:52 | Merge 8.7 check-in: 6f27e2ad0a user: jan.nijtmans tags: cplusplus | |
| 20:52 | Merge trunk check-in: ea43a798ea user: jan.nijtmans tags: novem | |
| 13:11 | Two paces where TCL_AUTO_LENGTH should be used check-in: 94f65c8701 user: jan.nijtmans tags: trunk | |
| 13:07 | Merge 8.7 check-in: 9ea2eea22d user: jan.nijtmans tags: trunk | |
| 12:41 | TIP #548 implementation: Support `wchar_t` conversion functions and deprecate `Tcl_WinUtfToTChar()` ... check-in: 2061b7bdd2 user: jan.nijtmans tags: core-8-branch | |
| 12:37 | Merge 8.7 check-in: 012848732e user: jan.nijtmans tags: trunk | |
| 12:36 | TIP #414 implementation: Add (back) Tcl_InitSubsystems as Public API check-in: e855aa1e7d user: jan.nijtmans tags: core-8-branch | |
|
2019-09-13
| ||
| 12:27 | merge 8.7 check-in: 706d401216 user: dgp tags: core-8-7-a3-rc | |
| 12:10 | merge trunk check-in: 0836ec3b87 user: dgp tags: dgp-properbytearray | |
| 12:10 | merge trunk check-in: b1b887db2b user: dgp tags: dgp-refactor | |
| 12:05 | merge trunk check-in: b4ad8d4b13 user: dgp tags: novem | |
| 09:14 | Merge 8.7 Closed-Leaf check-in: 68dda9cc0c user: jan.nijtmans tags: tip-548 | |
| 09:12 | Merge 8.7 check-in: 824577f48b user: jan.nijtmans tags: trunk | |
| 09:11 | Merge 8.6 check-in: 91a3c7f29b user: jan.nijtmans tags: core-8-branch | |
| 07:58 | Merge 8.7 check-in: c812e30162 user: jan.nijtmans tags: trunk | |
| 07:56 | Merge 8.6 check-in: aaebef55b7 user: jan.nijtmans tags: core-8-branch | |
|
2019-09-12
| ||
| 20:51 | merge 8.7 check-in: a3ca509f22 user: sebres tags: trunk | |
| 19:46 | merge 8.6 check-in: 720d58721d user: sebres tags: core-8-branch | |
| 14:49 | Merge 8.7 check-in: 5ce97959fe user: jan.nijtmans tags: trunk | |
| 14:19 | Merge 8.7 check-in: 6f354f84fd user: jan.nijtmans tags: tip-548 | |
| 14:12 | merge-mark check-in: ef00558754 user: jan.nijtmans tags: core-8-branch | |
| 11:26 | Merge 8.6 check-in: f21c1c05aa user: jan.nijtmans tags: core-8-branch | |
| 08:01 | Update TZ info to tzdata2019c. check-in: d9f0da5884 user: jima tags: core-8-branch | |
| 07:51 | merge-mark check-in: 3f96ca088e user: jan.nijtmans tags: core-8-branch | |
|
2019-09-11
| ||
| 19:50 | Merge and resolve trunk. check-in: 841f74bf25 user: dgp tags: dgp-refactor | |
| 19:28 | merge 8.7 check-in: 59a50e7ab3 user: dgp tags: trunk | |
| 19:24 | merge 8.6 check-in: 2305de0d9c user: dgp tags: core-8-branch | |
| 17:10 | merge trunk check-in: db9d2814c8 user: dgp tags: dgp-refactor | |
| 16:22 | merge trunk check-in: 65d078bbb1 user: dgp tags: novem | |
| 16:15 | merge trunk check-in: 64c0e3b04d user: dgp tags: dgp-properbytearray | |
| 16:10 | merge 8.7 check-in: dac4a870fd user: dgp tags: core-8-7-a3-rc | |
| 16:06 | merge 8.7 check-in: 149efe5075 user: dgp tags: trunk | |
| 16:02 | merge 8.6 check-in: 6043096a5d user: dgp tags: core-8-branch | |
| 11:37 | Merge 8.7 check-in: ed3d3db77d user: jan.nijtmans tags: trunk | |
| 11:35 | Merge 8.6 check-in: baa255d019 user: jan.nijtmans tags: core-8-branch | |
|
2019-09-10
| ||
| 14:18 | Merge 8.7 check-in: 211efca663 user: jan.nijtmans tags: tip-548 | |
| 14:16 | Merge trunk check-in: 39128b3ed7 user: jan.nijtmans tags: novem | |
| 13:34 | Merge 8.7 check-in: a35cb99eb3 user: jan.nijtmans tags: trunk | |
| 13:30 | Merge 8.6 check-in: ae4f6ef118 user: jan.nijtmans tags: core-8-branch | |