summaryrefslogtreecommitdiff
path: root/utils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ChangeLog')
-rw-r--r--utils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog
index 11782c52..5a20fc0d 100644
--- a/utils/ChangeLog
+++ b/utils/ChangeLog
@@ -1,3 +1,13 @@
+2002-01-29 Roland McGrath <roland@frob.com>
+
+ * rpctrace.c (options): Add -I/--rpc-list.
+ (msgid_ihash): New static variable.
+ (msgid_ihash_cleanup): New function.
+ (parse_msgid_list, magid_name): New functions.
+ (main: parse_opt): Grok -I using parse_msgid_list.
+ (trace_and_forward, print_request_header, print_reply_header):
+ Look up msgh_id values using msgid_name and print strings if possible.
+
2002-01-04 Roland McGrath <roland@frob.com>
* msgport.c (str2flags): Use const in argument type; make static.