* Makefile.in, configure.in, configure,
[fw/sdcc] / as /
2004-05-16 jesuscbetter fix for bug #954173
2004-05-14 jesuscfixed bug [ 954173 ] code size miscalculation
2004-05-13 epetrich * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2004-04-30 jesuscsdccopt works for the hc08 port now
2004-04-27 jesuscsdccconf.h is not available in WIN32
2004-04-22 epetrich* link/z80/lkmain.c (afile),
2004-04-21 epetrich* link/z80/lkmain.c (afile): allow periods in directory...
2004-04-20 jesuscAdded as/hc08/lkelf.c to as/link_hc08.dsp
2004-04-19 epetrich* src/SDCCmain.c (linkEdit),
2004-04-17 jesuscFixed bug #899105: misplaced 'LBA' record in intel...
2004-02-18 jesuscFixed bug #895763. Thanks to o_gloom.
2004-02-18 jesuscAdded options --stack-size and --pack-iram
2004-02-08 jesuscReport stack size in .mem file.
2004-01-30 epetrich* src/mcs51/ralloc.c (getRegPtr, getRegGpr),
2004-01-26 michaelhTidied up the build, install, and regression tests.
2004-01-06 jesuscFixed gcc warnings, and added help about -Y option
2004-01-06 jesuscstack must be after data when option -Y is not used...
2004-01-04 jesuscLinker places variables in unused register banks. ...
2003-11-07 borutr* support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51...
2003-11-04 borutr* configure, configure.in, sdcc_vc_in.h, sdcconf.h,
2003-11-03 bernhardheldUse headers defined in the C[++] standards:
2003-11-03 jesuscAdded MSVC projects for hc08 assembler and linker
2003-10-31 epetrich* as/hc08/lkrloc.c (relr): Fixed ihx output, fixed...
2003-10-28 epetrich* as/hc08/asm.h,
2003-10-15 epetrichNew target "hc08" for the Motorola 68hc08 family of...
2003-10-15 epetrichfixed some filenames
2003-10-15 epetrichInitial import
2003-09-23 jesuscOptimized memory allocation when processing libs
2003-09-22 jesuscCleaned up memory allocation for library index
2003-09-19 jesuscFixed segfaults when fclosing a FILE* already closed.
2003-09-15 jesuscFor mingw, tolower prototype is in ctype.h
2003-09-13 jesuscrealpath() is not available for mingw32. Use _fullpath...
2003-09-10 jesuscWhen checking for duplicated modules use absolute libra...
2003-09-07 epetrich* as/z80/asmain.c (main): fixed bug #801766
2003-08-25 jesuscCheck for '.' in filename only, not the whole path.
2003-08-24 jesuscFixed gcc warning
2003-08-23 jesuscmcs51 linker uses .rel extension, not .o
2003-08-22 jesuscz80 and mcs51 linkers complaint if a public symbol...
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-08-02 jesusc'O' record is output correctly now.
2003-07-30 jesuscLinker complaints if linked modules have conflicting...
2003-07-28 jesuscWarning when libfile not found and path is null
2003-07-28 jesuscGenerate a warning when a library file is not found.
2003-07-25 jesuscAdded execution time functions for win32
2003-07-24 jesuscuse FSEPX to create filename
2003-07-23 jesuscChanged "Insufficient DRAM memory" to "Insufficient...
2003-07-16 jesuscFixed some gcc warnings
2003-07-15 jesuscsdcc option -Wl-bBSEG=0x08 works now...
2003-07-13 jesusccleaned up a little the gbz80 and z80 ports
2003-07-07 jesuscgetst(id, c) was looping forever so changed it as in...
2003-07-06 jesuscSupport for files created with the sdcc librarian
2003-07-03 jesuscproperly handle extensions in function afile
2003-06-20 jesuscIf a procedure is the last on the list, make sure its...
2003-05-25 jesuscAddress space 'z' was missing.
2003-05-23 jesuscDo not generate dump file .d51
2003-04-26 bernhardheld* as/Makefile: new EXEEXT
2003-04-24 bernhardheldEXEEXT introduces to solve Cygwin problems
2003-04-23 bernhardheld* as/Makefile: fix target clean
2003-04-20 borutrmake getfid() more robust and fixed gcc warning
2003-04-19 borutrhandling space characters in file path
2003-04-19 bernhardheld* as/z80/Makefile: fix permanent rebuild of z80
2003-04-03 bernhardheldas/z80/Makefile: fix 'make -j' problem
2003-03-24 jesuscFixed to work with lates CDB format. Needs more work...
2003-03-16 johanknolcleaned up the mess I left behind
2003-03-11 jesuscAdded ASlink-Warning to messages
2003-03-11 jesuscFixed bug when linking asmblink example
2003-02-22 johanknolicode comments need space
2003-02-18 johanknola module can start with a digit
2003-02-14 johanknolmoved installed docs, removed obsoletes, fixed makefile...
2003-02-11 jesuscFixed typo as\msc51 to as\mcs51
2003-02-10 borutrAdded Borland Makefile
2003-02-10 borutrBorland Makefile cleanup
2003-02-06 jesuscpatch from Jan Rejlek <jr@apex-lib.cz> to fix Bug 677692
2003-02-02 borutrfixed compilation with Borland C
2003-02-02 johanknolNow the regression tests could go online again
2003-01-29 jesuscAdded option --code-size and --xram-size
2003-01-27 jesuscAdded file strcmpi.c to project
2003-01-26 bernhardheldreplace non-ANSI strcmpi by as_strcmpi
2003-01-22 bernhardheldremoved for gcc 3.2
2003-01-22 bernhardheld* as/z80/string.h: disable this header for gcc 3.2
2003-01-14 bernhardheld* as/mcs51/lkmem.c: rflag is for DS390
2003-01-13 bernhardheld* src/ds390/peeph.def: fix #123; add 14 rules by Fioren...
2003-01-12 bernhardheld* src/SDCCmain.c (main): port->finaliseOptions() moved...
2003-01-07 bernhardheld* as/mcs51/lkmem.c: added several l-modifiers to printf...
2002-12-29 jesuscfixed typo lkomf51.o -> lkaomf51.o
2002-12-27 bernhardheldfixed typo lkomf51.o -> lkaomf51.o
2002-12-27 bernhardheldas/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
2002-12-15 jesuscExtended address of ds390 not supported in Intel omf51
2002-12-15 jesuscCorrect size check of XRam and Code for ds390
2002-12-12 jesuscCorrected a bug when the CDB file does not propperly...
2002-12-11 jesuscWhen generating aomf51 file, corrected bug in static...
2002-12-11 jesuscAdded support to generate aomf51 file. (Basic Intel...
2002-12-11 jesuscAdded two new source files to the project: lkmem.c...
2002-11-09 jesuscNow reports memory usage using the value from option...
2002-09-20 jesuscadded boundary check before using dram[] array.
2002-09-09 jesusc Fixed incorrect number of parameters to sprintf()...
2002-09-04 jesuscCreation of default areas. Improved memory usage....
2002-08-28 borutr- added Release configuration in VS projects
2002-08-07 borutr- definition of PATH_MAX for MSC
2002-02-18 johanknollast ci before completely rewrite ralloc.c
next