aboutsummaryrefslogtreecommitdiff
path: root/src/util/et/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/et/ChangeLog')
-rw-r--r--src/util/et/ChangeLog52
1 files changed, 52 insertions, 0 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index 345416e..b277f07 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -1,3 +1,55 @@
+2001-12-18 Ken Raeburn <raeburn@mit.edu>
+
+ * test_et.c (main): Only use sys_nerr tests if HAVE_SYS_ERRLIST.
+
+2001-10-31 Miro Jurisic <meeroh@mit.edu>
+
+ * et_c.awk, et_c.pl, et_h.awk, et_h.pl: Fixed the incorrect
+ #if defined(unix) ... which was accidentally reintroduced
+
+2001-10-31 Danilo Almeida <dalmeida@mit.edu>
+
+ * com_err.h: Windows should include <win-mac.h> as opposed
+ to <Kerberos5/win-mac.h>
+
+2001-10-29 Miro Jurisic <meeroh@mit.edu>
+ * pullup from krb5-1-2 branch after krb5-1-2-2-bp
+ * error_message.c: fixed busted parentheses
+ * error_message.c: call through to strerror on Mac OS X
+ * error_message.c: call through to ErrorLib on Mac OS X
+ * et.pbexp: export com_err() on Mac OS X
+ * error_massage.c: #include <KerberosSupport/ErrorLib.h> on Mac OS
+ * com_err.h: #include <Kerberos5/win-mac.h> on Mac OS
+ * et_c.awk, et_c.pl, et_h.awk, et_h.pl: Updated Mac OS #defines
+ and #includes for new header layout and Mac OS X frameworks
+
+2000-10-08 Miro Jurisic <meeroh@mit.edu>
+
+ * et_c.perl, et_h.perl:
+ Renamed to et_c.pl and et_h.pl because the extension is used
+ as a newline separator heuristic in MacPerl parser
+
+2000-10-08 Miro Jurisic <meeroh@mit.edu>
+
+ * et_c.perl, et_h.perl:
+ Removed #! from the first line to avoid confusing MacPerl
+
+2000-10-02 Alexandra Ellwood <lxs@mit.edu>
+
+ * com_err.h, error_message.c, et.pbexp, et_c.awk, et_h.awk:
+ conditionalized com_err so it doesn't need to export et_list
+ on Mac OS X
+
+2000-05-07 Miro Jurisic <meeroh@mit.edu>
+
+ * com_err.c (default_com_err_proc): use strncpy
+ where strncpy was meant (typo in Nalin's patch)
+
+2000-05-01 Nalin Dahyabhai <nalin@redhat.com>
+
+ * com_err.c (default_com_err_proc) [_MSDOS || _WIN32 ||
+ macintosh]: Don't overflow buffer "errbuf".
+
2000-02-23 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (com_err.o): Depends on com_err.c.