move old extensions to package/unsupported
FossilOrigin-Name: ded56b1d1a13b6e2d7e4f74e634e67c3ec04ec691b9446863c9447b01f0cb455
This commit is contained in:
parent
8a6a348d6e
commit
1e3c96b298
4 changed files with 1 additions and 6 deletions
|
@ -6,6 +6,7 @@ Tooling
|
||||||
- fixed a bug in the glossary that caused names to appear twice
|
- fixed a bug in the glossary that caused names to appear twice
|
||||||
(reported by Kiyoshi)
|
(reported by Kiyoshi)
|
||||||
- fixed a bug in retro-describe due to use of a deprecated word
|
- fixed a bug in retro-describe due to use of a deprecated word
|
||||||
|
- allow setting the image size, stack sizes when building
|
||||||
|
|
||||||
Standard Library
|
Standard Library
|
||||||
|
|
||||||
|
|
|
@ -11,12 +11,6 @@ also use any Retro code directly.
|
||||||
'dict-words-listing.forth include
|
'dict-words-listing.forth include
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
~~~
|
|
||||||
~~~
|
|
||||||
|
|
||||||
'compat.forth include
|
|
||||||
'allow-underscores-in-names.forth include
|
|
||||||
|
|
||||||
Save the image with anything loaded here added in. The
|
Save the image with anything loaded here added in. The
|
||||||
`retro` binary will be rebuilt using the extended image.
|
`retro` binary will be rebuilt using the extended image.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue