fw/sdcc
2003-05-18 jesuscAdded pic16.dsp and pic16a.dsp.
2003-05-18 jesuscRenamed pic.dsp and pica.dsp as pic16 and pic16a.
2003-05-18 bernhardheld* src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
2003-05-18 sdattaloPIC16 - Applied patch from Vangelis Rokas. Many fixes...
2003-05-18 johanknolremoved obsolete and buggy ARRAYINIT
2003-05-17 kbongersMartins sdcdb changes
2003-05-17 kbongersMartins changes
2003-05-14 bernhardheldsrc/SDCCutil.c: include ctype.h for win32
2003-05-14 bernhardhelddevice/lib/_strtok.c: fixed bug #734355 by Lenny Story...
2003-05-13 bernhardheldsrc/pic16/*: removed CR from many files, reported by...
2003-05-12 kbongerssdcdb changes
2003-05-12 kbongersMartins patches
2003-05-12 borutr* src/SDCCmain.c: fixed the problem with searching...
2003-05-12 borutrfixed the problem with searching the DATADIR as the...
2003-05-11 borutrWIN32 version of getBinPath() calls GetModuleFileName...
2003-05-11 borutradded --print-search-dirs command line option
2003-05-11 borutradd quotes to file name parameters for gplink and gpasm
2003-05-11 borutrincreased value of /Zm option to 1000
2003-05-11 borutrWIN32 version of getBinPath() calls GetModuleFileName...
2003-05-10 bernhardheld* src/SDCCmain.c (linkEdit): fixed buffer overflow...
2003-05-10 johanknolfixed bug #585125
2003-05-09 johanknolfixed bug #597940
2003-05-09 johanknolfixed bug #597940
2003-05-09 johanknolremoved obsolete --stack-after-data
2003-05-08 johanknolfixed bug #734169
2003-05-06 kbongersMartins changes for ddd
2003-05-06 kbongersMartins ddd/sdcdb changes
2003-05-06 kbongersMartins fix for sdcdb
2003-05-06 kbongerschanges from Martin
2003-05-04 bernhardheld* support/regression/HTMLgen.py: added compare_s2f()
2003-05-02 kvigorfix --disable-ds400
2003-05-01 bernhardheldjust 64 bit alpha has the worst float precision
2003-04-30 bernhardheldsupport/regression/tests/simplefloat.c: fix division...
2003-04-30 bernhardheldsupport/regression/tests/float.c: workaround 33 bit...
2003-04-30 sdattaloPatch from Jim Hawkridge that prevents stack registers...
2003-04-29 jesuscIncrement max memory alloc for MSVC using /Zm600
2003-04-29 jesuscz80 linker build using MSVC
2003-04-29 kvigorDS80C400 support, the beginning
2003-04-28 kbongersMartins ddd changes
2003-04-28 kbongersMartins ddd changes
2003-04-28 sdattaloAdded a new peep rule to handle carry logic (optimizes...
2003-04-28 bernhardhelddebugger/mcs51/cmd.c: added header newalloc.h
2003-04-26 bernhardheld* src/pic/glue.c (pic14emitRegularMap): fixed warning
2003-04-26 bernhardheld* as/Makefile: new EXEEXT
2003-04-24 bernhardheldEXEEXT introduces to solve Cygwin problems
2003-04-24 kbongersddd fixes
2003-04-24 kbongerssdcdb updates,ddd
2003-04-23 bernhardheld* as/Makefile: fix target clean
2003-04-22 bernhardheld* Makefile.common.in: added @EXEEXT@
2003-04-22 sdattaloPIC port now supports object files. Applied patch from...
2003-04-20 borutr* src/SDCCglobl.h: small change in stack handling macro...
2003-04-20 borutrsmall change in stack handling macros, to avoid crash...
2003-04-20 borutradded function fatal(), called from stack handling...
2003-04-20 borutr* sdcc/as/mcs51/lklex.c: make getfid() more robust...
2003-04-20 borutrmake getfid() more robust and fixed gcc warning
2003-04-20 johanknolno bitfields yet
2003-04-19 bernhardheld* support/regression/tests/bitfields.c: added Johan...
2003-04-19 borutr"handling space characters in file path" task
2003-04-19 borutrhandling space characters in file path
2003-04-19 borutrhandling space characters in executable's path
2003-04-19 borutrintroduced setDataPaths() function, {datadir} macro...
2003-04-19 borutrmake it self-sufficient
2003-04-19 borutrdefine par as NULL if parameter value is invalid
2003-04-19 borutrfixed bug in handlig quote at the end of line
2003-04-19 bernhardheldsim/ucsim/gui.src/Makefile.in: target "install" builds...
2003-04-19 bernhardheld* as/z80/Makefile: fix permanent rebuild of z80
2003-04-18 kvigorFix error messages which could cause SEGV on Solaris
2003-04-18 kvigoroptimization: replace modulo by a power of two with...
2003-04-18 johanknolfixed bug #635354
2003-04-18 johanknolfixed bug #635354
2003-04-18 johanknolfixed "bug" #662263
2003-04-17 johanknolfixed bug #716790 and removes lot's of redundant regist...
2003-04-17 johanknolNo need for that anymore
2003-04-17 johanknolfixed bug #720667
2003-04-13 borutr* configure.in, configure: fixed mingw problem in adl_N...
2003-04-13 borutrfixed mingw problem in adl_NORMALIZE_PATH
2003-04-13 borutr* doc/sdccman.lyx: updated info about #pragma SAVE...
2003-04-13 borutrfixed problems on cygwin/WinCVS environmet with ports...
2003-04-13 borutrupdated info about #pragma SAVE/RESTORE nesting: typo...
2003-04-13 borutrupdated info about #pragma SAVE/RESTORE nesting
2003-04-12 bernhardheldadded another missing bracket ;-) and beautified HTML...
2003-04-12 borutrfixed "#pragma SAVE/RESTORE can not be nested"
2003-04-12 borutrreworked pragma handling functions
2003-04-12 borutrreworked stack handling macros
2003-04-12 borutradded E_STACK_VIOLATION error
2003-04-12 bernhardheld* src/SDCCutil.c (pathEquivalent): defined but not...
2003-04-12 bernhardheldsrc/SDCCutil.c (pathEquivalent): defined but not used
2003-04-12 borutradded missing ending bracket in path(argv[0]/
2003-04-12 borutrcompleted "different paths" task
2003-04-12 borutrfixed bug in handling quotes
2003-04-12 borutr_discoverPaths() replaced with setBinPaths(), setInclud...
2003-04-12 borutrrewritten getPrefixFromBinPath()
2003-04-12 bernhardheldFix html and pdf exports
2003-04-12 bernhardheldsrc/pic/pcoderegs.c (Remove1pcode): fix warning on...
2003-04-11 kvigorFix bug 706781
2003-04-11 kvigorFix null pointer deref that caused build failures on...
2003-04-11 borutrdbuf update to version 1.1.1 - re-added C++ stuff to...
2003-04-11 borutrupdate to version 1.1.1 - re-added C++ stuff to make...
2003-04-11 jesuscBINDIR is needed to compile with MSVC
2003-04-11 sdattaloThe function name in a pointer to function variable...
next