From: borutr Date: Fri, 11 Apr 2003 07:50:27 +0000 (+0000) Subject: dbuf update to version 1.1.1 - re-added C++ stuff to make it still more portable X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=8a1af5f2860baea80117f6b992d5141eb7396c0e;p=fw%2Fsdcc dbuf update to version 1.1.1 - re-added C++ stuff to make it still more portable git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2506 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 7ce94bdb..cf42d9fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-04-11 Borut Razem + + * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable + 2003-04-10 Scott Dattalo * src/pic/* Applied the pointer-to-function patch from Steve Tell.