1.10.1 | 2024-04-03 | NewHelp.cpp v1.0.8.14. Documented all SAFECHARSHELP options. |
1.10.0.5 | 2023-12-04 | Cosmetic tweak only: Replaced several ASCII apostrophes with fancy Unicode quotes. |
1.10.0.4 | 2023-10-13 | Tweaked ShowCmdHelp() to report VER_PATCH . |
1.10.0.3 | 2023-10-12 | Updated the plugin’s web address. |
1.10.0.2 | 2023-07-24 | Updated ParseArgs.cpp and NewHelp.cpp to the current version. |
1.10.0.1 | 2023-06-13 | Updated the help system to avoid an issue in TCC 30.00.20. |
1.10.0 | 2021-09-23 | Switches the .DLL names; now SafeChars.dll is the x64 build. Much cleanup of the code. Tweaks to the version info resource. |
1.9.4 | 2018-09-04 | Adds @TAGATTR . |
1.9.3 | 2016-08-16 | Fix for the plugin not loading in TCC v20. |
1.9.2 | 2016-03-09 | Reworks the help system, for systems where the documented HtmlHelp() API is broken. |
1.9.1 | 2014-10-31 | Bug fix: CallInternal() adding an asterisk when it shouldn’t. |
1.9.0 | 2014-10-29 | Changes for TCC v17 compatibility. De-documented @UQUOTES — it’s also implemented in TextUtils, and I plan to remove it from a future version of this plugin. |
1.8.0 | 2014-06-30 | Added @UNSAFEESC function. |
1.7.2 | 2014-02-19 | Minor tweaks to the help system. |
1.7.1 | 2013-04-23 | Updated the plugin’s web address. |
1.7.0 | 2012-09-04 | Adds @SAFECHARSINFO function (for use by other plugins). |
1.6.6 | 2012-04-16 | Adds a kludge to @UQUOTES to support ‘okinas. |
1.6.5 | 2012-03-13 | Minor tweaks to @UQUOTES , and documented its control variables. |
1.6.4 | 2012-02-21 | Close help window when plugin is unloaded. |
1.6.3 | 2012-02-19 | Only strip leading whitespace from args to SAFEECHO / SAFEECHOS when checking for /? |
1.6.2 | 2012-01-21 | Added @COUNTSAFE , @COUNTSAFEX , @COUNTUNSAFE , and @COUNTUNSAFEX . |
1.6.1 | 2012-01-19 | Added @UNSAFE function. |
1.6.0 | 2012-01-19 | Added SAFEARRAY command to massage array elements en masse. |
1.5.7 | 2011-11-14 | Minor tweak: @UQUOTES now recognizes two-digit year abbreviations. |
1.5.6 | 2011-10-27 | Internal tweaks to the code, and minor changes to the documentation style sheets. No new features or bug fixes. |
1.5.5 | 2011-10-08 | @UQUOTES now converts double hyphens to em dashes; made a trivial change to @SAFEENV and @SAFEEXP . Tweaked style sheets and made other minor changes to the help. |
1.5.4 | 2011-09-29 | Don’t strip leading whitespace from args to SAFEECHO / SAFEECHOS . |
1.5.3 | 2011-08-05 | Further tweaks to @UQUOTES . |
1.5.2 | 2011-07-31 | Tweaked @UQUOTES . Double quotes are now converted according to surrounding characters, not just a simple toggle. |
1.5.1 | 2011-07-29 | Adds new function @UQUOTES . |
1.5.0 | 2011-06-17 | Adds the UNSAFE command, which allows the user to customize the list of “dangerous” characters. |
1.4.3 | 2011-03-28 | Don’t call HtmlHelp() to close the help file on shutdown; this is insanely slow for some reason. |
1.4.2 | 2011-03-03 | Further tweaks to the help system. |
1.4.1 | 2011-02-26 | Tweaks to the help system; now it’s single-instance. Added SAFECHARSHELP . |
1.4.0 | 2011-01-03 | Treat parentheses as dangerous, because they affect command parsing and redirection; added _OPENPAT and _CLOSEPAT . Treat square brackets as dangerous; added _OPENBRK and _CLOSEBRK . Minor tweak to @SAFEWRITE to not require a comma between args if the second argument is omitted. |
1.3.0 | 2010-10-17 | .CHM help file |