aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-04-11 19:30:18 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-04-11 19:30:18 +0300
commitac68bb31c2b52fe23c8b17a95405339f502e2ed5 (patch)
tree58deb71b5381cd02c4fd15f3867b46b4480098d6
parent2cb763947994a1f22402807c70ce70f0a4c6f6e6 (diff)
parent0690ca31fad162d869544246b4d2693942c8fec9 (diff)
downloadegawk-ac68bb31c2b52fe23c8b17a95405339f502e2ed5.tar.gz
egawk-ac68bb31c2b52fe23c8b17a95405339f502e2ed5.tar.bz2
egawk-ac68bb31c2b52fe23c8b17a95405339f502e2ed5.zip
Merge branch 'gawk-4.2-stable'
-rw-r--r--awklib/.gitignore4
-rw-r--r--awklib/ChangeLog4
2 files changed, 6 insertions, 2 deletions
diff --git a/awklib/.gitignore b/awklib/.gitignore
index b46084d4..3078572d 100644
--- a/awklib/.gitignore
+++ b/awklib/.gitignore
@@ -1,8 +1,8 @@
# Ignore files that are created by a build.
# For example objects and archives.
grcat
+grcat.c
group.awk
-igawk
passwd.awk
pwcat
-
+pwcat.c
diff --git a/awklib/ChangeLog b/awklib/ChangeLog
index 17fb3ca3..4fdcb8b2 100644
--- a/awklib/ChangeLog
+++ b/awklib/ChangeLog
@@ -1,3 +1,7 @@
+2018-04-11 Arnold D. Robbins <arnold@skeeve.com>
+
+ * .gitignore: Add pwcat.c and grcat.c. Remove igawk. Sort the list.
+
2018-02-25 Arnold D. Robbins <arnold@skeeve.com>
* 4.2.1: Release tar ball made.