Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins that include changes to files matching 'jni/tclx/*'
2022-10-23
| ||
03:46 | merge with trunk check-in: 5d166b12d4 user: chw tags: wtf-8-experiment | |
2022-10-21
| ||
14:17 | fix a bunch of typos check-in: baf2d1608c user: chw tags: trunk | |
2022-06-25
| ||
08:50 | merge with trunk check-in: a6f4c43739 user: chw tags: wtf-8-experiment | |
02:38 | fix some typos check-in: 2c9847bd9a user: chw tags: trunk | |
2022-02-09
| ||
07:01 | merge with trunk check-in: bfb9ea98f6 user: chw tags: wtf-8-experiment | |
2022-02-07
| ||
19:39 | more tweaks in tclx check-in: 0009a198b4 user: chw tags: trunk | |
19:32 | minor tweaks in tclx check-in: 46a242ad60 user: chw tags: trunk | |
2021-12-01
| ||
17:39 | merge with trunk check-in: 4b697981e8 user: chw tags: wtf-8-experiment | |
2021-11-29
| ||
15:29 | add selected tclx upstream changes check-in: 6a2549fd6c user: chw tags: trunk | |
2021-08-06
| ||
09:36 | merge with trunk check-in: 94b0842f44 user: chw tags: wtf-8-experiment | |
09:28 | add tclx helper procs check-in: 87e8be1e71 user: chw tags: trunk | |
2021-01-19
| ||
16:53 | merge with trunk check-in: b1d4aff09a user: chw tags: wtf-8-experiment | |
10:17 | cleanup in tclx check-in: 4e1073b653 user: chw tags: trunk | |
2020-06-25
| ||
15:23 | merge with trunk check-in: 5e4e821402 user: chw tags: wtf-8-experiment | |
15:23 | add selected tclx upstream changes check-in: c48d702f1a user: chw tags: trunk | |
2020-05-11
| ||
17:51 | merge with trunk check-in: 9a96c1e91e user: chw tags: wtf-8-experiment | |
17:50 | some tclx streamlining check-in: 97ba5a623f user: chw tags: trunk | |
2020-04-01
| ||
08:44 | merge with trunk check-in: 11ac9b7c3a user: chw tags: wtf-8-experiment | |
08:43 | more tclx updates check-in: 932d3c8adf user: chw tags: trunk | |
04:19 | merge with trunk check-in: dc1a255181 user: chw tags: wtf-8-experiment | |
04:18 | update tclx mostly for thread safety check-in: 01349ac647 user: chw tags: trunk | |
2019-09-12
| ||
10:09 | merge with trunk check-in: 1426863e72 user: chw tags: wtf-8-experiment | |
09:24 | tweaks for fork/exec on haiku check-in: a6e21badea user: chw tags: trunk | |
2019-05-01
| ||
13:20 | merge with trunk check-in: 9fb5e54ada user: chw tags: wtf-8-experiment | |
13:19 | add tclx upstream changes check-in: a6002580ab user: chw tags: trunk | |
2018-10-27
| ||
08:30 | merge with trunk check-in: e461a30602 user: chw tags: wtf-8-experiment | |
2018-10-25
| ||
09:41 | more IPv6 support in tclx (posix only for now) check-in: 686be4a97a user: chw tags: trunk | |
03:44 | merge with trunk check-in: 109c614b64 user: chw tags: wtf-8-experiment | |
03:43 | add tclx upstream changes check-in: ab0f0107f8 user: chw tags: trunk | |
2018-10-24
| ||
19:17 | add some IPv6 support to tclx (posix only for now) check-in: 98dd130e13 user: chw tags: trunk | |
2018-06-26
| ||
04:37 | merge with trunk check-in: d365091078 user: chw tags: wtf-8-experiment | |
2018-06-25
| ||
20:19 | add tclx to windows builds check-in: cb42f414b4 user: chw tags: trunk | |
2018-06-18
| ||
20:40 | merge with trunk check-in: 7468091842 user: chw tags: wtf-8-experiment | |
2018-06-17
| ||
04:30 | no tclx fork on MacOS, it doesn't work in combination with CoreFoundation check-in: 317a55a493 user: chw tags: trunk | |
2018-06-16
| ||
08:29 | merge with trunk check-in: 80dc068306 user: chw tags: wtf-8-experiment | |
2018-06-15
| ||
17:21 | further refine POSIX signal handling check-in: aec3c8f9d0 user: chw tags: trunk | |
15:40 | merge with trunk check-in: 7a00f36c36 user: chw tags: wtf-8-experiment | |
2018-06-13
| ||
22:04 | improve POSIX signal handling without blocking signals on all threads, only the notifier thread is special, and the design should be able to support a similar approach for epoll/kqueue notifiers. check-in: 40790af1e8 user: chw tags: trunk | |
2018-06-08
| ||
16:55 | merge with trunk check-in: f1e7377c50 user: chw tags: wtf-8-experiment | |
12:30 | fix some more clang compiler warnings check-in: 2314ab40ee user: chw tags: trunk | |
2018-06-02
| ||
17:09 | merge with trunk check-in: 7a2205342a user: chw tags: wtf-8-experiment | |
2018-06-01
| ||
15:09 | fewer clang warnings in tclx check-in: a7fe04185b user: chw tags: trunk | |
12:57 | merge with trunk check-in: 14fca33f10 user: chw tags: wtf-8-experiment | |
08:56 | tweaks in tclx for Haiku check-in: c78f678cb9 user: chw tags: trunk | |
2018-05-28
| ||
05:11 | merge with trunk check-in: c511331167 user: chw tags: wtf-8-experiment | |
2018-05-27
| ||
19:06 | improved check-in [5cf69f01d7], POSIX signal handling per notifier thread check-in: 41498ca0a5 user: chw tags: trunk | |
2018-05-23
| ||
22:54 | merge with trunk check-in: 5ae78ed3c2 user: chw tags: wtf-8-experiment | |
22:31 | face lifting of tclx to version 8.6 as found in flightaware's github repo check-in: b27fe7f6bc user: chw tags: trunk | |
2018-02-10
| ||
14:46 | merge with trunk check-in: 5c4d9230b5 user: chw tags: wtf-8-experiment | |
2018-02-09
| ||
20:18 | more tweaks for building with NDK r16b check-in: 03034f811c user: chw tags: trunk | |