gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3788-g407990


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3788-g407990e
Date: Tue, 9 Jul 2019 15:08:02 -0400 (EDT)

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  407990ecccabeffc152c2e7f270b359b3efdd81e (commit)
       via  4a6b14b777a1738848b8048f1c8f4a0e528bb6b2 (commit)
       via  48df540537a97c90c408fc614d3b11d11abbab27 (commit)
      from  ae1139c068702ede2d35002bdd14199a2c9eb4d8 (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=407990ecccabeffc152c2e7f270b359b3efdd81e

commit 407990ecccabeffc152c2e7f270b359b3efdd81e
Merge: 48df540 4a6b14b
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Jul 9 22:07:52 2019 +0300

    Merge branch 'gawk-5.0-stable'


http://git.sv.gnu.org/cgit/gawk.git/commit/?id=48df540537a97c90c408fc614d3b11d11abbab27

commit 48df540537a97c90c408fc614d3b11d11abbab27
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Jul 9 21:58:39 2019 +0300

    Fix spelling errors in gawkapi.h.

diff --git a/ChangeLog b/ChangeLog
index 9dda704..84fccff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-07-09         Arnold D. Robbins     <address@hidden>
+
+       * gawk.api.h: Update copyright year, fix some spelling errors.
+
 2019-07-08         Andrew J. Schorr      <address@hidden>
 
        * gawkapi.h (gawk_api_major_version): Bump from 2 to 3 because the
diff --git a/gawkapi.h b/gawkapi.h
index 9d9cf87..0876d61 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2012-2018 the Free Software Foundation, Inc.
+ * Copyright (C) 2012-2019 the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
@@ -546,7 +546,7 @@ typedef struct gawk_api {
         * behave in the same way.
         *
         * For a function parameter, the return is false if the argument
-        * count is out of range, or if the actual paramater does not match
+        * count is out of range, or if the actual parameter does not match
         * what is specified in wanted. In that case,  result->val_type
         * will hold the actual type of what was passed.
         *
@@ -585,8 +585,8 @@ typedef struct gawk_api {
        /* Functions to handle parameters passed to the extension. */
 
        /*
-        * Get the count'th paramater, zero-based.
-        * Returns false if count is out of range, or if actual paramater
+        * Get the count'th parameter, zero-based.
+        * Returns false if count is out of range, or if actual parameter
         * does not match what is specified in wanted. In that case,
         * result->val_type is as described above.
         */

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog          |  4 ++++
 doc/it/ChangeLog   |  4 ++++
 doc/it/gawktexi.in | 44 ++++++++++++++++++++++++++++----------------
 gawkapi.h          |  8 ++++----
 4 files changed, 40 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]