diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/ChangeLog | 15 | ||||
-rwxr-xr-x | extension/configure | 2 | ||||
-rw-r--r-- | extension/configure.ac | 4 | ||||
-rw-r--r-- | extension/filefuncs.3am | 1 | ||||
-rw-r--r-- | extension/fnmatch.3am | 1 | ||||
-rw-r--r-- | extension/fork.3am | 1 | ||||
-rw-r--r-- | extension/inplace.3am | 1 | ||||
-rw-r--r-- | extension/ordchr.3am | 1 | ||||
-rw-r--r-- | extension/readdir.3am | 1 | ||||
-rw-r--r-- | extension/readfile.3am | 1 | ||||
-rw-r--r-- | extension/revoutput.3am | 1 | ||||
-rw-r--r-- | extension/revtwoway.3am | 1 | ||||
-rw-r--r-- | extension/rwarray.3am | 1 | ||||
-rw-r--r-- | extension/time.3am | 1 |
14 files changed, 30 insertions, 2 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index c6784566..cce8aee3 100644 --- a/extension/ChangeLog +++ b/extension/ChangeLog @@ -1,3 +1,18 @@ +2018-02-08 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * configure.ac (pkgextensiondir): This must be set to + '${libdir}/gawk'${EXTENSIONDIR} to match gawk's value. + The previous value of '${pkglibdir}'${EXTENSIONDIR} was incorrect, + because it was putting the extensions in the gawk-extensions + libdir subdirectory, instead of the gawk subdirectory. + +2018-02-02 Arnold D. Robbins <arnold@skeeve.com> + + * filefuncs.3am, fnmatch.3am, fork.3am, inplace.3am, + ordchr.3am, readdir.3am, readfile.3am, revoutput.3am, + revtwoway.3am, rwarray.3am, time.3am: Add vim modeline at the + bottom to set the file type for syntax coloring. + 2018-02-02 Arnold D. Robbins <arnold@skeeve.com> * filefuncs.c (FTS_SKIP): New constant. diff --git a/extension/configure b/extension/configure index 084334e1..2ace2d86 100755 --- a/extension/configure +++ b/extension/configure @@ -12595,7 +12595,7 @@ CC=$lt_save_CC -pkgextensiondir='${pkglibdir}'${EXTENSIONDIR} +pkgextensiondir='${libdir}/gawk'${EXTENSIONDIR} if test "$GCC" = yes diff --git a/extension/configure.ac b/extension/configure.ac index e8b242a0..2b913364 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -56,7 +56,9 @@ dnl AC_PROG_INSTALL dnl use the same definition as the main configure script. dnl EXTENSIONDIR is exported if it was set there. -AC_SUBST([pkgextensiondir], ['${pkglibdir}'${EXTENSIONDIR}]) +dnl N.B. We must use ${libdir}/gawk instead of $pkglibdir because $pkglibdir +dnl is set to ${libdir}/gawk-extensions, which is not what we want. +AC_SUBST([pkgextensiondir], ['${libdir}/gawk'${EXTENSIONDIR}]) if test "$GCC" = yes then diff --git a/extension/filefuncs.3am b/extension/filefuncs.3am index 1afb67b4..ce11a51e 100644 --- a/extension/filefuncs.3am +++ b/extension/filefuncs.3am @@ -375,3 +375,4 @@ Permission is granted to copy and distribute translations of this manual page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. +.\" vim: set filetype=nroff : diff --git a/extension/fnmatch.3am b/extension/fnmatch.3am index ed4f3670..47a97d11 100644 --- a/extension/fnmatch.3am +++ b/extension/fnmatch.3am @@ -123,3 +123,4 @@ Permission is granted to copy and distribute translations of this manual page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. +.\" vim: set filetype=nroff : diff --git a/extension/fork.3am b/extension/fork.3am index 9933d19a..14e3e1fc 100644 --- a/extension/fork.3am +++ b/extension/fork.3am @@ -96,3 +96,4 @@ Permission is granted to copy and distribute translations of this manual page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. +.\" vim: set filetype=nroff : diff --git a/extension/inplace.3am b/extension/inplace.3am index b7717485..0d1d535d 100644 --- a/extension/inplace.3am +++ b/extension/inplace.3am @@ -88,3 +88,4 @@ Permission is granted to copy and distribute translations of this manual page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. +.\" vim: set filetype=nroff : diff --git a/extension/ordchr.3am b/extension/ordchr.3am index 1b19938d..186cf616 100644 --- a/extension/ordchr.3am +++ b/extension/ordchr.3am @@ -76,3 +76,4 @@ Permission is granted to copy and distribute translations of this manual page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. +.\" vim: set filetype=nroff : diff --git a/extension/readdir.3am b/extension/readdir.3am index 1cb64cb8..cbc221df 100644 --- a/extension/readdir.3am +++ b/extension/readdir.3am @@ -103,3 +103,4 @@ Permission is granted to copy and distribute translations of this manual page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. +.\" vim: set filetype=nroff : diff --git a/extension/readfile.3am b/extension/readfile.3am index 25a73e76..a10815a4 100644 --- a/extension/readfile.3am +++ b/extension/readfile.3am @@ -85,3 +85,4 @@ Permission is granted to copy and distribute translations of this manual page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. +.\" vim: set filetype=nroff : diff --git a/extension/revoutput.3am b/extension/revoutput.3am index f6cb22a4..58ac1b09 100644 --- a/extension/revoutput.3am +++ b/extension/revoutput.3am @@ -74,3 +74,4 @@ Permission is granted to copy and distribute translations of this manual page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. +.\" vim: set filetype=nroff : diff --git a/extension/revtwoway.3am b/extension/revtwoway.3am index 04c480fb..09bfe32d 100644 --- a/extension/revtwoway.3am +++ b/extension/revtwoway.3am @@ -62,3 +62,4 @@ Permission is granted to copy and distribute translations of this manual page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. +.\" vim: set filetype=nroff : diff --git a/extension/rwarray.3am b/extension/rwarray.3am index 85ec5808..e8714460 100644 --- a/extension/rwarray.3am +++ b/extension/rwarray.3am @@ -101,3 +101,4 @@ Permission is granted to copy and distribute translations of this manual page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. +.\" vim: set filetype=nroff : diff --git a/extension/time.3am b/extension/time.3am index 00e9d8b3..9d397f7b 100644 --- a/extension/time.3am +++ b/extension/time.3am @@ -87,3 +87,4 @@ Permission is granted to copy and distribute translations of this manual page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Foundation. +.\" vim: set filetype=nroff : |