Deleted Added
full compact
FIXES (221533) FIXES (224731)
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 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.
36
37 removed fixed limit on number of open files; thanks to aleksey
38 cheusov and christos zoulos.
39
40 fixed day 1 bug that resurrected deleted elements of ARGV when
41 used as filenames (in lib.c).
42
43 minor type fiddles to make gcc -Wall -pedantic happier (but not
44 totally so); turned on -fno-strict-aliasing in makefile.
45
28May 6, 2011:
29 added #ifdef for isblank.
30 now allows -ffoo as well as -f foo arguments.
31 (thanks, ruslan)
32
33May 1, 2011:
34 after advice from todd miller, kevin lo, ruslan ermilov,
35 and arnold robbins, changed srand() to return the previous

--- 953 unchanged lines hidden ---
46May 6, 2011:
47 added #ifdef for isblank.
48 now allows -ffoo as well as -f foo arguments.
49 (thanks, ruslan)
50
51May 1, 2011:
52 after advice from todd miller, kevin lo, ruslan ermilov,
53 and arnold robbins, changed srand() to return the previous

--- 953 unchanged lines hidden ---