/ lib / com_err / ChangeLog
ChangeLog
  1  2007-07-17  Love Hörnquist Åstrand  <lha@it.su.se>
  2  
  3  	* Makefile.am: split source files in dist and nodist.
  4  
  5  2007-07-16  Love Hörnquist Åstrand  <lha@it.su.se>
  6  
  7  	* Makefile.am: Only do roken rename for the library.
  8  
  9  2007-07-15  Love Hörnquist Åstrand  <lha@it.su.se>
 10  
 11  	* Makefile.am: use version script.
 12  	
 13  	* version-script.map: use version script.
 14  
 15  2007-07-10  Love Hörnquist Åstrand  <lha@it.su.se>
 16  
 17  	* Makefile.am: New library version.
 18  	
 19  2006-10-19  Love Hörnquist Åstrand  <lha@it.su.se>
 20  
 21  	* Makefile.am (compile_et_SOURCES): add lex.h
 22  	
 23  2005-12-12  Love Hörnquist Åstrand  <lha@it.su.se>
 24  
 25  	* com_err.3: Document the _r functions.
 26  	
 27  2005-07-07  Love Hörnquist Åstrand  <lha@it.su.se>
 28  
 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>
 32  
 33  	* parse.y: rename base to base_id since flex defines a function
 34  	with the argument base
 35  
 36  	* compile_et.h: rename base to base_id since flex defines a
 37  	function with the argument base
 38  
 39  	* compile_et.c: rename base to base_id since flex defines a
 40  	function with the argument base
 41  
 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>
 47  
 48  	* parse.y: check allocation errors
 49  
 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>
 57  
 58  	* Makefile.am (LDADD): Add libcom_err.la
 59  
 60  2005-04-24  Love Hörnquist Åstrand  <lha@it.su.se>
 61  
 62  	* include strlcpy and *printf and use them
 63  
 64  2005-02-03  Love Hörnquist Åstrand  <lha@it.su.se>
 65  
 66  	* com_right.h: de-__P
 67  
 68  	* com_err.h: de-__P
 69  
 70  2002-08-20  Johan Danielsson  <joda@pdc.kth.se>
 71  
 72  	* compile_et.c: don't add comma after last enum member
 73  
 74  2002-08-12  Johan Danielsson  <joda@pdc.kth.se>
 75  
 76  	* compile_et.c: just declare er_list directly instead of including
 77  	com_right in generated header files
 78  
 79  2002-03-11  Assar Westerlund  <assar@sics.se>
 80  
 81  	* Makefile.am (libcom_err_la_LDFLAGS): set version to 2:1:1
 82  
 83  2002-03-10  Assar Westerlund  <assar@sics.se>
 84  
 85  	* com_err.c (error_message): do not call strerror with a negative error
 86  
 87  2001-05-17  Assar Westerlund  <assar@sics.se>
 88  
 89  	* Makefile.am: bump version to 2:0:1
 90  
 91  2001-05-11  Assar Westerlund  <assar@sics.se>
 92  
 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>
 96  
 97  2001-05-06  Assar Westerlund  <assar@sics.se>
 98  
 99  	* com_err.h: add printf formats for gcc
