Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gawk-5.3.0-slfo.1.1.6 RPM for s390x

From OpenSuSE Leap 16.0 for s390x

Name: gawk Distribution: SUSE Linux Framework One
Version: 5.3.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.6 Build date: Fri Jun 14 19:20:12 2024
Group: Productivity/Text/Utilities Build host: s390zl33
Size: 4249229 Source RPM: gawk-5.3.0-slfo.1.1.6.src.rpm
Packager: https://www.suse.com/
Url: https://www.gnu.org/software/gawk/
Summary: Domain-specific language for text processing
AWK is a domain-specific language designed for text processing and
typically used as a data extraction and reporting tool.

GNU awk is upwardly compatible with the System V Release 4 awk.  It is
almost completely POSIX 1003.2 compliant.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Sat Nov 04 2023 andreas.stieger@gmx.de
  - Update to 5.3.0:
    * Built-in CSV file parsing (--csv)
    * Support a new \u escape sequence for specifying code points in
      multi-byte encodings
    * Pipe output is buffered if PROCINFO["BUFFERPIPE"] exists
* Sat May 13 2023 Andreas.Stieger@gmx.de
  - enable profiling
* Tue May 09 2023 andreas.stieger@gmx.de
  - Update to gawk 5.2.2
    * will now diagnose if a heap file was created with a different
      setting of -M/--bignum than in the current invocation and exit
      with a fatal message if so.
    * no longer "leaks" its free list of NODEs in the heap file,
      resulting in much more efficient usage of persistent storage
    * PROCINFO["pma"] exists if the PMA allocator is compiled into
      gawk. Its value is the PMA version.
    * The time extension is no longer deprecated. The strptime()
      function from gawkextlib's timex extension has been added to
      it.
    * Better information is passed to input parsers for when they
      want to decide whether or not to take control of a file.
    * The various PNG files are now installed for Info and HTML
    * Bug fixes and developer visible fixes
* Tue Dec 27 2022 lnussel@suse.com
  - Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Wed Nov 23 2022 schwab@suse.de
  - Update to gawk 5.2.1
    * Issues related to the sign of NaN and Inf values on RiscV have
      been fixed
    * A few issues with the debugger have been fixed.
    * More subtle issues with untyped array elements being passed to
      functions have been fixed.
    * The rwarray extension's readall() function has had some bugs fixed.
    * The PMA allocator is now supported on FreeBSD, OpenBSD and Linux on
      S/390x.
  - double-free.patch, pma.patch, nan-sign.patch: Removed
* Sat Sep 24 2022 schwab@suse.de
  - double-free.patch: Yet another fix for Node_elem_new
* Tue Sep 20 2022 schwab@suse.de
  - double-free.patch: Fix Node_elem_new op, replacing upref.patch
  - pma.patch: Replace with upstream solution
  - nan-sign.patch: Fix negative NaN issue on RiscV, replacing
    nan-tests.patch
* Tue Sep 13 2022 schwab@suse.de
  - upref.patch: Add missing UPREF
