From f7b5aa56e58fc46c2b76ed40da0792927c3ba113 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 3 Nov 2009 05:23:17 +0000 Subject: =?UTF-8?q?2009-11-03=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * itron/src/chg_pri.c, itron/src/cre_tsk.c, itron/src/eventflags.c, itron/src/fmempool.c, itron/src/frsm_tsk.c, itron/src/itroninittasks.c, itron/src/itronsem.c, itron/src/mbox.c, itron/src/msgbuffer.c, itron/src/port.c, itron/src/rsm_tsk.c, itron/src/snd_mbx.c, itron/src/task.c, itron/src/vmempool.c: Eliminate TRUE/FALSE in favor of true/false. --- cpukit/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 291a210966..691aa40069 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,13 @@ +2009-11-03 Ralf Corsépius + + * itron/src/chg_pri.c, itron/src/cre_tsk.c, + itron/src/eventflags.c, itron/src/fmempool.c, + itron/src/frsm_tsk.c, itron/src/itroninittasks.c, + itron/src/itronsem.c, itron/src/mbox.c, itron/src/msgbuffer.c, + itron/src/port.c, itron/src/rsm_tsk.c, itron/src/snd_mbx.c, + itron/src/task.c, itron/src/vmempool.c: Eliminate TRUE/FALSE in + favor of true/false. + 2009-11-02 Ralf Corsépius * libblock/src/bdbuf.c: Cast bdbuf->state to int32_t -- cgit v1.2.3