Changelog for
gawk-4.1.0-3.35.x86_64.rpm :
Mon May 13 14:00:00 2013 idonmezAATTsuse.com
- 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
Tue Mar 26 13:00:00 2013 mmeisterAATTsuse.com
- Added url as source.
Please see http://en.opensuse.org/SourceUrls
Thu Dec 13 13:00:00 2012 jengelhAATTinai.de
- Remove unneded %clean section
Fri Sep 7 14:00:00 2012 cooloAATTsuse.com
- add explicit buildrequire makeinfo
Wed Apr 4 14:00:00 2012 tabrahamAATTnovell.com
- Update to version 4.0.1
* completed the implementation of Rational Range Interpretation
* failure to get the group set is no longer a fatal error
* lots of minor bugs fixed and portability clean-ups
- refreshed gawk-3.1.8.diff
- removed gawk-revert-gsub-gawk3.patch deprecated by this release
Wed Feb 8 13:00:00 2012 rschweikertAATTsuse.com
- keep binaries in /usr tree {UsrMerge project)
Mon Jan 30 13:00:00 2012 pthAATTsuse.de
- Compress message catalog.
Mon Jan 30 13:00:00 2012 pthAATTsuse.de
- Use latest german message catalog.
- Call update-po as part of package build.
Fri Dec 2 13:00:00 2011 cfarrellAATTsuse.com
- license update: GPL-3.0+
gawk is GPL-3.0+ in 4.0.0
Thu Dec 1 13:00:00 2011 cooloAATTsuse.com
- add automake as buildrequire to avoid implicit dependency
Tue Sep 27 14:00:00 2011 idonmezAATTsuse.com
- Revert sub/gsub behavior to that of gawk 3.x. Upstream commit
16de770359370224129f23df745178efe518c02c
Wed Aug 10 14:00:00 2011 crrodriguezAATTopensuse.org
- 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
Tue Apr 19 14:00:00 2011 dmuellerAATTsuse.de
- 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.
Mon Jun 28 14:00:00 2010 jengelhAATTmedozas.de
- use %_smp_mflags
Tue Feb 16 13:00:00 2010 guido+opensuse.orgAATTberhoerster.name
- use update-alternatives
Tue Nov 3 13:00:00 2009 cooloAATTnovell.com
- updated patches to apply with fuzz=0