pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/m4
Module Name: pkgsrc
Committed By: wiz
Date: Mon Apr 20 09:57:38 UTC 2009
Modified Files:
pkgsrc/devel/m4: Makefile PLIST distinfo
Removed Files:
pkgsrc/devel/m4/patches: patch-aa patch-ac patch-ad
Log Message:
Update to 1.4.13. Set LICENSE (gnu-gpl-v3).
* Noteworthy changes in Version 1.4.13 (2009-04-01) [stable]
Released by Eric Blake, based on git version 1.4.12.*
** The manual is now distributed under the terms of FDL 1.3.
** The `divert' and `undivert' builtins have been made more efficient
when using temporary files for large diversions.
** The `translit' builtin has been made more efficient when the second
argument is short.
** The input engine has been optimized for faster processing.
** The command line option `--debugfile', introduced in 1.4.7, now
treats its argument as optional, in order to allow setting the debug
output back to stderr when used without an argument; and order is now
significant with respect to command line files. You must therefore use
`m4 --debugfile=trace file', not `m4 file --debugfile trace'. This
change does not affect the deprecated `-o'/`--error-output' option.
** The `syscmd' and `esyscmd' builtins can be configured to use an
alternate shell, via the new `configure' option `--with-syscmd-shell'.
** A number of portability improvements inherited from gnulib.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/m4/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/m4/PLIST
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/m4/distinfo
cvs rdiff -u -r1.11 -r0 pkgsrc/devel/m4/patches/patch-aa
cvs rdiff -u -r1.8 -r0 pkgsrc/devel/m4/patches/patch-ac
cvs rdiff -u -r1.5 -r0 pkgsrc/devel/m4/patches/patch-ad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index