Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / src / SDCCmem.c
2007-09-04 MaartenBrock* src/pic16/glue.c,
2007-06-09 MaartenBrock* src/SDCCmem.c (allocDefault): removed check sym-...
2007-03-27 epetrich* src/SDCC.y (declaration_specifiers, function_specifier),
2007-03-04 MaartenBrock* src/SDCCglue.c (emitMaps, glue),
2007-01-07 borutr* use dynamic memory buffers instead temporary files
2006-12-21 MaartenBrock* as/link/mcs51/lkarea.c (lnkarea2): handle absolute...
2006-09-30 MaartenBrock* src/port.h: added mem.cabs_name to PORT
2006-06-02 MaartenBrock* device/lib/printf_large.c (output_digit, calculate_di...
2005-10-30 maartenbrock* device/lib/medium/Makefile: added for new memory...
2005-09-03 maartenbrock* .version: changed to version 2.5.3
2005-08-22 maartenbrock* as/mcs51/asdata.c: changed ctype['['] to BINOP
2005-07-19 maartenbrock* as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG...
2005-07-15 maartenbrock* src/SDCCmem.c: fixed bug 1238386
2005-06-27 maartenbrock* as/mcs51/asexpr.c (expr): disabled warning "not in...
2004-11-18 maartenbrock* .version: bumped version to 2.4.7
2004-10-19 maartenbrock* as/mcs51/lkarea.c: removed old K&R style,
2004-07-29 vrokas* src/SDCCmem.c (allocGlobal): don't turn S_REGISTER...
2004-05-18 epetrich* src/SDCCmem.c (allocVariables): fixed bug #955321
2004-04-24 epetrich* src/SDCCpeeph.c (replaceRule): support empty replacem...
2004-01-07 epetrich* src/SDCCsymt.c (processFuncArgs): fixed superflous...
2003-10-08 bernhardheldReplaced cast (void **) with (void *) to avoid gcc...
2003-08-13 epetrichMade the constant following the "interrupt" keyword...
2003-04-18 kvigorFix error messages which could cause SEGV on Solaris
2003-04-11 kvigorFix null pointer deref that caused build failures on...
2003-03-23 bernhardheld* doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
2003-03-20 johanknolAn sfr/sbit can have an "at #" AND an initializer
2003-03-16 johanknolcleaned up the mess I left behind
2003-02-25 johanknoldisabled useless warnings
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-02-10 bernhardheld* doc/sdccman.lyx: new pragma NOIV by Johannes Stezenba...
2002-09-04 jesuscDelegates data and stack allocation to aslink. Creates...
2002-01-28 johanknolxa51, work in progress
2002-01-20 johanknoljust looks a little better
2002-01-15 johanknolfixed bug #499071
2001-12-25 johanknolfixed the 'char *s="hallo";' initialization bug
2001-12-24 johanknolsome small fixes
2001-12-19 sandeepAdded function deleteFromSeg
2001-12-18 sandeepAdded check for _overlay keyword to force a function...
2001-12-17 johanknolmmmm, that could be better
2001-12-17 johanknolchange to initialized data segment before emitting...
2001-12-16 johanknolmissing files for "added seperate segments for initiali...
2001-11-21 sandeepfunctions containing only __builtin functions can overl...
2001-11-04 johanknolmore function pointer parameter issues
2001-10-27 johanknolfixed a sprintf() bug, only visible in the ds390 port
2001-10-22 johanknolFunction attribute migration.
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-09-19 johanknolremoved a fruitless attempt, compareType() should take...
2001-09-16 johanknolThese restriction were too strict, I have to think...
2001-09-16 johanknolfixed bug #436360 part 1
2001-09-04 johanknolfix for the first part of bug #458099
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-06-28 johanknolstorage class specifiers are allowed for static autos...
2001-06-26 johanknolFixed the overlay handling for --model-small and -...
2001-06-21 johanknolNow global consts are in CSEG again with the proper...
2001-06-15 johanknolthe next step towards advanced typechecking
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2001-01-28 michaelhMerge of the izt changes.
2000-11-05 sandeepFixed problem in SDCCalloc.h & fixed problem allocation
2000-09-30 johanknolcleanup; moved extern's from .c to .h files for double...
2000-09-18 sandeepFixed a parameter allocation bug
2000-09-10 sandeepoptions.model specific fixes
2000-09-09 sandeep1) added some debug dumping
2000-08-19 michaelhAdded alternate lexer
2000-08-01 michaelhPre 2.95-2
2000-07-20 michaelhMost of the way to far fun support
2000-07-17 michaelh* Changed banked for nonbanked
2000-07-12 michaelhMerge out from the z80 far branch
2000-05-07 sandeepAdded print Allocation info will print
2000-04-08 michaelhMerged changes between gbdk-293 and main
2000-04-06 michaelh* Fixed up multi bank support
2000-03-26 michaelh* Added z80 blurb.
2000-03-05 sandeepSome more AVR
2000-03-05 sandeepInfrastructure stuff for AVR
2000-02-22 sandeep1) glue.c added jump to __sdcc_program_start after...
2000-02-13 sandeepNow the pointer_type information of a storeage
2000-02-09 sandeepwork on avr port start by defining the new
2000-02-06 sandeepFixed several problems
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-24 michaelhAdded initial stack direction support. Didnt convert...
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhInitial revision