aboutsummaryrefslogtreecommitdiff
path: root/lang/retro12
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* lang/retro12: Update to 2021.2Fernando ApesteguĂ­a2021-02-182-4/+4
| | | | | | | | | | | | | | | | ChangeLog: * fixes a bug causing address stack corruption in some circumstances * improved handling of pipes * added `abort` * add support for user defined block delimiters PR: 253610 Submitted by: crc@forthworks.com MFH: 2021Q1 Notes: svn path=/head/; revision=565924
* Update to 2020.10Mateusz Piotrowski2020-10-252-5/+5
| | | | | | | | | - Development history can be viewed here: https://forthworks.com/retro/changes.txt - Drop maintainership Notes: svn path=/head/; revision=553270
* lang/retro12: Update to 2020.07Mateusz Piotrowski2020-08-182-4/+4
| | | | Notes: svn path=/head/; revision=545199
* Update to 2020.4Mateusz Piotrowski2020-06-082-4/+4
| | | | | | | | | | | | This release fixes numerous bugs, and makes a lot of improvements to the standard library, using inline assembly to enhance performance and reduce size. PR: 246961 Submitted by: Charles Childers Notes: svn path=/head/; revision=538195
* Update to 2020.01Mateusz Piotrowski2020-01-312-6/+7
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=524731
* lang/retro12: fix build on GCC architecturesMateusz Piotrowski2019-11-051-0/+1
| | | | | | | | PR: 241723 Submitted by: pkubaj@ Notes: svn path=/head/; revision=516777
* Update to 2019.10Mateusz Piotrowski2019-10-292-15/+10
| | | | | | | | | | | | | | | | | | | | | - Pet portlint, portclippy & portfmt. Changelog: - deprecate some old functionality - cleaner separation of time/date handling functions - clearer separation of random number generation - bug fixes to floating point encode/decode - better stack over/underflow error reporting - fixed a bug related to using a custom image when other command line flags were passed - improved the assembler - supports both 64-bit and 32-bit cell sizes PR: 241575 Submitted by: Charles Childers <crc@forthworks.com> Notes: svn path=/head/; revision=516034
* lang/retro12: Update to 2019.7Mateusz Piotrowski2019-08-232-8/+9
| | | | | | | | | | | | | | The main changes: - fix overflow issue with `n:MIN`, `n:MAX` - fix `clock:year` and `clock:month` - word headers now preserve underscores in names - added sockets support PR: 240055 Submitted by: Charles Childers <crc@forthworks.com> Notes: svn path=/head/; revision=509649
* lang/retro12: Update to 2019.6Mateusz Piotrowski2019-08-162-14/+8
| | | | | | | | PR: 238272 Submitted by: checo1705@secmail.pro (previous version) Notes: svn path=/head/; revision=509074
* lang/retro12: Update to 2019.1Mateusz Piotrowski2019-04-182-14/+16
| | | | | | | | Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D19471 Notes: svn path=/head/; revision=499276
* lang/retro12: Update to 2018.8Mateusz Piotrowski2018-11-232-7/+11
| | | | | | | | | | | | | | | Also: - Fix the order of variables. - Set USES=shebangfix for the rre interpreter. PR: 232885 Submitted by: w.schwarzenfeld@utanet.at Reviewed by: krion, mat ndowens_yahoo.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D17830 Notes: svn path=/head/; revision=485650
* Update to upstream version 2018.4.20Thomas Zander2018-04-214-72/+25
| | | | | | | | | | | | | | | | | Details: - The Makefile was simplified after working with the upstream developer to integrate some improvements into the release. - CONFLICTS_INSTALL were added. - Patches were removed as they are no longer needed. Release notes: - http://forthworks.com:8000/artifact/9bd7d3eda271788f PR: 227665 Submitted by: 0mp (maintainer) Notes: svn path=/head/; revision=467865
* New port: lang/retro12: Clean, elegant, and pragmatic dialect of ForthYuri Victorovich2018-01-294-0/+119
See details in https://forthworks.com/retro PR: 225320 Submitted by: Mateusz Piotrowski <mpp302@gmail.com> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14102 Notes: svn path=/head/; revision=460323