X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=d0fcbf3cac11a2cce79ea07978acc7c2cc31aacc;hb=3929272bc523af272364e741f5a4565c97c47932;hp=7408fd8eba5a9f1681a2e6e0d97f0e57ebf0b99c;hpb=fa4545635551d3d5551448b43c116fa21babbe17;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 7408fd8e..d0fcbf3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,21 @@ +2007-01-14 Borut Razem + + * as/mcs51/asnoice.c: fixed bug #1447412: + Cannot debug files that contain spaces in the path name + by converting spaces in asm file mane to underscores + +2007-01-13 Borut Razem + + * doc/sdccman.lyx: fixed format errors + 2007-01-10 Borut Razem * src/SDCC.lex, src/SDCCmain.c: fixed bug #1631895: codeseg/constseg #pragma fail + * suppoprt/cpp2/Makefile.bcc: reenable Borland C compilation + * suppoprt/cpp2/configure.in, suppoprt/cpp2/libcpp/lex.c, + suppoprt/cpp2/Makefile.in, suppoprt/cpp2/sdcpp-opts, + suppoprt/cpp2/sdcpp.[ch]: house cleaning 2007-01-09 Borut Razem