* Mon Sep 05 2022 schwab@suse.de
  - Update to gawk 5.2.0
    * Numeric scalars now compare in the same way as C for the relational
      operators. Comparison order for sorting has not changed
    * If the AWK_HASH environment variable is set to "fnv1a" gawk will
      use the FNV1-A hash function for associative arrays
    * There is now a new function, mkbool(), that creates Boolean-typed
      values
    * As BWK awk has supported interval expressions since 2019, they are
      now enabled even if --traditional is supplied
    * The rwarray extension has two new functions, writeall() and readall()
    * The new `gawkbug' script should be used for reporting bugs
    * The manual page (doc/gawk.1) has been considerably reduced in size
    * Gawk now supports Terence Kelly's "persistent malloc" (pma),
      allowing gawk to preserve its variables, arrays and user-defined
      functions between runs
    * Some subtle issues with untyped array elements being passed to
      functions have been fixed
    * Syntax errors are now immediately fatal
  - gawk-5.1.1-Disable-racy-test-in-test-iolint.awk.patch: removed
  - pma.patch: Handle hole bigger than half the address space
  - nan-tests.patch: fix non-portable NaN tests
* Sun Nov 14 2021 andreas.stieger@gmx.de
  - disable racy iolint tests boo#1192521
    add gawk-5.1.1-Disable-racy-test-in-test-iolint.awk.patch
* Sat Nov 06 2021 schwab@suse.de
  - Add readline-devel to enable readline support in the debugger
  - Add mpfr-devel to enable support for MPFR mode
* Sun Oct 31 2021 andreas.stieger@gmx.de
  - GNU awk 5.1.1
    * asort and asorti now allow FUNCTAB and SYMTAB as the first
      argument if a second destination array is supplied. Similarly,
      using either array as the second argument is now a fatal error.
      Additionally, using either array as the destination for split(),
      match(), etc. also causes a fatal error.
    * The new -I/--trace option prints a trace of the byte codes as
      they are executed.
    * A number of subtle bugs relating to MPFR mode that caused
      differences between regular operation and MPFR mode have been
      fixed.
    * The API now handles MPFR/GMP values slightly differently,
      requiring different memory management for those values.
    * $0 and the fields are now cleared before starting a BEGINFILE
      rule.
    * Handling of Infinity and NaN values has been improved
    * The "no effect" lint warnings have been fixed up and now behave
      more sanely.
    * The behavior of strongly-typed regexp constants when passed as
      the third argument to sub() or gsub() has been clarified in the
      code and in the manual.
    * Similar to item #4 above, division by zero is now fatal in MPFR
      mode, as it is in regular mode.
* Thu Sep 23 2021 manfred99@gmx.ch
  - remove update-alternatives support, as on linux systems GNU software
      (i.e. gawk in this case) is usually considered the default implementation.
  - use %make macros
* Thu Feb 04 2021 lnussel@suse.de
  - fix update-alternatives usage. Needs to be in %postun according to
    https://en.opensuse.org/openSUSE:Packaging_Multiple_Version_guidelines#update-alternatives_mechanism
* Mon Dec 14 2020 lnussel@suse.de
  - prepare usrmerge (boo#1029961)
  - remove use of obsolete %install_info
* Wed Apr 15 2020 info@paolostivanin.com
  - Update to 5.1.0:
    * The major version of the API is bumped to 3, something that should
      have happened at the 5.0.0 release but didn't.
    * A number of memory leak issues have been fixed.
    * Infrastructure upgrades: Bison 3.5.4, Texinfo 6.7, Gettext 0.20.1,
      Automake 1.16.2.
    * The indexing in the manual has been thoroughly revised, in particular
      making use of the facilities in Texinfo 6.7.  That version (or newer)
      must be used to format the manual.
    * MSYS2 is now supported out-of-the-box by configure.
    * Several bugs have been fixed.  See the ChangeLog for details.
  - Removed gawk-inplace-namespace-part3.patch
  - Removed gawk-inplace-namespace-part1.patch
  - Removed gawk-inplace-namespace-part2.patch
* Tue Oct 22 2019 ngompa13@gmail.com
  - Fix typo in Summary
  - Stop overriding %_libexecdir with %_libdir
* Tue Oct 22 2019 i.gnatenko.brain@gmail.com
  - Fix the backward compatibility of the inplace extension:
    * Add gawk-inplace-namespace-part1.patch
    * Add gawk-inplace-namespace-part2.patch
    * Add gawk-inplace-namespace-part3.patch
  - Run autoreconf as part of the build process
* Tue Aug 27 2019 jengelh@inai.de
  - Upgrade descriptions.
* Mon Aug 12 2019 andreas.stieger@gmx.de
  - GNU awk 5.0.1:
    * Sandbox mode now disallows assigning new filename values in
      ARGV that were not there when gawk was invoked
    * The new argument "no-ext" to --lint disables "XXX is a gawk
      extension" lint warnings
  - possibly incompatible changes in 5.0.0:
    * Add support for the POSIX standard %a and %A printf formats
    * Replace regex routines with those from GNULIB
    * PROCINFO["platform"] yields a string indicating the platform for
      which gawk was compiled.
    * Writing to elements of SYMTAB that are not variable names now
      causes a fatal error
    * New comment handling in the pretty-printer
    * Namespaces have been implemented. Files included with -i, read
      with -f, and command line program segments must all be self-
      contained syntactic units.
    * now uses the locale settings for ignoring case in single byte
      locales, instead of hardwiring in Latin-1
* Mon Feb 26 2018 astieger@suse.com
  - GNU awk 4.2.1:
    * documentation updates
    * In MPFR mode, When ROUNDMODE changes, string values for
      numerically type values will be redone
    * various bug fixes
    * drop fold-string.patch, upstream
  - Use %license (boo#1082318)
* Sat Oct 21 2017 schwab@linux-m68k.org
  - fold-string.patch: Don't fold constant strings if either is translatable
* Thu Oct 19 2017 schwab@linux-m68k.org
  - Update to gawk 4.2.0
    * If not in POSIX mode, changes to ENVIRON are reflected into
      gawk's environment
    * The series of numbers returned by rand() should now be "more
      random" than previously
    * Multiple changes related to the pretty printer
    * The igawk script and igawk.1 man page are no longer installed
    * Gawk now processes a maximum of two hexadecimal digits in \x
      escape sequences inside strings
    * Setting PROCINFO["redirection", "NONFATAL"] to true makes I/O
      errors for "redirection" not fatal
    * Gawk now supports retryable I/O via PROCINFO[input-file, "RETRY"]
    * Revisions in the POSIX standard remove the special case for POSIX
      mode when FS = " " where newline was not a field separator
    * Gawk now supports strongly typed regexp constants
    * The new typeof() function can be used to indicate if a variable or
      array element is an array, regexp, string or number
    * Optimizations are now enabled by default
    * Passing negative operands to any of the bitwise functions now
      produces a fatal error
    * The mktime function now accepts an optional second argument
    * The FIELDWIDTHS parsing syntax has been enhanced to allow specifying
      how many characters to skip before a field starts
    * The PROCINFO["argv"] array records all of gawk's command line arguments
      as gawk received them
  - gawk_ppc64le_ignore_transient_test_time_failure.patch: removed
* Wed Oct 11 2017 astieger@suse.com
  - also ignore transient test time failure on ppc64
* Mon Apr 10 2017 josef.moellers@suse.com
  - Added an explicit rpmlint rule to keep one file (gawkapi.h)
    from requiring a separate package.
    [+gawk.rpmlintrc]
* Mon Sep 05 2016 astieger@suse.com
  * GNU awk 4.1.4:
    * z/OS support updated
    * debugger improvements
    * return value of system() enhanced to convey more information
    * two-way pipe handling improved
    * The -d option now allows -d- to print to standard output.
    * The DJGPP port is now officially deprecated.
* Wed May 04 2016 normand@linux.vnet.ibm.com
  - new gawk_ppc64le_ignore_transient_test_time_failure.patch
* Sat May 23 2015 astieger@suse.com
  - GNU awk 4.1.3:
    * Regexp parsing with extra brackets should now be working again.
    * Updated to latest config.guess and config.sub.
    * bug fixes
* Thu May 07 2015 astieger@suse.com
  - skip frequently failing and timing dependent test strftime
* Thu May 07 2015 mpluskal@suse.com
  - Correct info files scriplet handling section
  - Update info and update-alternatives requirements
* Sun May 03 2015 astieger@suse.com
  - GNU awk 4.1.2:
    * manual improved
    * The debugger's "restart" command now works again.
    * Redirected getline is now allowed inside BEGINFILE/ENDFILE.
    * A number of bugs have been fixed in the MPFR code.
    * Indirect function calls now work for both built-in and extension
      functions.
    * Built-in functions are now included in FUNCTAB.
    * In non-English locales, it was accidentally possible to use
      non-english letters for identifiers
    * The "where" command has been added to the debugger as an alias
      for "backtrace".
    * Gawk no longer explicitly checks the current directory after
      doing a path search of AWKPATH.
    * Infrastructure upgrades: Automake 1.15, Gettext 0.19.4,
      Libtool 2.4.6, Bison 3.0.4.
    * If a user-defined function has a parameter with the same name
      as another user-defined function, it is no longer possible to
      call the second function from inside the first.
    * POSIX requires that the names of function parameters not be the
      same as any of the special built-in variables and also not
      conflict with the names of any functions. Gawk has checked for
      the former since 3.1.7. With --posix, it now also checks for
      the latter.
    * The test suite should check for necessary locales and skip the
      tests where it matters if support isn't what it should be.
    * Gawk now expects to be compiled on a system with multibyte
      character support.
  - drop gawk-4.1.1-build-baddest.patch, upstream
* Sat May 03 2014 andreas.stieger@gmx.de
  - remove optional libsigsegv dependency
* Tue Apr 29 2014 andreas.stieger@gmx.de
  - GNU awk 4.1.1:
    * The "stat" extension now includes a "devbsize" element which
      indicates the units for the "nblocks" element.
    * A number of bugs in the pretty-printing / profiling code have
      been fixed.
    * The -O option now works again.
    * The --include option, documented since 4.0, now actually works.
    * Infrastructure updated to automake 1.13.4, bison 3.0.2, and
      libtool 2.4.2.418.
    * The configure script now accepts a --disable-extensions option,
      which disables checking for and building the extensions.
    * The API now provides functions pointers for malloc(), calloc(),
      realloc() and free(), to insure that the same memory allocation
      functions are always used. This bumps the minor version by one.
    * The printf quote flag now works correctly in locales with
      a different decimal point character but without a thousands
      separator character. If the thousands separator is a string,
      it will be correctly added to decimal numbers.
    * The readfile extension now has an input parser that will read
      whole files as a single record.
  - packaging changes:
    * remove added German po file and scanning of translations
    * remove profiling, fixing warning make-check-outside-check-section
    * remove autoreconf call
    * drop gawk-3.1.8.diff
    * drop older-automake.diff, not required for factory
    * build with libsigsegv
    * no not regenerate info pages
    * add gawk-4.1.1-build-baddest.patch required for install
    * switch to xz tarball
    * verify source signature
* Sat Feb 08 2014 gber@opensuse.org
  - adjust update-alternative usage to packaging policy
    (see http://lists.opensuse.org/opensuse-packaging/2014-02/msg00024.html)
* Mon May 13 2013 idonmez@suse.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 2013 mmeister@suse.com
  - Added url as source.
    Please see http://en.opensuse.org/SourceUrls
* Thu Dec 13 2012 jengelh@inai.de
  - Remove unneded %clean section
* Fri Sep 07 2012 coolo@suse.com
  - add explicit buildrequire makeinfo
* Wed Apr 04 2012 tabraham@novell.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 08 2012 rschweikert@suse.com
  - keep binaries in /usr tree {UsrMerge project)
* Mon Jan 30 2012 pth@suse.de
  - Compress message catalog.
* Mon Jan 30 2012 pth@suse.de
  - Use latest german message catalog.
  - Call update-po as part of package build.
* Fri Dec 02 2011 cfarrell@suse.com
  - license update: GPL-3.0+
    gawk is GPL-3.0+ in 4.0.0
* Thu Dec 01 2011 coolo@suse.com
  - add automake as buildrequire to avoid implicit dependency
* Tue Sep 27 2011 idonmez@suse.com
  - Revert sub/gsub behavior to that of gawk 3.x. Upstream commit
    16de770359370224129f23df745178efe518c02c
* Wed Aug 10 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 2011 dmueller@suse.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 2010 jengelh@medozas.de
  - use %_smp_mflags
* Tue Feb 16 2010 guido+opensuse.org@berhoerster.name
  - use update-alternatives
* Tue Nov 03 2009 coolo@novell.com
  - updated patches to apply with fuzz=0
* Sat Feb 07 2009 schwab@suse.de
  - Rebuild broken info files.
* Mon Nov 12 2007 schwab@suse.de
  - Update to gawk 3.1.6.
    1. `gawk 'program' /non/existant/file' no longer core dumps.
    2. Too many people the world over have complained about gawk's use of the
      locale's decimal point for parsing input data instead of the traditional
      period.  So, even though gawk was being nicely standards-compliant, in
      a Triumph For The Users, gawk now only uses the locale's decimal point
      if --posix is supplied or if POSIXLY_CORRECT is set.  It is the sincere
      hope that this change will eliminate this FAQ from being asked.
    3. `gawk -v BINMODE=1 ...' works again.
    4. Internal file names like `/dev/user' now work again. (Note that these
      file names are obsolete and will go away eventually.)
    5. Problems with wide strings in non "C" locales have been straightened
      out everywhere.  (At least, we think so.)
    6. Use of `ansi2knr' is no longer supported. Please use an ANSI C compiler.
    7. Updated to Autoconf 2.61, Automake 1.10, and Gettext 0.16.1.
    8. The getopt* and regex* files were synchronized with current GLIBC CVS.
      See the ChangeLog for the versions and minor edits made.
    9. There are additional --lint-old warnings.
    10. Gawk now uses getaddrinfo(3) to look up names and IP addresses. This
      allows the use of an IPv6 format address and paves the way for
      eventual addition of `/inet6/...' and `/inet4/...' hostnames.
    11. We believe gawk to now be valgrind clean. At least when run against
      the test suite.
    12. A number of issues dealing with the formatting and printing of very
      large numbers in integer formats have been dealt with and fixed.
    13. Gawk now converts "+inf", "-inf", "+nan" and "-nan" into the corresponding
      magic IEEE floating point values. Only those strings (case independent)
      work.  With --posix, gawk calls the system strtod directly. You asked
      for it, you got it, you deal with it.
    14. Defining YYDEBUG enables the -D command line option.
    15. Gawk should now work out of the box on Tandem NSK/OSS systems.
    16. Lint messages rationalized: many more of the messages are now printed
      only once, instead of every time they are encountered.
    17. The strftime() function now accepts an optional third argument, which
      if non-zero or non-null, indicates that the time should be formatted
      as UTC instead of as local time.
    18. The precedence of concatenation and `| getline' (in something like
      "echo " "date" | getline stuff) has been reverted to the earlier
      behavior and now once again matches Unix awk.
    19. New configure time flag --disable-directories-fatal which causes
      gawk to silently skip directories on the command line.  This behavior
      is also enabled for --traditional, since it's what Unix awk does.
    20. A new option, --use-lc-numeric, forces use of the locale's decimal
      point without the rest of the draconian restrictions imposed by
    - -posix. This softens somewhat the stance taken in item #2.
    21. Everything relevant has been updated to the GPL 3.
    22. Array growth should be faster now, at no cost in space.
    23. Lots more tests.
    24. One new translation.
    25. Various bugs fixed, see the ChangeLog for details.
* Mon Oct 15 2007 schwab@suse.de
  - Update to gawk 3.1.5h.
* Fri May 25 2007 schwab@suse.de
  - Update to gawk 3.1.5g.
* Fri Sep 01 2006 schwab@suse.de
  - Drop doc subpackage.
* Mon Jul 24 2006 schwab@suse.de
  - Add multibyte patch.
* Wed Jul 05 2006 schwab@suse.de
  - Fix conversion error.
* Tue Jul 04 2006 schwab@suse.de
  - New version of last change.
* Sun Jun 18 2006 schwab@suse.de
  - Properly handle /dev/fd.
* Sat Mar 04 2006 schwab@suse.de
  - Add two wide string bug fixes.
* Thu Feb 09 2006 schwab@suse.de
  - Fix dfa generation of interval expressions [#148453].
* Thu Jan 26 2006 schwab@suse.de
  - Use %jobs.
* Wed Jan 25 2006 mls@suse.de
  - converted neededforbuild to BuildRequires
* Wed Nov 30 2005 schwab@suse.de
  - Fix length on strings with embedded NUL.
* Fri Oct 07 2005 schwab@suse.de
  - Fix off-by-one when processing FIELDWIDTHS.
* Fri Sep 02 2005 schwab@suse.de
  - Update to gaw 3.1.5.
* Wed May 25 2005 schwab@suse.de
  - Update flonum parsing patch.
* Fri Feb 11 2005 schwab@suse.de
  - Add libpng to neededforbuild.
* Wed Feb 02 2005 schwab@suse.de
  - Ignore exit code from pipes.
* Tue Sep 28 2004 schwab@suse.de
  - Fix parsing of floating point number that start with more than one
    zero.
* Sun Sep 19 2004 schwab@suse.de
  - Disable invalid shortcut in dfaexec [#44512].
  - Fix reading past EOF.
* Mon Aug 23 2004 schwab@suse.de
  - Update to gawk 3.1.4.
* Fri Aug 06 2004 schwab@suse.de
  - Use random from glibc [#43568].
* Thu Aug 05 2004 schwab@suse.de
  - Update to gawk 3.1.3l.
* Thu Jul 22 2004 schwab@suse.de
  - Fix int/long mismatch.
* Mon Apr 05 2004 schwab@suse.de
  - Disable non-POSIX strtod replacement [#38332].
* Fri Mar 12 2004 schwab@suse.de
  - Fix doc bug.
* Sat Jan 10 2004 adrian@suse.de
  - do not strip during install, let rpm do it
* Wed Jul 09 2003 schwab@suse.de
  - Update to gawk 3.1.3.
* Thu Jun 05 2003 jh@suse.de
  - Enable profile feedback
* Tue May 13 2003 schwab@suse.de
  - Add %defattr.
  - Fix file list.
* Thu Apr 24 2003 ro@suse.de
  - fix install_info --delete call and move from preun to postun
* Mon Apr 07 2003 schwab@suse.de
  - Only delete info entries when removing last version.
* Thu Mar 27 2003 schwab@suse.de
  - Update to gawk 3.1.2.
* Fri Feb 07 2003 schwab@suse.de
  - Fix spec file.
* Thu Feb 06 2003 schwab@suse.de
  - Use %install_info.
* Mon Nov 18 2002 schwab@suse.de
  - Add AM_GNU_GETTEXT_VERSION.
* Tue Sep 17 2002 ro@suse.de
  - removed bogus self-provides
* Mon Aug 05 2002 schwab@suse.de
  - Add fix for gsub.
* Mon Jul 29 2002 schwab@suse.de
  - Fix broken patch.
* Thu Jul 18 2002 schwab@suse.de
  - Add lint check for delete.
* Tue May 14 2002 schwab@suse.de
  - Add fix for memory leak in loops.
  - Add fix for side effects in split().
* Fri May 10 2002 schwab@suse.de
  - Update to gawk-3.1.1 (bugfix release).
* Tue Apr 09 2002 schwab@suse.de
  - Fix default AWKPATH.
* Sat Mar 30 2002 schwab@suse.de
  - Fix for new gettext.
* Sun Mar 17 2002 schwab@suse.de
  - Fix buffer overflow.
* Mon Feb 18 2002 schwab@suse.de
  - Workaround spurious limitation in regex matcher.
  - Fix bogus assertion in strtonum.
* Mon Jan 28 2002 schwab@suse.de
  - Add i18n patch.
* Fri Jan 11 2002 schwab@suse.de
  - Two more patches from the author:
    * Fix use of getgroups
    * Fix grammer in for statement.
* Fri Nov 30 2001 schwab@suse.de
  - Replace overrun patch with a better one.
  - Fix provides.
* Mon Nov 26 2001 schwab@suse.de
  - Use regex from libc again.
* Wed Nov 07 2001 schwab@suse.de
  - Fix memory overrun.
* Mon Nov 05 2001 schwab@suse.de
  - Fix lint checking and off-by-one error for printf.
* Fri Oct 05 2001 schwab@suse.de
  - Fix for memory corruption bug from author.
* Tue Sep 25 2001 schwab@suse.de
  - Don't set close-on-exec on standard fd (from author).
* Thu Aug 23 2001 schwab@suse.de
  - Fix for unary minus operator from author.
* Wed Aug 08 2001 schwab@suse.de
  - Fix for memory leak from author.
* Wed Jul 25 2001 schwab@suse.de
  - Fix for empty RS and and blank input from author.
* Mon Jul 16 2001 schwab@suse.de
  - Fix for index(foo, "") from author.
* Wed Jun 13 2001 schwab@suse.de
  - Include fix for allocation bug from author.
* Mon Jun 04 2001 schwab@suse.de
  - Update to 3.1.0.
* Sun May 13 2001 schwab@suse.de
  - Use included regex.c (#7953).
* Wed May 09 2001 cstein@suse.de
  - repacked sources with bzip2.
* Thu Apr 12 2001 schwab@suse.de
  - Add patch for \<\> from author.
* Tue Mar 20 2001 schwab@suse.de
  - Add parser patch from author.
* Thu Mar 08 2001 schwab@suse.de
  - Add two patches from author.
* Tue Oct 24 2000 schwab@suse.de
  - Rename subpackage gawkdoc to gawk-doc.
* Thu Sep 14 2000 schwab@suse.de
  - Add FIELDWIDTHS bug fix from arnold@skeeve.com.
* Tue Aug 08 2000 schwab@suse.de
  - Update to 3.0.6.
* Fri Jun 30 2000 schwab@suse.de
  - Fix handling of array indexes.
* Tue Jun 27 2000 schwab@suse.de
  - Update to 3.0.5.
* Tue May 09 2000 schwab@suse.de
  - Fix symlinks.
* Mon May 08 2000 schwab@suse.de
  - Switch to BuildRoot.
  - Move /usr/bin/{,g}awk to /bin.
* Thu Apr 06 2000 bk@suse.de
  - added suse autoconf update macro
* Tue Apr 04 2000 schwab@suse.de
  - Fix IGNORECASE bug.
* Fri Mar 31 2000 schwab@suse.de
  - Include more docs.
* Tue Feb 15 2000 schwab@suse.de
  - Fix parser bug.
* Tue Feb 15 2000 schwab@suse.de
  - Update config{guess,sub} to latest version.
* Tue Jan 18 2000 schwab@suse.de
  - /usr/{info,man} -> /usr/share/{info,man}
* Mon Sep 13 1999 bs@suse.de
  - ran old prepare_spec on spec file to switch to new prepare_spec.
* Fri Aug 27 1999 schwab@suse.de
  - specfile cleanup
  - run "make check"
  - use regex from libc
* Mon Jul 19 1999 florian@suse.de
  - update to gawk 3.0.4
* Thu Dec 10 1998 florian@suse.de
  - egcs miscompiles gawk, use gcc instead
* Fri Jul 17 1998 werner@suse.de
  - Use mktemp for igawk
* Wed May 13 1998 ro@suse.de
  - used dif from jurix-mirror (date Mar 7 1998)
  - some of the patches from gnu.utils.bug are still buggy. applied some new
    patches from the author Aharon Robbins to field.c.
* Mon Mar 02 1998 florian@suse.de
  - use a complete new patchkit from various bug-reports
    to gnu.utils.bug
* Wed Feb 04 1998 ro@suse.de
  - build gawkdoc from same specfile
* Thu Oct 09 1997 florian@suse.de
  - prepare for autobuild
* Fri Jul 18 1997 florian@suse.de
  - add bug-fixes from gnu.utils.bug
* Fri Jul 18 1997 florian@suse.de
  - add several patches from gnu.utils.bug
  - gawk should work with c-news again
* Tue May 20 1997 florian@suse.de
  - update to version 3.0.3
* Sun Apr 13 1997 florian@suse.de
  - add bug-fixes from gnu.utils.bugs
  - do not use /usr/libexec anymore
* Wed Jan 22 1997 florian@suse.de
  - update to version 3.0.2

Files

/etc/profile.d/gawk.csh
/etc/profile.d/gawk.sh
/usr/bin/awk
/usr/bin/gawk
/usr/bin/gawkbug
/usr/include/gawkapi.h
/usr/lib64/gawk
/usr/lib64/gawk/filefuncs.so
/usr/lib64/gawk/fnmatch.so
/usr/lib64/gawk/fork.so
/usr/lib64/gawk/inplace.so
/usr/lib64/gawk/intdiv.so
/usr/lib64/gawk/ordchr.so
/usr/lib64/gawk/readdir.so
/usr/lib64/gawk/readfile.so
/usr/lib64/gawk/revoutput.so
/usr/lib64/gawk/revtwoway.so
/usr/lib64/gawk/rwarray.so
/usr/lib64/gawk/time.so
/usr/libexec/awk
/usr/libexec/awk/grcat
/usr/libexec/awk/pwcat
/usr/share/awk
/usr/share/awk/assert.awk
/usr/share/awk/bits2str.awk
/usr/share/awk/cliff_rand.awk
/usr/share/awk/ctime.awk
/usr/share/awk/ftrans.awk
/usr/share/awk/getopt.awk
/usr/share/awk/gettime.awk
/usr/share/awk/group.awk
/usr/share/awk/have_mpfr.awk
/usr/share/awk/inplace.awk
/usr/share/awk/intdiv0.awk
/usr/share/awk/isnumeric.awk
/usr/share/awk/join.awk
/usr/share/awk/libintl.awk
/usr/share/awk/noassign.awk
/usr/share/awk/ns_passwd.awk
/usr/share/awk/ord.awk
/usr/share/awk/passwd.awk
/usr/share/awk/processarray.awk
/usr/share/awk/quicksort.awk
/usr/share/awk/readable.awk
/usr/share/awk/readfile.awk
/usr/share/awk/rewind.awk
/usr/share/awk/round.awk
/usr/share/awk/shellquote.awk
/usr/share/awk/strtonum.awk
/usr/share/awk/tocsv.awk
/usr/share/awk/walkarray.awk
/usr/share/awk/zerofile.awk
/usr/share/doc/packages/gawk
/usr/share/doc/packages/gawk/AUTHORS
/usr/share/doc/packages/gawk/ChangeLog
/usr/share/doc/packages/gawk/ChangeLog.0
/usr/share/doc/packages/gawk/ChangeLog.1
/usr/share/doc/packages/gawk/NEWS
/usr/share/doc/packages/gawk/POSIX.STD
/usr/share/doc/packages/gawk/README
/usr/share/info/gawk.info.gz
/usr/share/info/gawk_api-figure1.png
/usr/share/info/gawk_api-figure2.png
/usr/share/info/gawk_api-figure3.png
/usr/share/info/gawk_array-elements.png
/usr/share/info/gawk_general-program.png
/usr/share/info/gawk_process-flow.png
/usr/share/info/gawk_statist.jpg
/usr/share/info/gawkinet.info.gz
/usr/share/info/gawkworkflow.info.gz
/usr/share/info/pm-gawk.info.gz
/usr/share/licenses/gawk
/usr/share/licenses/gawk/COPYING
/usr/share/locale/bg/LC_MESSAGES/gawk.mo
/usr/share/locale/ca/LC_MESSAGES/gawk.mo
/usr/share/locale/da/LC_MESSAGES/gawk.mo
/usr/share/locale/de/LC_MESSAGES/gawk.mo
/usr/share/locale/es/LC_MESSAGES/gawk.mo
/usr/share/locale/fi/LC_MESSAGES/gawk.mo
/usr/share/locale/fr/LC_MESSAGES/gawk.mo
/usr/share/locale/id/LC_MESSAGES/gawk.mo
/usr/share/locale/it/LC_MESSAGES/gawk.mo
/usr/share/locale/ja/LC_MESSAGES/gawk.mo
/usr/share/locale/ko/LC_MESSAGES/gawk.mo
/usr/share/locale/ms/LC_MESSAGES/gawk.mo
/usr/share/locale/nl/LC_MESSAGES/gawk.mo
/usr/share/locale/pl/LC_MESSAGES/gawk.mo
/usr/share/locale/pt/LC_MESSAGES/gawk.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gawk.mo
/usr/share/locale/ro/LC_MESSAGES/gawk.mo
/usr/share/locale/sr/LC_MESSAGES/gawk.mo
/usr/share/locale/sv/LC_MESSAGES/gawk.mo
/usr/share/locale/uk/LC_MESSAGES/gawk.mo
/usr/share/locale/vi/LC_MESSAGES/gawk.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gawk.mo
/usr/share/man/man1/awk.1.gz
/usr/share/man/man1/gawk.1.gz
/usr/share/man/man1/gawkbug.1.gz
/usr/share/man/man1/pm-gawk.1.gz
/usr/share/man/man3/filefuncs.3am.gz
/usr/share/man/man3/fnmatch.3am.gz
/usr/share/man/man3/fork.3am.gz
/usr/share/man/man3/inplace.3am.gz
/usr/share/man/man3/ordchr.3am.gz
/usr/share/man/man3/readdir.3am.gz
/usr/share/man/man3/readfile.3am.gz
/usr/share/man/man3/revoutput.3am.gz
/usr/share/man/man3/revtwoway.3am.gz
/usr/share/man/man3/rwarray.3am.gz
/usr/share/man/man3/time.3am.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jul 18 00:41:20 2024