another missing return value fix
[fw/sdcc] / ChangeLog
index ba8707617ac2a25baefe49f6f28c3f572c5e69c5..c0c8830fc14da12aa0fac0105fef7179a01758e2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2003-04-03    <johan@balder>
+
+       * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
+       * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
+       * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
+       * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
+       * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
+
+2003-04-03  Bernhard Held <bernhard@bernhardheld.de>
+
+       * _decdptr.c: fix return values
+       * _gptrget.c: fix return values
+       * _gptrgetc.c: fix return values
+       * _gptrput.c: fix return values
+       * _mulint.c: fix return values
+
+2003-04-02  Bernhard Held <bernhard@bernhardheld.de>
+
+       * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
+       * configure.in: big cleanup, updated to autoconf 2.5x
+       * configure: rebuilt from configure.in
+       * sdccconf_in.h: new RETSIGTYPE, and other PATHs
+       * sdcc_vc_in.h: reflect changes from sdccconf.h
+       * doc/Makefile: fixed a flaw in "make install"
+
+2003-04-02    <johan@balder>
+
+       * src/ds390/gen.c (genCmp): no comments
+       * src/mcs51/gen.c (genCmp): no comments
+       * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
+       * src/SDCCast.c (ast_print): fixed the function type in --dumptree
+
+2003-04-01  Bernhard Held <bernhard@bernhardheld.de>
+
+       * support/regression/generate-cases.py: place generated file in given sub directory
+       * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
+       * support/regression/Makefile: improvements for 'make -j';
+       side effect: it's simpler and faster now
+
+2003-03-31  Borut Razem <borut.razem@siol.net>
+
+       * src/z80/main.c: link-{port} and as-{port} defined without path
+       * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
+
+2003-03-31  Bernhard Held <bernhard@bernhardheld.de>
+
+       * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
+
 2003-03-30  Borut Razem <borut.razem@siol.net>
 
        * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
@@ -5,9 +53,14 @@
        * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
        * src/port.h: changed type of do_assemble() parameter to set
        * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
-         sdcpp defined without path, removed variable VersionString
+         sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
+         definition of "cppoutfilename" macro with NULL value in preProcess()
        * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
        * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
+       * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
+         replaced with set *binPathSet
+       * shash_add() deallocates the item, if allready exsists, before adding the new one
+       * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
 
 2003-03-30  Scott Dattalo  <scott@dattalo.com>