From: Harald O. <har...@el...> - 2024-07-26 08:34:50
|
Am 25.07.2024 um 20:46 schrieb Donald G Porter via Tcl-Core: > > Now available at > > https://sourceforge.net/projects/tcl/files/Tcl/9.0b3/ > > are RC0 candidate source code distribution pre-releases of Tcl 9.0b3 and > Tk 9.0b3. Hi Donald, thank you, great work ! The 9.0.0b3rc0 is all clean for me on nmake x86 target with MS-VS2015 on a 64 bit Windows computer: compile, test, installation. There are the following issues in the man pages I will try to address directly with commits to the main branch: ...............clock: process-text: uncaught backslash: If <i>boolean</i> is true (default), <b>clock scan</b> will raise an error if the input contains invalid values, e.g. day of month greater than number of days in the month. If specified as false, the command makes an adjustment to bring values within acceptable range. See \fBSCANNING TIMES\fT for details. -> /fT instead /fR SetOptions: process-text: uncaught backslash Great work ! Thank you for all, Harald |