Deleted Added
full compact
FIXES (107806) FIXES (108072)
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
28Dec 13, 2002:
29 for the moment, the internationalization changes of nov 29 are
30 rolled back -- programs like x = 1.2 don't work in some locales,
31 because the parser is expecting x = 1,2. until i understand this
32 better, this will have to wait.
33
28Nov 29, 2002:
29 modified b.c (with tiny changes in main and run) to support
30 locales, using strcoll and iswhatever tests for posix character
31 classes. thanks to ruslan ermilov (ru@freebsd.org) for code.
32 the function isblank doesn't seem to have propagated to any
33 header file near me, so it's there explicitly. not properly
34 tested on non-ascii character sets by me.
35

--- 737 unchanged lines hidden ---
34Nov 29, 2002:
35 modified b.c (with tiny changes in main and run) to support
36 locales, using strcoll and iswhatever tests for posix character
37 classes. thanks to ruslan ermilov (ru@freebsd.org) for code.
38 the function isblank doesn't seem to have propagated to any
39 header file near me, so it's there explicitly. not properly
40 tested on non-ascii character sets by me.
41

--- 737 unchanged lines hidden ---