diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-11 20:32:15 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-11 20:32:15 +0200 |
commit | 1fd985df4c833381498094484cb8a18aa2b65730 (patch) | |
tree | 10ab8de599afeb885b18a72867ee183aedde9b38 /extension/ChangeLog | |
parent | e25975137bf06b8ada724f989fff8112ab26355f (diff) | |
parent | e988fbb61b477a61114e83bf988f10b397e641fb (diff) | |
download | egawk-1fd985df4c833381498094484cb8a18aa2b65730.tar.gz egawk-1fd985df4c833381498094484cb8a18aa2b65730.tar.bz2 egawk-1fd985df4c833381498094484cb8a18aa2b65730.zip |
Merge branch 'master' into feature/fts-skip
Diffstat (limited to 'extension/ChangeLog')
-rw-r--r-- | extension/ChangeLog | 15 |
1 files changed, 15 insertions, 0 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. |