.\"
.\"     cook - file construction tool
.\"     Copyright (C) 1999, 2004, 2007, 2008, 2010 Peter Miller
.\"
.\"     This program is free software; you can redistribute it and/or modify
.\"     it under the terms of the GNU General Public License as published by
.\"     the Free Software Foundation; either version 3 of the License, or
.\"     (at your option) any later version.
.\"
.\"     This program is distributed in the hope that it will be useful,
.\"     but WITHOUT ANY WARRANTY; without even the implied warranty of
.\"     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\"     GNU General Public License for more details.
.\"
.\"     You should have received a copy of the GNU General Public License
.\"     along with this program. If not, see
.\"     <http://www.gnu.org/licenses/>.
.\"
.TP 2n
.if n *
.if t \(bu
Numerous portability problems have been fixed in the configure and build.
.TP 2n
.if n *
.if t \(bu
.\" change 20
A bug has been fixed which prevented Cook from working correctly when
run by some versions of \fIcron\fP(8) and \fIat\fP(1).
.TP 2n
.if n *
.if t \(bu
.\" change 18
There is a new \fIcook_bom --ignore\fP option, allowing you to nominate
file patterns that you don't want in the file lists.
.TP 2n
.if n *
.if t \(bu
.\" change 16
There is a new [__FUNCTION__] variable, which contains the name of the
executing function, which suppliments the existing [__FILE__] and
[__LINE__] variables.
.TP 2n
.if n *
.if t \(bu
.\" change 12
Functions now have local variables, just put the word \f[CW]local\fP
on the left-hand-side of the first assignment.  Local variables are
reentrant and thread-safe.
.\" ------------------------------------------------------------------------
.\" Place all new text above this line.
.SS Version 2.10 (1999-Sep-06)