Index: Makefile.am =================================================================== --- Makefile.am.orig +++ Makefile.am @@ -102,11 +102,7 @@ base_sources = \ msg.c \ node.c \ protos.h \ - random.c \ - random.h \ re.c \ - regex.c \ - regex.h \ replace.c \ version.c Index: builtin.c =================================================================== --- builtin.c.orig +++ builtin.c @@ -29,7 +29,6 @@ #include #endif #include -#include "random.h" #ifndef CHAR_BIT # define CHAR_BIT 8 @@ -54,12 +53,6 @@ #define SIZE_MAX ((size_t) -1) #endif -/* can declare these, since we always use the random shipped with gawk */ -extern char *initstate P((unsigned long seed, char *state, long n)); -extern char *setstate P((char *state)); -extern long random P((void)); -extern void srandom P((unsigned long seed)); - extern NODE **fields_arr; extern int output_is_tty; Index: doc/gawk.texi =================================================================== --- doc/gawk.texi.orig +++ doc/gawk.texi @@ -1406,7 +1406,7 @@ and Chuck Toporek. @cindex Berry, Karl -@cindex Chassell, Robert J.@: +@cindex Chassell, Robert J. @c @cindex Texinfo Robert J.@: Chassell provided much valuable advice on the use of Texinfo. @@ -23713,7 +23713,7 @@ did the initial work to convert @command GNU Automake and @code{gettext}. @item -@cindex Broder, Alan J.@: +@cindex Broder, Alan J. Alan J.@: Broder provided the initial version of the @code{asort} function as well as the code for the new optional third argument to the