SHA256
3
0
forked from pool/gawk
Commit Graph

2 Commits

Author SHA256 Message Date
090ef72840 Accepting request 78415 from home:elvigia:branches:Base:System
- 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
2011-08-10 09:55:56 +00:00
2bcf2190bd - 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.

OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=10
2011-04-19 11:55:53 +00:00