diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -32632,6 +32632,13 @@ The behavior of .code sort is not specified for hashes whose contents do not conform to this convention. +Note: +.code nsort +was introduced in \*(TX 238. Prior to that version, +.code sort +behaved like +.codn nsort . + .coNP Function @ grade .synb .mets (grade < sequence >> [ lessfun <> [ keyfun ]]) @@ -32719,6 +32726,13 @@ were made using .code copy and then that copy were shuffled in-place and returned. +Note: +.code nshuffle +was introduced in \*(TX 238. Prior to that version, +.code shuffle +behaved like +.codn nshuffle . + .coNP Function @ sort-group .synb .mets (sort-group < sequence >> [ keyfun <> [ lessfun ]]) @@ -73404,6 +73418,12 @@ of these version values, the described behaviors are provided if is given an argument which is equal or lower. For instance .code "-C 103" selects the behaviors described below for version 105, but not those for 102. +.IP 237 +Compatibility values of 237 or lower restore the destructive behavior of the +.code sort +and +.code shuffle +functions. .IP 234 In \*(TX 234 and older versions, the exception throwing functions .code throw |