Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotlinski committed Aug 12, 2015
1 parent 51993b8 commit 7085129
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,14 @@ Changelog
* vi: bugfix: "fg" was by mistake hidden.
* doc: added inline assembly example.
* doc: bugfixed turtle graphics demo.

2015-08-13: v1.4.1

* forth: added tail call elimination, i.e., the practice of replacing
jsr/rts with jmp. words that should not be subject to tail call
elimination must be tagged with "no-tce".
* forth: renamed jsr => sys
* forth: renamed immed => immediate
* forth: added postpone
* forth: removed [compile]
* forth: inline drop, 2drop

0 comments on commit 7085129

Please sign in to comment.