summaryrefslogtreecommitdiff
path: root/trans
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2002-03-26 19:12:43 +0000
committerNeal H. Walfield <neal@gnu.org>2002-03-26 19:12:43 +0000
commita7d306054eca86dddc314c4e8a736f79cebd8114 (patch)
treeaa70bef0c1cf53b7dfba02955a8ae925647f9f80 /trans
parent6207d5e1045d301d4ce6f1bdf437d58dfa269aac (diff)
*** empty log message ***
Diffstat (limited to 'trans')
-rw-r--r--trans/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/trans/ChangeLog b/trans/ChangeLog
index 581d021d..ed01c8bf 100644
--- a/trans/ChangeLog
+++ b/trans/ChangeLog
@@ -1,3 +1,12 @@
+2002-03-23 James A. Morrison <ja2morri@uwaterloo.ca>
+
+ * ifsock.c (main): Use ERR, not errno.
+ * symlink.c: Include <error.h> and <errno.h>.
+ (main): Use err, not fprintf and exit. Use error, not perror and
+ exit. Use err, not error. Check for MACH_PORT_NULL
+ explicitly. Check for proper usage of symlink before checking if
+ symlink is started as a translator.
+
2002-03-11 Roland McGrath <roland@frob.com>
* crash.c: Add `corelimit' parameter to `dump_core' forward decl.