Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user mistachkin occurring around 2016-01-12 18:55:35.
2016-01-18
| ||
03:00 | • Edit [fd2842c08ab747a3|fd2842c08a]: Mark "Closed". ... (artifact: 9b90074335 user: mistachkin) | |
02:22 | Fix comment. ... (check-in: 1a3f326b3a user: mistachkin tags: tclPlatform) | |
02:21 | Add the 'array exists' and 'array names' sub-commands to TH1. ... (check-in: fd4ada4a11 user: mistachkin tags: tclPlatform) | |
01:43 | Merge trunk. ... (check-in: 58466e7f60 user: mistachkin tags: tclPlatform) | |
01:42 | Update TH1 docs. ... (check-in: 2427250b01 user: mistachkin tags: trunk) | |
01:42 | Update TH1 docs. ... (check-in: d4bdaeab30 user: mistachkin tags: tclPlatform) | |
2016-01-17
| ||
23:00 | Minor naming tweak. ... (check-in: 07324777f2 user: mistachkin tags: tclPlatform) | |
22:17 | Add support for the tcl_platform(platform) and tcl_platform(engine) array elements to TH1. ... (check-in: 663b722e27 user: mistachkin tags: tclPlatform) | |
22:12 | Better runtime settings detection by the 'th1' test file. ... (check-in: d8d2222b91 user: mistachkin tags: trunk) | |
2016-01-16
| ||
23:10 | More zlib detection before OpenSSL detection. ... (Closed-Leaf check-in: fd2842c08a user: mistachkin tags: zlibBeforeOpenSsl) | |
22:51 | Further refinements to permit OpenSSL in tree to work consistently. ... (check-in: 08918fabc7 user: mistachkin tags: mingwConfigure) | |
22:25 | Fix use of linenoise. Fine-tune check for in-tree OpenSSL. ... (check-in: 54307c4d7d user: mistachkin tags: mingwConfigure) | |
21:36 | Sync up the 'makemake.tcl' tool. ... (check-in: 2c7eee4c9a user: mistachkin tags: mingwConfigure) | |
21:26 | More fine-tuning. ... (check-in: c76ea6b4ec user: mistachkin tags: mingwConfigure) | |
21:20 | Fix cut and paste error in zlib option description. ... (check-in: 2c24954c34 user: mistachkin tags: mingwConfigure) | |
21:18 | Get vanilla configure and make, via autosetup, working on Win32. ... (check-in: 75a0abacac user: mistachkin tags: mingwConfigure) | |
2016-01-14
| ||
23:32 | • Edit [0a2eaa5ac2a71a32|0a2eaa5ac2]: Edit check-in comment. ... (artifact: 396a6bcee4 user: mistachkin) | |
22:33 | In the 'merge5' test, use the configured Fossil executable instead of relying on the PATH. ... (check-in: acbee54e8b user: mistachkin tags: trunk) | |
20:40 | Fix typo that prevented the --no-repository option from working. Correction: It actually worked before and the issue was due to an incorrect assumption by the 'merge5' test, namely that the Fossil executable was present in the PATH. ... (check-in: 0a2eaa5ac2 user: mistachkin tags: trunk) | |
20:38 | Pick up recent autosetup changes from upstream. ... (check-in: b2e6a234c4 user: mistachkin tags: trunk) | |
05:34 | Add the '--no-repository' option to the 'fossil sqlite3' command and make use of it for the merge5 test. ... (check-in: 2e1ccc6a36 user: mistachkin tags: trunk) | |
2016-01-13
| ||
06:19 | Simplify the previous check-in. ... (Closed-Leaf check-in: 384482a87c user: mistachkin tags: sqlCmdNoRepo) | |
01:31 | Add the '--no-repository' option to the 'fossil sqlite3' command and make use of it for the merge5 test. ... (check-in: 56f74a120d user: mistachkin tags: sqlCmdNoRepo) | |
00:38 | The test file directory saved by the test suite infrastructure should be normalized. ... (check-in: be81a2fd3c user: mistachkin tags: trunk) | |
2016-01-12
| ||
18:55 | In the MinGW makefile, move included LIBs after the object files. ... (check-in: c7117ab458 user: mistachkin tags: trunk) | |
03:14 | More improvements to the 'th1' test file. ... (check-in: fc14f14312 user: mistachkin tags: trunk) | |
2016-01-11
| ||
22:47 | By default, use the automatic zlib detection. When --with-zlib=tree is used, use zlib from the source tree. ... (check-in: 8435adc471 user: mistachkin tags: trunk) | |
22:27 | By default, use the automatic zlib detection. When --with-zlib=tree is used, use zlib from the source tree. ... (Closed-Leaf check-in: 260266c1ec user: mistachkin tags: useTreeZlib) | |
22:17 | By default, force the zlib in the source tree to be used. ... (check-in: 7b4153ff03 user: mistachkin tags: useTreeZlib) | |
22:16 | Remove superfluous use of 'file join' from 'auto.def'. ... (check-in: 3728aa62ab user: mistachkin tags: trunk) | |
21:09 | Allow the 'th1' test file to fully pass with or without the 'tcl' and 'th1-hooks' settings enabled. ... (check-in: a9dc33d415 user: mistachkin tags: trunk) | |
21:08 | Skip test 'th1-tcl2' if the SQLite package for Tcl is not available. ... (check-in: 2fbbd4f61d user: mistachkin tags: trunk) | |
19:59 | Use absolute path for the Tcl private stubs directory in 'configure'. ... (check-in: 39f53e086c user: mistachkin tags: trunk) | |
19:46 | Prevent the 'array set' commands in the 'utf.test' file from causing problems if there are pre-existing scalar variables. ... (check-in: ad6de63833 user: mistachkin tags: trunk) | |
00:43 | Modify 'th1-tcl' test to make it run outside of the Fossil source checkout. ... (check-in: 18d7d26649 user: mistachkin tags: trunk) | |
00:40 | Modify 'th1-hooks' test to decouple it from needing to run within a Fossil source checkout. ... (check-in: 9bfdc5c682 user: mistachkin tags: trunk) | |
00:39 | Modify 'th1-docs' test file to enable it to run when the test suite is running outside of the Fossil source checkout. ... (check-in: 8f199fd8f5 user: mistachkin tags: trunk) | |
00:29 | Correct missing parenthesis typo in timeline query generation logic. ... (check-in: 03fb7bf97b user: mistachkin tags: trunk) | |
2016-01-10
| ||
01:43 | More test fixes in the 'th1' test file. ... (check-in: 5d49329fc2 user: mistachkin tags: trunk) | |
2016-01-09
| ||
19:14 | Modify 'th1' test file to run most of its tests outside of the Fossil source checkout using a new test suite infrastructure procedure. ... (check-in: 7b9b5807f4 user: mistachkin tags: trunk) | |
18:58 | Follow up to the previous check-in: save and restore the current directory. ... (check-in: d141b84a99 user: mistachkin tags: trunk) | |
18:56 | Fix the 'file1' test so that it can (only) run outside of the Fossil checkout. ... (check-in: 19c216391a user: mistachkin tags: trunk) | |
2016-01-07
| ||
18:22 | When generating ZIP archives, files with zero bytes are 'Stored', not 'Deflated'. ... (check-in: ecedaf9399 user: mistachkin tags: trunk) | |
2016-01-06
| ||
19:49 | Do not set the directory permission bit on empty files when creating a ZIP archive. ... (check-in: 3d5cf48bf2 user: mistachkin tags: trunk) | |
19:44 | Do not set the directory permission bit on empty files when creating a ZIP archive. ... (Closed-Leaf check-in: 18607775fe user: mistachkin tags: pending-review) | |
17:18 | Add '-quiet' command line option to the test suite. ... (check-in: c2e42166ef user: mistachkin tags: trunk) | |
04:03 | In the 'revert' test, adjust formatting of expected results containing 'DELETE', 'REVERT', and 'UNMANAGE', also to account for recent code changes. ... (check-in: 1338b4198d user: mistachkin tags: trunk) | |
04:01 | In the 'mv-rm' test, adjust formatting of expected results containing 'DELETE' and 'REVERT', also to account for recent code changes. ... (check-in: 11444dbec7 user: mistachkin tags: trunk) | |
03:53 | In the 'clean' test, adjust formatting of expected results containing 'NEW', to account for recent code changes. ... (check-in: 81df0a48f7 user: mistachkin tags: trunk) | |
03:49 | Adjust two markdown tests so they pass again. ... (check-in: a489aecc54 user: mistachkin tags: trunk) | |