1*c19800e8SDoug Rabson2007-07-17 Love Hörnquist Åstrand <[email protected]> 2*c19800e8SDoug Rabson 3*c19800e8SDoug Rabson * Makefile.am: split source files in dist and nodist. 4*c19800e8SDoug Rabson 5*c19800e8SDoug Rabson2007-07-16 Love Hörnquist Åstrand <[email protected]> 6*c19800e8SDoug Rabson 7*c19800e8SDoug Rabson * Makefile.am: Only do roken rename for the library. 8*c19800e8SDoug Rabson 9*c19800e8SDoug Rabson2007-07-15 Love Hörnquist Åstrand <[email protected]> 10*c19800e8SDoug Rabson 11*c19800e8SDoug Rabson * Makefile.am: use version script. 12*c19800e8SDoug Rabson 13*c19800e8SDoug Rabson * version-script.map: use version script. 14*c19800e8SDoug Rabson 15*c19800e8SDoug Rabson2007-07-10 Love Hörnquist Åstrand <[email protected]> 16*c19800e8SDoug Rabson 17*c19800e8SDoug Rabson * Makefile.am: New library version. 18*c19800e8SDoug Rabson 19*c19800e8SDoug Rabson2006-10-19 Love Hörnquist Åstrand <[email protected]> 20*c19800e8SDoug Rabson 21*c19800e8SDoug Rabson * Makefile.am (compile_et_SOURCES): add lex.h 22*c19800e8SDoug Rabson 23*c19800e8SDoug Rabson2005-12-12 Love Hörnquist Åstrand <[email protected]> 24*c19800e8SDoug Rabson 25*c19800e8SDoug Rabson * com_err.3: Document the _r functions. 26*c19800e8SDoug Rabson 27*c19800e8SDoug Rabson2005-07-07 Love Hörnquist Åstrand <[email protected]> 28*c19800e8SDoug Rabson 29*c19800e8SDoug Rabson * com_err.h: Include <stdarg.h> for va_list to help AIX 5.2. 30*c19800e8SDoug Rabson 31*c19800e8SDoug Rabson2005-06-16 Love Hörnquist Åstrand <[email protected]> 32*c19800e8SDoug Rabson 33*c19800e8SDoug Rabson * parse.y: rename base to base_id since flex defines a function 34*c19800e8SDoug Rabson with the argument base 35*c19800e8SDoug Rabson 36*c19800e8SDoug Rabson * compile_et.h: rename base to base_id since flex defines a 37*c19800e8SDoug Rabson function with the argument base 38*c19800e8SDoug Rabson 39*c19800e8SDoug Rabson * compile_et.c: rename base to base_id since flex defines a 40*c19800e8SDoug Rabson function with the argument base 41*c19800e8SDoug Rabson 42*c19800e8SDoug Rabson * parse.y (name2number): rename base to num to avoid shadowing 43*c19800e8SDoug Rabson 44*c19800e8SDoug Rabson * compile_et.c: rename optind to optidx 45*c19800e8SDoug Rabson 46*c19800e8SDoug Rabson2005-05-16 Love Hörnquist Åstrand <[email protected]> 47*c19800e8SDoug Rabson 48*c19800e8SDoug Rabson * parse.y: check allocation errors 49*c19800e8SDoug Rabson 50*c19800e8SDoug Rabson * lex.l: check allocation errors correctly 51*c19800e8SDoug Rabson 52*c19800e8SDoug Rabson * compile_et.h: include <err.h> 53*c19800e8SDoug Rabson 54*c19800e8SDoug Rabson * (main): compile_et.c: use strlcpy 55*c19800e8SDoug Rabson 56*c19800e8SDoug Rabson2005-04-29 Dave Love <[email protected]> 57*c19800e8SDoug Rabson 58*c19800e8SDoug Rabson * Makefile.am (LDADD): Add libcom_err.la 59*c19800e8SDoug Rabson 60*c19800e8SDoug Rabson2005-04-24 Love Hörnquist Åstrand <[email protected]> 61*c19800e8SDoug Rabson 62*c19800e8SDoug Rabson * include strlcpy and *printf and use them 63*c19800e8SDoug Rabson 64*c19800e8SDoug Rabson2005-02-03 Love Hörnquist Åstrand <[email protected]> 65*c19800e8SDoug Rabson 66*c19800e8SDoug Rabson * com_right.h: de-__P 67*c19800e8SDoug Rabson 68*c19800e8SDoug Rabson * com_err.h: de-__P 69*c19800e8SDoug Rabson 708373020dSJacques Vidrine2002-08-20 Johan Danielsson <[email protected]> 718373020dSJacques Vidrine 728373020dSJacques Vidrine * compile_et.c: don't add comma after last enum member 738373020dSJacques Vidrine 748373020dSJacques Vidrine2002-08-12 Johan Danielsson <[email protected]> 758373020dSJacques Vidrine 768373020dSJacques Vidrine * compile_et.c: just declare er_list directly instead of including 778373020dSJacques Vidrine com_right in generated header files 788373020dSJacques Vidrine 798373020dSJacques Vidrine2002-03-11 Assar Westerlund <[email protected]> 808373020dSJacques Vidrine 818373020dSJacques Vidrine * Makefile.am (libcom_err_la_LDFLAGS): set version to 2:1:1 828373020dSJacques Vidrine 838373020dSJacques Vidrine2002-03-10 Assar Westerlund <[email protected]> 848373020dSJacques Vidrine 858373020dSJacques Vidrine * com_err.c (error_message): do not call strerror with a negative error 868373020dSJacques Vidrine 87adb0ddaeSAssar Westerlund2001-05-17 Assar Westerlund <[email protected]> 88adb0ddaeSAssar Westerlund 89adb0ddaeSAssar Westerlund * Makefile.am: bump version to 2:0:1 90adb0ddaeSAssar Westerlund 91adb0ddaeSAssar Westerlund2001-05-11 Assar Westerlund <[email protected]> 92adb0ddaeSAssar Westerlund 93adb0ddaeSAssar Westerlund * com_err.h (add_to_error_table): add prototype 94adb0ddaeSAssar Westerlund * com_err.c (add_to_error_table): new function, from Derrick J 95adb0ddaeSAssar Westerlund Brashear <[email protected]> 96adb0ddaeSAssar Westerlund 97adb0ddaeSAssar Westerlund2001-05-06 Assar Westerlund <[email protected]> 98adb0ddaeSAssar Westerlund 99adb0ddaeSAssar Westerlund * com_err.h: add printf formats for gcc 100adb0ddaeSAssar Westerlund 101adb0ddaeSAssar Westerlund2001-02-28 Johan Danielsson <[email protected]> 102adb0ddaeSAssar Westerlund 103adb0ddaeSAssar Westerlund * error.c (initialize_error_table_r): put table at end of the list 104adb0ddaeSAssar Westerlund 105adb0ddaeSAssar Westerlund2001-02-15 Assar Westerlund <[email protected]> 106adb0ddaeSAssar Westerlund 107adb0ddaeSAssar Westerlund * com_err.c (default_proc): add printf attributes 108adb0ddaeSAssar Westerlund 1095e9cd1aeSAssar Westerlund2000-08-16 Assar Westerlund <[email protected]> 1105e9cd1aeSAssar Westerlund 1115e9cd1aeSAssar Westerlund * Makefile.am: bump version to 1:1:0 1125e9cd1aeSAssar Westerlund 1135e9cd1aeSAssar Westerlund2000-07-31 Assar Westerlund <[email protected]> 1145e9cd1aeSAssar Westerlund 1155e9cd1aeSAssar Westerlund * com_right.h (initialize_error_table_r): fix prototype 1165e9cd1aeSAssar Westerlund 1175e9cd1aeSAssar Westerlund2000-04-05 Assar Westerlund <[email protected]> 1185e9cd1aeSAssar Westerlund 1195e9cd1aeSAssar Westerlund * com_err.c (_et_lit): explicitly initialize it to NULL to make 1205e9cd1aeSAssar Westerlund dyld on Darwin/MacOS X happy 1215e9cd1aeSAssar Westerlund 1225e9cd1aeSAssar Westerlund2000-01-16 Assar Westerlund <[email protected]> 1235e9cd1aeSAssar Westerlund 1245e9cd1aeSAssar Westerlund * com_err.h: remove __P definition (now in com_right.h). this 1255e9cd1aeSAssar Westerlund file always includes com_right.h so that's where it should reside. 1265e9cd1aeSAssar Westerlund * com_right.h: moved __P here and added it to the function 1275e9cd1aeSAssar Westerlund prototypes 1285e9cd1aeSAssar Westerlund * com_err.h (error_table_name): add __P 1295e9cd1aeSAssar Westerlund 1305e9cd1aeSAssar Westerlund1999-07-03 Assar Westerlund <[email protected]> 1315e9cd1aeSAssar Westerlund 1325e9cd1aeSAssar Westerlund * parse.y (statement): use asprintf 1335e9cd1aeSAssar Westerlund 1345e9cd1aeSAssar Westerlund1999-06-13 Assar Westerlund <[email protected]> 1355e9cd1aeSAssar Westerlund 1365e9cd1aeSAssar Westerlund * Makefile.in: make it solaris make vpath-safe 1375e9cd1aeSAssar Westerlund 1385e9cd1aeSAssar WesterlundThu Apr 1 11:13:53 1999 Johan Danielsson <[email protected]> 1395e9cd1aeSAssar Westerlund 1405e9cd1aeSAssar Westerlund * compile_et.c: use getargs 1415e9cd1aeSAssar Westerlund 1425e9cd1aeSAssar WesterlundSat Mar 20 00:16:30 1999 Assar Westerlund <[email protected]> 1435e9cd1aeSAssar Westerlund 1445e9cd1aeSAssar Westerlund * compile_et.c: static-ize 1455e9cd1aeSAssar Westerlund 1465e9cd1aeSAssar WesterlundThu Mar 18 11:22:13 1999 Johan Danielsson <[email protected]> 1475e9cd1aeSAssar Westerlund 1485e9cd1aeSAssar Westerlund * Makefile.am: include Makefile.am.common 1495e9cd1aeSAssar Westerlund 1505e9cd1aeSAssar WesterlundTue Mar 16 22:30:05 1999 Assar Westerlund <[email protected]> 1515e9cd1aeSAssar Westerlund 1525e9cd1aeSAssar Westerlund * parse.y: use YYACCEPT instead of return 1535e9cd1aeSAssar Westerlund 1545e9cd1aeSAssar WesterlundSat Mar 13 22:22:56 1999 Assar Westerlund <[email protected]> 1555e9cd1aeSAssar Westerlund 1565e9cd1aeSAssar Westerlund * compile_et.c (generate_h): cast when calling is* to get rid of a 1575e9cd1aeSAssar Westerlund warning 1585e9cd1aeSAssar Westerlund 1595e9cd1aeSAssar WesterlundThu Mar 11 15:00:51 1999 Johan Danielsson <[email protected]> 1605e9cd1aeSAssar Westerlund 1615e9cd1aeSAssar Westerlund * parse.y: prototype for error_message 1625e9cd1aeSAssar Westerlund 1635e9cd1aeSAssar WesterlundSun Nov 22 10:39:02 1998 Assar Westerlund <[email protected]> 1645e9cd1aeSAssar Westerlund 1655e9cd1aeSAssar Westerlund * compile_et.h: include ctype and roken 1665e9cd1aeSAssar Westerlund 1675e9cd1aeSAssar Westerlund * compile_et.c: include err.h 1685e9cd1aeSAssar Westerlund (generate_h): remove unused variable 1695e9cd1aeSAssar Westerlund 1705e9cd1aeSAssar Westerlund * Makefile.in (WFLAGS): set 1715e9cd1aeSAssar Westerlund 1725e9cd1aeSAssar WesterlundFri Nov 20 06:58:59 1998 Assar Westerlund <[email protected]> 1735e9cd1aeSAssar Westerlund 1745e9cd1aeSAssar Westerlund * lex.l: undef ECHO to work around AIX lex bug 1755e9cd1aeSAssar Westerlund 1765e9cd1aeSAssar WesterlundSun Sep 27 02:23:59 1998 Johan Danielsson <[email protected]> 1775e9cd1aeSAssar Westerlund 1785e9cd1aeSAssar Westerlund * com_err.c (error_message): try to pass code to strerror, to see 1795e9cd1aeSAssar Westerlund if it might be an errno code (this if broken, but some MIT code 1805e9cd1aeSAssar Westerlund seems to expect this behaviour) 1815e9cd1aeSAssar Westerlund 1825e9cd1aeSAssar WesterlundSat Sep 26 17:42:39 1998 Johan Danielsson <[email protected]> 1835e9cd1aeSAssar Westerlund 1845e9cd1aeSAssar Westerlund * compile_et.c: <foo_err.h> -> "foo_err.h" 1855e9cd1aeSAssar Westerlund 1865e9cd1aeSAssar WesterlundTue Jun 30 17:17:36 1998 Assar Westerlund <[email protected]> 1875e9cd1aeSAssar Westerlund 1885e9cd1aeSAssar Westerlund * Makefile.in: add str{cpy,cat}_truncate 1895e9cd1aeSAssar Westerlund 1905e9cd1aeSAssar WesterlundMon May 25 05:24:39 1998 Assar Westerlund <[email protected]> 1915e9cd1aeSAssar Westerlund 1925e9cd1aeSAssar Westerlund * Makefile.in (clean): try to remove shared library debris 1935e9cd1aeSAssar Westerlund 1945e9cd1aeSAssar WesterlundSun Apr 19 09:50:17 1998 Assar Westerlund <[email protected]> 1955e9cd1aeSAssar Westerlund 1965e9cd1aeSAssar Westerlund * Makefile.in: add symlink magic for linux 1975e9cd1aeSAssar Westerlund 1985e9cd1aeSAssar WesterlundSun Apr 5 09:22:11 1998 Assar Westerlund <[email protected]> 1995e9cd1aeSAssar Westerlund 2005e9cd1aeSAssar Westerlund * parse.y: define alloca to malloc in case we're using bison but 2015e9cd1aeSAssar Westerlund don't have alloca 2025e9cd1aeSAssar Westerlund 2035e9cd1aeSAssar WesterlundTue Mar 24 05:13:01 1998 Assar Westerlund <[email protected]> 2045e9cd1aeSAssar Westerlund 2055e9cd1aeSAssar Westerlund * Makefile.in: link with snprintf (From Derrick J Brashear 2065e9cd1aeSAssar Westerlund <[email protected]>) 2075e9cd1aeSAssar Westerlund 2085e9cd1aeSAssar WesterlundFri Feb 27 05:01:42 1998 Assar Westerlund <[email protected]> 2095e9cd1aeSAssar Westerlund 2105e9cd1aeSAssar Westerlund * parse.y: initialize ec->next 2115e9cd1aeSAssar Westerlund 2125e9cd1aeSAssar WesterlundThu Feb 26 02:22:25 1998 Assar Westerlund <[email protected]> 2135e9cd1aeSAssar Westerlund 2145e9cd1aeSAssar Westerlund * Makefile.am: @LEXLIB@ 2155e9cd1aeSAssar Westerlund 2165e9cd1aeSAssar WesterlundSat Feb 21 15:18:54 1998 assar westerlund <[email protected]> 2175e9cd1aeSAssar Westerlund 2185e9cd1aeSAssar Westerlund * Makefile.in: set YACC and LEX 2195e9cd1aeSAssar Westerlund 2205e9cd1aeSAssar WesterlundTue Feb 17 22:20:27 1998 Bjoern Groenvall <[email protected]> 2215e9cd1aeSAssar Westerlund 2225e9cd1aeSAssar Westerlund * com_right.h: Change typedefs so that one may mix MIT compile_et 2235e9cd1aeSAssar Westerlund generated code with krb4 dito. 2245e9cd1aeSAssar Westerlund 2255e9cd1aeSAssar WesterlundTue Feb 17 16:30:55 1998 Johan Danielsson <[email protected]> 2265e9cd1aeSAssar Westerlund 2275e9cd1aeSAssar Westerlund * compile_et.c (generate): Always return a value. 2285e9cd1aeSAssar Westerlund 2295e9cd1aeSAssar Westerlund * parse.y: Files don't have to end with `end'. 2305e9cd1aeSAssar Westerlund 2315e9cd1aeSAssar WesterlundMon Feb 16 16:09:20 1998 Johan Danielsson <[email protected]> 2325e9cd1aeSAssar Westerlund 2335e9cd1aeSAssar Westerlund * lex.l (getstring): Replace getc() with input(). 2345e9cd1aeSAssar Westerlund 2355e9cd1aeSAssar Westerlund * Makefile.am: Fixes for new compile_et. 236