fw/sdcc
2000-09-21 drdaniFix for windows to install s51.exe, not just s51
2000-09-21 drdaniNew version: 0.2.37 it fixes socklen_t, third param...
2000-09-21 drdaniunnecessary file made by the compiler (debugger?)
2000-09-20 kvigorRemove debug option (-c) from default assembler options
2000-09-20 kvigorreplace bubble sorts (believe it or not) with qsort...
2000-09-20 kvigorrealized last bug impacted genPlus as well
2000-09-20 kvigorfix genMinus aopPut out-of-range bug
2000-09-20 kvigormake integer -> generic pointer casts default to XDATA...
2000-09-20 mschmittminor fix for duplicate getchar function
2000-09-20 kvigoruncomment warnings for relative jumps out of range
2000-09-20 kvigorFinal cleanup; completely working on TINI now (243...
2000-09-20 kvigortail inc/dec optimizations were too agressive; fix...
2000-09-20 kvigorClean up useage of ap register with DPTR2 opcodes
2000-09-19 kvigorcleanup fp fix to pop directly instead of pop acc/mov...
2000-09-19 johanknoljust fixed a poor man's lazyness bug
2000-09-19 johanknolfixed genUminus bug for int and long
2000-09-19 kvigorminor TINI fixes
2000-09-19 kvigorGet Borland C++ Makefiles working again
2000-09-18 kvigorClean .lib files out of ds390/ before copying new ones up
2000-09-18 kvigoraddiCodeToeBBlock should treat RETURN as flow control...
2000-09-18 kvigorAllow optimizer to replace params/locals in far space...
2000-09-18 kvigorBetter fix for DS80C390 div bug (Johan's fp bug fixed...
2000-09-18 sandeepFixed a parameter allocation bug
2000-09-17 johanknolds390 uses a 4 byte instruction code in flat24
2000-09-17 johanknolchanged some local var's to static
2000-09-17 johanknolfixed '\b' handling
2000-09-16 sandeepTaking out binutils
2000-09-16 johanknolrestructured fp support
2000-09-16 johanknoltemporary fix for fp support
2000-09-16 johanknolrestructuring fp support
2000-09-16 johanknolInitial %f support
2000-09-16 kvigorAdd TINI target
2000-09-15 kvigorAdd tini and install-tini targets to master makefile
2000-09-15 kvigorpackihx now lives in src/
2000-09-15 kvigorProperly install packihx utility
2000-09-14 kvigorFix Karl's FarPointer bug
2000-09-14 kvigorDo not cache the result of the vasprintf test (see...
2000-09-13 sandeepfixed the pointers alive across function calls
2000-09-11 sandeepmissed a spot where ronly can be set
2000-09-11 johanknolremoved some quarks, works for tini loader 0515 now
2000-09-11 johanknolnew example
2000-09-11 johanknolfixed tini loader 0515 IVT mapping
2000-09-11 sandeepAdded binutils in preparation for AVR
2000-09-10 sandeepoptions.model specific fixes
2000-09-10 sandeepfixed some option.model specific stuff
2000-09-09 sandeep1) added some debug dumping
2000-09-07 mschmittFixed
2000-09-03 michaelhFixed up z80 port so that it works again
2000-08-24 johanknolcosmetic
2000-08-24 johanknolMakefile.dep grew too large on my system
2000-08-24 johanknolyep
2000-08-23 johanknolan hello example for TINI that runs out of the box
2000-08-23 johanknoldidn't checked the make (un)install, had some quarks...
2000-08-23 johanknolremove a tini debug dwarf
2000-08-23 johanknollet's be more specific
2000-08-23 johanknolds390 library support
2000-08-23 johanknolds390 library support
2000-08-23 johanknolYah, me missed that one
2000-08-20 michaelhSplit out yyerror.
2000-08-19 michaelhAdded alternate lexer
2000-08-19 michaelhGot rid of gc_strdup, added prototype for alt lexer
2000-08-19 johanknolFixed %p format for flat24 (non-ansi, but usefull for...
2000-08-19 johanknolfixed the printf("%d", int(0)) bug
2000-08-19 johanknolSince Kevin decided to treat reentrant functions implic...
2000-08-19 johanknolFixed -M and -C options to sdcc, they swallowed an...
2000-08-18 kvigorFix library build error introduced in last commit
2000-08-18 kvigorAdd ds390 port
2000-08-18 kvigorBreak DS80C390 support into seperate port (ds390);...
2000-08-18 sandeepjust checking commit
2000-08-01 michaelhPre 2.95-2
2000-07-30 michaelhMerge out from gbdk-295
2000-07-22 michaelhFixed up the z80 and gbz80 Makefiles to split out the...
2000-07-21 michaelhTurned off DE optimisation as arent yet splling
2000-07-20 kmhprocessing of %= was missing
2000-07-20 michaelhMost of the way to far fun support
2000-07-19 kmhfixed problem with big arrays
2000-07-17 kmhFixed Makefile. Most dests should run again
2000-07-17 michaelh* Changed banked for nonbanked
2000-07-14 michaelhFixed add, sub for sizeof == 2
2000-07-12 michaelhMerge out from the z80 far branch
2000-07-12 michaelhMinor changes. Includes no$gmb sym name limit.
2000-06-27 sandeepfixed a live range computing bug
2000-06-25 sandeepadded "banked" for z80 port
2000-06-24 sandeepforgot to make the change for AVR
2000-06-24 sandeepfixed a register allocation bug
2000-06-24 michaelhAdded but disabled hack for using regparms on specific...
2000-06-23 drdaniSome fixes towards 0.2.37-pre5
2000-06-19 sandeepfixed sign extension bug
2000-06-15 sandeepfixed bad message in main
2000-06-14 sandeepupdated ctype.h
2000-06-14 sandeepadded register file definition for 764
2000-06-14 sandeepfixed problem with union substitution
2000-06-14 sandeepfixed dereferencing bugs
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-05-21 sandeepsome optimizations (eg. selective strength reduction)
2000-05-21 michaelhMerged gbdk-294 branch
next