diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-03-01 16:22:09 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-03-01 16:22:09 +0200 |
commit | db3debe5a18baea91891642328ebca49b9c7cf29 (patch) | |
tree | 12446a68b719fed8c00bd1b1e2e10e61453ac663 /doc/gawk.info | |
parent | 67828f9c4d0c53508e18c7df975c57f20ebb0e79 (diff) | |
parent | 319e10d7a56b9a99788a869a5ae3890ae6205cbc (diff) | |
download | egawk-db3debe5a18baea91891642328ebca49b9c7cf29.tar.gz egawk-db3debe5a18baea91891642328ebca49b9c7cf29.tar.bz2 egawk-db3debe5a18baea91891642328ebca49b9c7cf29.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'doc/gawk.info')
-rw-r--r-- | doc/gawk.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gawk.info b/doc/gawk.info index 67b10ce3..b0167ae0 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -21551,7 +21551,7 @@ both values to lowercase in order to compare them ignoring case. -| A a B b c C D d e E F f g G H h i I J j k K l L M m -| n N O o p P Q q r R S s t T u U V v w W X x y Y z Z - NOTE: 'Under the hood," 'gawk' uses the C library 'qsort()' + NOTE: "Under the hood," 'gawk' uses the C library 'qsort()' function to manage the sorting. 'qsort()' can call itself recursively. This means that when you write a comparison function, you should be careful to avoid the use of global variables and |