summaryrefslogtreecommitdiff
path: root/version.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-02 15:49:42 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-02 15:49:42 +0300
commit483a58b779f2bd6c5fff64c9429a766d33e46a41 (patch)
tree41ee58e21c390c40d90893b277542b309e7d0de7 /version.c
parent3711eedc1b995eb1926c9ffb902d5d796cacf8d0 (diff)
downloadgawk-483a58b779f2bd6c5fff64c9429a766d33e46a41.tar.gz
Now at 2.03.gawk-2.03
Diffstat (limited to 'version.c')
-rw-r--r--version.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/version.c b/version.c
index b6c42731..3e39425f 100644
--- a/version.c
+++ b/version.c
@@ -1,4 +1,4 @@
-char *version_string = "@(#)Gnu Awk (gawk) 2.02beta 23 Dec 1988\n" + 4;
+char *version_string = "@(#)Gnu Awk (gawk) 2.03beta 23 Mar 1989\n" + 4;
/* 1.02 fixed /= += *= etc to return the new Left Hand Side instead
of the Right Hand Side */
@@ -16,10 +16,13 @@ char *version_string = "@(#)Gnu Awk (gawk) 2.02beta 23 Dec 1988\n" + 4;
particular in memory management which is currently almost
non-existent. */
- /* JF: Modified to compile under GCC, and fixed a few
- bugs while I was at it. I hope I didn't add any more.
- I modified parse.y to reduce the number of reduce/reduce
- conflicts. There are still a few left. */
+/* 2.01 JF: Modified to compile under GCC, and fixed a few
+ bugs while I was at it. I hope I didn't add any more.
+ I modified parse.y to reduce the number of reduce/reduce
+ conflicts. There are still a few left. */
/* 2.02 Fixed JF's bugs; improved memory management, still needs
lots of work. */
+
+/* 2.03 Major grammar rework and lots of bug fixes from David,
+ a number of minor bug fixes and new features from Arnold. */