diff options
Diffstat (limited to 'contrib/com_err/ChangeLog')
-rw-r--r-- | contrib/com_err/ChangeLog | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/contrib/com_err/ChangeLog b/contrib/com_err/ChangeLog index 23d5403..dbeb8fb 100644 --- a/contrib/com_err/ChangeLog +++ b/contrib/com_err/ChangeLog @@ -1,3 +1,72 @@ +2007-07-17 Love Hörnquist Åstrand <lha@it.su.se> + + * Makefile.am: split source files in dist and nodist. + +2007-07-16 Love Hörnquist Åstrand <lha@it.su.se> + + * Makefile.am: Only do roken rename for the library. + +2007-07-15 Love Hörnquist Åstrand <lha@it.su.se> + + * Makefile.am: use version script. + + * version-script.map: use version script. + +2007-07-10 Love Hörnquist Åstrand <lha@it.su.se> + + * Makefile.am: New library version. + +2006-10-19 Love Hörnquist Åstrand <lha@it.su.se> + + * Makefile.am (compile_et_SOURCES): add lex.h + +2005-12-12 Love Hörnquist Åstrand <lha@it.su.se> + + * com_err.3: Document the _r functions. + +2005-07-07 Love Hörnquist Åstrand <lha@it.su.se> + + * com_err.h: Include <stdarg.h> for va_list to help AIX 5.2. + +2005-06-16 Love Hörnquist Åstrand <lha@it.su.se> + + * parse.y: rename base to base_id since flex defines a function + with the argument base + + * compile_et.h: rename base to base_id since flex defines a + function with the argument base + + * compile_et.c: rename base to base_id since flex defines a + function with the argument base + + * parse.y (name2number): rename base to num to avoid shadowing + + * compile_et.c: rename optind to optidx + +2005-05-16 Love Hörnquist Åstrand <lha@it.su.se> + + * parse.y: check allocation errors + + * lex.l: check allocation errors correctly + + * compile_et.h: include <err.h> + + * (main): compile_et.c: use strlcpy + +2005-04-29 Dave Love <fx@gnu.org> + + * Makefile.am (LDADD): Add libcom_err.la + +2005-04-24 Love Hörnquist Åstrand <lha@it.su.se> + + * include strlcpy and *printf and use them + +2005-02-03 Love Hörnquist Åstrand <lha@it.su.se> + + * com_right.h: de-__P + + * com_err.h: de-__P + 2002-08-20 Johan Danielsson <joda@pdc.kth.se> * compile_et.c: don't add comma after last enum member |