diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -2325,6 +2325,12 @@ expressions from simpler parts. | |||
| 2325 | +++ | 2325 | +++ |
| 2326 | *** 'not' argument can now be a character or single-char string. | 2326 | *** 'not' argument can now be a character or single-char string. |
| 2327 | 2327 | ||
| 2328 | +++ | ||
| 2329 | *** Nested 'or' forms of strings guarantee a longest match. | ||
| 2330 | For example, (or (or "IN" "OUT") (or "INPUT" "OUTPUT")) now matches | ||
| 2331 | the whole string "INPUT" if present, not just "IN". Previously, this | ||
| 2332 | was only guaranteed inside a single 'or' form of string literals. | ||
| 2333 | |||
| 2328 | ** Frames | 2334 | ** Frames |
| 2329 | 2335 | ||
| 2330 | +++ | 2336 | +++ |