Use DES_set_key_unchecked().
[heimdal.git] / lib / com_err / ChangeLog
blobdbeb8fb6beddf2a482971543a7ebbc9d4d6b9184
1 2007-07-17  Love Hörnquist Åstrand  <lha@it.su.se>
3         * Makefile.am: split source files in dist and nodist.
5 2007-07-16  Love Hörnquist Åstrand  <lha@it.su.se>
7         * Makefile.am: Only do roken rename for the library.
9 2007-07-15  Love Hörnquist Åstrand  <lha@it.su.se>
11         * Makefile.am: use version script.
12         
13         * version-script.map: use version script.
15 2007-07-10  Love Hörnquist Åstrand  <lha@it.su.se>
17         * Makefile.am: New library version.
18         
19 2006-10-19  Love Hörnquist Åstrand  <lha@it.su.se>
21         * Makefile.am (compile_et_SOURCES): add lex.h
22         
23 2005-12-12  Love Hörnquist Åstrand  <lha@it.su.se>
25         * com_err.3: Document the _r functions.
26         
27 2005-07-07  Love Hörnquist Åstrand  <lha@it.su.se>
29         * com_err.h: Include <stdarg.h> for va_list to help AIX 5.2.
30         
31 2005-06-16  Love Hörnquist Åstrand  <lha@it.su.se>
33         * parse.y: rename base to base_id since flex defines a function
34         with the argument base
36         * compile_et.h: rename base to base_id since flex defines a
37         function with the argument base
39         * compile_et.c: rename base to base_id since flex defines a
40         function with the argument base
42         * parse.y (name2number): rename base to num to avoid shadowing
43         
44         * compile_et.c: rename optind to optidx
45         
46 2005-05-16  Love Hörnquist Åstrand  <lha@it.su.se>
48         * parse.y: check allocation errors
50         * lex.l: check allocation errors correctly
51         
52         * compile_et.h: include <err.h>
53         
54         * (main): compile_et.c: use strlcpy
55         
56 2005-04-29  Dave Love  <fx@gnu.org>
58         * Makefile.am (LDADD): Add libcom_err.la
60 2005-04-24  Love Hörnquist Åstrand  <lha@it.su.se>
62         * include strlcpy and *printf and use them
64 2005-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
66         * com_right.h: de-__P
68         * com_err.h: de-__P
70 2002-08-20  Johan Danielsson  <joda@pdc.kth.se>
72         * compile_et.c: don't add comma after last enum member
74 2002-08-12  Johan Danielsson  <joda@pdc.kth.se>
76         * compile_et.c: just declare er_list directly instead of including
77         com_right in generated header files
79 2002-03-11  Assar Westerlund  <assar@sics.se>
81         * Makefile.am (libcom_err_la_LDFLAGS): set version to 2:1:1
83 2002-03-10  Assar Westerlund  <assar@sics.se>
85         * com_err.c (error_message): do not call strerror with a negative error
87 2001-05-17  Assar Westerlund  <assar@sics.se>
89         * Makefile.am: bump version to 2:0:1
91 2001-05-11  Assar Westerlund  <assar@sics.se>
93         * com_err.h (add_to_error_table): add prototype
94         * com_err.c (add_to_error_table): new function, from Derrick J
95         Brashear <shadow@dementia.org>
97 2001-05-06  Assar Westerlund  <assar@sics.se>
99         * com_err.h: add printf formats for gcc
101 2001-02-28  Johan Danielsson  <joda@pdc.kth.se>
103         * error.c (initialize_error_table_r): put table at end of the list
105 2001-02-15  Assar Westerlund  <assar@sics.se>
107         * com_err.c (default_proc): add printf attributes
109 2000-08-16  Assar Westerlund  <assar@sics.se>
111         * Makefile.am: bump version to 1:1:0
113 2000-07-31  Assar Westerlund  <assar@sics.se>
115         * com_right.h (initialize_error_table_r): fix prototype
117 2000-04-05  Assar Westerlund  <assar@sics.se>
119         * com_err.c (_et_lit): explicitly initialize it to NULL to make
120         dyld on Darwin/MacOS X happy
122 2000-01-16  Assar Westerlund  <assar@sics.se>
124         * com_err.h: remove __P definition (now in com_right.h).  this
125         file always includes com_right.h so that's where it should reside.
126         * com_right.h: moved __P here and added it to the function
127         prototypes
128         * com_err.h (error_table_name): add __P
130 1999-07-03  Assar Westerlund  <assar@sics.se>
132         * parse.y (statement): use asprintf
134 1999-06-13  Assar Westerlund  <assar@sics.se>
136         * Makefile.in: make it solaris make vpath-safe
138 Thu Apr  1 11:13:53 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
140         * compile_et.c: use getargs
142 Sat Mar 20 00:16:30 1999  Assar Westerlund  <assar@sics.se>
144         * compile_et.c: static-ize
146 Thu Mar 18 11:22:13 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
148         * Makefile.am: include Makefile.am.common
150 Tue Mar 16 22:30:05 1999  Assar Westerlund  <assar@sics.se>
152         * parse.y: use YYACCEPT instead of return
154 Sat Mar 13 22:22:56 1999  Assar Westerlund  <assar@sics.se>
156         * compile_et.c (generate_h): cast when calling is* to get rid of a
157         warning
159 Thu Mar 11 15:00:51 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
161         * parse.y: prototype for error_message
163 Sun Nov 22 10:39:02 1998  Assar Westerlund  <assar@sics.se>
165         * compile_et.h: include ctype and roken
167         * compile_et.c: include err.h
168         (generate_h): remove unused variable
170         * Makefile.in (WFLAGS): set
172 Fri Nov 20 06:58:59 1998  Assar Westerlund  <assar@sics.se>
174         * lex.l: undef ECHO to work around AIX lex bug
176 Sun Sep 27 02:23:59 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
178         * com_err.c (error_message): try to pass code to strerror, to see
179         if it might be an errno code (this if broken, but some MIT code
180         seems to expect this behaviour)
182 Sat Sep 26 17:42:39 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
184         * compile_et.c: <foo_err.h> -> "foo_err.h"
186 Tue Jun 30 17:17:36 1998  Assar Westerlund  <assar@sics.se>
188         * Makefile.in: add str{cpy,cat}_truncate
190 Mon May 25 05:24:39 1998  Assar Westerlund  <assar@sics.se>
192         * Makefile.in (clean): try to remove shared library debris
194 Sun Apr 19 09:50:17 1998  Assar Westerlund  <assar@sics.se>
196         * Makefile.in: add symlink magic for linux
198 Sun Apr  5 09:22:11 1998  Assar Westerlund  <assar@sics.se>
200         * parse.y: define alloca to malloc in case we're using bison but
201         don't have alloca
203 Tue Mar 24 05:13:01 1998  Assar Westerlund  <assar@sics.se>
205         * Makefile.in: link with snprintf (From Derrick J Brashear
206         <shadow@dementia.org>)
208 Fri Feb 27 05:01:42 1998  Assar Westerlund  <assar@sics.se>
210         * parse.y: initialize ec->next
212 Thu Feb 26 02:22:25 1998  Assar Westerlund  <assar@sics.se>
214         * Makefile.am: @LEXLIB@
216 Sat Feb 21 15:18:54 1998  assar westerlund  <assar@sics.se>
218         * Makefile.in: set YACC and LEX
220 Tue Feb 17 22:20:27 1998  Bjoern Groenvall  <bg@sics.se>
222         * com_right.h: Change typedefs so that one may mix MIT compile_et
223         generated code with krb4 dito.
225 Tue Feb 17 16:30:55 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
227         * compile_et.c (generate): Always return a value.
229         * parse.y: Files don't have to end with `end'.
231 Mon Feb 16 16:09:20 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
233         * lex.l (getstring): Replace getc() with input().
235         * Makefile.am: Fixes for new compile_et.