Also remove guile support.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -1s

This commit is contained in:
Willem Cazander 2024-07-06 12:29:38 +02:00
parent f956f0a324
commit d2e5711d6a

View file

@ -155,11 +155,12 @@ When you want to see whats happening do a debug run;
* Add `define_flow` which reverses dollar escaping so write $$(1) for $(1) and other are like normal * Add `define_flow` which reverses dollar escaping so write $$(1) for $(1) and other are like normal
* Add XML output for help system for integration with IDE's * Add XML output for help system for integration with IDE's
* Add rwildcard for deeper searches * Add rwildcard for deeper searches
* Add namespace support for variables/functions/targets like: moduleX::bin/prog.o: moduleX::src.prog.c * Add namespace support for variables/functions/targets like: moduleX::bin/prog.o: moduleX::src/prog.c
* Add checksum function to calc checksum for file * Add checksum function to calc checksum for file
* Add `os_copy_diff` function to use checksums to copy only changed files * Add `os_copy_diff` function to use checksums to copy only changed files
* Allow make to use checksums not timestamps to detect file updates * Allow make to use checksums not timestamps to detect file updates
* Define (binary) namespaced XML to replace ascii Makefile syntax * Define (binary) namespaced XML to replace ascii Makefile syntax
* Make5: Remove guile support fully (maybe replace with embedded MSX BASIC)
* Make5: Add converter command for upgrade make4 syntax and option to run make4 file. * Make5: Add converter command for upgrade make4 syntax and option to run make4 file.
* Make5: move all internal's to namespace's * Make5: move all internal's to namespace's
* Make5: upgrade to new BDOS split file and folder API in OS kernel VFS layer * Make5: upgrade to new BDOS split file and folder API in OS kernel VFS layer