[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-579
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-579-g871e6f0 |
Date: |
Fri, 06 Feb 2015 09:26:20 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk-4.1-stable has been updated
via 871e6f0348f8e6ee82a9ddcfcf8f88f4c818e4ae (commit)
via 0acf419f9452f9f8133214742818d379ef779244 (commit)
from 38162ad82080f1dd6f347fe2bc4e83478a7dc9c4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=871e6f0348f8e6ee82a9ddcfcf8f88f4c818e4ae
commit 871e6f0348f8e6ee82a9ddcfcf8f88f4c818e4ae
Author: Arnold D. Robbins <address@hidden>
Date: Fri Feb 6 11:25:10 2015 +0200
Update copyright dates.
diff --git a/awk.h b/awk.h
index cdac139..08c6891 100644
--- a/awk.h
+++ b/awk.h
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989, 1991-2014 the Free Software Foundation, Inc.
+ * Copyright (C) 1986, 1988, 1989, 1991-2015 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/gawkapi.c b/gawkapi.c
index fc6e159..3b49545 100644
--- a/gawkapi.c
+++ b/gawkapi.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2012-2014 the Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/main.c b/main.c
index b31c746..62f99a5 100644
--- a/main.c
+++ b/main.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989, 1991-2014 the Free Software Foundation, Inc.
+ * Copyright (C) 1986, 1988, 1989, 1991-2015 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
@@ -24,7 +24,7 @@
*/
/* FIX THIS BEFORE EVERY RELEASE: */
-#define UPDATE_YEAR 2014
+#define UPDATE_YEAR 2015
#include "awk.h"
#include "getopt.h"
diff --git a/symbol.c b/symbol.c
index cbfb1ed..d698299 100644
--- a/symbol.c
+++ b/symbol.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989, 1991-2013 the Free Software Foundation, Inc.
+ * Copyright (C) 1986, 1988, 1989, 1991-2015 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=0acf419f9452f9f8133214742818d379ef779244
commit 0acf419f9452f9f8133214742818d379ef779244
Author: Arnold D. Robbins <address@hidden>
Date: Fri Feb 6 11:24:52 2015 +0200
Edits in NEWS.
diff --git a/NEWS b/NEWS
index ba86e96..faeb461 100644
--- a/NEWS
+++ b/NEWS
@@ -21,8 +21,7 @@ Changes from 4.1.1 to 4.1.2
4. A number of bugs have been fixed in the MPFR code.
-5. Indirect function calls now work for both built-in and
- extension functions.
+5. Indirect function calls now work for both built-in and extension functions.
6. Built-in functions are now included in FUNCTAB.
@@ -46,7 +45,11 @@ Changes from 4.1.1 to 4.1.2
10. Infrastructure upgrades: Automake 1.15, Gettext 0.19.4, Libtool 2.4.5,
Bison 3.0.4.
-11. POSIX requires that the names of function parameters not be the
+11. If a user-defined function has a parameter with the same name as another
+ user-defined function, it is no longer possible to call the second
+ function from inside the first.
+
+12. POSIX requires that the names of function parameters not be the
same as any of the special built-in variables and also not conflict
with the names of any functions. Gawk has checked for the former
since 3.1.7. With --posix, it now also checks for the latter.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 9 ++++++---
awk.h | 2 +-
gawkapi.c | 2 +-
main.c | 4 ++--
symbol.c | 2 +-
5 files changed, 11 insertions(+), 8 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk-4.1-stable, updated. gawk-4.1.0-579-g871e6f0,
Arnold Robbins <=