slink.git
2025-05-11 Robert PengellyUse memcpy instead of strcpy master
2025-05-10 Robert PengellyInclude non '__imp_' names and bug fixes
2025-05-09 Robert PengellyGet just the filename from path
2025-05-09 Robert PengellyUse output name no implib name
2025-05-08 Robert PengellyRemoved Microsoft Link branding
2025-05-07 Robert PengellyImport library re-write
2025-05-05 Robert PengellyInitial import library support
2025-05-05 Robert PengellyUpdated comment based on latest findings
2025-05-04 Robert PengellyUpdated comment after more tests
2025-05-04 Robert PengellyFixed comment typos
2025-05-04 Robert PengellyModified comment
2025-05-04 Robert PengellyAdded support for short import library entries
2025-05-03 Robert PengellyFixed hanging bug
2025-05-03 Robert PengellyBug fixes
2025-04-30 Robert PengellyAdded COFF object support and bug fixes
2025-04-29 Robert PengellyInitial OMF object support
2025-04-25 Robert PengellyDivide/Modulo by 65536 not 16
2025-04-21 Robert PengellyAdded two new Makefiles
2025-04-21 Robert PengellyUse a index loop instead so the loop can end
2025-04-20 Robert PengellyFixed typo
2025-04-19 Robert PengellyBug fix
2025-04-17 Robert PengellyAllow MZ stack to be set using command line
2025-04-17 Robert PengellyAdded -m for emulation and based checks around that...
2025-04-15 Robert PengellyOnly relocate MZ and IA16-ELKS
2025-04-15 Robert PengellyBug fixes which allow all models to work
2025-04-14 Robert PengellyFixes for large model
2025-04-13 Robert PengellyWorking MZ executables that's not large or huge
2025-04-10 Robert PengellyPossible bug fixes
2025-04-10 Robert PengellyBug fix
2025-04-10 Robert PengellyExperimental MZ creation support
2025-04-10 Robert PengellyExperimental COFF creation support
2025-04-08 Robert PengellyExit on error
2025-04-08 Robert PengellyUse memset instead
2025-04-07 Robert PengellySymbolnum fix
2025-04-07 Robert PengellyRead archives
2025-04-07 Robert PengellyAlso read a.out objects
2025-03-16 Robert PengellyAdded Makefile.wat
2025-02-27 Robert PengellyAdded elks executable generation and bug fixes
2024-12-31 Robert PengellyAdded void as arguments
2024-12-20 Robert PengellyUpdated hashing function
2024-12-14 Robert PengellyDon't relocate __etext
2024-12-14 Robert PengellyChanged __edata to size end of initialized data and...
2024-12-13 Robert PengellyAnother bug fix
2024-12-12 Robert PengellyBug fixes
2024-12-12 Robert PengellyGenerate symbol table relative to the data section
2024-11-27 Robert PengellyMove alignment to function
2024-11-27 Robert Pengelly__edata and __end fixes
2024-11-26 Robert PengellyRe-create a.out executables
2024-11-26 Robert PengellyRe-create a.out executables
2024-11-25 Robert PengellyInitial re-write
2024-11-19 Robert PengellyPE modifications and fixes
2024-11-18 Robert PengellyCreate 32-bit PE executables
2024-11-18 Robert PengellyGet data segment (__edata) and size of data + bss ...
2024-11-06 Robert PengellyChanged a.out-ia16 to elks-ia16 and create i386 elks...
2024-10-26 Robert PengellyDon't compare file contents
2024-10-16 Robert PengellyLink ELKS objects
2024-06-14 Robert PengellyCreate a IA16 minix compatible executable
2024-06-09 Robert PengellyOutput all relocations for a.out
2024-06-08 Robert PengellyCreate a.out executables
2024-06-03 Robert PengellyNew server