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