Opened 13 months ago
Closed 12 months ago
#5372 closed enhancement (fixed)
gawk-5.3.0
Reported by: | Douglas R. Reno | Owned by: | Xi Ruoyao |
---|---|---|---|
Priority: | normal | Milestone: | 12.1 |
Component: | Book | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description
New minor version
Change History (4)
comment:1 by , 13 months ago
comment:2 by , 13 months ago
We should remove libsigsegv from gawk external dependencies in the appendix.
comment:3 by , 12 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 12 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed:
- r12.0-87-g7a72a22f9 Merge tag 'xry111/update-20231113' into trunk
- r12.0-79-g1780e72d8 udev: Fix a small typo in command
- r12.0-85-ge07c41946 Package updates
- r12.0-84-gd490056b6 perl: Use TEST_JOBS=$(nproc) make test_harness for test suite
- r12.0-83-g3a8d1825c openssl: Add HARNESS_JOBS=$(nproc)
- r12.0-82-gc17a77452 automake: Do not use only 4 cores for testing if we have more
- r12.0-81-g95ebbb42b chroot: Set MAKEFLAGS and TESTSUITEFLAGS for parallelism
- r12.0-80-ga0a803c0b settingenviron: Set MAKEFLAGS for parallelism in ~lfs/.bashrc
- r12.0-79-ge70bf8f4f hostreqs: Bump Coreutils minimal version to 8.1 and check for nproc
Note:
See TracTickets
for help on using tickets.
Changes from 5.2.x to 5.3.0
PROCINFO["BUFFERPIPE"]
exists, then pipe output is buffered. You can also usePROCINFO["command", "BUFFERPIPE"]
. See the manual for details.