X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=60e50bdaa600c260f1ded1a8471e354b3194b2f0;hb=f0be1f29144f92632436c652a47b7f29dcefb86a;hp=b05a936b7719e388a279f2d4cb8a92bdd1fd1f61;hpb=13c4a266f057acdfbd8faa30832e0d042d9089ab;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index b05a936b..60e50bda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,122 @@ +2003-03-11 + + * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer + +2003-03-11 Bernhard Held + + * src/SDCCloop.c (mergeRegions): an evil beast is dead + * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName + +2003-03-10 Borut Razem + + * src/SDCCmain.c: pipe preprocessor's output + * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen() + * sdcc_vc_in.h: define pclose as _pclose for WIN32 + * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes, + which closes all pipes in pipeSet set + * src/SDCCset.c: free deleted item in function deleteSetItem() + * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c + moved from z80 to src subproject + * .version: increased version number to 2.3.4 + +2003-03-10 Bernhard Held + + * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s + * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s + * support/regression/ports/xa51/spec.mk: fix typo + +2003-03-09 Bernhard Held + + * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers + +2003-03-09 Borut Razem + + * src/SDCCmain.c: pipe preprocessor's output + * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen() + * sdcc_vc_in.h: define pclose as _pclose for WIN32 + * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes, + which closes all pipes in pipeSet set + * src/SDCCset.c: free deleted item in function deleteSetItem() + * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c + moved from z80 to src subproject + +2003-03-09 Borut Razem + + * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available + * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h) + * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC + * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h + * src/SDCCglobl.h: unification of WIN32 native definitions + +2003-03-09 Frieder Ferlemann + + * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01 + +2003-03-08 Bernhard Held + + * src/configure.in: check for endianess (even while cross-compiling) + * src/configure: check for endianess (even while cross-compiling) + * src/configure_in.h: check for endianess (even while cross-compiling) + * src/avr/gen.c: remove old endianess stuff + * src/mcs51/gen.c: remove old endianess stuff + * src/ds390/gen.c: remove old endianess stuff + * src/pic/gen.c: remove old endianess stuff + * src/pic/genarith.c: remove old endianess stuff + * src/pic/glue.c: fix endianess check + * src/pic16/gen.c: remove old endianess stuff + * src/pic16/genarith.c: remove old endianess stuff + * src/pic16/glue.c: fix endianess check + * src/xa51/gen.c: remove old endianess stuff + * src/z80/gen.c: fix endianess check + * src/SDCCglue.c: fix endianess check + * src/ds390/peeph.def: fix bug 700036 + +2003-03-08 Bernhard Held + + * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long + * src/configure: find appropriate data-types on host for SDCC's int and long + * src/configure.in: find appropriate data-types on host for SDCC's int and long + * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long + * src/xa51/gen.c: use %d, not %ld for 4 byte variables + +2003-03-07 + + Just a big NOOP: + some minor cleanups before the big shot + OP_DEFS and OP_USES now use Kevin's protection + new option --nolabelopt + + * src/SDCCBBlock.c: + * src/SDCCast.c,: + * src/SDCCcflow.c: + * src/SDCCcse.c: + * src/SDCCicode.c: + * src/SDCCicode.h: + * src/SDCClabel.c: + * src/SDCCloop.c: + * src/SDCCmain.c: + * src/ds390/ralloc.c: + * src/mcs51/ralloc.c: + * src/pic/ralloc.c: + * src/xa51/ralloc.c: + * src/z80/ralloc.c: + +2003-03-06 Bernhard Held + + * src/pic/pcode.c (get_op): fix 64 bit warnings + * src/pic/pcode.c (pCode2str): fix 64 bit warnings + * src/SDCChasht.c (newHashTable): fix 64 bit warnings + * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings + * support/regression/tests/malloc.c: fix 64 bit warnings + +2003-03-04 Bernhard Held + + * src/mcs51/gen.c (genMinus): fixed bug 696436 + +2003-03-02 Borut Razem + + * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo() + 2003-02-26 Bernhard Held * configure.in: test for mkstemp