Deleted Added
full compact
README (146300) README (221381)
1/****************************************************************
2Copyright (C) Lucent Technologies 1997
3All Rights Reserved
4
5Permission to use, copy, modify, and distribute this software and
6its documentation for any purpose and without fee is hereby
7granted, provided that the above copyright notice appear in all
8copies and that both that the copyright notice and this

--- 15 unchanged lines hidden (view full) ---

24
25This is the version of awk described in "The AWK Programming Language",
26by Al Aho, Brian Kernighan, and Peter Weinberger
27(Addison-Wesley, 1988, ISBN 0-201-07981-X).
28
29Changes, mostly bug fixes and occasional enhancements, are listed
30in FIXES. If you distribute this code further, please please please
31distribute FIXES with it. If you find errors, please report them
1/****************************************************************
2Copyright (C) Lucent Technologies 1997
3All Rights Reserved
4
5Permission to use, copy, modify, and distribute this software and
6its documentation for any purpose and without fee is hereby
7granted, provided that the above copyright notice appear in all
8copies and that both that the copyright notice and this

--- 15 unchanged lines hidden (view full) ---

24
25This is the version of awk described in "The AWK Programming Language",
26by Al Aho, Brian Kernighan, and Peter Weinberger
27(Addison-Wesley, 1988, ISBN 0-201-07981-X).
28
29Changes, mostly bug fixes and occasional enhancements, are listed
30in FIXES. If you distribute this code further, please please please
31distribute FIXES with it. If you find errors, please report them
32to bwk@bell-labs.com. Thanks.
32to bwk@cs.princeton.edu. Thanks.
33
34The program itself is created by
35 make
36which should produce a sequence of messages roughly like this:
37
38 yacc -d awkgram.y
39
40conflicts: 43 shift/reduce, 85 reduce/reduce

--- 54 unchanged lines hidden ---
33
34The program itself is created by
35 make
36which should produce a sequence of messages roughly like this:
37
38 yacc -d awkgram.y
39
40conflicts: 43 shift/reduce, 85 reduce/reduce

--- 54 unchanged lines hidden ---