pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/mawk



Module name:    wip
Committed by:   cheusov
Date:           Mon Dec 21 20:38:53 UTC 2009

Modified Files:
        wip/mawk: Makefile distinfo

Log Message:

Update to the latest upstream release 1.3.4

Changes:

    20091220 
        + bump version to 1.3.4

        + update INSTALL and README files.

        + improve configure checks for math library.

          + change test for NaN to use sqrt() rather than log() to work around
            cygwin's partly broken math functions.

          + add/use isnanf() to work around other breakage in cygwin math
            functions.

          + add configure check for _XOPEN_SOURCE, etc., needed to define
            proper function pointer for sigaction, e.g., on Tru64.

          + add check for sigaction function pointer, whose POSIX form is
            absent from the cygwin header.

        + extend MAWKBINMODE, adding a third bit which when set will suppress
          the change for RS or ORS to use CR/LF rather than LF.  This is used
          for MinGW to make the "check" rule in a build work, for instance.

        + add configure check for functions used for pipe/system calls, e.g.,
          for MinGW where these are absent.

        + add runtime check for floating-point underflow exceptions

        + fix an old 1.3.3 bug in re_split(), which did not check properly for
          the end of buffer; this broke on Tru64.

        + drop obsolete config-user, v7 and atarist subdirectories

        + improve configure checks for sigaction, making the definitions used
          in fpe_check.c consistent with matherr.c

        + build fixes for AIX, Tru64.

        + add configure check for 'environ'.

        + remove redundant setlocale() calls; only LC_CTYPE and LC_NUMERIC
          are used.

    20091213
        + add makedeps.sh script to aid in updating object dependencies in
          Makefile.in

        + use "mkdir -p" rather than mkdirs.sh (suggested by Aleksey Cheusov).

        + reformatted this file, to simplify extraction of contributor names.

        + update config.guess and config.sub

        > patches by Jonathan Nieder:

        + modify CF_DISABLE_ECHO autoconf macro to ensure that command lines
          in Makefile.in begin with a tab.

        + the makefile does not use $(MAKE); remove the SET_MAKE substitution.

        + add some files to the "make clean" rule, in case make gets
          interrupted in the middle of a rule.

        + add a maintainer-clean rule to the makefile, to remove files which
          could be regenerated.

        + fix an unescaped "-" in man/mawk.1

        + remove an unneeded cast in bi_funct.c

        + fix an unused parameter warning in matherr.c

        + drop unused line_no parameter from compile_error() and its callers.

        + convert makescan.c to ANSI C, do further cleanup of that file.

        + split-out scancode.h from scan.h


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/mawk/Makefile wip/mawk/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mawk/Makefile?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/mawk/distinfo?r1=1.2&r2=1.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index