Fixed compare with 0 >= 0. Fixed push bc around call where half of the pair is used...
[fw/sdcc] / support /
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
2001-05-20 jtvolpeAdded support functions BuildCmdLine and my_system...
2001-05-20 jtvolpeFixed up implicit data type conversions
2001-05-19 johanknolfixed the octal and hex escape sequences
2001-05-16 kvigorclean up a bunch of compiler warnings
2001-05-16 kvigorget Borland makefiles working yet again
2001-05-14 michaelhMore tests
2001-05-13 michaelhAdded log methods, added mod test
2001-05-11 kvigoruse memcpyx on TINI: up to 432 dhry/sec
2001-05-10 kvigorupdate for tinibios
2001-05-06 michaelhMade it possible to run on other people's machines...
2001-05-06 michaelhTrimmed and added
2001-05-06 michaelhChanged to rst based system calls
2001-05-06 michaelhCommented everything; added 'volatile' to the mix;...
2001-05-05 michaelhCommented the test cases
2001-05-05 michaelhFixed up port auto detection to excude the CVS directory
2001-05-05 michaelhImported the regression suite
2001-05-04 kvigoruninitialized variable fix by Dario Vecchio
2001-04-26 jtvolpeCleaning up compiler warnings under MS VC6
2001-04-26 jtvolpeRemoved Release configuration until stable
2001-04-20 jtvolpeGeneral removal of compiler warnings
2001-02-23 johanknolonly report line number if it is known
2001-02-18 sandeepcleaned up makefiles
2001-02-07 jbessSuppress some warning
2001-02-06 kvigorImproved testing for missing required parameters in...
2001-02-06 johanknolTell us at least the linenumber
2001-02-06 jtvolpeChanged Safe_calloc to use 2 arguements to mimic teh...
2001-02-04 jtvolpeWrong case on file SDCCerr.c
2001-02-04 jtvolpeNew memory allocation functions with Linux fixes
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 stevewilliams Remove all references to the GC library, replacing...
2001-02-01 kmhAdded pack-flag -p
2001-01-04 jtvolpeMS VC6 Port
2001-01-04 jtvolpeMS VC6 Port
2000-10-17 kvigorRemove Windows NT flavored predefined symbols
2000-10-15 skenton*** empty log message ***
2000-09-20 kvigorFinal cleanup; completely working on TINI now (243...
2000-09-19 kvigorminor TINI fixes
2000-09-16 kvigorAdd TINI target
2000-08-01 michaelhPre 2.95-2
2000-07-12 michaelhMinor changes. Includes no$gmb sym name limit.
2000-06-05 michaelhFixed up conflicts.
2000-06-05 michaelhMerge back from 2.21-pre1
2000-05-22 michaelh*** empty log message ***
2000-05-22 michaelhRemoved debug msg; updated build for z80; added debugge...
2000-05-22 michaelhPreparing for 2.2.1 with good z80 support.
2000-04-18 michaelh* Added sfr space
2000-03-26 michaelh* Added support for mingw32.
2000-03-26 michaelh* Added z80 blurb.
2000-03-06 michaelh* Minor tuning
2000-03-05 kvigorClean up Borland C++ makefiles and add (lousy) document...
2000-03-05 michaelhPre 2.92
2000-03-05 michaelhBlah. Pre 2.92.
2000-03-01 michaelhAdded scripts to build all versions of as/link
2000-02-29 kvigorCLean up warnings with Borland C++
2000-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-27 kvigorGet compiling with Vorland C++ for Windows
2000-02-22 michaelhLots.
2000-02-20 michaelhNice. Up to 85.55 C / 157.52 asm. Is now definatly...
2000-02-19 michaelh* Runs dhrystone. 68.83d/s with terrible code.
2000-02-17 michaelhAdded support for the gb, touched some files in testing...
2000-02-12 michaelhBetter packAssign
2000-02-10 michaelhRight.
2000-02-10 michaelh* dhry.c is clean-ish. Works on z80, compiles on mcs51...
2000-02-08 michaelh* Changed timing support to work directly of ConsoleZ80...
2000-02-07 michaelhAdded timing and asm implementations of strcpy, strcmp...
2000-02-07 michaelh* Got dhrystone working - 83/s on a 4MHz Z80!
2000-02-07 michaelh* Added a simple version of printf()
2000-02-06 michaelh* Added a simple Intel IHX to ROM image converter....
next