Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
70 check-ins using file library/init.tcl version 7685abb0fa
|
2020-10-22
| ||
| 10:23 | Merge 8.6 check-in: fb319c1b92 user: jan.nijtmans tags: core-8-branch | |
| 07:35 | Merge 8.7. More lowercase package names in test-suite check-in: 13fe6f0017 user: jan.nijtmans tags: build-info | |
|
2020-10-21
| ||
| 08:51 | Merge 8.6 check-in: aa44f54e39 user: jan.nijtmans tags: core-8-branch | |
|
2020-10-20
| ||
| 20:39 | Update TZ info to tzdata2020c. check-in: 9a0a12875f user: jima tags: core-8-branch | |
|
2020-10-19
| ||
| 14:50 | merge 8.7 check-in: 272642eb4b user: dgp tags: tip-568 | |
| 13:10 | Merge 8.7 check-in: 6db4faf560 user: jan.nijtmans tags: build-info | |
| 13:06 | Merge 8.6. Restore "install-strip" target to what it was in Tcl 8.6. Just don't use it any more on ... check-in: 0adcf93abe user: jan.nijtmans tags: core-8-branch | |
|
2020-10-18
| ||
| 20:27 | Merge 8.7 check-in: 3079f8774c user: jan.nijtmans tags: build-info | |
| 16:24 | 3 times -1 -> TCL_INDEX_NONE check-in: 7e6536e672 user: jan.nijtmans tags: core-8-branch | |
|
2020-10-16
| ||
| 16:34 | Merge 8.7 check-in: 600368ed3f user: jan.nijtmans tags: build-info | |
| 16:24 | Merge 8.6 check-in: 3e4e2312bc user: jan.nijtmans tags: core-8-branch | |
| 16:02 | Merge 8.6 check-in: 83e7d6e53f user: jan.nijtmans tags: core-8-branch | |
| 15:03 | Fix env.test when running under wine on Linux. Mark other tests with "notWine", which fail currentl... check-in: 80184ade49 user: jan.nijtmans tags: core-8-branch | |
|
2020-10-15
| ||
| 11:06 | Merge 8.6 check-in: e61b3d2feb user: jan.nijtmans tags: core-8-branch | |
| 09:24 | Merge 8.6 check-in: f77b076328 user: jan.nijtmans tags: core-8-branch | |
|
2020-10-14
| ||
| 16:18 | Backport tiny part of "empty-not-found". Just allow the empty string as index, meaning the same as "... check-in: 6631261ba4 user: jan.nijtmans tags: empty-not-found-backport | |
| 09:43 | Merge 8.7 check-in: c665502804 user: jan.nijtmans tags: tip-575 | |
| 09:41 | Merge 8.7 check-in: 57d6405a93 user: jan.nijtmans tags: build-info | |
| 06:55 | Fix MSVC++ 6.0 build check-in: 84cd1eb17f user: jan.nijtmans tags: core-8-branch | |
| 06:28 | Merge 8.7 check-in: b458fc95fe user: jan.nijtmans tags: build-info | |
| 06:08 | Merge 8.7 check-in: a5f7cc9ba9 user: jan.nijtmans tags: tip-575 | |
|
2020-10-13
| ||
| 16:44 | merge 8.7 check-in: 82fcff6eac user: dgp tags: tip-568 | |
| 16:44 | merge 8.7 check-in: e78405ab50 user: dgp tags: dgp-review | |
| 16:42 | merge 8.7 check-in: 478264e46c user: dgp tags: tip-568 | |
| 16:42 | merge 8.7 check-in: 770c2f226b user: dgp tags: dgp-review | |
| 15:45 | Merge 8.6 check-in: bfda87dfca user: jan.nijtmans tags: core-8-branch | |
| 09:07 | Merge 8.6 Eliminate some (correct but actually harmless) warnings only happening on win64 check-in: f14b6f4907 user: jan.nijtmans tags: core-8-branch | |
|
2020-10-12
| ||
| 10:45 | Merge 8.7 check-in: 8cc23529c2 user: jan.nijtmans tags: build-info | |
| 09:27 | Merge 8.7 check-in: ff7bcb2801 user: jan.nijtmans tags: strict-index-experiment | |
|
2020-10-10
| ||
| 20:36 | Update TZ info to tzdata2020b. check-in: 811205cfd2 user: jima tags: core-8-branch | |
|
2020-10-09
| ||
| 14:13 | merge 8.7 check-in: 1c6d51fc50 user: dgp tags: tip-568 | |
| 14:05 | merge 8.7 check-in: a7077dbcfd user: dgp tags: dgp-review | |
| 12:53 | Merge 8.6. Don't inline functions which are too big to be inlined (according to the -Winline compile... check-in: 2a870b3897 user: jan.nijtmans tags: core-8-branch | |
|
2020-10-08
| ||
| 13:33 | Make everything compile warning-free with -Wundef. Put enum ASSEM_DICT_GET_DEF last in TalInstType, ... check-in: d1e4a3c73f user: jan.nijtmans tags: core-8-branch | |
| 09:33 | Merge 8.6 check-in: 040c6b5987 user: jan.nijtmans tags: core-8-branch | |
|
2020-10-07
| ||
| 15:48 | merge 8.7 check-in: 9208d4168c user: dgp tags: tip-568 | |
| 15:06 | merge 8.7 check-in: 9925ef5cf0 user: dgp tags: dgp-review | |
|
2020-10-06
| ||
| 13:29 | merge-mark check-in: bb40f11334 user: jan.nijtmans tags: core-8-branch | |
| 13:26 | Fix (possible) gcc warnings in unix/dltest/*.c check-in: 5cd3c4e555 user: jan.nijtmans tags: core-8-branch | |
| 13:20 | HAVE_TM_GMTOFF detection doesn't work if CFLAGS contains -Werror. Here's the fix. check-in: 43fbea7f16 user: jan.nijtmans tags: core-8-branch | |
| 08:44 | Adapt function signatures in compat/string.h to what's normal nowadays check-in: 12d9e7997e user: jan.nijtmans tags: core-8-branch | |
|
2020-10-05
| ||
| 08:50 | Merge 8.7 check-in: dd4ac421cd user: jan.nijtmans tags: build-info | |
|
2020-10-03
| ||
| 19:52 | merge 8.7 check-in: adb2460485 user: dgp tags: tip-568 | |
| 19:44 | merge 8.7 check-in: 1c36807e1d user: dgp tags: dgp-review | |
|
2020-10-02
| ||
| 16:28 | Fix -Wshadow warnings, when compiling with a C++ compiler check-in: 1011055d6b user: jan.nijtmans tags: core-8-branch | |
| 15:49 | Merge 8.7. Fix 2 failing test-cases check-in: 576b36ec63 user: jan.nijtmans tags: build-info | |
|
2020-10-01
| ||
| 08:17 | Merge 8.7. Internal package renaming check-in: 8da5008652 user: jan.nijtmans tags: build-info | |
|
2020-09-30
| ||
| 16:01 | merge 8.7 check-in: 969af31cfe user: dgp tags: tip-568 | |
| 16:01 | merge 8.7 check-in: 2e55dcf27c user: dgp tags: dgp-review | |
| 14:54 | Merge 8.6 check-in: 9a08cc940a user: jan.nijtmans tags: core-8-branch | |
| 14:45 | merge 8.7 check-in: 2af74785ef user: dgp tags: tip-568 | |
| 14:38 | merge 8.7 check-in: 057292d3aa user: dgp tags: dgp-review | |
| 14:29 | TIP #581 tweak: Don't report "slaves" as valid option for "interp" check-in: 29f08cd691 user: jan.nijtmans tags: core-8-branch | |
| 12:19 | Ticket [0063cbcada]: From tcl 8.7 on, use "string is dict" instead "string is list" & length %2 == 0... check-in: 097400e5ad user: oehhar tags: core-8-branch | |
|
2020-09-29
| ||
| 16:21 | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict check-in: 5c8a8fdddb user: oehhar tags: core-8-branch | |
| 13:11 | Fix testcase check-in: bf35159870 user: jan.nijtmans tags: build-info | |
| 12:51 | Merge 8.7 check-in: 0f25d0f758 user: jan.nijtmans tags: build-info | |
| 07:14 | Add -Wshadow flag to the compiler, so we will be notified when (accidently) shadowing variable names check-in: abdc2e1e11 user: jan.nijtmans tags: core-8-branch | |
|
2020-09-28
| ||
| 15:02 | Merge-mark check-in: cbd6b50384 user: jan.nijtmans tags: core-8-branch | |
| 14:04 | merge 8.7 check-in: 7c4fa2776d user: dgp tags: tip-568 | |
| 13:59 | merge 8.7 check-in: 4f1342a9f9 user: dgp tags: dgp-review | |
| 13:34 | Restore change with correction. check-in: d36db36ea9 user: dgp tags: core-8-branch | |
| 13:02 | Revert change that made test expr-20.2 fail. check-in: 125f0bdc61 user: dgp tags: core-8-branch | |
| 10:39 | Merge 8.6 check-in: ef2427283a user: jan.nijtmans tags: core-8-branch | |
|
2020-09-27
| ||
| 16:24 | Merge 8.7 check-in: 6185d08c27 user: jan.nijtmans tags: build-info | |
|
2020-09-26
| ||
| 18:38 | Merge 8.6 check-in: c649b9c46b user: jan.nijtmans tags: core-8-branch | |
|
2020-09-25
| ||
| 14:25 | Merge 8.6 check-in: a34d4f2927 user: jan.nijtmans tags: core-8-branch | |
| 12:12 | merge-mark check-in: 9c07ddf527 user: jan.nijtmans tags: core-8-branch | |
| 11:21 | Merge 8.6 check-in: 34ba50850b user: jan.nijtmans tags: core-8-branch | |
|
2020-09-22
| ||
| 12:18 | When writing script files (like pkgIndex.tcl), always use -translation lf, so they don't cause prob... check-in: 2edbd187f0 user: jan.nijtmans tags: core-8-branch | |