* .version: Updated to 2.3.1
[fw/sdcc] / src / SDCCmain.c
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-09-23 johanknolNow --lesspedantic kills EVELYN the modified DOG
2001-09-02 kbongersadd JAMIN ds390 testing switch
2001-08-30 kbongersChange IS_DS390 to .model=FLAT24
2001-08-24 kvigor(optionally) push static array initialization down...
2001-08-13 bernhardheldAvoid tmp-files: create them only when compiling
2001-08-12 bernhardheldHelp-text corrected
2001-08-08 michaelh* Optimised many of the library functions
2001-08-03 michaelh* Fixed alias of -c to -canything
2001-08-02 johanknola treat for those poor MS$ addicts
2001-07-30 johanknolshort really is 16bits now
2001-07-25 johanknolfixed a parameter skip, added some more usage texts
2001-07-21 michaelhAdded bug cases. Added decent support for distclean
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-09 kvigorvery tiny cleanup of dead code
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-07-03 johanknolShort is 16bits by default now
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-28 johanknolstorage class specifiers are allowed for static autos...
2001-06-19 kvigorbug 434350: filename buffer too small.
2001-06-16 michaelhChanged option parsing greatly, hopefully simplifying
2001-06-13 johanknolnext step towards 16bits short
2001-05-29 kvigormore cleaups on error message table: get rid of duplica...
2001-05-24 johanknolcreate/append dumpfiles on a per session base
2001-05-20 jtvolpeFixed z80 referneces to BuildCmdLine and my_system
2001-05-14 michaelhFixed bugs involving static variables in z80 port;...
2001-05-13 johanknolremoved options.ANSIint
2001-05-04 kvigortemp file cleanup fix by Dario Vecchio
2001-03-29 johanknolremoved some obsolete switches
2001-03-06 johanknolFixed a link error around picglue().
2001-03-05 jbessFix TARGET_IS_PIC error
2001-03-05 johanknolCleaned up ds390 leftovers in the mcs51 port.
2001-02-27 johanknolfixed --nostdinc
2001-02-24 johanknolCleaned up some bits and peaces
2001-02-23 johanknol-mds390 now uses --flat-model24 and --stack-10bit by...
2001-02-14 johanknolBeautified (indented) compiler source tree
2001-02-13 jtvolpe- Made DefaultExePath work for VC6 also
2001-02-07 johanknolremoved some confusing "Cannot exec whatever: Success...
2001-02-06 kvigorif argv[0] contained a path specifier, add that to...
2001-02-06 johanknolBeautified. Although recommended, it's not my favourite...
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeNew memory allocation functions with Linux fixes
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-04 johanknolabort when cpp, as or ld throws an error
2001-02-03 johanknolabort when the assembler throws an error
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2001-01-28 michaelhMerge of the izt changes.
2001-01-25 kvigorAdd support for ANSI integer promotion rules
2001-01-08 kvigorunix-flavored builds were b0rken
2001-01-04 jtvolpeMS VC6 Port
2000-12-04 sdattaloDon't call any PIC code if the PIC option is disabled.
2000-12-04 sdattaloTSD PIC port
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-27 kvigorMake user-specified -I and -L options take precedence
2000-09-27 kvigorcheck for fatal errors after glue()
2000-08-23 johanknolds390 library support
2000-08-19 michaelhAdded alternate lexer
2000-08-19 johanknolFixed -M and -C options to sdcc, they swallowed an...
2000-08-18 kvigorBreak DS80C390 support into seperate port (ds390);...
2000-08-01 michaelhPre 2.95-2
2000-07-12 michaelhMerge out from the z80 far branch
2000-06-15 sandeepfixed bad message in main
2000-04-18 michaelh* Added sfr space
2000-04-08 michaelhMerged changes between gbdk-293 and main
2000-04-06 michaelh* Fixed up multi bank support
2000-04-03 michaelhAdded tokens. Can now target rgbds
2000-03-30 michaelhFixed a character pointer bug
2000-03-26 michaelh* Added support for mingw32.
2000-03-18 sandeepmaking progress with AVR
2000-03-11 sandeepSome code cleanup & fixed problem of used bdefore defin...
2000-03-09 kvigor10 bit stack mode: just a few more tweaks...
2000-03-08 kvigorFirst pass at 10 bit stack mode for DS80C390
2000-03-05 sandeepInfrastructure stuff for AVR
2000-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-22 michaelhLots.
2000-02-16 michaelh* Added support for the gb.
2000-02-09 kvigorFirst pass at DS80C390 flat mode support
2000-02-08 sandeep1) SDCC_(target) new preprocessor define added
2000-02-06 sandeepFixed several problems
2000-02-04 michaelhChanged it so each target can have their own command...
2000-02-04 michaelhChanged the command builder to something a bit more...
2000-01-31 sandeepa) fixed some aliasing problems
2000-01-23 michaelhAdded ports info to --help and --version.
2000-01-23 michaelhShifted all area names into port. Shifted assembler...
2000-01-23 michaelh* Added common.h
2000-01-17 michaelhAdded verbose exec feature.
2000-01-17 michaelhInitial revision