2025-02-23 19:27:49 +01:00
|
|
|
Changes in version 1.13:
|
2025-02-23 19:07:50 +01:00
|
|
|
|
2025-02-23 19:27:49 +01:00
|
|
|
File diagnostics have been reformatted as 'PROGRAM: FILE: MESSAGE'.
|
|
|
|
|
|
|
|
Diagnostics caused by invalid arguments to command-line options now show the
|
|
|
|
argument and the name of the option.
|
|
|
|
|
2025-02-23 19:28:03 +01:00
|
|
|
The option '-o, --output' now preserves dates, permissions, and ownership of
|
|
|
|
the file when (de)compressing exactly one file.
|
|
|
|
|
2025-02-23 19:27:49 +01:00
|
|
|
The variable MAKEINFO has been added to configure and Makefile.in.
|
|
|
|
|
|
|
|
It has been documented in INSTALL that when choosing a C standard, the POSIX
|
|
|
|
features need to be enabled explicitly:
|
|
|
|
./configure CFLAGS+='--std=c99 -D_XOPEN_SOURCE=500'
|