diff options
author | nectar <nectar@FreeBSD.org> | 2004-04-03 21:08:58 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-04-03 21:08:58 +0000 |
commit | 3e55660227282202072ae50a1b22ecae82118e49 (patch) | |
tree | a0b66f8a6b521ca8c05996cdc916cfdd0765db79 /contrib/com_err/ChangeLog | |
parent | a7e28b18e96d2d3593479ec6e2103874a01f95d0 (diff) | |
download | FreeBSD-src-3e55660227282202072ae50a1b22ecae82118e49.zip FreeBSD-src-3e55660227282202072ae50a1b22ecae82118e49.tar.gz |
Import libcom_err from Heimdal 0.6.1.
Diffstat (limited to 'contrib/com_err/ChangeLog')
-rw-r--r-- | contrib/com_err/ChangeLog | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/contrib/com_err/ChangeLog b/contrib/com_err/ChangeLog index ea7a5f6..23d5403 100644 --- a/contrib/com_err/ChangeLog +++ b/contrib/com_err/ChangeLog @@ -1,3 +1,63 @@ +2002-08-20 Johan Danielsson <joda@pdc.kth.se> + + * compile_et.c: don't add comma after last enum member + +2002-08-12 Johan Danielsson <joda@pdc.kth.se> + + * compile_et.c: just declare er_list directly instead of including + com_right in generated header files + +2002-03-11 Assar Westerlund <assar@sics.se> + + * Makefile.am (libcom_err_la_LDFLAGS): set version to 2:1:1 + +2002-03-10 Assar Westerlund <assar@sics.se> + + * com_err.c (error_message): do not call strerror with a negative error + +2001-05-17 Assar Westerlund <assar@sics.se> + + * Makefile.am: bump version to 2:0:1 + +2001-05-11 Assar Westerlund <assar@sics.se> + + * com_err.h (add_to_error_table): add prototype + * com_err.c (add_to_error_table): new function, from Derrick J + Brashear <shadow@dementia.org> + +2001-05-06 Assar Westerlund <assar@sics.se> + + * com_err.h: add printf formats for gcc + +2001-02-28 Johan Danielsson <joda@pdc.kth.se> + + * error.c (initialize_error_table_r): put table at end of the list + +2001-02-15 Assar Westerlund <assar@sics.se> + + * com_err.c (default_proc): add printf attributes + +2000-08-16 Assar Westerlund <assar@sics.se> + + * Makefile.am: bump version to 1:1:0 + +2000-07-31 Assar Westerlund <assar@sics.se> + + * com_right.h (initialize_error_table_r): fix prototype + +2000-04-05 Assar Westerlund <assar@sics.se> + + * com_err.c (_et_lit): explicitly initialize it to NULL to make + dyld on Darwin/MacOS X happy + +2000-01-16 Assar Westerlund <assar@sics.se> + + * com_err.h: remove __P definition (now in com_right.h). this + file always includes com_right.h so that's where it should reside. + * com_right.h: moved __P here and added it to the function + prototypes + * com_err.h (error_table_name): add __P + 1999-07-03 Assar Westerlund <assar@sics.se> * parse.y (statement): use asprintf |