fixed 64 bit hosts
[fw/sdcc] / as /
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
2002-02-17 johanknol*** empty log message ***
2002-02-17 johanknolwork in progress
2002-02-15 johanknolxa51, work in progress
2002-02-14 johanknol*** empty log message ***
2002-02-13 johanknolxa51, work in progress
2002-02-12 johanknol*** empty log message ***
2002-02-12 johanknol*** empty log message ***
2002-02-11 johanknolwork in progress
2002-02-09 johanknolwork in progress
2002-02-09 johanknolxa51, work in progress
2002-02-07 johanknolxa51, work in progress
2002-02-07 johanknolwork in progress
2002-02-07 johanknolxa51, work in progress
2002-01-29 johanknolxa51, work in progress
2002-01-28 johanknolxa51, work in progress
2002-01-26 johanknolxa51, work in progress
2002-01-25 johanknolxa51, work in progress
2002-01-22 johanknolminor xa51 improvements
2002-01-22 pjsxa_asm: fixed parsing of symbols used with DS directive...
2002-01-21 johanknolsmall xa progress
2002-01-21 johanknoladded area XINIT
2002-01-20 johanknolignore .module for now
2002-01-20 pjsAdded basic support for .area and .ds directives to...
2002-01-19 johanknolsdcc initial version of paul's xa_asm
2001-12-10 johanknolfixed bug #482168
2001-10-24 bernhardheldremove output of empty line
2001-10-13 michaelh * src/SDCCmain.c (linkEdit): Added support for passing...
2001-10-12 bernhardheldreplace FILENAME_MAX with PATH_MAX
2001-10-11 johanknola bug fix of Martijn van Buul
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-10-01 johanknolfixed bug #462474
2001-09-14 kbongersallow for APPLE MACH compilation
2001-09-03 michaelhAdded build to the install target
2001-08-30 bernhardheldaccept everything as symbol name in rel-files, bug...
next