From: frief Date: Tue, 7 Sep 2004 07:02:35 +0000 (+0000) Subject: * doc/sdccman.lyx: updated section on switch statements, added section about semaphor... X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1936b631c4bbfd84131869b2caa17538c61bbf98;p=fw%2Fsdcc * doc/sdccman.lyx: updated section on switch statements, added section about semaphore locking * doc/Makefile: added option -info for latex2html * device/lib/_gptrget.c, * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3481 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 02469c61..a2166d66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-09-07 Frieder Ferlemann + + * doc/sdccman.lyx: updated section on switch statements, added + section about semaphore locking + * doc/Makefile: added option -info for latex2html + * device/lib/_gptrget.c, + * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code + 2004-09-06 Slade Rich * src/pic/device.h,