From 28958b8bea4c66629c5a22fd3c8b0d49df90383d Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Thu, 23 Jul 2009 22:23:23 +0200 Subject: Coding Style cleanup; update CHANGELOG. Signed-off-by: Wolfgang Denk --- CHANGELOG | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 68b7be6ea..b9676604e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,60 @@ +commit 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6 +Author: Mike Frysinger +Date: Tue Jul 21 22:59:36 2009 -0400 + + autoconf.mk: include before config.mk for top level files + + By including autoconf.mk before config.mk, all top level files can use any + config options it sets up (like _config.mk) or the Makefile itself + without being forced to use lazy evaluation. + +commit c01171eaecc963d2c1f56a0984a0cbcdd8a3ab3c +Author: Mark Jackson +Date: Tue Jul 21 11:30:53 2009 +0100 + + Remove static declaration from gunzip_bmp() + + This patch removes the static declaration from gunzip_bmp() + + Without it, the gunzip_bmp() function is not visible to + common/lcd.c and fails to compile with an error. + + Signed-off-by: Mark Jackson + +commit 2d4a43e230a3c8bfd03b9beaa0eb2a95e779c03b +Author: Peter Tyser +Date: Mon Jul 20 21:51:38 2009 -0500 + + cmd_tsi148: General cleanup + + - Fix command help message + - Disable DEBUG by default + - Fix whitespace issues + - Fix lines > 80 characters + + Signed-off-by: Peter Tyser + Acked-by: Stefan Roese + +commit 9aef73888509d10193615ee5cd9cf439ca44e937 +Author: Mike Frysinger +Date: Sun Jul 19 15:17:03 2009 -0400 + + unify HOST_CFLAGS and HOSTCFLAGS + + The top build system sets up HOSTCFLAGS a bit and exports it, but other + places use HOST_CFLAGS instead. Unify the two as HOSTCFLAGS so that the + values stay in sync. + + Signed-off-by: Mike Frysinger + +commit 2e9393f500065f940e5e4ac7fe375e4c0b77b936 +Author: Wolfgang Denk +Date: Thu Jul 23 21:16:59 2009 +0200 + + Update CHANGELOG + + Signed-off-by: Wolfgang Denk + commit e3b39f84e974df70065fa248f0f63993b1708c9d Author: André Schwarz Date: Fri Jul 17 14:50:24 2009 +0200 -- cgit v1.2.3