more work in progress: literal shift improvement
[fw/sdcc] / src / SDCCmain.c
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