X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=0a18729237a13497ddf793dd6f52a6e6705f2798;hb=58cd074c23701c28549f8ae3004e43a9b6d473a5;hp=0c5bbb9c19d912debe1da90fd1f3848d47d21895;hpb=b6e650674687c1d2b5ab9d6d467cd9252a5d22ae;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 0c5bbb9c..0a187292 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,20 @@ +2003-04-19 Borut Razem + + * "handling space characters in file path" task: + * src/SDCCmacro.c: fixed bug in handlig quote at the end of line + * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid + * support/Util/MySystem.h: make it self-sufficient + * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c, sdcc/as/mcs51/lklex.c: + handling space characters in file path + * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro + (it will be used by assemblers, which have their own includes, e.g. gpasm) + * support/Util/MySystem.c: handling space characters in executable's path + 2003-04-19 Bernhard Held * as/z80/Makefile: fix permanent rebuild of z80 * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all" + * support/regression/tests/bitfields.c: added Johan's bitfields.c 2003-04-18 Kevin Vigor