* doc/sdccman.lyx: -pedantic-parse-number is not in conformance with
[fw/sdcc] / ChangeLog
index f72ce264ed60b76d102770939cf05b739331aab8..f3dd1f4f503b3d6bc06daa6385f648d64d0b1662 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,119 @@
+2007-04-13 Borut Razem <borut.razem AT siol.net>
+
+       * doc/sdccman.lyx: -pedantic-parse-number is not in conformance with
+         C99 standard
+
+2007-04-13 Jan Waclawek <wek AT efton.sk>
+
+       * doc/sdccman.lyx: additions and changes at various places
+         (submitted as #1697136).
+         (svn commit by Frieder Ferlemann <Frieder.Ferlemann AT web.de>)
+
+2007-04-10 Borut Razem <borut.razem AT siol.net>
+
+       * doc/cdbfileformat.lyx, doc/sdccman.lyx, doc/test_suite_spec.lyx:
+         LyX file format changed to 245
+       * doc/sdccman.lyx, doc/README.txt, sdc/SDCC.lex, src/SDCCglue.c:
+         "FreeWare" replaced with "free open source"
+
+2007-04-10 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/include/mcs51/C8051F120.h: added some defines for bits in RSTSRC
+
+2007-04-08 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/include/pic16/pic18fregs.h,
+       * device/lib/_bp.c,
+       * device/lib/_decdptr.c,
+       * device/lib/_divsint.c,
+       * device/lib/_divslong.c,
+       * device/lib/_divuint.c,
+       * device/lib/_divulong.c,
+       * device/lib/_fs2schar.c,
+       * device/lib/_fs2sint.c,
+       * device/lib/_fs2slong.c,
+       * device/lib/_fs2uchar.c,
+       * device/lib/_fs2uint.c,
+       * device/lib/_fs2ulong.c,
+       * device/lib/_fsadd.c,
+       * device/lib/_fscmp.c,
+       * device/lib/_fsdiv.c,
+       * device/lib/_fseq.c,
+       * device/lib/_fsget1arg.c,
+       * device/lib/_fsget2args.c,
+       * device/lib/_fsgt.c,
+       * device/lib/_fslt.c,
+       * device/lib/_fsmul.c,
+       * device/lib/_fsneq.c,
+       * device/lib/_fsnormalize.c,
+       * device/lib/_fsreturnval.c,
+       * device/lib/_fsrshift.c,
+       * device/lib/_fssub.c,
+       * device/lib/_fsswapargs.c,
+       * device/lib/_gptrget.c,
+       * device/lib/_gptrgetc.c,
+       * device/lib/_gptrput.c,
+       * device/lib/_logexpf.c,
+       * device/lib/_modsint.c,
+       * device/lib/_modslong.c,
+       * device/lib/_moduint.c,
+       * device/lib/_modulong.c,
+       * device/lib/_mulint.c,
+       * device/lib/_mullong.c,
+       * device/lib/_schar2fs.c,
+       * device/lib/_ser.c,
+       * device/lib/_setjmp.c,
+       * device/lib/_sint2fs.c,
+       * device/lib/_slong2fs.c,
+       * device/lib/_spx.c,
+       * device/lib/_uchar2fs.c,
+       * device/lib/_uint2fs.c,
+       * device/lib/_ulong2fs.c,
+       * device/lib/asincosf.c,
+       * device/lib/atanf.c,
+       * device/lib/calloc.c,
+       * device/lib/ds390/tinibios.c,
+       * device/lib/ds400/tinibios.c,
+       * device/lib/expf.c,
+       * device/lib/free.c,
+       * device/lib/hc08/_mulint.c,
+       * device/lib/logf.c,
+       * device/lib/malloc.c,
+       * device/lib/printf_fast.c,
+       * device/lib/printf_tiny.c,
+       * device/lib/printfl.c,
+       * device/lib/realloc.c,
+       * device/lib/ser_ir.c,
+       * device/lib/serial.c,
+       * support/regression/tests/libmullong.c: replaced all special keywords
+         with their double underscore equivalent
+       * support/regression/ports/mcs51-xstack-auto/spec.mk,
+       * device/lib/Makefile.in: compile libs with --std-c99 instead of
+         --std-sdcc99
+       * src/mcs51/gen.c (outBitC): don't store if result is return-use-only,
+         (genRet): if the bit-symbol is ruonly it already is in the carry
+       * src/mcs51/ralloc.c (regTypeNum): make regType REG_CND for ruonly bit
+       * src/SDCCast.c (createFunction): applied patch 887171 by Stas Sergeev
+       * src/SDCCicode.c (ast2iCode): '!', GETHBIT, GETABIT: only set operand
+         type UCHAR if dest is not bit
+
+2007-04-03 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/include/math.h,
+       * device/lib/cotf.c,
+       * device/lib/expf.c,
+       * device/lib/sincoshf.c: changed XMAX to C99 HUGE_VALF
+
+2007-04-01 Borut Razem <borut.razem AT siol.net>
+
+       * src/SDCC.lex, src/SDCCmain.c, support/cpp2/sdcpp.c:
+         fixed bug #1692042: input buffer overflow...scanner uses REJECT
+       * support/cpp2/sdcpp.c: fixed recursion bug - internal_error() called
+         gcc_unreachable() called internal_error()...
+
 2007-03-30 Raphael Neider <rneider AT web.de>
 
-       * src/pic/ralloc.c (isData): suppress garbage debug output
+       * src/pic/ralloc.c (isData): suppress garbage debug output4/1/2007 6:28PM
 
 2007-03-28 Borut Razem <borut.razem AT siol.net>