v1.05: plFInsert and plFRemove, plFGets refactor, Memory files rework
Twenty-fifth release. Here are the changes:
- plFInsert and plFRemove added
- Basically an upstreaming of pltermlib's buffer editor functions
- plFGets refactored
- plFGets now uses plrt-string functions instead of rhe libc string functions
- Memory files reworked
- Memory files are now a lot more memory-efficient, since they no longer allocate 64kb by default (remnant quirk from pl32lib)
- All of plrt-file now fully uses plrt-string functions instead of libc string functions