source: heimdal/trunk/lib/com_err/ChangeLog

Last change on this file was 1, checked in by Paul Smedley, 10 years ago

Initial commit of Heimdal 1.5.3

File size: 6.1 KB
Line 
12007-07-17 Love Hörnquist Å
2strand <lha@it.su.se>
3
4 * Makefile.am: split source files in dist and nodist.
5
62007-07-16 Love Hörnquist Å
7strand <lha@it.su.se>
8
9 * Makefile.am: Only do roken rename for the library.
10
112007-07-15 Love Hörnquist Å
12strand <lha@it.su.se>
13
14 * Makefile.am: use version script.
15
16 * version-script.map: use version script.
17
182007-07-10 Love Hörnquist Å
19strand <lha@it.su.se>
20
21 * Makefile.am: New library version.
22
232006-10-19 Love Hörnquist Å
24strand <lha@it.su.se>
25
26 * Makefile.am (compile_et_SOURCES): add lex.h
27
282005-12-12 Love Hörnquist Å
29strand <lha@it.su.se>
30
31 * com_err.3: Document the _r functions.
32
332005-07-07 Love Hörnquist Å
34strand <lha@it.su.se>
35
36 * com_err.h: Include <stdarg.h> for va_list to help AIX 5.2.
37
382005-06-16 Love Hörnquist Å
39strand <lha@it.su.se>
40
41 * parse.y: rename base to base_id since flex defines a function
42 with the argument base
43
44 * compile_et.h: rename base to base_id since flex defines a
45 function with the argument base
46
47 * compile_et.c: rename base to base_id since flex defines a
48 function with the argument base
49
50 * parse.y (name2number): rename base to num to avoid shadowing
51
52 * compile_et.c: rename optind to optidx
53
542005-05-16 Love Hörnquist Å
55strand <lha@it.su.se>
56
57 * parse.y: check allocation errors
58
59 * lex.l: check allocation errors correctly
60
61 * compile_et.h: include <err.h>
62
63 * (main): compile_et.c: use strlcpy
64
652005-04-29 Dave Love <fx@gnu.org>
66
67 * Makefile.am (LDADD): Add libcom_err.la
68
692005-04-24 Love Hörnquist Å
70strand <lha@it.su.se>
71
72 * include strlcpy and *printf and use them
73
742005-02-03 Love Hörnquist Å
75strand <lha@it.su.se>
76
77 * com_right.h: de-__P
78
79 * com_err.h: de-__P
80
812002-08-20 Johan Danielsson <joda@pdc.kth.se>
82
83 * compile_et.c: don't add comma after last enum member
84
852002-08-12 Johan Danielsson <joda@pdc.kth.se>
86
87 * compile_et.c: just declare er_list directly instead of including
88 com_right in generated header files
89
902002-03-11 Assar Westerlund <assar@sics.se>
91
92 * Makefile.am (libcom_err_la_LDFLAGS): set version to 2:1:1
93
942002-03-10 Assar Westerlund <assar@sics.se>
95
96 * com_err.c (error_message): do not call strerror with a negative error
97
982001-05-17 Assar Westerlund <assar@sics.se>
99
100 * Makefile.am: bump version to 2:0:1
101
1022001-05-11 Assar Westerlund <assar@sics.se>
103
104 * com_err.h (add_to_error_table): add prototype
105 * com_err.c (add_to_error_table): new function, from Derrick J
106 Brashear <shadow@dementia.org>
107
1082001-05-06 Assar Westerlund <assar@sics.se>
109
110 * com_err.h: add printf formats for gcc
111
1122001-02-28 Johan Danielsson <joda@pdc.kth.se>
113
114 * error.c (initialize_error_table_r): put table at end of the list
115
1162001-02-15 Assar Westerlund <assar@sics.se>
117
118 * com_err.c (default_proc): add printf attributes
119
1202000-08-16 Assar Westerlund <assar@sics.se>
121
122 * Makefile.am: bump version to 1:1:0
123
1242000-07-31 Assar Westerlund <assar@sics.se>
125
126 * com_right.h (initialize_error_table_r): fix prototype
127
1282000-04-05 Assar Westerlund <assar@sics.se>
129
130 * com_err.c (_et_lit): explicitly initialize it to NULL to make
131 dyld on Darwin/MacOS X happy
132
1332000-01-16 Assar Westerlund <assar@sics.se>
134
135 * com_err.h: remove __P definition (now in com_right.h). this
136 file always includes com_right.h so that's where it should reside.
137 * com_right.h: moved __P here and added it to the function
138 prototypes
139 * com_err.h (error_table_name): add __P
140
1411999-07-03 Assar Westerlund <assar@sics.se>
142
143 * parse.y (statement): use asprintf
144
1451999-06-13 Assar Westerlund <assar@sics.se>
146
147 * Makefile.in: make it solaris make vpath-safe
148
149Thu Apr 1 11:13:53 1999 Johan Danielsson <joda@hella.pdc.kth.se>
150
151 * compile_et.c: use getargs
152
153Sat Mar 20 00:16:30 1999 Assar Westerlund <assar@sics.se>
154
155 * compile_et.c: static-ize
156
157Thu Mar 18 11:22:13 1999 Johan Danielsson <joda@hella.pdc.kth.se>
158
159 * Makefile.am: include Makefile.am.common
160
161Tue Mar 16 22:30:05 1999 Assar Westerlund <assar@sics.se>
162
163 * parse.y: use YYACCEPT instead of return
164
165Sat Mar 13 22:22:56 1999 Assar Westerlund <assar@sics.se>
166
167 * compile_et.c (generate_h): cast when calling is* to get rid of a
168 warning
169
170Thu Mar 11 15:00:51 1999 Johan Danielsson <joda@hella.pdc.kth.se>
171
172 * parse.y: prototype for error_message
173
174Sun Nov 22 10:39:02 1998 Assar Westerlund <assar@sics.se>
175
176 * compile_et.h: include ctype and roken
177
178 * compile_et.c: include err.h
179 (generate_h): remove unused variable
180
181 * Makefile.in (WFLAGS): set
182
183Fri Nov 20 06:58:59 1998 Assar Westerlund <assar@sics.se>
184
185 * lex.l: undef ECHO to work around AIX lex bug
186
187Sun Sep 27 02:23:59 1998 Johan Danielsson <joda@hella.pdc.kth.se>
188
189 * com_err.c (error_message): try to pass code to strerror, to see
190 if it might be an errno code (this if broken, but some MIT code
191 seems to expect this behaviour)
192
193Sat Sep 26 17:42:39 1998 Johan Danielsson <joda@hella.pdc.kth.se>
194
195 * compile_et.c: <foo_err.h> -> "foo_err.h"
196
197Tue Jun 30 17:17:36 1998 Assar Westerlund <assar@sics.se>
198
199 * Makefile.in: add str{cpy,cat}_truncate
200
201Mon May 25 05:24:39 1998 Assar Westerlund <assar@sics.se>
202
203 * Makefile.in (clean): try to remove shared library debris
204
205Sun Apr 19 09:50:17 1998 Assar Westerlund <assar@sics.se>
206
207 * Makefile.in: add symlink magic for linux
208
209Sun Apr 5 09:22:11 1998 Assar Westerlund <assar@sics.se>
210
211 * parse.y: define alloca to malloc in case we're using bison but
212 don't have alloca
213
214Tue Mar 24 05:13:01 1998 Assar Westerlund <assar@sics.se>
215
216 * Makefile.in: link with snprintf (From Derrick J Brashear
217 <shadow@dementia.org>)
218
219Fri Feb 27 05:01:42 1998 Assar Westerlund <assar@sics.se>
220
221 * parse.y: initialize ec->next
222
223Thu Feb 26 02:22:25 1998 Assar Westerlund <assar@sics.se>
224
225 * Makefile.am: @LEXLIB@
226
227Sat Feb 21 15:18:54 1998 assar westerlund <assar@sics.se>
228
229 * Makefile.in: set YACC and LEX
230
231Tue Feb 17 22:20:27 1998 Bjoern Groenvall <bg@sics.se>
232
233 * com_right.h: Change typedefs so that one may mix MIT compile_et
234 generated code with krb4 dito.
235
236Tue Feb 17 16:30:55 1998 Johan Danielsson <joda@emma.pdc.kth.se>
237
238 * compile_et.c (generate): Always return a value.
239
240 * parse.y: Files don't have to end with `end'.
241
242Mon Feb 16 16:09:20 1998 Johan Danielsson <joda@emma.pdc.kth.se>
243
244 * lex.l (getstring): Replace getc() with input().
245
246 * Makefile.am: Fixes for new compile_et.
Note: See TracBrowser for help on using the repository browser.