Rangi
|
bb7c34db65
|
Deprecate DEF-less definitions (#1193)
|
2023-11-02 10:18:59 +01:00 |
|
Rangi
|
8207dc57b7
|
Add a -Wunmapped-char warning for characters not in the charmap (#1023)
Fixes #1022
|
2022-08-28 15:12:43 -04:00 |
|
Rangi
|
cf2bbe6435
|
Position -1 is the last character of a string
Position 0 is invalid, which matches with STRIN/STRRIN
returning 0 on failure.
|
2021-04-20 14:27:59 +02:00 |
|
Rangi
|
b1e6c73197
|
STRSUB and CHARSUB allow zero or negative positions
These are offsets from the end of the string, as if the
STRLEN or CHARLEN respectively were added to the position.
Fixes #812
|
2021-04-20 14:27:59 +02:00 |
|
Rangi
|
2005ed1df9
|
Implement CHARLEN and CHARSUB
Fixes #786
|
2021-04-17 18:18:34 -04:00 |
|