Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / SDCCset.c
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-06-15 borutradded function setFromSetNonRev() and mergeSets()
2003-05-18 sdattaloPIC16 - Applied patch from Vangelis Rokas. Many fixes...
2003-03-10 borutrfree deleted item in function deleteSetItem()
2002-07-06 sdattaloFixed seg fault for empty programs. Added more register...
2002-06-23 sdattalopCode live-range analysis algorithms have been added.
2001-11-11 sdattalo- Added setReverse to reverse the order of a set
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-09-14 kbongersallow for APPLE MACH compilation
2001-05-05 michaelhFixed up va_args for ppc
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-02-07 jbessFix asm label generation. Suppress some warning
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2000-11-04 stevewilliams Add support for the --disable-boehm-gc flag for system...
2000-01-28 sandeepChanges to build cleanly
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision