Next | Query returned 92 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2013-10-19 21:47:39 by Benny Siegert | Files touched by this commit (4)
Log message:
Fix build on MirBSD.

The gawk developers added code to skip building the extensions on MirBSD
but inserted a syntax error. Also skip the extensions in the PLIST on MirBSD.
   2013-07-15 04:02:29 by Ryo ONODERA | Files touched by this commit (177)
Log message:
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
  are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
   2013-05-15 13:55:20 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
Changes from 4.0.2 to 4.1.0
---------------------------

1. The three executables gawk, pgawk, and dgawk, have been merged into
   one, named just gawk.  As a result:
        * The -R option is gone
        * Use -D to run the debugger. An optional file argument is a
          list of commands to run first.
        * Use -o to do pretty-printing only.
        * Use -p to do profiling.
   This considerably reduces gawk's "footprint" and eases the documentation
   burden as well.

2. Gawk now supports high precision arithmetic with MPFR.  The default is
   still double precision, but setting PREC changes things, or using
   the -M / --bignum options.  This support is not compiled in if the MPFR
   library is not available.

3. The new -i option (from xgawk) is used for loading awk library files.
   This differs from -f in that the first non-option argument is treated
   as a script.

4. The new -l option (from xgawk) is used for loading dynamic extensions.

5. 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.  This is a major development, see the doc, which has
   a nice shiny new chapter describing everything.

   This support is not compiled in if dynamic loading of shared libraries
   is not supported.

   The old extension mechanism is still supported for compatiblity, but
   it will most definitely be removed at the next major release.

6. The "inplace" extension, built using the new facility, can be used to
   simulate the GNU "sed -i" feature.

7. The and(), or() and xor() functions now take any number of arguments,
   with a minimum of two.

8. 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.

9. Support for building gawk with a cross compiler has been improved.

10. Infrastructure upgrades: bison 2.7.1, gettext 0.18.2.1, automake 1.13.1,
    libtool 2.4.2 for the extensions.
   2013-01-31 23:01:43 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
Changes 4.0.2:
1. Infrastructure upgrades: Autoconf 2.69, Automake 1.12.6, bison 2.7.
2. `fflush()', `nextfile', and `delete array' are all now part of POSIX.
3. fflush() behavior changed to match BWK awk and for POSIX - now both
   fflush() and fflush("") flush all open output redirections.
4. Various minor bug fixes and documentation updates.
   2012-12-06 12:42:05 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Add PKGGNUDIR support.
   2012-10-02 22:11:57 by Aleksej Saushev | Files touched by this commit (187)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-06-15 02:32:27 by Steven Drake | Files touched by this commit (2)
Log message:
Add readline option.

Bump PKGREVISION.
   2012-06-15 02:29:27 by Steven Drake | Files touched by this commit (2)
Log message:
Move pkg options to options.mk
   2012-05-31 12:44:31 by Filip Hajny | Files touched by this commit (2)
Log message:
Install a prefix-less symlink for 'awk' into ${PREFIX}/gnu/bin.
Bump PKGREVISION.
   2012-05-29 16:16:24 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 4.0.1:

Changes from 4.0.0 to 4.0.1
---------------------------

1. The default handling of backslash in sub() and gsub() has been reverted to
   the behavior of 3.1. It was silly to think I could break compatibility that
   way, even for standards compliance.

2. Completed the implementation of Rational Range Interpretation.

3. Failure to get the group set is no longer a fatal error.

4. Lots of minor bugs fixed and portability clean-ups along the way. See
   the ChangeLog for details.

Next | Query returned 92 messages, browsing 31 to 40 | Previous