From 9405fa70e5234f9135b68261c0dd0867c62a3b43 Mon Sep 17 00:00:00 2001 From: sjborley Date: Mon, 19 Sep 2005 20:54:49 +0000 Subject: [PATCH] Updated log for 2005-19-09 --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index c518e1562..5a75ebcae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2005-19-09 Steven Borley + + * xgraph/idraw.c, xgraph/tgif.c and xgraph/xtb.c: Added missing system header + includes (string.h and stdio.h) to avoid warnings. + + * src/frontend/aspice.c: Used (void*)0 instead of 0 for the terminating + vararg, to avoid gcc 4.0 warning about missing sentinel in function call. + + * src/frontend/aspice.c: Resolved Bug 1293746 - Problem with aspice.c(171) + in gcc (Solaris). + + * src/frontend/display.c: Fixed warning about redefinition of XtNumber. + 2005-09-09 Steven Borley * Reverted to placing the cp_* stream variable definitions back in to