Deleted Added
sdiff udiff text old ( 107806 ) new ( 112336 )
full compact
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

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

67compilers on a variety of systems, but new systems or compilers
68may raise some new complaint; reports of difficulties are
69welcome.
70
71This also compiles with Visual C++ on all flavors of Windows,
72*if* you provide versions of popen and pclose. The file
73missing95.c contains versions that can be used to get started
74with, though the underlying support has mysterious properties,
75the symptom of which can be truncated pipe output. Beware.
76The file makefile.win gives hints on how to proceed.
77
78This compiles without change on Macintosh OS X using gcc and
79the standard developer tools.
80
81This is also said to compile on Macintosh OS 9 systems, using the
82file "buildmac" provided by Dan Allen (danallen@microsoft.com),
83to whom many thanks.
84
85The version of malloc that comes with some systems is sometimes
86astonishly slow. If awk seems slow, you might try fixing that.
87More generally, turning on optimization can significantly improve
88awk's speed, perhaps by 1/3 for highest levels.