Created attachment 210760 [details] diff for the update Update the port to the 2020.1 release. The main changes: - fix bugs in n:MIN, n:MAX, a:index-of, s:WHITESPACE - removed uses of raw nga bytecode from standard library - added optimized implementations of the standard library functions - reduced the overall size slightly - added retro-lookup(1) to search the tags file created by retro-tags(1)
Thanks! Let's take a look.
A commit references this bug: Author: 0mp Date: Fri Jan 31 16:57:50 UTC 2020 New revision: 524731 URL: https://svnweb.freebsd.org/changeset/ports/524731 Log: Update to 2020.01 Changelog (main changes): - fix bugs in n:MIN, n:MAX, a:index-of, s:WHITESPACE - removed uses of raw nga bytecode from standard library - added optimized implementations of the standard library functions - reduced the overall size slightly - added retro-lookup(1) to search the tags file created by retro-tags(1) PR: 243373 Submitted by: Charles Childers <crc@forthworks.com> Event: Brussels DevSummit 2020 Changes: head/lang/retro12/Makefile head/lang/retro12/distinfo
Thanks!