* as/hc08/lkaomf51.c (OutputName): made name unsigned char,
[fw/sdcc] / as / mcs51 / lklibr.c
2005-09-08 maartenbrock* as/hc08/lkaomf51.c (OutputName): made name unsigned...
2003-11-07 borutr* support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51...
2003-11-04 borutr* configure, configure.in, sdcc_vc_in.h, sdcconf.h,
2003-11-03 bernhardheldUse headers defined in the C[++] standards:
2003-09-23 jesuscOptimized memory allocation when processing libs
2003-09-22 jesuscCleaned up memory allocation for library index
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-23 jesuscmcs51 linker uses .rel extension, not .o
2003-08-22 jesuscz80 and mcs51 linkers complaint if a public symbol...
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-24 jesuscuse FSEPX to create filename
2003-07-16 jesuscFixed some gcc warnings
2003-07-06 jesuscSupport for files created with the sdcc librarian
2002-12-11 jesuscWhen generating aomf51 file, corrected bug in static...
2002-12-11 jesuscAdded support to generate aomf51 file. (Basic Intel...
2001-10-13 michaelh * src/SDCCmain.c (linkEdit): Added support for passing...
2001-09-14 kbongersallow for APPLE MACH compilation
2001-04-20 jtvolpeCleaned up MSVC specific stuff
2001-02-04 jtvolpeNew Memory Allocation functions
2001-01-04 jtvolpeMS VC6 Port
2000-11-09 stevewilliams Handle . characters in library paths.
2000-10-17 vavfixed assemblers & linker: now works with CygWin's...
2000-10-02 kvigorminor cleanup: rename link() to link_main() to avoid...
2000-01-17 michaelhInitial revision