12000-08-16 Assar Westerlund <assar@sics.se> 2 3 * Makefile.am: bump version to 1:1:0 4 52000-07-31 Assar Westerlund <assar@sics.se> 6 7 * com_right.h (initialize_error_table_r): fix prototype 8 92000-04-05 Assar Westerlund <assar@sics.se> 10 11 * com_err.c (_et_lit): explicitly initialize it to NULL to make 12 dyld on Darwin/MacOS X happy 13 142000-01-16 Assar Westerlund <assar@sics.se> 15 16 * com_err.h: remove __P definition (now in com_right.h). this 17 file always includes com_right.h so that's where it should reside. 18 * com_right.h: moved __P here and added it to the function 19 prototypes 20 * com_err.h (error_table_name): add __P 21 221999-07-03 Assar Westerlund <assar@sics.se> 23 24 * parse.y (statement): use asprintf 25 261999-06-13 Assar Westerlund <assar@sics.se> 27 28 * Makefile.in: make it solaris make vpath-safe 29 30Thu Apr 1 11:13:53 1999 Johan Danielsson <joda@hella.pdc.kth.se> 31 32 * compile_et.c: use getargs 33 34Sat Mar 20 00:16:30 1999 Assar Westerlund <assar@sics.se> 35 36 * compile_et.c: static-ize 37 38Thu Mar 18 11:22:13 1999 Johan Danielsson <joda@hella.pdc.kth.se> 39 40 * Makefile.am: include Makefile.am.common 41 42Tue Mar 16 22:30:05 1999 Assar Westerlund <assar@sics.se> 43 44 * parse.y: use YYACCEPT instead of return 45 46Sat Mar 13 22:22:56 1999 Assar Westerlund <assar@sics.se> 47 48 * compile_et.c (generate_h): cast when calling is* to get rid of a 49 warning 50 51Thu Mar 11 15:00:51 1999 Johan Danielsson <joda@hella.pdc.kth.se> 52 53 * parse.y: prototype for error_message 54 55Sun Nov 22 10:39:02 1998 Assar Westerlund <assar@sics.se> 56 57 * compile_et.h: include ctype and roken 58 59 * compile_et.c: include err.h 60 (generate_h): remove unused variable 61 62 * Makefile.in (WFLAGS): set 63 64Fri Nov 20 06:58:59 1998 Assar Westerlund <assar@sics.se> 65 66 * lex.l: undef ECHO to work around AIX lex bug 67 68Sun Sep 27 02:23:59 1998 Johan Danielsson <joda@hella.pdc.kth.se> 69 70 * com_err.c (error_message): try to pass code to strerror, to see 71 if it might be an errno code (this if broken, but some MIT code 72 seems to expect this behaviour) 73 74Sat Sep 26 17:42:39 1998 Johan Danielsson <joda@hella.pdc.kth.se> 75 76 * compile_et.c: <foo_err.h> -> "foo_err.h" 77 78Tue Jun 30 17:17:36 1998 Assar Westerlund <assar@sics.se> 79 80 * Makefile.in: add str{cpy,cat}_truncate 81 82Mon May 25 05:24:39 1998 Assar Westerlund <assar@sics.se> 83 84 * Makefile.in (clean): try to remove shared library debris 85 86Sun Apr 19 09:50:17 1998 Assar Westerlund <assar@sics.se> 87 88 * Makefile.in: add symlink magic for linux 89 90Sun Apr 5 09:22:11 1998 Assar Westerlund <assar@sics.se> 91 92 * parse.y: define alloca to malloc in case we're using bison but 93 don't have alloca 94 95Tue Mar 24 05:13:01 1998 Assar Westerlund <assar@sics.se> 96 97 * Makefile.in: link with snprintf (From Derrick J Brashear 98 <shadow@dementia.org>) 99 100Fri Feb 27 05:01:42 1998 Assar Westerlund <assar@sics.se> 101 102 * parse.y: initialize ec->next 103 104Thu Feb 26 02:22:25 1998 Assar Westerlund <assar@sics.se> 105 106 * Makefile.am: @LEXLIB@ 107 108Sat Feb 21 15:18:54 1998 assar westerlund <assar@sics.se> 109 110 * Makefile.in: set YACC and LEX 111 112Tue Feb 17 22:20:27 1998 Bjoern Groenvall <bg@sics.se> 113 114 * com_right.h: Change typedefs so that one may mix MIT compile_et 115 generated code with krb4 dito. 116 117Tue Feb 17 16:30:55 1998 Johan Danielsson <joda@emma.pdc.kth.se> 118 119 * compile_et.c (generate): Always return a value. 120 121 * parse.y: Files don't have to end with `end'. 122 123Mon Feb 16 16:09:20 1998 Johan Danielsson <joda@emma.pdc.kth.se> 124 125 * lex.l (getstring): Replace getc() with input(). 126 127 * Makefile.am: Fixes for new compile_et. 128