SHA256
1
0
forked from pool/gawk

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
This commit is contained in:
2011-08-10 09:55:56 +00:00
committed by Git OBS Bridge
parent 366b65f000
commit 090ef72840
5 changed files with 36 additions and 27 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Aug 10 03:58:24 UTC 2011 - crrodriguez@opensuse.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 13:46:32 CEST 2011 - dmueller@suse.de