This wasn't true
[fw/sdcc] / src / SDCCBBlock.c
2003-03-10 johanknolThis wasn't true
2003-03-08 johanknolThis makes the dump files more readable
2003-03-07 johanknolSee Changelog 1.204
2003-02-26 johanknolLRH commit, only to sync with other developers
2003-02-24 johanknolframework for the liverangehunt
2003-02-21 kvigorMore strcpy() strcat() sprintf() squashing
2003-02-21 kvigorBuffer overflow hunt: removing strcpy, strcat, sprintf
2003-01-30 johanknolthis will signal an inter error, speeds up bug tracing
2003-01-29 johanknolChanged OP_DEFS and OP_USES from macros to function...
2003-01-11 bernhardheldnew option -o
2001-11-09 sandeepAdded printing filename & clashes vector in dumpLiveRanges
2001-10-27 sandeepFix for bug 474411: Two loops can share the same lastBl...
2001-10-22 johanknolFunction attribute migration.
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-09-23 sandeepFixed bug-463702
2001-06-19 kvigorbug 434350: filename buffer too small.
2001-05-24 johanknolcreate/append dumpfiles on a per session base
2001-05-23 johanknoloverwrite instead of append dumpfiles
2001-02-14 johanknolBeautified (indented) compiler source tree
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-09-30 johanknolcleanup; moved extern's from .c to .h files for double...
2000-09-18 kvigoraddiCodeToeBBlock should treat RETURN as flow control...
2000-09-09 sandeep1) added some debug dumping
2000-08-18 sandeepjust checking commit
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision