[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1562-gc05461
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1562-gc054617 |
Date: |
Mon, 26 Oct 2015 06:00:27 +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, master has been updated
via c054617e777c435acafcdb7e89a3217cef60178e (commit)
via 49f7063d1efbba3f7a1c8d3e35b4a0f2f3395978 (commit)
via bd782f22c4c64b6c71274e93499161eaac5a2fc0 (commit)
via c011806606188670bdc1c78f054ed9c6144b425a (commit)
from 1fbfd8232d56c20045e0703f9ad59f07e5965c8a (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=c054617e777c435acafcdb7e89a3217cef60178e
commit c054617e777c435acafcdb7e89a3217cef60178e
Merge: 1fbfd82 49f7063
Author: Arnold D. Robbins <address@hidden>
Date: Mon Oct 26 08:00:17 2015 +0200
Merge branch 'gawk-4.1-stable'
diff --cc doc/ChangeLog
index fe5cb24,e424c80..3841a03
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@@ -1,7 -1,8 +1,12 @@@
+ 2015-10-26 Arnold D. Robbins <address@hidden>
+
+ * gawk.1: Put commas outside quoting in regexps to avoid
+ confusion. Thanks to Mike Frysinger <address@hidden>.
+
+2015-10-16 Arnold D. Robbins <address@hidden>
+
+ * awkcard.in: Fix tbl complaint.
+
2015-10-07 Arnold D. Robbins <address@hidden>
* texinfo.tex: Updated to a working version.
diff --cc test/id.ok
index ef68c42,ab9f639..7454a4f
--- a/test/id.ok
+++ b/test/id.ok
@@@ -1,75 -1,74 +1,75 @@@
- OFS -> scalar
- rand -> builtin
ARGC -> scalar
- dcgettext -> builtin
- gsub -> builtin
- PREC -> scalar
- match -> builtin
ARGIND -> scalar
- int -> builtin
- ERRNO -> scalar
ARGV -> array
- log -> builtin
- sprintf -> builtin
+ BINMODE -> scalar
+ CONVFMT -> scalar
+ ENVIRON -> array
+ ERRNO -> scalar
+ FIELDWIDTHS -> scalar
+ FILENAME -> scalar
+ FNR -> scalar
+ FPAT -> scalar
+ FS -> scalar
+ FUNCTAB -> array
+ IGNORECASE -> scalar
+ LINT -> scalar
+ NF -> scalar
+ NR -> scalar
+ OFMT -> scalar
+ OFS -> scalar
+ ORS -> scalar
+ PREC -> scalar
+ PROCINFO -> array
+ RLENGTH -> scalar
ROUNDMODE -> scalar
- strftime -> builtin
- systime -> builtin
- length -> builtin
+ RS -> scalar
+ RSTART -> scalar
+ RT -> scalar
+ SUBSEP -> scalar
+ SYMTAB -> array
+ TEXTDOMAIN -> scalar
+ an_array -> untyped
and -> builtin
- srand -> builtin
- FNR -> scalar
asort -> builtin
+ asorti -> builtin
atan2 -> builtin
- cos -> builtin
- TEXTDOMAIN -> scalar
- ORS -> scalar
- split -> builtin
- RSTART -> scalar
- compl -> builtin
bindtextdomain -> builtin
+ close -> builtin
+ compl -> builtin
+ cos -> builtin
+ dcgettext -> builtin
+ dcngettext -> builtin
exp -> builtin
- or -> builtin
-extension -> builtin
fflush -> builtin
+ function1 -> user
gensub -> builtin
- LINT -> scalar
- dcngettext -> builtin
+ gsub -> builtin
+ i -> untyped
index -> builtin
- IGNORECASE -> scalar
- system -> builtin
- CONVFMT -> scalar
- sqrt -> builtin
- rshift -> builtin
- tolower -> builtin
- FS -> scalar
- BINMODE -> scalar
- sin -> builtin
- asorti -> builtin
- FIELDWIDTHS -> scalar
- typeof -> builtin
- function1 -> user
- FILENAME -> scalar
- close -> builtin
- mktime -> builtin
- FUNCTAB -> array
- NF -> scalar
+ int -> builtin
++intdiv -> builtin
isarray -> builtin
- an_array -> untyped
+ length -> builtin
+ log -> builtin
+ lshift -> builtin
+ match -> builtin
+ mktime -> builtin
+ or -> builtin
patsplit -> builtin
- NR -> scalar
- SUBSEP -> scalar
- i -> untyped
+ rand -> builtin
+ rshift -> builtin
+ sin -> builtin
+ split -> builtin
+ sprintf -> builtin
+ sqrt -> builtin
+ srand -> builtin
+ strftime -> builtin
+ strtonum -> builtin
sub -> builtin
- OFMT -> scalar
- RLENGTH -> scalar
substr -> builtin
- intdiv -> builtin
- FPAT -> scalar
- RS -> scalar
- xor -> builtin
- RT -> scalar
- PROCINFO -> array
- lshift -> builtin
- SYMTAB -> array
- strtonum -> builtin
+ system -> builtin
+ systime -> builtin
+ tolower -> builtin
toupper -> builtin
- ENVIRON -> array
++typeof -> builtin
+ xor -> builtin
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 5 ++
doc/gawk.1 | 2 +-
extension/ChangeLog | 6 +++
extension/configh.in | 3 +
test/ChangeLog | 5 ++
test/id.awk | 3 +-
test/id.ok | 116 +++++++++++++++++++++++++-------------------------
7 files changed, 80 insertions(+), 60 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1562-gc054617,
Arnold Robbins <=