* support/regression/tests/swap.c: added in response to #1638622
[fw/sdcc] / ChangeLog
index 9bd381ee4eb2e110bb3f1678faf04457441be976..7033cbf53c271f94a4b83f277b54c62dccd3f529 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2007-01-18 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
+
+       * support/regression/tests/swap.c: added in response to #1638622
+       * doc/sdccman.lyx: synced version, minor changes
+
+2007-01-18 Borut Razem <borut.razem AT siol.net>
+
+       * SDCClabel.c: fixed bug #1638651: wrong linenumber presented in warning
+       * src/asm.c: don't die if the file drfined in #line couldn't be opened
+       * src/SDCC.lex, src/SDCCglobal.h, src/SDCCicode.c, src/SDCCsymt.c,
+         src/SDCCval.c: removed redundant definitions of currFname and mylineno;
+         use filename in lineno instead.
+       * SDCCast.c: removed MSVC warning C4018: '==' : signed/unsigned mismatch,
+         print the file name in ast_print()
+
+2007-01-18 Borut Razem <borut.razem AT siol.net>
+
+       * support/Util/dbuf_string.c: removed (PTR) cast since it is not
+         defined in MSVC
+       * src/SDCC.lex: stringLiteral() returns const char pointer,
+         EOF detection in stringLiteral(), fixed asmbuf memory leak,
+         fixed column counting
+       * src/SDCCval.[ch]: constVal(), value *strVal() and charVal()
+         accept const char pointer as parameter
+       * src/SDCCdwarf2.c: corrected buffer size
+
+2007-01-17 Borut Razem <borut.razem AT siol.net>
+
+       * support/Util/dbuf_string.c: fixed for amd64
+
 2007-01-15 Borut Razem <borut.razem AT siol.net>
 
        * src/pic16/ralloc.c, src/pic/ralloc.c, src/SDCC.y: