diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-03-21 21:07:10 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-03-21 21:07:10 +0200 |
commit | efc5713d00a0019eb33c8a61c8a5514da7fa303e (patch) | |
tree | 3e8f490528855301a3357413a7a7f6f991dbee99 | |
parent | 81530542f62a575e3857f3a8847c886ee68f9d83 (diff) | |
parent | 17b9ce3cc3cfaff4f331e4829efb1f559e7d850c (diff) | |
download | egawk-efc5713d00a0019eb33c8a61c8a5514da7fa303e.tar.gz egawk-efc5713d00a0019eb33c8a61c8a5514da7fa303e.tar.bz2 egawk-efc5713d00a0019eb33c8a61c8a5514da7fa303e.zip |
Merge branch 'master' into feature/bool
-rw-r--r-- | doc/it/ChangeLog | 4 | ||||
-rwxr-xr-x | doc/it/gawktexi.in | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog index 1ea5e6e5..142c8108 100644 --- a/doc/it/ChangeLog +++ b/doc/it/ChangeLog @@ -1,3 +1,7 @@ +2021-03-21 Antonio Giovanni Colombo <azc100@gmail.com> + + * gawktexi.in: Updated. + 2021-03-20 Antonio Giovanni Colombo <azc100@gmail.com> * texinfo.tex: Updated. diff --git a/doc/it/gawktexi.in b/doc/it/gawktexi.in index e05abc4b..f047aa46 100755 --- a/doc/it/gawktexi.in +++ b/doc/it/gawktexi.in @@ -5201,7 +5201,11 @@ del filesystem). @item AWK_HASH Se questa variabile @`e impostata con un valore di @samp{gst}, @command{gawk} usa la funzione hash di GNU Smalltalk per gestire i vettori. -Questa funzione pu@`o essere leggermente pi@`u veloce della funzione standard. +Se invece ha per valore @samp{fnv1a}, @command{gawk} usa la funzione hash +@uref{http://www.isthe.com/chongo/tech/comp/fnv/index.html, +FNV1-A}. +Queste funzioni possono essere leggermente pi@`u veloci della funzione standard. + @item AWKREADFUNC Se questa variabile esiste, @command{gawk} legge i file sorgenti una riga per volta, anzich@'e a blocchi. Questa variabile @`e presente |