diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | doc/gawk.1 | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -23,6 +23,9 @@ Changes from 4.0.1 to 4.1 5. A number of facilities from xgawk have been merged in! 6. The dynamic extension interface has been completely redone! See the doc. + +7. The and(), or() and xor() functions now take any number of arguments, + with a minimum of two. Changes from 4.0.1 to 4.0.2 --------------------------- @@ -3886,7 +3886,7 @@ We thank him. .SH COPYING PERMISSIONS Copyright \(co 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2007, 2009, -2010, 2011 +2010, 2011, 2012 Free Software Foundation, Inc. .PP Permission is granted to make and distribute verbatim copies of |