Deleted Added
full compact
FIXES (85587) FIXES (90902)
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
28Feb 10, 2002:
29 changed types in posix chars structure to quiet solaris cc.
30
31Jan 1, 2002:
32 fflush() or fflush("") flushes all files and pipes.
33
34 length(arrayname) returns number of elements; thanks to
35 arnold robbins for suggestion.
36
37 added a makefile.win to make it easier to build on windows.
38 based on dan allen's buildwin.bat.
39
40Nov 16, 2001:
41 added support for posix character class names like [:digit:],
42 which are not exactly shorter than [0-9] and perhaps no more
43 portable. thanks to dag-erling smorgrav for code.
44
45Feb 16, 2001:
46 removed -m option; no longer needed, and it was actually
47 broken (noted thanks to volker kiefel).
48
49Feb 10, 2001:
50 fixed an appalling bug in gettok: any sequence of digits, +,-, E, e,
51 and period was accepted as a valid number if it started with a period.
52 this would never have happened with the lex version.
53
54 other 1-character botches, now fixed, include a bare $ and a
55 bare " at the end of the input.
56
57Feb 7, 2001:
58 more (const char *) casts in b.c and tran.c to silence warnings.
59
28Nov 15, 2000:
29 fixed a bug introduced in august 1997 that caused expressions
30 like $f[1] to be syntax errors. thanks to arnold robbins for
31 noticing this and providing a fix.
32
33Oct 30, 2000:
34 fixed some nextfile bugs: not handling all cases. thanks to
35 arnold robbins for pointing this out. new regressions added.

--- 668 unchanged lines hidden ---
60Nov 15, 2000:
61 fixed a bug introduced in august 1997 that caused expressions
62 like $f[1] to be syntax errors. thanks to arnold robbins for
63 noticing this and providing a fix.
64
65Oct 30, 2000:
66 fixed some nextfile bugs: not handling all cases. thanks to
67 arnold robbins for pointing this out. new regressions added.

--- 668 unchanged lines hidden ---