From 9a41a57fb5f6caf390d7fb1622d141437e513717 Mon Sep 17 00:00:00 2001 From: vittorio pinti Date: Mon, 20 Jul 2026 19:43:42 +0200 Subject: [PATCH 1/2] Update reference/zlib/functions/gzuncompress.xml Align signature with EN: max_length parameter, string|false return type. Closes #153 --- reference/zlib/functions/gzuncompress.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/zlib/functions/gzuncompress.xml b/reference/zlib/functions/gzuncompress.xml index d5898ca6c..4054e5bc6 100644 --- a/reference/zlib/functions/gzuncompress.xml +++ b/reference/zlib/functions/gzuncompress.xml @@ -1,5 +1,5 @@ - + gzuncompress @@ -8,9 +8,9 @@ &reftitle.description; - stringgzuncompress + stringfalsegzuncompress stringdata - intlength0 + intmax_length0 Questa funzione decomprime una stringa compressa. @@ -29,7 +29,7 @@ - length + max_length La lunghezza massima del dato da decomprimere. @@ -47,7 +47,7 @@ La funzione ritornerà un errore se il dato decompresso è più di 32768 volte la lunghezza dell'input compresso data - oppure se è maggiore del parametro opzionale length. + oppure se è maggiore del parametro opzionale max_length. From d29ca4f372aff88a7174113254a8c729646ab890 Mon Sep 17 00:00:00 2001 From: vittorio pinti Date: Mon, 20 Jul 2026 21:16:28 +0200 Subject: [PATCH 2/2] Add CREDITS line for original translator --- reference/zlib/functions/gzuncompress.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/zlib/functions/gzuncompress.xml b/reference/zlib/functions/gzuncompress.xml index 4054e5bc6..9bae92257 100644 --- a/reference/zlib/functions/gzuncompress.xml +++ b/reference/zlib/functions/gzuncompress.xml @@ -1,5 +1,6 @@ + gzuncompress