Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / lint / lpass2 / ChangeLog
1 30-Sep-91  Ceriel Jacobs (ceriel) at dekschuit
2         Adapted for ACK distribution
3
4 28-Oct-88  Dick Grune (dick) at dick
5         The names of UNIX lint library files start with llib-l..., where the
6         -l is the -l from -lc and -lm, a hack if there ever was one.  Our
7         (ACK) lint library files now end in .llb.
8
9  2-Sep-88  Dick Grune (dick) at dick
10         Guided by lint itself, many functions have been declared PRIVATE.
11
12  7-Aug-88  Dick Grune (dick) at dick
13         About the class of an inpdef, often set-like questions are asked.
14         To speed up answering these questions, a mapping has been created
15         of the values of `class' onto answers to these questions.  See
16         class.[ch].
17
18  5-Aug-88  Dick Grune (dick) at dick
19         Streamlined the program by rearranging the input sequence:
20                 - library
21                 - external defs
22                 - external decls
23                 - external usage
24                 - static defs
25                 - static usage
26         This change to a much more natural order has been made possible by the
27         introduction of the static file number.  Many pieces of code could
28         now be taken together and the program is much cleaner now.
29
30  8-Jul-88  Dick Grune (dick) at dick
31         Added a special meta-type (also in lpass1) for non-negative
32         constant actual arguments, because these may match both the signed
33         and unsigned versions of the type.
34
35  4-Jul-88  Dick Grune (dick) at dick
36         Added a scope number, to avoid problems with static object defined
37         in a .h file and used in the main file.  These should match but
38         they didn't, since scope was checked by comparing file names.
39
40 28-Jun-88  Dick Grune (dick) at dick
41         Do not print messages that originate from files whose names start
42         with a /.
43
44 24-Jun-88  Dick Grune (dick) at dick
45         Introduced a format %L to print location indications like
46         "aap.c", line 31. report() does a printf-like analysis now.
47
48 18-Jun-88  Dick Grune (dick) at dick
49         Rewrote messages (originals were copies of lint).
50
51 13-Jun-88  Dick Grune (dick) at dick
52         Moved the file name to the end of the intermediate records, to
53         avoid problems with files with : in their names.
54
55 11-May-88  Dick Grune (dick) at dick
56         Received sources from Frans Kunst.
57
58 /*
59  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
60  * See the copyright notice in the ACK home directory, in the file "Copyright".
61  */
62 /* $Id: ChangeLog,v 1.7 1994/06/24 12:25:21 ceriel Exp $ */