ogga-ectomy
[fw/sdcc] / as /
2001-10-24 bernhardheldremove output of empty line
2001-10-13 michaelh * src/SDCCmain.c (linkEdit): Added support for passing...
2001-10-12 bernhardheldreplace FILENAME_MAX with PATH_MAX
2001-10-11 johanknola bug fix of Martijn van Buul
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-10-01 johanknolfixed bug #462474
2001-09-14 kbongersallow for APPLE MACH compilation
2001-09-03 michaelhAdded build to the install target
2001-08-30 bernhardheldaccept everything as symbol name in rel-files, bug...
2001-08-26 bernhardheldIncreased buffer size for regression tests:
2001-08-21 pjsFix compiler warnings, extra tokens at end of #endif...
2001-08-16 bernhardheldRemoved linker-problems under CYGWIN
2001-08-16 bernhardheldRemoved linker-problems under CYGWIN
2001-08-15 bernhardheldbug 427642 fix: error with files like ./file.asm
2001-07-21 michaelhAdded bug cases. Added decent support for distclean
2001-07-06 michaelhAdded documentation install targets
2001-07-02 michaelhAdded exe transform support. Made the strip explicit...
2001-06-29 bernhardheldbug 427642 error with files like ./file.asm
2001-06-28 michaelhRemoved all warnings from as and link
2001-06-27 johanknoladded a dummy install target to prevent warnings
2001-06-25 kvigorClean up some compiler warnings
2001-05-14 michaelhLengthened the maximum filename to 256 chars
2001-04-26 jtvolpeRemoved Release configuration until stable
2001-04-20 jtvolpeGeneral removal of compiler warnings
2001-04-20 jtvolpeCleaned up MSVC specific stuff
2001-04-20 jtvolpeCleaned up MSVC specific stuff and unary minus on unsig...
2001-04-20 jtvolpeCleaned up MSVC specific stuff
2001-04-20 jtvolpeFixed signed/unsigned compare in newsym
2001-04-20 jtvolpeThis file should not be needed anymore
2001-04-19 jtvolpeCleaned references to machine()
2001-02-18 sandeepchanged some Makefiles
2001-02-13 jtvolpeHouse cleaning for VC6 host port
2001-02-07 johanknola first small step to cross the 64k barrier
2001-02-07 jbessFix some path problems
2001-02-04 jtvolpeNew memory allocation functions with Linux fixes
2001-02-04 jtvolpeNew Memory Allocation functions
2001-02-03 johanknolas should return an error if one occurs
2001-01-09 kvigorWhoops! Somehow completely clobbered aslex.c; this...
2001-01-09 kvigorRename type addr_t to Addr_T to avoid conflict with...
2001-01-09 kvigorrename addr_t type to Addr-T to avoid conflict with...
2001-01-08 kvigorInfinite loop in getst
2001-01-04 jtvolpeMS VC6 Port
2001-01-04 jtvolpeMS VC6 Port
2000-11-09 stevewilliams Handle . characters in library paths.
2000-11-09 stevewilliams Get datadir from configure.
2000-10-17 vavfixed assemblers & linker: now works with CygWin's...
2000-10-17 vav *fixed problem with non-existent error messages about...
2000-10-03 kvigorundo unistd.h; restores Cygwin & BC++ functionality
2000-10-02 kvigorminor cleanup: rename link() to link_main() to avoid...
2000-09-29 kvigorreplace obsolete prototypes with stdlib.h
2000-09-29 kvigoruse $(MAKE) instead of make
2000-09-20 kvigorreplace bubble sorts (believe it or not) with qsort...
2000-09-20 kvigoruncomment warnings for relative jumps out of range
2000-08-01 michaelhPre 2.95-2
2000-07-22 michaelhFixed up the z80 and gbz80 Makefiles to split out the...
2000-06-05 michaelhMerge back from 2.21-pre1
2000-03-26 michaelhMade it build better
2000-03-09 michaelh* Changed limit on 256$ to > 256
2000-03-05 kvigorClean up Borland C++ makefiles and add (lousy) document...
2000-03-05 michaelhPre 2.92#2
2000-03-05 michaelhTracing Makefile bug
2000-03-05 michaelhTracing as build bug
2000-03-05 michaelhFixed silly Makefile _z80/z80 bug.
2000-03-05 sandeepz80 assembler and linker now part of ./configure ;...
2000-03-01 michaelhAdded scripts to build all versions of as/link
2000-02-27 kvigorGet compiling with Borland C++ for Windows
2000-02-22 michaelhLots.
2000-02-17 michaelhAdded support for the gb, touched some files in testing...
2000-02-08 kvigorMore 24 bit flat mode support: handles "expr >> 16...
2000-02-06 kvigorAdd 24 bit flat mode support for DS80C390 to assembler...
2000-01-31 drdaniFix a warning
2000-01-17 michaelhInitial revision