Merge from vendor branch GCC:
[dragonfly.git] / contrib / com_err / ChangeLog
1 1999-07-03  Assar Westerlund  <assar@sics.se>
2
3         * parse.y (statement): use asprintf
4
5 1999-06-13  Assar Westerlund  <assar@sics.se>
6
7         * Makefile.in: make it solaris make vpath-safe
8
9 Thu Apr  1 11:13:53 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
10
11         * compile_et.c: use getargs
12
13 Sat Mar 20 00:16:30 1999  Assar Westerlund  <assar@sics.se>
14
15         * compile_et.c: static-ize
16
17 Thu Mar 18 11:22:13 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
18
19         * Makefile.am: include Makefile.am.common
20
21 Tue Mar 16 22:30:05 1999  Assar Westerlund  <assar@sics.se>
22
23         * parse.y: use YYACCEPT instead of return
24
25 Sat Mar 13 22:22:56 1999  Assar Westerlund  <assar@sics.se>
26
27         * compile_et.c (generate_h): cast when calling is* to get rid of a
28         warning
29
30 Thu Mar 11 15:00:51 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
31
32         * parse.y: prototype for error_message
33
34 Sun Nov 22 10:39:02 1998  Assar Westerlund  <assar@sics.se>
35
36         * compile_et.h: include ctype and roken
37
38         * compile_et.c: include err.h
39         (generate_h): remove unused variable
40
41         * Makefile.in (WFLAGS): set
42
43 Fri Nov 20 06:58:59 1998  Assar Westerlund  <assar@sics.se>
44
45         * lex.l: undef ECHO to work around AIX lex bug
46
47 Sun Sep 27 02:23:59 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
48
49         * com_err.c (error_message): try to pass code to strerror, to see
50         if it might be an errno code (this if broken, but some MIT code
51         seems to expect this behaviour)
52
53 Sat Sep 26 17:42:39 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
54
55         * compile_et.c: <foo_err.h> -> "foo_err.h"
56
57 Tue Jun 30 17:17:36 1998  Assar Westerlund  <assar@sics.se>
58
59         * Makefile.in: add str{cpy,cat}_truncate
60
61 Mon May 25 05:24:39 1998  Assar Westerlund  <assar@sics.se>
62
63         * Makefile.in (clean): try to remove shared library debris
64
65 Sun Apr 19 09:50:17 1998  Assar Westerlund  <assar@sics.se>
66
67         * Makefile.in: add symlink magic for linux
68
69 Sun Apr  5 09:22:11 1998  Assar Westerlund  <assar@sics.se>
70
71         * parse.y: define alloca to malloc in case we're using bison but
72         don't have alloca
73
74 Tue Mar 24 05:13:01 1998  Assar Westerlund  <assar@sics.se>
75
76         * Makefile.in: link with snprintf (From Derrick J Brashear
77         <shadow@dementia.org>)
78
79 Fri Feb 27 05:01:42 1998  Assar Westerlund  <assar@sics.se>
80
81         * parse.y: initialize ec->next
82
83 Thu Feb 26 02:22:25 1998  Assar Westerlund  <assar@sics.se>
84
85         * Makefile.am: @LEXLIB@
86
87 Sat Feb 21 15:18:54 1998  assar westerlund  <assar@sics.se>
88
89         * Makefile.in: set YACC and LEX
90
91 Tue Feb 17 22:20:27 1998  Bjoern Groenvall  <bg@sics.se>
92
93         * com_right.h: Change typedefs so that one may mix MIT compile_et
94         generated code with krb4 dito.
95
96 Tue Feb 17 16:30:55 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
97
98         * compile_et.c (generate): Always return a value.
99
100         * parse.y: Files don't have to end with `end'.
101
102 Mon Feb 16 16:09:20 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
103
104         * lex.l (getstring): Replace getc() with input().
105
106         * Makefile.am: Fixes for new compile_et.