X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=e82bf58b8ed4f0c36389166418975ca3575425b9;hb=bfd7431078b6d902b991d098798911bd612bf670;hp=98dc7a4771c82b6618f9fedef30413ca21f0877a;hpb=52df981797010227196dd29cd77831d01e1825a8;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 98dc7a47..e82bf58b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,67 @@ +2006-04-19 Borut Razem + + * doc/sdccman.lyx, */Makefile, */Makefile.in: + references to CVS replaced with Subversion + +2006-04-19 Borut Razem + + * src/version.awk: adapted for svn + * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif + sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif + sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg + /binutils-avr/etc/*.vi, *.jin: removed all properties + support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon + +2006-04-19 Borut Razem + + * CVS to Subversion migration completed + +2006-04-18 Borut Razem + + * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o, + ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc + +2006-04-17 Borut Razem + + * device/include/Makefile.in: added pic/*.inc to the installation + +2006-04-15 Bernhard Held + + * support/regression/collate-results.py: fixed output in case of + a valdiag error + * support/regression/generate-cases.py: fixed splitting of pathnames + with dots + * as/hc08/lklibr.c (addfile), + * as/mcs51/lklibr.c (addfile): fixed off-by-one bug + +2006-04-11 Raphael Neider + + * src/pic16/gen.c (getFreePtr, pic16_popRegFromString), + * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output + * src/pic16/pcode.c (assignValnums): fixed #1460578 + +2006-04-11 Raphael Neider + + * device/lib/pic/libdev/*.c, + * device/include/pic/*.h: replaced sfr and data with __sfr and __data, + fixes #1468739, enables compilation in --std-c99 mode + * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data + +2006-04-11 Raphael Neider + + * src/pic/device.c (find_device): removed debug output + (list_valid_pics): enabled verbose listing of supported devices + * device/include/stdbool.h: define bool as char for pic14/16 as well + +2006-04-07 Frieder Ferlemann + + * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)" + +2006-04-07 Maarten Brock + + * .version: bumped version to 2.5.6 + * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address + 2006-04-06 Raphael Neider * .version: bumped version to 2.5.6 (pic14 ABI changed) @@ -6,7 +70,7 @@ pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to pic14_constructAbsMap (pic14printPublics): declare absolute global symbols as global - (pic14createInterruptVect), + (pic14createInterruptVect), * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word, (newReg): assume new registers unused, use correct name in hashtable (reg->name instead of name), more debugLog output