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

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

63proctab.c so you do not need to run maketab.
64
65NOTE: This version uses ANSI C, as you should also. We have
66compiled this without any changes using gcc -Wall and/or local C
67compilers on a variety of systems, but new systems or compilers
68may raise some new complaint; reports of difficulties are
69welcome.
70
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

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

63proctab.c so you do not need to run maketab.
64
65NOTE: This version uses ANSI C, as you should also. We have
66compiled this without any changes using gcc -Wall and/or local C
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 Windows 95 and Windows NT,
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.
76
77This is also said to compile on Macintosh systems, using the
78file "buildmac" provided by Dan Allen (danallen@microsoft.com),
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.
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. Dan also provided buildwin.bat, a simple
80script for compiling on NT if you prefer.
79to 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.
80
81The version of malloc that comes with some systems is sometimes
82astonishly slow. If awk seems slow, you might try fixing that.