Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / as /
2006-07-03 borutr* as/z80/Makefile.in: defined CPPFLAGS
2006-07-01 bernhardheld* as/hc08/lkaomf51.c (OutputName),
2006-06-16 MaartenBrock* as/mcs51/lkarea.c (lnkarea2): clear new xdatamap...
2006-06-10 MaartenBrock* as/hc08/asmain.c (asexit),
2006-05-12 borutr* *.dsw, *.dsp: changed property svn:eol-style to CRLF...
2006-04-25 bernhardheld* as/z80/Makefile,
2006-04-24 bernhardheldEnabled VPATH feature: changed nearly all Makefiles...
2006-04-22 MaartenBrock* as/asx8051.dsp: added mcs51/strcmpi.h
2006-04-15 bernhardheld* support/regression/collate-results.py: fixed output...
2006-01-28 bernhardheld* as/hc08/aslex.c,
2005-09-10 maartenbrock* as/mcs51/lkmem.c (summary2): fixed report for absolut...
2005-09-08 maartenbrock* as/hc08/lkaomf51.c (OutputName): made name unsigned...
2005-08-23 maartenbrock* as/mcs51/aslink.h: completed lkrloc.c prototypes
2005-08-22 maartenbrock* as/mcs51/asdata.c: changed ctype['['] to BINOP
2005-08-20 borutr* device/lib/Makefile.in: cp on sparc-solaris (SunOS...
2005-07-22 maartenbrock* as/mcs51/lkarea.c: enlarged codemap for banked memory
2005-07-19 maartenbrock* as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG...
2005-06-27 maartenbrock* as/mcs51/asexpr.c (expr): disabled warning "not in...
2004-10-19 maartenbrock* as/mcs51/lkarea.c: removed old K&R style,
2004-08-29 bernhardheld* device/lib/pic16/Makefile.common.in: added $(MM)...
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
next