From a1a6c59885d543c9f9a36f1ed820bfd5f0abfae2 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 7 Apr 2012 16:16:32 +0000 Subject: Update to xkbevd 1.1.3 --- app/xkbevd/ChangeLog | 87 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) (limited to 'app/xkbevd/ChangeLog') diff --git a/app/xkbevd/ChangeLog b/app/xkbevd/ChangeLog index e030694bf..5a1cf7693 100644 --- a/app/xkbevd/ChangeLog +++ b/app/xkbevd/ChangeLog @@ -1,3 +1,90 @@ +commit 34557c33a9711f15f771599f5320ab8f01f0d117 +Author: Alan Coopersmith +Date: Thu Mar 22 22:39:25 2012 -0700 + + xkbevd 1.1.3 + + Signed-off-by: Alan Coopersmith + +commit b2d40b9a09ab40482e081a2648cf8f79ff6cc386 +Author: Alan Coopersmith +Date: Sun Nov 27 11:06:06 2011 -0800 + + Delete unused uFatalError function + + Stops gcc from suggesting to add noreturn attribute to it. + + Signed-off-by: Alan Coopersmith + +commit b71eb0361cf556909d88b59ccdb810a137c1efeb +Author: Alan Coopersmith +Date: Sun Nov 27 11:00:58 2011 -0800 + + Fix gcc -Wwrite-strings warnings + + except for those caused by code generated by bison/yacc + + Signed-off-by: Alan Coopersmith + +commit 6ad0af956bbc328c91fdb2327b43614c7ebbb000 +Author: Alan Coopersmith +Date: Sun Nov 27 10:50:59 2011 -0800 + + Replace local u*alloc wrappers with direct calls to standard funcs + + Includes: + - Replacing calls to uTypedCalloc with direct calloc calls + - Replacing uFree calls with free calls + - Assuming strdup is always available and uStringDup fallback function + is no longer needed + - Deleting the remainder of the forms of u*alloc which were unused + + Signed-off-by: Alan Coopersmith + +commit e5c801fbd2f8341e67600fd38b1f3ef8fc82030f +Author: Alan Coopersmith +Date: Sun Nov 27 10:40:10 2011 -0800 + + Check for strdup & strcasecmp in configure before defining our own + + The HAVE_STRDUP & HAVE_STRCASECMP checks were already in the code, + just not the configure checks to define them or the #include "config.h" + to find the definitions. + + Signed-off-by: Alan Coopersmith + +commit c6c878fa6985a84181ebd44abc9de6aa74268024 +Author: Gaetan Nadon +Date: Tue Mar 8 08:20:10 2011 -0500 + + config: move pre-processor flags to AM_CPPFLAGS + + Signed-off-by: Gaetan Nadon + +commit 433364d960bea9fa458c2f144c2033300019b0fa +Author: Gaetan Nadon +Date: Tue Mar 8 08:18:19 2011 -0500 + + config: let Automake handle Yacc dist and cleaning + + BUILT_SOURCES and MAINTAINERCLEANFILES are already handled by Automake. + + Automake generates all the rules to handle building, + distribution and cleaning. + + Signed-off-by: Gaetan Nadon + +commit e7c5c1018964e5213d1bf727ebfd90e95dbca6a2 +Author: Gaetan Nadon +Date: Wed Jan 19 10:06:56 2011 -0500 + + config: move man pages into their own directory + + Use services provided by XORG_MANPAGE_SECTIONS. + Use standard Makefile for man pages. + + Signed-off-by: Gaetan Nadon + commit 95987d19b9802c235f2257eceff663a4a1e286fa Author: Alan Coopersmith Date: Wed Dec 8 21:51:11 2010 -0800 -- cgit v1.2.3