1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-28 02:59:54 +00:00

One more commit

This commit is contained in:
Josef Pospíšil 2024-03-20 10:34:30 +01:00
parent 9819994999
commit b317ab755c

View File

@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file.
- Add buffer/push-* sized int and float by @pnelson - Add buffer/push-* sized int and float by @pnelson
- Documentation improvements: @amano-kenji, @MaxGyver83, @sogaiu, @pepe. - Documentation improvements: @amano-kenji, @MaxGyver83, @sogaiu, @pepe.
- Expose _exit to skip certain cleanup with os/exit - Expose _exit to skip certain cleanup with os/exit
- Abort on assert failure instead of exit.) - Swap set / body order for each by @sogaiu.
- Abort on assert failure instead of exit.
- Fix: os/proc-wait by @llmII. - Fix: os/proc-wait by @llmII.
- Fix macex1 to keep syntax location for all tuples. - Fix macex1 to keep syntax location for all tuples.
- Restore if-let tail calls. - Restore if-let tail calls.