* .version: Updated to 2.3.1
[fw/sdcc] / src / SDCCglue.c
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-09-23 johanknolfixed bug #456966
2001-09-20 johanknolfixed the recent bug that disabled the local structure...
2001-09-19 johanknolremoved a fruitless attempt, compareType() should take...
2001-09-18 johanknolfixed bug #462479
2001-09-16 johanknolErrors have E_, warnings have W_, Info's have I_
2001-09-11 johanknolA first attempt for more efficient initialisations
2001-09-07 johanknolOnly delete a symbol when it is a symbol
2001-09-05 johanknolfixed bug #458177, global vars are always .global
2001-09-05 johanknolprevent a warning
2001-09-05 johanknolfixed bug #458099/2
2001-08-30 kbongersChange IS_DS390 to .model=FLAT24
2001-08-12 bernhardheldHelp-text corrected
2001-07-09 kvigorvery tiny cleanup of dead code
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-19 johanknolwhile emitting maps, we are inInitMode
2001-06-19 kvigorbug 434350: filename buffer too small.
2001-06-11 johanknolsome fixes
2001-05-20 jtvolpeFixed up implicit data type conversions
2001-05-19 johanknolfixed the octal and hex escape sequences
2001-05-18 johanknolImplemented the fix of Dario Vecchio
2001-04-06 johanknolDon't use .dw if the port says so
2001-04-01 sandeepadded asm file ext to port.
2001-03-19 johanknolA better fix for the mult. defs. of initialised code...
2001-03-18 johanknolTemporary fix for the sym->ival related "code struct...
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-03-03 sandeep Fixed initializer problem & added debug printing routine
2001-02-26 sandeepFixed bitfield initialization in code space
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...
2001-01-04 jtvolpeMS VC6 Port
2000-12-14 kvigorChange struct link to struct sym_link to avoid conflict...
2000-11-09 stevewilliams Type safe newAst, fixes various warnings.
2000-10-10 kvigorOne more BCC fix
2000-10-10 kvigorGet Borland C++ build working yet again
2000-09-30 johanknolcleanup; moved extern's from .c to .h files for double...
2000-09-24 kvigorFIx initialization of pointers in code space for DS390
2000-08-19 michaelhAdded alternate lexer
2000-08-01 michaelhPre 2.95-2
2000-07-21 michaelhTurned off DE optimisation as arent yet splling
2000-07-20 michaelhMost of the way to far fun support
2000-07-12 michaelhMerge out from the z80 far branch
2000-05-21 michaelhMerged gbdk-294 branch
2000-05-07 sandeepAdded print Allocation info will print
2000-04-29 sandeepFixed some more intialization things
2000-04-19 michaelh* Re-added .dw for words, but now port dependent.
2000-04-18 michaelh* Added sfr space
2000-04-13 sandeepsome more fixes for initializations
2000-04-13 sandeepfixed initialization problems
2000-04-08 michaelhFixed weird characters due to extra %s
2000-04-05 michaelh* All types of stuff to support different assemblers.
2000-04-03 michaelhAdded tokens. Can now target rgbds
2000-03-30 michaelhFixed a character pointer bug
2000-03-27 michaelhMade debugging optional.
2000-03-26 michaelh* Added z80 blurb.
2000-03-20 sandeepMore AVR stuff
2000-03-05 sandeepInfrastructure stuff for AVR
2000-03-02 kvigorfix broken static initializers in non-main() modules
2000-02-24 kvigorOnly generate jump to sdcc_program_startup in module...
2000-02-23 michaelhHacked bug re: pointer get.
2000-02-22 sandeep1) glue.c added jump to __sdcc_program_start after...
2000-02-22 michaelhLots.
2000-02-13 sandeepNow the pointer_type information of a storeage
2000-02-09 kvigorFirst pass at DS80C390 flat mode support
2000-02-06 michaelh* Minor chage to glue re hard coded segs
2000-01-31 drdanifix def of aopLiteral()
2000-01-23 michaelhShifted all area names into port. Shifted assembler...
2000-01-23 michaelhMore shifting. Remove SDCCralloc.h, made all in mcs51...
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision