diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-07 16:16:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-04-07 16:16:32 +0000 |
commit | a1a6c59885d543c9f9a36f1ed820bfd5f0abfae2 (patch) | |
tree | 93565340a7e95beed8ba4a20d99abf913db5038b /app/xkbevd/ChangeLog | |
parent | 0af097659919230ae45a3e0058a59d486a54fb57 (diff) |
Update to xkbevd 1.1.3
Diffstat (limited to 'app/xkbevd/ChangeLog')
-rw-r--r-- | app/xkbevd/ChangeLog | 87 |
1 files changed, 87 insertions, 0 deletions
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 <alan.coopersmith@oracle.com> +Date: Thu Mar 22 22:39:25 2012 -0700 + + xkbevd 1.1.3 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit b2d40b9a09ab40482e081a2648cf8f79ff6cc386 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +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 <alan.coopersmith@oracle.com> + +commit b71eb0361cf556909d88b59ccdb810a137c1efeb +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +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 <alan.coopersmith@oracle.com> + +commit 6ad0af956bbc328c91fdb2327b43614c7ebbb000 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +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 <alan.coopersmith@oracle.com> + +commit e5c801fbd2f8341e67600fd38b1f3ef8fc82030f +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +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 <alan.coopersmith@oracle.com> + +commit c6c878fa6985a84181ebd44abc9de6aa74268024 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Tue Mar 8 08:20:10 2011 -0500 + + config: move pre-processor flags to AM_CPPFLAGS + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 433364d960bea9fa458c2f144c2033300019b0fa +Author: Gaetan Nadon <memsize@videotron.ca> +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 <memsize@videotron.ca> + +commit e7c5c1018964e5213d1bf727ebfd90e95dbca6a2 +Author: Gaetan Nadon <memsize@videotron.ca> +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 <memsize@videotron.ca> + commit 95987d19b9802c235f2257eceff663a4a1e286fa Author: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Wed Dec 8 21:51:11 2010 -0800 |