Go to file
Stephan Kulow e61a73dc3c Accepting request 175550 from Base:System
- 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 (forwarded request 175250 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/175550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=28
2013-05-16 08:27:37 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=1 2006-12-18 23:16:01 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gawk?expand=0&rev=1 2006-12-18 23:16:01 +00:00
gawk-3.1.8.diff Accepting request 175250 from home:namtrac:branches:Base:System 2013-05-14 11:16:30 +00:00
gawk-4.0.0h.de.po.bz2 - Compress message catalog. 2012-01-30 15:17:38 +00:00
gawk-4.1.0.tar.gz Accepting request 175250 from home:namtrac:branches:Base:System 2013-05-14 11:16:30 +00:00
gawk.changes Accepting request 175250 from home:namtrac:branches:Base:System 2013-05-14 11:16:30 +00:00
gawk.spec Accepting request 175250 from home:namtrac:branches:Base:System 2013-05-14 11:16:30 +00:00
older-automake.diff Accepting request 175250 from home:namtrac:branches:Base:System 2013-05-14 11:16:30 +00:00