GNU awk
GNU awk is upwardly compatible with the System V Release 4 awk. It is
almost completely POSIX 1003.2 compliant.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/gawk && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
gawk-3.1.8.diff | 0000001289 1.26 KB | |
gawk-3.1.8.tar.bz2 | 0001984127 1.89 MB | |
gawk.changes | 0000019246 18.8 KB | |
gawk.spec | 0000003594 3.51 KB |
Revision 14 (latest revision is 57)
Sascha Peilicke (saschpe)
accepted
request 70607
from
Dirk Mueller (dirkmueller)
(revision 14)
- update to 3.1.8: * The zero flag no longer applies to %c and %s; apparently the standards changed at some point. * Failure to open a socket is no longer a fatal error. * dfa.h and dfa.c are now more-or-less in sync with GNU grep, for the first time in many years. * Gawk no longer includes its own copy of libsigsegv but it will use it if installed on the build system. The --disable-libsigsegv configure option is now gone. * The ' flag (%'d) is now just ignored on systems that can't support it. * Gawk now has support for z/OS (IBM S/390 architecture). * Gawk now handles multibyte strings better in [s]printf with field widths and such. * A getline from a directory is no longer fatal; instead it returns -1. * Per POSIX, special variable names (like FS) cannot be used as function parameter names. * The new -O / --optimize option enables simple constant folding on the parse tree during parsing. We hope that with time the number of optimizations will increase. * Lots of bug fixes, see the ChangeLog.
Comments 0