Deleted Added
full compact
README (90902) README (92422)
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

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

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.
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

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

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.
76
77This is also said to compile on Macintosh systems, using the
78file "buildmac" provided by Dan Allen (danallen@microsoft.com),
79to whom many thanks.
80
81The version of malloc that comes with some systems is sometimes
82astonishly slow. If awk seems slow, you might try fixing that.
77
78This is also said to compile on Macintosh systems, using the
79file "buildmac" provided by Dan Allen (danallen@microsoft.com),
80to whom many thanks.
81
82The version of malloc that comes with some systems is sometimes
83astonishly slow. If awk seems slow, you might try fixing that.