From 6dd755aa923291db2501cc5c22e409c41a70e3c1 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 1 Oct 2013 12:23:16 +0200 Subject: Update following packages: libXpm-3.5.11 libXaw-1.0.12 libXfont-1.4.6 libXrender-0.9.8 xproto-7.0.24 inputproto-2.3 xclock-1.0.7 xhost-1.0.6 --- apps/xclock/ChangeLog | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'apps/xclock/ChangeLog') diff --git a/apps/xclock/ChangeLog b/apps/xclock/ChangeLog index a8d4966fd..7a60a98a1 100644 --- a/apps/xclock/ChangeLog +++ b/apps/xclock/ChangeLog @@ -1,3 +1,55 @@ +commit 66a2f29e7c649d1eb4079910b0211ffdf7dbbd4d +Author: Alan Coopersmith +Date: Sat Sep 7 23:33:09 2013 -0700 + + xclock 1.0.7 + + Signed-off-by: Alan Coopersmith + +commit 1ac04613b566ba0dde29a16f3ac409832f32d74e +Author: Alan Coopersmith +Date: Thu Jul 18 21:02:55 2013 -0700 + + Combine usage message strings & print them to stderr, not stdout + + Signed-off-by: Alan Coopersmith + +commit 61f95e11eef3fbfb9060a32233df13c35115a6f3 +Author: Alan Coopersmith +Date: Thu Jul 18 20:59:01 2013 -0700 + + Add noreturn attributes suggested by -Wmissing-noreturn + + Signed-off-by: Alan Coopersmith + +commit 52bbd1ce31f1adf2b7145b9d6183f6b866fa9301 +Author: Alan Coopersmith +Date: Thu Jul 18 20:50:17 2013 -0700 + + Store sine & cosine tables as doubles instead of floats + + Since they're used as doubles in the calculations, might as well store them + that way instead of converting when read from the table at runtime. + + Costs about 4k more storage in the binary for the doubled tables. + + Also gets rid of 900 clang warnings, of the form: + + Clock.c:1708:11: warning: implicit conversion loses floating-point precision: + 'double' to 'float' [-Wconversion] + 0.000000, 0.001745, 0.003490, 0.005235, 0.006981, 0.008726, 0.010471, 0.012217, + + (one for each table entry) + + Signed-off-by: Alan Coopersmith + +commit 69de4eaa3be6cc177eb53a4754cb6bd35340c585 +Author: Eric S. Raymond +Date: Thu Aug 23 06:15:01 2012 -0400 + + Don't rely on being able to set tab stops. + Signed-off-by: Eric S. Raymond + commit cd184e2f1a6f8f4f9178d29e43dc08d1534504e3 Author: Alan Coopersmith Date: Fri Feb 10 22:03:24 2012 -0800 -- cgit v1.2.3