Bug 471076 fix
[fw/sdcc] / support /
2001-10-22 bernhardheldclean: rm timeout.exe for Cygwin
2001-10-22 johanknolFunction attribute migration.
2001-10-22 michaelh2001-10-21 Michael Hope <michaelh@juju.net.nz>
2001-10-21 bernhardheldAdded temp.lnk to clean
2001-10-21 bernhardheldFix: added includes
2001-10-21 bernhardheld * support/regression/Makefile: Improved clean
2001-10-21 johanknoladded a long litteral test
2001-10-18 michaelh * support/regression/fwk/include/testfwk.h: Fixed...
2001-10-16 bernhardheldtimeout for uCsim
2001-10-15 michaelhAdded tests
2001-10-13 michaelh * src/SDCCmain.c (linkEdit): Added support for passing...
2001-10-13 michaelh * support/regression/tests/longor.c: Added.
2001-10-10 michaelhAdded bug 469671
2001-10-10 michaelh * src/z80/gen.c (shiftIntoPair): Fixed up warning.
2001-10-08 johanknolfixed bug #467893
2001-10-07 michaelh * src/z80/gen.c (setupPair): Added 'extended stack...
2001-10-07 michaelhCreated
2001-10-07 michaelh * support/Util/NewAlloc.c (freeTrace): Changed free...
2001-10-07 bernhardheldport to mcs51
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-10-06 michaelh * support/makebin/makebin.c (usage): Removed getopt...
2001-10-04 johanknolfixed bug #467142
2001-10-02 michaelh * support/regression/fwk/lib/testfwk.c (__printf)...
2001-10-01 bernhardheld * src/SDCCsymt.c: no more _modifier in printTyp...
2001-10-01 johanknolfixed bug #462474
2001-09-30 michaelhCreated
2001-09-30 michaelhCreated
2001-09-30 michaelh * Makefile (sdcc-libs): Added makebin to the list...
2001-09-27 kbongersadjust for mach os-x support
2001-09-26 johanknolpointer issues
2001-09-26 michaelh * configure.in: Fixed up so that ucsim is only configu...
2001-09-23 michaelh * .version: Updated to 2.3.1
2001-09-21 sandeepmade the error message text more meaningful
2001-09-20 michaelhMerged the 2.3.0 branch back into the main line
2001-09-16 johanknolErrors have E_, warnings have W_, Info's have I_
2001-09-14 kbongersallow for APPLE MACH compilation
2001-09-11 michaelh * support/regression/tests/bug-460444.c: Added test...
2001-09-09 bernhardheld * support/regression/support.c: _xdata replaced by...
2001-09-09 michaelh * src/pic/ralloc.c (debugLogRegType): Removed some...
2001-09-09 bernhardheld* support/regression/Makefile: inter-port-clean adjuste...
2001-09-09 michaelh * support/regression/tests/fetchoverlap.c: Added new...
2001-09-07 johanknolfixed bug #456235
2001-09-07 johanknola more specific message
2001-09-03 michaelhAdded build to the install target
2001-09-03 michaelh * src/z80/gen.c (fetchLitPair): Changed so that it...
2001-09-02 michaelh * src/z80/gen.c: Fixed up generator to pass the regres...
2001-09-01 michaelh * support/regression/ports/host/spec.mk: Update...
2001-08-31 michaelhFixed up support for the gbz80 such that it will at...
2001-08-30 bernhardheldsmall changes for mcs51
2001-08-28 michaelhAdded tests from Scott's PIC tests
2001-08-26 michaelhAdded support for gsinit packing.
2001-08-25 michaelhAdded simple static array init test
2001-08-23 bernhardheldadd mcs51-port
2001-08-23 bernhardheldadd mcs51-port
2001-08-22 johanknolfixed bug 449137/453886
2001-08-21 pjsFix compiler warnings, extra tokens at end of #endif...
2001-08-20 michaelhTurned off dumpall
2001-08-20 michaelhAdded tests for switch statement and the z80 loop induc...
2001-08-18 kbongersmake cpp -> bin/sdcppold
2001-08-18 kbongersmake cpp2 -> bin/sdcpp
2001-08-09 michaelhChanged z80 to use loop induction. Updated libs to...
2001-08-08 michaelh* Optimised many of the library functions
2001-08-03 michaelh* Fixed alias of -c to -canything
2001-08-02 michaelhUpdated most tests to also do longs
2001-08-01 michaelhAdded test cases from the bug list
2001-07-21 michaelhFixed them to compile
2001-07-21 michaelhAdded bug cases. Added decent support for distclean
2001-07-21 michaelhRegression tests now pass on z80
2001-07-18 michaelhChanged default documentation dir to share/doc/sdcc
2001-07-16 michaelh* Fixed va_args for the z80
2001-07-12 michaelhFixed up missing strip
2001-07-11 michaelhFixed up naming on sdcpp
2001-07-07 kvigorremove duplicated files
2001-07-07 kvigorChange mkdeps to use .rel instead of .o
2001-07-07 kvigorWorking properly under Borland C++ now
2001-07-06 kvigorfirst pass at Borland makefiles: still hunting bugs
2001-07-06 kbongersconversion util
2001-07-06 michaelhAdded documentation install targets
2001-07-05 johanknolmake sdcc compatible with the compiler
2001-07-04 kbongersremove gc, not used
2001-07-03 michaelhAdded ability to disable packihx. Removed extra echo.
2001-07-03 kvigorPort of CPP from GCC 3.0
2001-07-02 michaelhAdded exe transform support. Made the strip explicit...
2001-07-01 johanknolJust to prevent a debian bug
2001-06-30 johanknola fix for the initialized structs and some others, see
2001-06-28 johanknolstorage class specifiers are allowed for static autos...
2001-06-25 kvigorwarning cleanup
2001-06-25 johanknolorphanaged
2001-06-23 johanknolThe newline in string constant.
2001-06-22 johanknolsome progress on escape sequences
2001-06-16 michaelhChanged option parsing greatly, hopefully simplifying
2001-06-13 belaConverts Keil-style header files to sdcc format
2001-06-12 johanknolthe next step in advanced type checking
2001-06-11 johanknolsome fixes
2001-06-05 johanknola better type check
2001-06-05 michaelhAdded more tests
2001-05-29 kvigormore cleaups on error message table: get rid of duplica...
2001-05-24 kvigorInclude error number in ErrTab
2001-05-24 kvigoralloca() chokes badly on Borland
2001-05-20 jtvolpeFixed references to BuildCmdLine and my_system
next