
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5204 ec53bebd-3082-4978-b11e-865c3cabbd6b
65 lines
1.8 KiB
Plaintext
65 lines
1.8 KiB
Plaintext
Fri Nov 20 06:58:59 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* lex.l: undef ECHO to work around AIX lex bug
|
|
|
|
Sun Sep 27 02:23:59 1998 Johan Danielsson <joda@hella.pdc.kth.se>
|
|
|
|
* com_err.c (error_message): try to pass code to strerror, to see
|
|
if it might be an errno code (this if broken, but some MIT code
|
|
seems to expect this behaviour)
|
|
|
|
Sat Sep 26 17:42:39 1998 Johan Danielsson <joda@hella.pdc.kth.se>
|
|
|
|
* compile_et.c: <foo_err.h> -> "foo_err.h"
|
|
|
|
Tue Jun 30 17:17:36 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.in: add str{cpy,cat}_truncate
|
|
|
|
Mon May 25 05:24:39 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.in (clean): try to remove shared library debris
|
|
|
|
Sun Apr 19 09:50:17 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.in: add symlink magic for linux
|
|
|
|
Sun Apr 5 09:22:11 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* parse.y: define alloca to malloc in case we're using bison but
|
|
don't have alloca
|
|
|
|
Tue Mar 24 05:13:01 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.in: link with snprintf (From Derrick J Brashear
|
|
<shadow@dementia.org>)
|
|
|
|
Fri Feb 27 05:01:42 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* parse.y: initialize ec->next
|
|
|
|
Thu Feb 26 02:22:25 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.am: @LEXLIB@
|
|
|
|
Sat Feb 21 15:18:54 1998 assar westerlund <assar@sics.se>
|
|
|
|
* Makefile.in: set YACC and LEX
|
|
|
|
Tue Feb 17 22:20:27 1998 Bjoern Groenvall <bg@sics.se>
|
|
|
|
* com_right.h: Change typedefs so that one may mix MIT compile_et
|
|
generated code with krb4 dito.
|
|
|
|
Tue Feb 17 16:30:55 1998 Johan Danielsson <joda@emma.pdc.kth.se>
|
|
|
|
* compile_et.c (generate): Always return a value.
|
|
|
|
* parse.y: Files don't have to end with `end'.
|
|
|
|
Mon Feb 16 16:09:20 1998 Johan Danielsson <joda@emma.pdc.kth.se>
|
|
|
|
* lex.l (getstring): Replace getc() with input().
|
|
|
|
* Makefile.am: Fixes for new compile_et.
|