diff options
| author | Arnold D. Robbins <arnold@skeeve.com> | 1989-06-05 20:43:24 +0000 |
|---|---|---|
| committer | Arnold D. Robbins <arnold@skeeve.com> | 1989-06-05 20:43:24 +0000 |
| commit | ee16101587c9bf69bc4d0624da43e924d7d4d7ee (patch) | |
| tree | b4e45e27414ac817b69c483fe9c3e43b96bfc306 | |
| parent | 945885a715e968e0a914f2330dbb3320e58a4251 (diff) | |
| parent | b4ca2235d22b1ac3da82e295aea9e2d550582e53 (diff) | |
| download | gawk-ee16101587c9bf69bc4d0624da43e924d7d4d7ee.tar.gz | |
Merge branch 'master' into porting
| -rw-r--r-- | doc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/gawk.info | 258 | ||||
| -rw-r--r-- | doc/gawk.texi | 4 | ||||
| -rwxr-xr-x | doc/it/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/it/gawk.texi | 130 | ||||
| -rw-r--r-- | doc/wordlist | 5 |
6 files changed, 188 insertions, 219 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 9eca98e..9ecffbb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2023-12-27 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (Requesting Values): Fix a spelling typo. + Thanks to Antonio Colombo. + * wordlist: Updated. + 2023-12-26 Arnold D. Robbins <arnold@skeeve.com> * gawk.texi (Requesting Values): Add more text to clarify the diff --git a/doc/gawk.info b/doc/gawk.info index 48b9f44..211a7cd 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -27600,11 +27600,11 @@ Table 17.2: API value types returned sort of "wildcard" request. • Requesting an ‘AWK_STRING’ causes ‘gawk’ to convert any scalar - value to a string result, and that is what is retuned. + value to a string result, and that is what is returned. • Requesting an ‘AWK_NUMBER’ causes ‘gawk’ to convert any scalar value, except for a regexp, to a numeric result, and that is what - is retuned. + is returned. Conversion between string and number in the API thus parallels how ‘gawk’ behaves in running code. @@ -40305,133 +40305,133 @@ Ref: Printing Messages-Footnote-11158513 Node: Updating ERRNO1158666 Node: Requesting Values1159465 Ref: table-value-types-returned1160218 -Node: Accessing Parameters1162275 -Node: Symbol Table Access1163556 -Node: Symbol table by name1164068 -Ref: Symbol table by name-Footnote-11167269 -Node: Symbol table by cookie1167401 -Ref: Symbol table by cookie-Footnote-11171670 -Node: Cached values1171734 -Ref: Cached values-Footnote-11175366 -Node: Array Manipulation1175523 -Ref: Array Manipulation-Footnote-11176622 -Node: Array Data Types1176659 -Ref: Array Data Types-Footnote-11179477 -Node: Array Functions1179573 -Node: Flattening Arrays1184602 -Node: Creating Arrays1191650 -Node: Redirection API1196492 -Node: Extension API Variables1199509 -Node: Extension Versioning1200232 -Ref: gawk-api-version1200661 -Node: Extension GMP/MPFR Versioning1202448 -Node: Extension API Informational Variables1204152 -Node: Extension API Boilerplate1205405 -Node: Changes from API V11209535 -Node: Finding Extensions1211167 -Node: Extension Example1211742 -Node: Internal File Description1212564 -Node: Internal File Ops1216856 -Ref: Internal File Ops-Footnote-11228406 -Node: Using Internal File Ops1228554 -Ref: Using Internal File Ops-Footnote-11230985 -Node: Extension Samples1231263 -Node: Extension Sample File Functions1232832 -Node: Extension Sample Fnmatch1240957 -Node: Extension Sample Fork1242552 -Node: Extension Sample Inplace1243828 -Node: Extension Sample Ord1247494 -Node: Extension Sample Readdir1248370 -Ref: table-readdir-file-types1249159 -Node: Extension Sample Revout1250515 -Node: Extension Sample Rev2way1251112 -Node: Extension Sample Read write array1251864 -Node: Extension Sample Readfile1255138 -Node: Extension Sample Time1256269 -Node: Extension Sample API Tests1258269 -Node: gawkextlib1258777 -Node: Extension summary1261809 -Node: Extension Exercises1265657 -Node: Language History1266927 -Node: V7/SVR3.11268639 -Node: SVR41270989 -Node: POSIX1272521 -Node: BTL1273946 -Node: POSIX/GNU1274713 -Node: Feature History1281368 -Node: Common Extensions1301170 -Node: Ranges and Locales1302645 -Ref: Ranges and Locales-Footnote-11307430 -Ref: Ranges and Locales-Footnote-21307457 -Ref: Ranges and Locales-Footnote-31307692 -Node: Contributors1307915 -Node: History summary1314106 -Node: Installation1315548 -Node: Gawk Distribution1316512 -Node: Getting1317004 -Node: Extracting1318003 -Node: Distribution contents1319709 -Node: Unix Installation1327599 -Node: Quick Installation1328419 -Node: Compiling with MPFR1330959 -Node: Shell Startup Files1331665 -Node: Additional Configuration Options1332822 -Node: Configuration Philosophy1335205 -Node: Compiling from Git1337705 -Node: Building the Documentation1338264 -Node: Non-Unix Installation1339676 -Node: PC Installation1340152 -Node: PC Binary Installation1341021 -Node: PC Compiling1341914 -Node: PC Using1343092 -Node: Cygwin1346808 -Node: MSYS1348060 -Node: OpenVMS Installation1348686 -Node: OpenVMS Compilation1349367 -Ref: OpenVMS Compilation-Footnote-11350850 -Node: OpenVMS Dynamic Extensions1350908 -Node: OpenVMS Installation Details1352544 -Node: OpenVMS Running1354975 -Node: OpenVMS GNV1359112 -Node: Bugs1359867 -Node: Bug definition1360787 -Node: Bug address1364388 -Node: Usenet1367957 -Node: Performance bugs1369170 -Node: Asking for help1372186 -Node: Maintainers1374173 -Node: Other Versions1375200 -Node: Installation summary1384804 -Node: Notes1386186 -Node: Compatibility Mode1386996 -Node: Additions1387818 -Node: Accessing The Source1388763 -Node: Adding Code1390294 -Node: New Ports1397405 -Node: Derived Files1401908 -Ref: Derived Files-Footnote-11407719 -Ref: Derived Files-Footnote-21407754 -Ref: Derived Files-Footnote-31408365 -Node: Future Extensions1408479 -Node: Implementation Limitations1409149 -Node: Extension Design1410391 -Node: Old Extension Problems1411551 -Ref: Old Extension Problems-Footnote-11413123 -Node: Extension New Mechanism Goals1413184 -Ref: Extension New Mechanism Goals-Footnote-11416654 -Node: Extension Other Design Decisions1416855 -Node: Extension Future Growth1419052 -Node: Notes summary1419672 -Node: Basic Concepts1420882 -Node: Basic High Level1421567 -Ref: figure-general-flow1421849 -Ref: figure-process-flow1422551 -Ref: Basic High Level-Footnote-11425921 -Node: Basic Data Typing1426110 -Node: Glossary1429518 -Node: Copying1462397 -Node: GNU Free Documentation License1499955 -Node: Index1525078 +Node: Accessing Parameters1162277 +Node: Symbol Table Access1163558 +Node: Symbol table by name1164070 +Ref: Symbol table by name-Footnote-11167271 +Node: Symbol table by cookie1167403 +Ref: Symbol table by cookie-Footnote-11171672 +Node: Cached values1171736 +Ref: Cached values-Footnote-11175368 +Node: Array Manipulation1175525 +Ref: Array Manipulation-Footnote-11176624 +Node: Array Data Types1176661 +Ref: Array Data Types-Footnote-11179479 +Node: Array Functions1179575 +Node: Flattening Arrays1184604 +Node: Creating Arrays1191652 +Node: Redirection API1196494 +Node: Extension API Variables1199511 +Node: Extension Versioning1200234 +Ref: gawk-api-version1200663 +Node: Extension GMP/MPFR Versioning1202450 +Node: Extension API Informational Variables1204154 +Node: Extension API Boilerplate1205407 +Node: Changes from API V11209537 +Node: Finding Extensions1211169 +Node: Extension Example1211744 +Node: Internal File Description1212566 +Node: Internal File Ops1216858 +Ref: Internal File Ops-Footnote-11228408 +Node: Using Internal File Ops1228556 +Ref: Using Internal File Ops-Footnote-11230987 +Node: Extension Samples1231265 +Node: Extension Sample File Functions1232834 +Node: Extension Sample Fnmatch1240959 +Node: Extension Sample Fork1242554 +Node: Extension Sample Inplace1243830 +Node: Extension Sample Ord1247496 +Node: Extension Sample Readdir1248372 +Ref: table-readdir-file-types1249161 +Node: Extension Sample Revout1250517 +Node: Extension Sample Rev2way1251114 +Node: Extension Sample Read write array1251866 +Node: Extension Sample Readfile1255140 +Node: Extension Sample Time1256271 +Node: Extension Sample API Tests1258271 +Node: gawkextlib1258779 +Node: Extension summary1261811 +Node: Extension Exercises1265659 +Node: Language History1266929 +Node: V7/SVR3.11268641 +Node: SVR41270991 +Node: POSIX1272523 +Node: BTL1273948 +Node: POSIX/GNU1274715 +Node: Feature History1281370 +Node: Common Extensions1301172 +Node: Ranges and Locales1302647 +Ref: Ranges and Locales-Footnote-11307432 +Ref: Ranges and Locales-Footnote-21307459 +Ref: Ranges and Locales-Footnote-31307694 +Node: Contributors1307917 +Node: History summary1314108 +Node: Installation1315550 +Node: Gawk Distribution1316514 +Node: Getting1317006 +Node: Extracting1318005 +Node: Distribution contents1319711 +Node: Unix Installation1327601 +Node: Quick Installation1328421 +Node: Compiling with MPFR1330961 +Node: Shell Startup Files1331667 +Node: Additional Configuration Options1332824 +Node: Configuration Philosophy1335207 +Node: Compiling from Git1337707 +Node: Building the Documentation1338266 +Node: Non-Unix Installation1339678 +Node: PC Installation1340154 +Node: PC Binary Installation1341023 +Node: PC Compiling1341916 +Node: PC Using1343094 +Node: Cygwin1346810 +Node: MSYS1348062 +Node: OpenVMS Installation1348688 +Node: OpenVMS Compilation1349369 +Ref: OpenVMS Compilation-Footnote-11350852 +Node: OpenVMS Dynamic Extensions1350910 +Node: OpenVMS Installation Details1352546 +Node: OpenVMS Running1354977 +Node: OpenVMS GNV1359114 +Node: Bugs1359869 +Node: Bug definition1360789 +Node: Bug address1364390 +Node: Usenet1367959 +Node: Performance bugs1369172 +Node: Asking for help1372188 +Node: Maintainers1374175 +Node: Other Versions1375202 +Node: Installation summary1384806 +Node: Notes1386188 +Node: Compatibility Mode1386998 +Node: Additions1387820 +Node: Accessing The Source1388765 +Node: Adding Code1390296 +Node: New Ports1397407 +Node: Derived Files1401910 +Ref: Derived Files-Footnote-11407721 +Ref: Derived Files-Footnote-21407756 +Ref: Derived Files-Footnote-31408367 +Node: Future Extensions1408481 +Node: Implementation Limitations1409151 +Node: Extension Design1410393 +Node: Old Extension Problems1411553 +Ref: Old Extension Problems-Footnote-11413125 +Node: Extension New Mechanism Goals1413186 +Ref: Extension New Mechanism Goals-Footnote-11416656 +Node: Extension Other Design Decisions1416857 +Node: Extension Future Growth1419054 +Node: Notes summary1419674 +Node: Basic Concepts1420884 +Node: Basic High Level1421569 +Ref: figure-general-flow1421851 +Ref: figure-process-flow1422553 +Ref: Basic High Level-Footnote-11425923 +Node: Basic Data Typing1426112 +Node: Glossary1429520 +Node: Copying1462399 +Node: GNU Free Documentation License1499957 +Node: Index1525080 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index 2ed5f13..1b758db 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -37082,12 +37082,12 @@ as a sort of ``wildcard'' request. @item Requesting an @code{AWK_STRING} causes @command{gawk} to convert any -scalar value to a string result, and that is what is retuned. +scalar value to a string result, and that is what is returned. @item Requesting an @code{AWK_NUMBER} causes @command{gawk} to convert any scalar value, except for a regexp, to a numeric result, and -that is what is retuned. +that is what is returned. Conversion between string and number in the API thus parallels how @command{gawk} behaves in running code. diff --git a/doc/it/ChangeLog b/doc/it/ChangeLog index 1cd1420..25fe7f6 100755 --- a/doc/it/ChangeLog +++ b/doc/it/ChangeLog @@ -1,3 +1,7 @@ +2023-12-26 Antonio Giovanni Colombo <azc100@gmail.com> + + * gawk.texi: Updated. + 2023-12-04 Antonio Giovanni Colombo <azc100@gmail.com> * gawk.texi: Updated. diff --git a/doc/it/gawk.texi b/doc/it/gawk.texi index 66abc9c..c9e5ad9 100644 --- a/doc/it/gawk.texi +++ b/doc/it/gawk.texi @@ -84,12 +84,7 @@ @set SECTIONS sezioni @set SUBSECTION sottosezione @set SUBSECTIONS sottosezioni -@ifclear SMALLPRINT @set DARKCORNER @inmargin{@image{lflashlight,1cm}, @image{rflashlight,1cm}} -@end ifclear -@ifset SMALLPRINT -@set DARKCORNER @inmargin{@image{lflashlight,0.7cm}, @image{rflashlight,0.7cm}} -@end ifset @set COMMONEXT (e.c.) @set PAGE pagina @end iftex @@ -480,26 +475,12 @@ URL: @uref{http://www.pluto.it/ildp}@* @w{ } @sp 9 -@ifclear SMALLPRINT @center @i{Ai miei genitori, per il loro amore, e per lo splendido esempio che mi hanno dato.} @sp 1 @center @i{A mia moglie, Miriam, per avermi reso completo. Grazie per aver costruito la tua vita insieme a me.} @sp 1 @center @i{Ai nostri figli, Chana, Rivka, Nachum e Malka, per aver arricchito le nostre vite in misura incalcolabile.} -@end ifclear - -@ifset SMALLPRINT -@center @i{Ai miei genitori, per il loro amore,} -@center @i{ e per lo splendido esempio che mi hanno dato.} -@sp 1 -@center @i{A mia moglie, Miriam, per avermi reso completo.} @* -@center @i{ Grazie per aver costruito la tua vita insieme a me.} -@sp 1 -@center @i{Ai nostri figli, Chana, Rivka, Nachum e Malka,} -@center @i{per aver arricchito le nostre vite in misura incalcolabile.} -@end ifset - @sp 1 @w{ } @page @@ -1308,17 +1289,9 @@ Ai nostri figli Chana, Rivka, Nachum e Malka, per aver arricchito le nostre vite in misura incalcolabile. @end ifinfo -@ifset SMALLPRINT -@fonttextsize 10 -@end ifset - @summarycontents @contents -@ifset SMALLPRINT -@fonttextsize 11 -@end ifset - @node Introduzione3 @unnumbered Introduzione alla Terza Edizione @@ -18509,12 +18482,7 @@ concettualmente, se i valori degli elementi sono 8, @code{"pippo"}, @ifnotdocbook @float Figura,vettore-elementi @caption{Un vettore contiguo} -@ifset SMALLPRINT -@center @image{gawk-vettore-elementi, 11cm, , Un vettore contiguo} -@end ifset -@ifclear SMALLPRINT @center @image{gawk-vettore-elementi, , , Un vettore contiguo} -@end ifclear @end float @end ifnotdocbook @@ -39222,13 +39190,7 @@ Questo si pu@`o vedere in @inlineraw{docbook, <xref linkend="figura-carica-esten @ifnotdocbook @float Figura,figura-carica-estensione @caption{Caricamento dell'estensione} -@ifclear SMALLPRINT @center @image{gawk-api-figura1, , , Caricamento dell'estensione} -@end ifclear -@ifset SMALLPRINT -@center @image{gawk-api-figura1, 11cm, , Caricamento dell'estensione} -@end ifset - @end float @end ifnotdocbook @@ -39263,12 +39225,7 @@ Questo @`e shown in @inlineraw{docbook, <xref linkend="figura-registrare-una-nuo @ifnotdocbook @float Figura,figura-registrare-una-nuova-funzione @caption{Registrare una nuova funzione} -@ifclear SMALLPRINT @center @image{gawk-api-figura2, , , Registrare una nuova funzione} -@end ifclear -@ifset SMALLPRINT -@center @image{gawk-api-figura2, 11cm , , Registrare una nuova funzione} -@end ifset @end float @end ifnotdocbook @@ -39303,12 +39260,7 @@ Questo @`e mostrato in @inlineraw{docbook, <xref linkend="figura-chiamata-nuova- @ifnotdocbook @float Figura,figura-chiamata-nuova-funzione @caption{Chiamata della nuova funzione} -@ifclear SMALLPRINT @center @image{gawk-api-figura3, , , Chiamata della nuova funzione} -@end ifclear -@ifset SMALLPRINT -@center @image{gawk-api-figura3,11cm , , Chiamata della nuova funzione} -@end ifset @end float @end ifnotdocbook @@ -41186,12 +41138,15 @@ in @multitable @columnfractions .50 .50 @headitem @tab Tipo di valore reale @end multitable +@ignore +@c 12/2023: Texinfo.tex has morphed enough that this produces +@c bad output, so comment it out. @c 10/2014: Thanks to Karl Berry for this bit to reduce the space: @tex \vglue-1.1\baselineskip @end tex +@end ignore @c @multitable @columnfractions .166 .166 .198 .15 .15 .166 -@ifclear SMALLPRINT @multitable {Richiesto} {Indefinito} {Numero} {Numero} {Scalare} {Regexp} {Numero} {Vettore} {Indefinito} @headitem @tab @tab Stringa @tab Strnum @tab Numero @tab Regexp @tab Booleano @tab Vettore @tab Indefinito @item @tab @b{Stringa} @tab Stringa @tab Stringa @tab Stringa @tab Stringa @tab Stringa @tab false @tab false @@ -41204,24 +41159,6 @@ in @item @tab @b{Indefinito} @tab Stringa @tab Strnum @tab Numero @tab Regexp @tab Booleano @tab Vettore @tab Indefinito @item @tab @b{@dfn{Value cookie}} @tab false @tab false @tab false @tab false @tab false @tab false @end multitable -@end ifclear - -@ifset SMALLPRINT -@smallformat -@multitable {Rich.} {Indef.} {Num.} {Num.} {Scal.} {Regex.} {Num.} {Vett.} {Indef.} -@headitem @tab @tab Str. @tab Strn. @tab Num. @tab Regex. @tab Bool. @tab Vett. @tab Indef. -@item @tab @b{Str.} @tab Str. @tab Str. @tab Str. @tab Str. @tab Str. @tab false @tab false -@item @tab @b{Strn.} @tab false @tab Strn. @tab Strn. @tab false @tab false @tab false @tab false -@item @tab @b{Num.} @tab Num. @tab Num. @tab Num. @tab false @tab Num. @tab false @tab false -@item @b{Tipo} @tab @b{Regex.} @tab false @tab false @tab false @tab Regex. @tab Bool. @tab false @tab false -@item @b{Rich.} @tab @b{Bool.} @tab false @tab false @tab false @tab false @tab Bool. @tab false @tab false -@item @tab @b{Vett.} @tab false @tab false @tab false @tab false @tab false @tab Vett. @tab false -@item @tab @b{Scal.} @tab Scal. @tab Scal. @tab Scal. @tab Scal. @tab Scal. @tab false @tab false -@item @tab @b{Indef.} @tab Str. @tab Strn. @tab Num. @tab Regex. @tab Bool. @tab Vett. @tab Indef. -@item @tab @b{@dfn{Val. coo.}} @tab false @tab false @tab false @tab false @tab false @tab false -@end multitable -@end smallformat -@end ifset @end ifnotdocbook @end ifnotplaintext @ifplaintext @@ -41254,6 +41191,38 @@ in @end ifplaintext @end float +Ci sono alcune considerazioni di cui tener conto: + +@itemize @bullet +@item +Se si richiede il tipo @code{AWK_UNDEFINED}, la risposta @`e sempre +@dfn{true}, insieme al tipo effettivamente riscontrato per la +particolare variabile in questione. Si pu@`o considerare questo +caso come una specie di richiesta ``jolly''. + +@item +Se si richiede il tipo @code{AWK_STRING}, @command{gawk} converte +un valore scalare a una stringa, e questa @`e il valore restituito. + +@item +Se si richiede il tipo @code{AWK_NUMBER}, @command{gawk} converte +un valore scalare (tranne nel caso di una @dfn{regexp}, a un +valore numerico, e questo @`e il valore restituito. + +La conversione fra numero e stringa nelle funzioni API corrisponde +quindi al comportamento di @command{gawk} in un programma normale. + +@item +Le funzioni API @emph{non} fanno distinzione fra il tipo +@code{"undefined"} e il tipo @code{"unassigned"}, come restituiti +dalla funzione @code{typeof()} +(@pxref{Variabili di tipo dinamico in Gawk}). +In entrambi i casi viene restituito @code{AWK_UNDEFINED}. +@`E improbabile che questa differenza venga rimossa in futuro, +perch@'e la documentazione e il codice sorgente sono gi@`a +abbastanza complessi. +@end itemize + @node Accedere ai parametri @subsection Accedere ai parametri e aggiornarli @@ -41267,13 +41236,13 @@ passati all'estensione. Esse sono: Riempie la struttura @code{awk_value_t} puntata da @code{risultato} con l'argomento numero @code{count}. Restituisce @dfn{true} se il tipo dell'argomento corrisponde -a quello specificato in @code{wanted}, e @dfn{false} in caso contrario. +a quello specificato in @code{desiderato}, e @dfn{false} in caso contrario. In quest'ultimo caso, @code{risultato@w{->}val_type} indica il tipo effettivo dell'argomento (@pxref{table-value-types-returned}). La numerazione degli argomenti parte da zero: il primo argomento @`e il numero zero, il secondo @`e il numero uno, e cos@`{@dotless{i}} via. -@code{wanted} indica il tipo di valore atteso. +@code{desiderato} indica il tipo di valore atteso. @item awk_bool_t set_argument(size_t count, awk_array_t array); Converte un parametro di tipo indefinito in un vettore; ci@`o permette la @@ -41316,9 +41285,9 @@ Le funzioni sono le seguenti: Riempie la struttura @code{awk_value_t} puntata da @code{risultato} con il valore della variabile il cui nome @`e nella stringa @code{nome}, che @`e una normale stringa di caratteri C. -@code{wanted} indica il tipo di valore atteso. +@code{desiderato} indica il tipo di valore atteso. La funzione restituisce @dfn{true} se il tipo effettivo della variabile @`e quello -specificato in @code{wanted}, e @dfn{false} in caso contrario. +specificato in @code{desiderato}, e @dfn{false} in caso contrario. In quest'ultimo caso, @code{risultato>val_type} indica il tipo effettivo della variabile (@pxref{table-value-types-returned}). @@ -41758,8 +41727,8 @@ Restituisce @dfn{false} se si verifica un errore. @itemx @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ awk_value_t *risultato); Per il vettore rappresentato da @code{a_cookie}, restituisce in @code{*risultato} il valore dell'elemento il cui indice @`e @code{index}. -@code{wanted} specifica il tipo di valore che si vuole ritrovare. -Restituisce @dfn{false} se @code{wanted} non coincide con il tipo di dato o +@code{desiderato} specifica il tipo di valore che si vuole ritrovare. +Restituisce @dfn{false} se @code{desiderato} non coincide con il tipo di dato o se @code{index} non @`e nel vettore (@pxref{table-value-types-returned}). Il valore per @code{index} pu@`o essere numerico, nel qual caso @command{gawk} @@ -48765,12 +48734,7 @@ Le persone che si occupano delle varie versioni di @command{gawk} sono: @cindex G., Daniel Richard @cindex Robbins @subentry Arnold @cindex Zaretskii, Eli -@ifset SMALLPRINT -@multitable {MS-Windows} {123456789012345678901234567890123456789001234567890} -@end ifset -@ifclear SMALLPRINT @multitable {MS-Windows con MinGW} {123456789012345678901234567890123456789001234567890} -@end ifclear @item Unix e sistemi POSIX @tab Arnold Robbins, @EMAIL{arnold@@skeeve.com,arnold (chiocciola) skeeve (punto) com} @item MS-Windows con MinGW @tab Eli Zaretskii, @EMAIL{eliz@@gnu.org,eliz (chiocciola) gnu (punto) org} @@ -50292,12 +50256,7 @@ Si veda la @inlineraw{docbook, <xref linkend="figura-generica-flusso"/>}. @ifnotdocbook @float Figura,figura-generica-flusso @caption{Flusso generico di un programma} -@ifclear SMALLPRINT @center @image{gawk-programma-generico, , , Flusso generico di un programma} -@end ifclear -@ifset SMALLPRINT -@center @image{gawk-programma-generico, 11cm, , Flusso generico di un programma} -@end ifset @end float @end ifnotdocbook @@ -50342,12 +50301,7 @@ come si vede nella @inlineraw{docbook, <xref linkend="figura-flusso-elaborazione @ifnotdocbook @float Figura,figura-flusso-elaborazione @caption{Fasi di un programma generico} -@ifclear SMALLPRINT @center @image{gawk-flusso-elaborazione, , , Fasi di un programma generico} -@end ifclear -@ifset SMALLPRINT -@center @image{gawk-flusso-elaborazione, 11cm , , Fasi di un programma generico} -@end ifset @end float @end ifnotdocbook diff --git a/doc/wordlist b/doc/wordlist index 1a5b37d..cd766b6 100644 --- a/doc/wordlist +++ b/doc/wordlist @@ -131,6 +131,7 @@ Davide's Deifik Demaille Dinline +Dracones Drepper DrillBits Duman @@ -222,6 +223,7 @@ Haque Haris Hartholz Hasegawa +Hc Hermann Hoare's Hoijui's @@ -289,6 +291,7 @@ LINENO LXIX Langston LeBlanc +Lenox LibGCC Libmawk Libtool @@ -491,6 +494,7 @@ Strtonum Subarrays Sublicensing SunOS +Svnt SylvestersSequence TABs TEXTDOMAIN @@ -1067,6 +1071,7 @@ gettimeofday getuid gid gierd +gis github globalstate gmail |
