Opened 5 months ago

Closed 5 months ago

#5692 closed enhancement (fixed)

gawk-5.3.2

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.4
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (2)

comment:1 by Bruce Dubbs, 5 months ago

Changes from 5.3.1 to 5.3.2

  1. The pretty printer now produces fewer spurious newlines; at the outermost level it now adds newlines between block comments and the block or function that follows them. The extra final newline is no longer produced.
  1. OpenVMS 9.2-2 x86_64 is now supported.
  1. On Linux and macos systems, the -no-pie linker flag is no longer required. PMA now works on macos systems with Apple silicon, and not just Intel systems.
  1. Still more subtle issues related to uninitialized array elements have been fixed.
  1. Associative arrays should now not grow quite as fast as they used to.
  1. The code and documentation are now consistent with each other with respect to path searching and adding .awk to the filename. Both are always done, even with --posix and --traditional.
  1. As usual, there have been several minor code cleanups and bug fixes. See the ChangeLog for details.

comment:2 by Bruce Dubbs, 5 months ago

Resolution: fixed
Status: newclosed

Fixed at commit d470cdb21c.

Note: See TracTickets for help on using tickets.