2018-04-25 18:51:46 +02:00
|
|
|
RETRO 12 - 2018.6 - WIP
|
2018-04-21 03:47:04 +02:00
|
|
|
|
2018-04-25 18:51:46 +02:00
|
|
|
Major Changes:
|
|
|
|
|
|
|
|
- renamed `s:with-format` to `s:format`
|
2018-05-07 18:24:36 +02:00
|
|
|
- renamed `puts` to `s:put`
|
|
|
|
- renamed `putn` to `n:put`
|
|
|
|
- renamed `putf` to `f:put`
|
|
|
|
- renamed `putc` to `c:put`
|
|
|
|
- renamed `getc` to `c:get`
|
|
|
|
- renamed `gets` to `s:get`
|
2018-05-07 20:25:49 +02:00
|
|
|
- renamed `words` to `d:words`
|
2018-04-25 18:57:28 +02:00
|
|
|
- ```` no longer used for code blocks (now reserved for 'tests'
|
|
|
|
under rre)
|
|
|
|
|
|
|
|
----------------------------------------------------------------
|
2017-11-19 02:12:29 +01:00
|
|
|
|
|
|
|
Bug fixes:
|
|
|
|
|
2018-04-18 17:42:23 +02:00
|
|
|
Build:
|
|
|
|
|
2018-04-25 18:51:46 +02:00
|
|
|
Core Language:
|
2017-11-19 02:12:29 +01:00
|
|
|
|
2018-04-25 18:51:46 +02:00
|
|
|
- renamed `s:with-format` to `s:format`
|
2018-05-07 18:24:36 +02:00
|
|
|
- renamed `puts` to `s:put`
|
|
|
|
- renamed `putn` to `n:put`
|
|
|
|
- renamed `putf` to `f:put`
|
|
|
|
- renamed `putc` to `c:put`
|
|
|
|
- renamed `getc` to `c:get`
|
|
|
|
- renamed `gets` to `s:get`
|
2018-05-07 20:25:49 +02:00
|
|
|
- renamed `words` to `d:words`
|
2018-05-09 14:13:01 +02:00
|
|
|
- add `d:words-with`
|
2018-02-12 19:23:34 +01:00
|
|
|
|
2017-11-19 02:12:29 +01:00
|
|
|
Interfaces:
|
|
|
|
|
2018-04-25 18:57:28 +02:00
|
|
|
- no longer use ```` for code blocks; use ~~~ instead
|
2018-04-30 03:19:06 +02:00
|
|
|
- rre:
|
|
|
|
|
2018-04-30 03:54:21 +02:00
|
|
|
- added `f:NAN`
|
|
|
|
- added `f:INF`
|
|
|
|
- added `f:-INF`
|
2018-04-30 13:46:44 +02:00
|
|
|
- added `f:nan?`
|
|
|
|
- added `f:inf?`
|
|
|
|
- added `f:-inf?`
|
2018-05-07 17:43:25 +02:00
|
|
|
- added `f:sqrt`
|
2018-04-30 15:08:52 +02:00
|
|
|
- added "-t" command line argument to run tests
|
2018-05-01 20:08:13 +02:00
|
|
|
- rewrote command line handler
|
2018-04-25 18:57:28 +02:00
|
|
|
|
2017-12-04 02:01:58 +01:00
|
|
|
Other:
|
2017-11-19 02:12:29 +01:00
|
|
|
|
|
|
|
Documentation:
|
|
|
|
|
|
|
|
Examples:
|
|
|
|
|
2018-04-25 19:20:31 +02:00
|
|
|
- fix numerous spelling errors (thanks hannah!)
|
|
|
|
|
2017-12-04 02:01:58 +01:00
|
|
|
Final Notes:
|