remove gcc34
[dragonfly.git] / crypto / heimdal-0.6.3 / lib / com_err / ChangeLog
blob23d540389407853fd79cee3d2fb2b77faaf2031c
1 2002-08-20  Johan Danielsson  <joda@pdc.kth.se>
3         * compile_et.c: don't add comma after last enum member
5 2002-08-12  Johan Danielsson  <joda@pdc.kth.se>
7         * compile_et.c: just declare er_list directly instead of including
8         com_right in generated header files
10 2002-03-11  Assar Westerlund  <assar@sics.se>
12         * Makefile.am (libcom_err_la_LDFLAGS): set version to 2:1:1
14 2002-03-10  Assar Westerlund  <assar@sics.se>
16         * com_err.c (error_message): do not call strerror with a negative error
18 2001-05-17  Assar Westerlund  <assar@sics.se>
20         * Makefile.am: bump version to 2:0:1
22 2001-05-11  Assar Westerlund  <assar@sics.se>
24         * com_err.h (add_to_error_table): add prototype
25         * com_err.c (add_to_error_table): new function, from Derrick J
26         Brashear <shadow@dementia.org>
28 2001-05-06  Assar Westerlund  <assar@sics.se>
30         * com_err.h: add printf formats for gcc
32 2001-02-28  Johan Danielsson  <joda@pdc.kth.se>
34         * error.c (initialize_error_table_r): put table at end of the list
36 2001-02-15  Assar Westerlund  <assar@sics.se>
38         * com_err.c (default_proc): add printf attributes
40 2000-08-16  Assar Westerlund  <assar@sics.se>
42         * Makefile.am: bump version to 1:1:0
44 2000-07-31  Assar Westerlund  <assar@sics.se>
46         * com_right.h (initialize_error_table_r): fix prototype
48 2000-04-05  Assar Westerlund  <assar@sics.se>
50         * com_err.c (_et_lit): explicitly initialize it to NULL to make
51         dyld on Darwin/MacOS X happy
53 2000-01-16  Assar Westerlund  <assar@sics.se>
55         * com_err.h: remove __P definition (now in com_right.h).  this
56         file always includes com_right.h so that's where it should reside.
57         * com_right.h: moved __P here and added it to the function
58         prototypes
59         * com_err.h (error_table_name): add __P
61 1999-07-03  Assar Westerlund  <assar@sics.se>
63         * parse.y (statement): use asprintf
65 1999-06-13  Assar Westerlund  <assar@sics.se>
67         * Makefile.in: make it solaris make vpath-safe
69 Thu Apr  1 11:13:53 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
71         * compile_et.c: use getargs
73 Sat Mar 20 00:16:30 1999  Assar Westerlund  <assar@sics.se>
75         * compile_et.c: static-ize
77 Thu Mar 18 11:22:13 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
79         * Makefile.am: include Makefile.am.common
81 Tue Mar 16 22:30:05 1999  Assar Westerlund  <assar@sics.se>
83         * parse.y: use YYACCEPT instead of return
85 Sat Mar 13 22:22:56 1999  Assar Westerlund  <assar@sics.se>
87         * compile_et.c (generate_h): cast when calling is* to get rid of a
88         warning
90 Thu Mar 11 15:00:51 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
92         * parse.y: prototype for error_message
94 Sun Nov 22 10:39:02 1998  Assar Westerlund  <assar@sics.se>
96         * compile_et.h: include ctype and roken
98         * compile_et.c: include err.h
99         (generate_h): remove unused variable
101         * Makefile.in (WFLAGS): set
103 Fri Nov 20 06:58:59 1998  Assar Westerlund  <assar@sics.se>
105         * lex.l: undef ECHO to work around AIX lex bug
107 Sun Sep 27 02:23:59 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
109         * com_err.c (error_message): try to pass code to strerror, to see
110         if it might be an errno code (this if broken, but some MIT code
111         seems to expect this behaviour)
113 Sat Sep 26 17:42:39 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
115         * compile_et.c: <foo_err.h> -> "foo_err.h"
117 Tue Jun 30 17:17:36 1998  Assar Westerlund  <assar@sics.se>
119         * Makefile.in: add str{cpy,cat}_truncate
121 Mon May 25 05:24:39 1998  Assar Westerlund  <assar@sics.se>
123         * Makefile.in (clean): try to remove shared library debris
125 Sun Apr 19 09:50:17 1998  Assar Westerlund  <assar@sics.se>
127         * Makefile.in: add symlink magic for linux
129 Sun Apr  5 09:22:11 1998  Assar Westerlund  <assar@sics.se>
131         * parse.y: define alloca to malloc in case we're using bison but
132         don't have alloca
134 Tue Mar 24 05:13:01 1998  Assar Westerlund  <assar@sics.se>
136         * Makefile.in: link with snprintf (From Derrick J Brashear
137         <shadow@dementia.org>)
139 Fri Feb 27 05:01:42 1998  Assar Westerlund  <assar@sics.se>
141         * parse.y: initialize ec->next
143 Thu Feb 26 02:22:25 1998  Assar Westerlund  <assar@sics.se>
145         * Makefile.am: @LEXLIB@
147 Sat Feb 21 15:18:54 1998  assar westerlund  <assar@sics.se>
149         * Makefile.in: set YACC and LEX
151 Tue Feb 17 22:20:27 1998  Bjoern Groenvall  <bg@sics.se>
153         * com_right.h: Change typedefs so that one may mix MIT compile_et
154         generated code with krb4 dito.
156 Tue Feb 17 16:30:55 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
158         * compile_et.c (generate): Always return a value.
160         * parse.y: Files don't have to end with `end'.
162 Mon Feb 16 16:09:20 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
164         * lex.l (getstring): Replace getc() with input().
166         * Makefile.am: Fixes for new compile_et.