Deleted Added
full compact
FIXES (221381) FIXES (221533)
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
28May 6, 2011:
29 added #ifdef for isblank.
30 now allows -ffoo as well as -f foo arguments.
31 (thanks, ruslan)
32
28May 1, 2011:
29 after advice from todd miller, kevin lo, ruslan ermilov,
30 and arnold robbins, changed srand() to return the previous
31 seed (which is 1 on the first call of srand). the seed is
32 an Awkfloat internally though converted to unsigned int to
33 pass to the library srand(). thanks, everyone.
34
35 fixed a subtle (and i hope low-probability) overflow error

--- 948 unchanged lines hidden ---
33May 1, 2011:
34 after advice from todd miller, kevin lo, ruslan ermilov,
35 and arnold robbins, changed srand() to return the previous
36 seed (which is 1 on the first call of srand). the seed is
37 an Awkfloat internally though converted to unsigned int to
38 pass to the library srand(). thanks, everyone.
39
40 fixed a subtle (and i hope low-probability) overflow error

--- 948 unchanged lines hidden ---