aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-03-18 21:51:22 +0000
committerRoland McGrath <roland@gnu.org>2004-03-18 21:51:22 +0000
commit97f30dfcf454d604bcc42905c055cc92a6bb21fa (patch)
tree28a1735a2c21aa7b36d242668d96f9ca4754103a /ChangeLog
parenta56cabb09ba4ad9b00d086ed0ffcc3523f77a604 (diff)
downloadmig-97f30dfcf454d604bcc42905c055cc92a6bb21fa.tar.gz
mig-97f30dfcf454d604bcc42905c055cc92a6bb21fa.tar.bz2
mig-97f30dfcf454d604bcc42905c055cc92a6bb21fa.zip
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b54f4a7..19aa8ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-18 Roland McGrath <roland@frob.com>
+
+ * utils.c (do_skip_vfprintf): New macro.
+ (WriteCopyType, WritePackMsgType): Use that, so we do va_start and
+ va_end independently around each SkipVFPrintf call.
+
2004-02-10 Roland McGrath <roland@frob.com>
* user.c (WriteTypeCheck): Use BAD_TYPECHECK macro instead of type-pun.