- Update to gawk 4.2.0
* If not in POSIX mode, changes to ENVIRON are reflected into
gawk's environment
* The series of numbers returned by rand() should now be "more
random" than previously
* Multiple changes related to the pretty printer
* The igawk script and igawk.1 man page are no longer installed
* Gawk now processes a maximum of two hexadecimal digits in \x
escape sequences inside strings
* Setting PROCINFO["redirection", "NONFATAL"] to true makes I/O
errors for "redirection" not fatal
* Gawk now supports retryable I/O via PROCINFO[input-file, "RETRY"]
* Revisions in the POSIX standard remove the special case for POSIX
mode when FS = " " where newline was not a field separator
* Gawk now supports strongly typed regexp constants
* The new typeof() function can be used to indicate if a variable or
array element is an array, regexp, string or number
* Optimizations are now enabled by default
* Passing negative operands to any of the bitwise functions now
produces a fatal error
* The mktime function now accepts an optional second argument
* The FIELDWIDTHS parsing syntax has been enhanced to allow specifying
how many characters to skip before a field starts
* The PROCINFO["argv"] array records all of gawk's command line arguments
as gawk received them
- gawk_ppc64le_ignore_transient_test_time_failure.patch: removed
OBS-URL: https://build.opensuse.org/request/show/535340
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=67
- Update to version 4.1.0
* The three executables gawk, pgawk, and dgawk, have been merged into
one, named just gawk.
* The new -i option (from xgawk) is used for loading awk library files.
* The new -l option (from xgawk) is used for loading dynamic extensions.
* The dynamic extension interface has been completely redone. There is
now a defined API for C extensions to use. A C extension acts like
a function written in awk, except that it cannot do everything that awk
code can. However, this allows interfacing to any facility that is
available from C.
* The "inplace" extension, built using the new facility, can be used to
simulate the GNU "sed -i" feature.
* The and(), or() and xor() functions now take any number of arguments,
with a minimum of two.
* New arrays: SYMTAB, FUNCTAB, and PROCINFO["identifiers"]. SYMTAB allows
indirect access to any defined variable or array; it is possible to
"walk" the symbol table, if that should be necessary.
- Refreshed gawk-3.1.8.diff
- Add older-automake.diff to support automake 1.12
OBS-URL: https://build.opensuse.org/request/show/175250
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=33
- Update to version 4.0.0 , important changes
* The special files /dev/pid, /dev/ppid, /dev/pgrpid and /dev/user are
now completely gone. Use PROCINFO instead.
* The POSIX 2008 behavior for `sub' and `gsub' are now the default.
* In POSIX mode, string comparisons use strcoll/wcscoll.
* Gawk now treats ranges of the form [d-h] as if they were in the C
OBS-URL: https://build.opensuse.org/request/show/78415
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=12
* 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.
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=10