aboutsummaryrefslogtreecommitdiffstats
path: root/README.sgi
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:41:09 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:41:09 +0300
commit8c042f99cc7465c86351d21331a129111b75345d (patch)
tree9656e653be0e42e5469cec77635c20356de152c2 /README.sgi
parent8ceb5f934787eb7be5fb452fb39179df66119954 (diff)
downloadegawk-8c042f99cc7465c86351d21331a129111b75345d.tar.gz
egawk-8c042f99cc7465c86351d21331a129111b75345d.tar.bz2
egawk-8c042f99cc7465c86351d21331a129111b75345d.zip
Move to gawk-3.0.0.
Diffstat (limited to 'README.sgi')
-rw-r--r--README.sgi5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.sgi b/README.sgi
deleted file mode 100644
index ae5dbf42..00000000
--- a/README.sgi
+++ /dev/null
@@ -1,5 +0,0 @@
-April 1994
-
-I'm told that gawk now compiles on the SGI with gcc without problems.
-The main issue was apparently the use of CHAR_UNSIGNED in regex.c, and
-the current regex.c now manages to figure it out on its own.