100  
101  2001-02-28  Johan Danielsson  <joda@pdc.kth.se>
102  
103  	* error.c (initialize_error_table_r): put table at end of the list
104  
105  2001-02-15  Assar Westerlund  <assar@sics.se>
106  
107  	* com_err.c (default_proc): add printf attributes
108  
109  2000-08-16  Assar Westerlund  <assar@sics.se>
110  
111  	* Makefile.am: bump version to 1:1:0
112  
113  2000-07-31  Assar Westerlund  <assar@sics.se>
114  
115  	* com_right.h (initialize_error_table_r): fix prototype
116  
117  2000-04-05  Assar Westerlund  <assar@sics.se>
118  
119  	* com_err.c (_et_lit): explicitly initialize it to NULL to make
120  	dyld on Darwin/MacOS X happy
121  
122  2000-01-16  Assar Westerlund  <assar@sics.se>
123  
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
129  
130  1999-07-03  Assar Westerlund  <assar@sics.se>
131  
132  	* parse.y (statement): use asprintf
133  
134  1999-06-13  Assar Westerlund  <assar@sics.se>
135  
136  	* Makefile.in: make it solaris make vpath-safe
137  
138  Thu Apr  1 11:13:53 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
139  
140  	* compile_et.c: use getargs
141  
142  Sat Mar 20 00:16:30 1999  Assar Westerlund  <assar@sics.se>
143  
144  	* compile_et.c: static-ize
145  
146  Thu Mar 18 11:22:13 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
147  
148  	* Makefile.am: include Makefile.am.common
149  
150  Tue Mar 16 22:30:05 1999  Assar Westerlund  <assar@sics.se>
151  
152  	* parse.y: use YYACCEPT instead of return
153  
154  Sat Mar 13 22:22:56 1999  Assar Westerlund  <assar@sics.se>
155  
156  	* compile_et.c (generate_h): cast when calling is* to get rid of a
157   	warning
158  
159  Thu Mar 11 15:00:51 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
160  
161  	* parse.y: prototype for error_message
162  
163  Sun Nov 22 10:39:02 1998  Assar Westerlund  <assar@sics.se>
164  
165  	* compile_et.h: include ctype and roken
166  
167  	* compile_et.c: include err.h
168  	(generate_h): remove unused variable
169  
170  	* Makefile.in (WFLAGS): set
171  
172  Fri Nov 20 06:58:59 1998  Assar Westerlund  <assar@sics.se>
173  
174  	* lex.l: undef ECHO to work around AIX lex bug
175  
176  Sun Sep 27 02:23:59 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
177  
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)
181  
182  Sat Sep 26 17:42:39 1998  Johan Danielsson  <joda@hella.pdc.kth.se>
183  
184  	* compile_et.c: <foo_err.h> -> "foo_err.h"
185  
186  Tue Jun 30 17:17:36 1998  Assar Westerlund  <assar@sics.se>
187  
188  	* Makefile.in: add str{cpy,cat}_truncate
189  
190  Mon May 25 05:24:39 1998  Assar Westerlund  <assar@sics.se>
191  
192  	* Makefile.in (clean): try to remove shared library debris
193  
194  Sun Apr 19 09:50:17 1998  Assar Westerlund  <assar@sics.se>
195  
196  	* Makefile.in: add symlink magic for linux
197  
198  Sun Apr  5 09:22:11 1998  Assar Westerlund  <assar@sics.se>
199  
200  	* parse.y: define alloca to malloc in case we're using bison but
201   	don't have alloca
202  
203  Tue Mar 24 05:13:01 1998  Assar Westerlund  <assar@sics.se>
204  
205  	* Makefile.in: link with snprintf (From Derrick J Brashear
206   	<shadow@dementia.org>)
207  
208  Fri Feb 27 05:01:42 1998  Assar Westerlund  <assar@sics.se>
209  
210  	* parse.y: initialize ec->next
211  
212  Thu Feb 26 02:22:25 1998  Assar Westerlund  <assar@sics.se>
213  
214  	* Makefile.am: @LEXLIB@
215  
216  Sat Feb 21 15:18:54 1998  assar westerlund  <assar@sics.se>
217  
218  	* Makefile.in: set YACC and LEX
219  
220  Tue Feb 17 22:20:27 1998  Bjoern Groenvall  <bg@sics.se>
221  
222  	* com_right.h: Change typedefs so that one may mix MIT compile_et
223   	generated code with krb4 dito.
224  
225  Tue Feb 17 16:30:55 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
226  
227  	* compile_et.c (generate): Always return a value.
228  
229  	* parse.y: Files don't have to end with `end'.
230  
231  Mon Feb 16 16:09:20 1998  Johan Danielsson  <joda@emma.pdc.kth.se>
232  
233  	* lex.l (getstring): Replace getc() with input().
234  
235  	* Makefile.am: Fixes for new compile_et.