Deleted Added
full compact
FIXES (224731) FIXES (224776)
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

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

20IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
21ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
22THIS SOFTWARE.
23****************************************************************/
24
25This file lists all bug fixes, changes, etc., made since the AWK book
26was sent to the printers in August, 1987.
27
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

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

20IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
21ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
22THIS SOFTWARE.
23****************************************************************/
24
25This file lists all bug fixes, changes, etc., made since the AWK book
26was sent to the printers in August, 1987.
27
28Aug 10, 2011:
29 another fix to avoid core dump with delete(ARGV); again, many thanks
30 to ruslan ermilov.
31
28Aug 7, 2011:
29 split(s, a, //) now behaves the same as split(s, a, "")
30
31Jun 12, 2011:
32 /pat/, \n /pat/ {...} is now legal, though bad style to use.
33
34 added checks to new -v code that permits -vnospace; thanks to
35 ruslan ermilov for spotting this and providing the patch.

--- 971 unchanged lines hidden ---
32Aug 7, 2011:
33 split(s, a, //) now behaves the same as split(s, a, "")
34
35Jun 12, 2011:
36 /pat/, \n /pat/ {...} is now legal, though bad style to use.
37
38 added checks to new -v code that permits -vnospace; thanks to
39 ruslan ermilov for spotting this and providing the patch.

--- 971 unchanged lines hidden ---