* src/SDCCast.h (struct ast),
[fw/sdcc] / link /
2004-08-29 bernhardheld* device/lib/pic16/Makefile.common.in: added $(MM)...
2004-04-22 epetrich* link/z80/lkmain.c (afile),
2004-04-21 epetrich* link/z80/lkmain.c (afile): allow periods in directory...
2003-09-23 jesuscOptimized memory allocation when processing libs
2003-09-19 jesuscFixed segfaults when fclosing a FILE* already closed.
2003-09-15 jesuscFor mingw, tolower prototype is in ctype.h
2003-09-13 jesuscrealpath() is not available for mingw32. Use _fullpath...
2003-09-10 jesuscWhen checking for duplicated modules use absolute libra...
2003-08-25 jesuscCheck for '.' in filename only, not the whole path.
2003-08-24 jesuscFixed gcc warning
2003-08-22 jesuscz80 and mcs51 linkers complaint if a public symbol...
2003-08-04 jesuscFixed some warnings when building in MSVC
2003-07-30 jesuscLinker complaints if linked modules have conflicting...
2003-07-28 jesuscWarning when libfile not found and path is null
2003-07-28 jesuscGenerate a warning when a library file is not found.
2003-07-25 jesuscSolved some issues with cygwin paths again...
2003-07-25 jesuscAdded execution time functions for win32
2003-07-25 jesuscFixed warning when compiling with gcc
2003-07-24 jesuscAdded support for new library format. Old format suppo...
2003-07-17 jesuscz80 library paths may contain '.' now (better fix)
2003-07-17 jesuscz80 library paths may contain '.' now
2003-07-13 jesusccleaned up a little the gbz80 and z80 ports
2003-07-09 jesuscadded compiler option -DSDK
2003-05-23 jesuscOutput file is link-z80.exe not linkz80.exe
2003-04-29 jesuscz80 linker build using MSVC
2003-04-24 bernhardheldEXEEXT introduces to solve Cygwin problems
2003-02-14 johanknolmoved installed docs, removed obsoletes, fixed makefile...
2001-10-06 michaelh * src/SDCCpeeph.c (peepHole): Fixed all leaks. Added...
2001-09-03 michaelh * link/z80/aslink.h: Fixed path for PATH_MAX
2001-09-03 michaelhAdded build to the install target
2001-08-30 michaelh * link/z80/aslink.h: Fixed long file name support...
2001-08-16 bernhardheldRemoved linker-problems under CYGWIN
2001-07-21 michaelhAdded bug cases. Added decent support for distclean
2001-07-02 michaelhAdded exe transform support. Made the strip explicit...
2001-06-28 michaelhRemoved all warnings from as and link
2001-06-27 johanknoladded a dummy install target to prevent warnings
2001-05-14 michaelhLengthened the maximum filename to 100 chars
2001-02-18 sandeepcleaned up makefiles
2001-02-04 jtvolpeNew memory allocation functions with Linux fixes
2001-02-04 jtvolpeNew Memory Allocation functions
2001-01-09 kvigorRename addr_t type to Addr_T to avoid conflict with...
2000-11-04 stevewilliams Add support for the --disable-boehm-gc flag for system...
2000-09-29 kvigoruse $(MAKE) instead of make
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-12 michaelhMerge out from the z80 far branch
2000-04-06 michaelh* Fixed up multi bank support
2000-03-26 michaelhMade it build better
2000-03-26 michaelhMade it build better
2000-03-05 michaelhPre 2.92#2
2000-03-05 michaelhTracing Makefile 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-22 michaelhLots.
2000-01-17 michaelhInitial revision