2009-11-16 11:44:46 +01:00
|
|
|
Index: Makefile.am
|
|
|
|
===================================================================
|
|
|
|
--- Makefile.am.orig
|
2006-12-19 00:16:01 +01:00
|
|
|
+++ Makefile.am
|
2009-11-16 11:44:46 +01:00
|
|
|
@@ -102,11 +102,7 @@ base_sources = \
|
2006-12-19 00:16:01 +01:00
|
|
|
msg.c \
|
|
|
|
node.c \
|
|
|
|
protos.h \
|
|
|
|
- random.c \
|
|
|
|
- random.h \
|
|
|
|
re.c \
|
|
|
|
- regex.c \
|
|
|
|
- regex.h \
|
|
|
|
replace.c \
|
|
|
|
version.c
|
|
|
|
|
2009-11-16 11:44:46 +01:00
|
|
|
Index: builtin.c
|
|
|
|
===================================================================
|
|
|
|
--- builtin.c.orig
|
2006-12-19 00:16:01 +01:00
|
|
|
+++ builtin.c
|
2009-11-16 11:44:46 +01:00
|
|
|
@@ -29,7 +29,6 @@
|
|
|
|
#include <fcntl.h>
|
2006-12-19 00:16:01 +01:00
|
|
|
#endif
|
|
|
|
#include <math.h>
|
|
|
|
-#include "random.h"
|
|
|
|
|
|
|
|
#ifndef CHAR_BIT
|
|
|
|
# define CHAR_BIT 8
|
2009-11-16 11:44:46 +01:00
|
|
|
@@ -54,12 +53,6 @@
|
2006-12-19 00:16:01 +01:00
|
|
|
#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;
|
|
|
|
|
2009-11-16 11:44:46 +01:00
|
|
|
Index: doc/gawk.texi
|
|
|
|
===================================================================
|
|
|
|
--- doc/gawk.texi.orig
|
2006-12-19 00:16:01 +01:00
|
|
|
+++ doc/gawk.texi
|
2009-11-16 11:44:46 +01:00
|
|
|
@@ -1406,7 +1406,7 @@ and
|
2006-12-19 00:16:01 +01:00
|
|
|
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.
|
2009-11-16 11:44:46 +01:00
|
|
|
@@ -23713,7 +23713,7 @@ did the initial work to convert @command
|
2006-12-19 00:16:01 +01:00
|
|
|
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
|
2009-11-16 11:44:46 +01:00
|
|
|
as well as the code for the new optional third argument to the
|