diff --git a/ChangeLog.txt b/ChangeLog.txt index 8e6b199445..4bae036bc4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,10 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-03-25 01:21 UTC+0100 Viktor Szakats (harbour syenar.net) + * contrib/hbct/doc/en/ctstr.txt + * deleted values of constants from docs + 2013-03-24 23:49 UTC+0100 Viktor Szakats (harbour syenar.net) * extras/hbdoc/hbdoc.prg + handle unknown compliance strings gracefully diff --git a/contrib/hbct/doc/en/ctstr.txt b/contrib/hbct/doc/en/ctstr.txt index 534ac67ea1..a5fecf00bc 100644 --- a/contrib/hbct/doc/en/ctstr.txt +++ b/contrib/hbct/doc/en/ctstr.txt @@ -137,12 +137,10 @@ is set (e.g. "?"), then "?" matches every other character. can be one of the following values that are defined - in ct.ch + in ct.ch: - Definition | Value - ----------------------|------ - CT_SETATLIKE_EXACT | 0 - CT_SETATLIKE_WILDCARD | 1 + CT_SETATLIKE_EXACT + CT_SETATLIKE_WILDCARD $EXAMPLES$