fixed 64 bit hosts
[fw/sdcc] / support /
2003-09-05 sdcc-builderfixed 64 bit hosts
2003-09-04 bernhardheldtest _mullong.c on host too
2003-09-03 bernhardheldadded :-)
2003-08-29 bernhardheldfixed for 64 bit hosts
2003-08-18 epetrichMade bitfield a distinct type from bit so that bitfields
2003-08-16 epetrichFixed bug #748310 (pointer to function type mishandled...
2003-08-14 epetrichFixed numerous bitfield problems.
2003-08-13 bernhardheld* src/SDCCcse.c (algebraicOpts): fix bug converting...
2003-08-13 epetrichMade the constant following the "interrupt" keyword...
2003-08-12 epetrichGenerate warnings for useless declarations like "char...
2003-08-05 bernhardheld* support/Util/SDCCerr.c: added warning "integer overfl...
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-08-01 jesuscDon't remove .\Makefile
2003-08-01 jesuscAdded librarian to MSVC build.
2003-08-01 jesuscconfigure not needed for librarian. Makefile is enough.
2003-07-31 jesuscAdding sdcclib to the build.
2003-07-31 jesuscFirst try to build under Linux
2003-07-27 bernhardheldfix for *z80
2003-07-26 bernhardheldfix test on host
2003-07-25 bernhardheld* src/SDCCicode.c (operandOperation): really fixed...
2003-07-06 jesuscfclose FILE * != NULL
2003-07-06 jesuscreplaced *index with *libindex so gcc is happy
2003-07-06 jesuscSdcc librarian
2003-07-01 kvigorDS800C400 fun, improved ROM interface and tinibios
2003-06-27 kvigorGet tinibios clock timer interface working on ds400
2003-06-27 kvigorMore support for DS80C400
2003-06-19 borutrcorrected the comment for function has_path()
2003-06-19 bernhardheld* support/Util/MySystem.c (merge_command): revert bad fix
2003-06-18 bernhardheld* support/Util/MySystem.c (merge_command): quick fix...
2003-06-15 borutrHAVE_DOS_BASED_FILE_SYSTEM defined for _WIN23
2003-06-12 borutrC++ style comments // changed to C style /* */
2003-06-09 jesuscHopefully --vc works now
2003-06-09 jesuscAdded option --vc
2003-06-01 bernhardheldexclude z80 and gbz80
2003-05-22 bernhardheldmake z80 clearly failing this test
2003-05-10 bernhardheld* src/SDCCmain.c (linkEdit): fixed buffer overflow...
2003-05-04 bernhardheld* support/regression/HTMLgen.py: added compare_s2f()
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-26 bernhardheld* as/Makefile: new EXEEXT
2003-04-24 bernhardheldEXEEXT introduces to solve Cygwin problems
2003-04-22 bernhardheld* Makefile.common.in: added @EXEEXT@
2003-04-20 borutradded function fatal(), called from stack handling...
2003-04-20 johanknolno bitfields yet
2003-04-19 bernhardheld* support/regression/tests/bitfields.c: added Johan...
2003-04-19 borutrhandling space characters in executable's path
2003-04-19 borutrmake it self-sufficient
2003-04-19 borutrdefine par as NULL if parameter value is invalid
2003-04-12 borutradded E_STACK_VIOLATION error
2003-04-12 bernhardheld* src/SDCCutil.c (pathEquivalent): defined but not...
2003-04-11 borutrupdate to version 1.1.1 - re-added C++ stuff to make...
2003-04-07 bernhardheld* Makefile.common.in: unused PORT, SCC and SAS removed...
2003-04-04 johanknolfixed bug #702907
2003-04-04 johanknol--lesspedantic is --less-pedantic now
2003-04-03 johanknolmissing return values is a warning now
2003-04-01 bernhardheldundo changes for now because of strange python problems...
2003-04-01 bernhardheld* support/regression/generate-cases.py: place generated...
2003-03-30 borutrrewrite, char *ExePathList[] replaced with set *binPathSet
2003-03-30 borutrrewrite buildCmdLine(), changed type of list parameter...
2003-03-29 bernhardheldsupport/Util/dbuf.h: remove C++ stuff to make it portable
2003-03-28 borutradded: dynamic buffer handling
2003-03-21 bernhardheldsupport/scripts/sdcc_mingw32: adapted to configure...
2003-03-13 johanknolHacked const and volatile modifiers a bit
2003-03-10 borutradded my_popen()
2003-03-10 bernhardheld* support/regression/ports/mcs51/spec.mk: increase...
2003-03-06 bernhardheldPORT_HOST instead of HOST
2003-03-06 bernhardheldfix 64 bit warnings
2003-02-23 bernhardheldrevert to 1.4 and autoconf 2.54
2003-02-22 bernhardheldUse autoconf 2.13 for now to keep the nightly build...
2003-02-18 johanknolbad shift right 12
2003-02-15 bernhardheld* src/SDCCglue.h: make tmpfileNameSet available for...
2003-02-15 johanknolnew options: --no-c-code-in-asm and --i-code-in-asm
2003-02-14 johanknolmoved installed docs, removed obsoletes, fixed makefile...
2003-02-14 bernhardheldagain: fix cc detection
2003-02-13 bernhardheldfix cc detection
2003-02-13 bernhardheld* support/regression/ports/host/spec.mk: use cc as...
2003-02-12 kvigorStripped much crap out of configure system; should...
2003-02-10 borutrRemoved borland.h
2003-02-10 borutrBorland Makefile cleanup
2003-02-10 borutrBorland C++ build doesn't depend on Cygwin configure
2003-02-02 borutrfixed compilation with Borland C
2003-02-02 borutradded rule to generate auto-host.h
2003-02-02 johanknolNow the regression tests could go online again
2003-01-24 bernhardheldlink with -r
2003-01-22 bernhardheld* as/z80/string.h: disable this header for gcc 3.2
2003-01-19 bernhardheld../m
2003-01-13 bernhardheld* support/regression/ports/*/spec.mk: moving testfwk...
2003-01-11 bernhardheldnew option -o
2003-01-10 johanknolsome more tests
2003-01-05 bernhardheld* src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048...
2002-12-28 bernhardheld* src/mcs51/peeph.def: added rules 234 and 235 from...
2002-08-29 borutrre-definition of O_BINARY and other O_XXX as _O_BINARY...
2002-08-28 borutradded - genarate auto-host.h using auto-host_vc_in...
2002-08-28 borutradded - VC project for sdcpp
2002-08-25 bernhardhelduse gputils or gpasm (from Nathan Hurst)
2002-08-24 michaelhAdded limited run support
2002-08-11 borutrremoved unneeded #include "sdccconf.h"
2002-07-28 sdattaloUpdated inc2h.pl from Kevin Pauba. This version handles...
2002-06-23 sdattalopCode live-range analysis algorithms have been added.
next