* as/hc08/lkaomf51.c (OutputName): made name unsigned char,
[fw/sdcc] / link / z80 / lklibr.c
2005-09-08 maartenbrock* as/hc08/lkaomf51.c (OutputName): made name unsigned...
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-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 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
2001-05-14 michaelhLengthened the maximum filename to 100 chars
2001-02-04 jtvolpeNew memory allocation functions with Linux fixes
2001-02-04 jtvolpeNew Memory Allocation functions
2000-11-04 stevewilliams Add support for the --disable-boehm-gc flag for system...
2000-08-01 michaelhPre 2.95-2
2000-01-17 michaelhInitial revision