X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:from:to:date:message-id:subject :sender; q=dns; s=default; b=DEslCpIAYSWJEmIRsvU18s1Hw9Te5u0/nos K/h2YazSj9m6mLXkhgxWob3hjdS9VSDEod8WLoDkIddyKB4RuHNcm9ofmE8xDbeT NPGL3kgfS5SnXlgz10UO89YbAZwKPCtYkOT4wAlgnI4oMZRon+GcaZvc91wRH8Ul eEfdTfos= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:reply-to:from:to:date:message-id:subject :sender; s=default; bh=eU6okeR04vJqMgxhTTcXmfoJbF4=; b=ZUWNo1rdS wC/0mgi1zK+ZWSTirIiacJ3ZwNqy/MYdJijdlQiYFPSx+qOH7lfMjxm60eGBl/gP OjEvQeY+kICD1+6aEmV3du48cCuM7knd516TYpBnl1gNsTVD9W3HScJiESfRiryS K3jlj64xHHNsx10bgKOkS+MObNCL5+cJoc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=ALL_TRUSTED,BAYES_00,KAM_NUMSUBJECT autolearn=no version=3.3.1 spammy=announcement, HX-HELO:sk:localho, H*MI:cygwin, H*UA:Internet X-HELO: localhost.localdomain Reply-To: cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none From: Corinna Vinschen To: cygwin AT cygwin DOT com Date: Fri, 12 Apr 2019 17:44:10 +0200 Message-Id: Subject: [ANNOUNCEMENT] gawk 5.0.0-1 Sender: qmail alias The following packages have been uploaded to the Cygwin distribution: * gawk-5.0.0-1 This is a new upstream release. Changes from 4.2.1 to 5.0.0 --------------------------- 1. Support for the POSIX standard %a and %A printf formats has been added. 2. The test infrastructure has been greatly improved, simplifying the contents of test/Makefile.am and making it possible to generate pc/Makefile.tst from test/Makefile.in. 3. The regex routines have been replaced with those from GNULIB, allowing me to stop carrying forward decades of changes against the original ones from GLIBC. 4. Infrastructure upgrades: Bison 3.3, Automake 1.16.1, Gettext 0.19.8.1, makeinfo 6.5. 5. The undocumented configure option and code that enabled the use of non-English "letters" in identifiers is now gone. 6. The `--with-whiny-user-strftime' configuration option is now gone. 7. The code now makes some stronger assumptions about a C99 environment. 8. PROCINFO["platform"] yields a string indicating the platform for which gawk was compiled. 9. Writing to elements of SYMTAB that are not variable names now causes a fatal error. THIS CHANGES BEHAVIOR. 10. Comment handling in the pretty-printer has been reworked almost completely from scratch. As a result, comments in many corner cases that were previously lost are now included in the formatted output. 11. Namespaces have been implemented! See the manual. One consequence of this is that files included with -i, read with -f, and command line program segments must all be self-contained syntactic units. E.g., you can no longer do something like this: gawk -e 'BEGIN {' -e 'print "hello" }' 12. Gawk now uses the locale settings for ignoring case in single byte locales, instead of hardwiring in Latin-1. 13. A number of bugs, some of them quite significant, have been fixed. See the ChangeLog for details. Have fun, Corinna -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple