From 0bc9be1e19d220fb100193b9377ee028277fe988 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sun, 27 Feb 2022 21:06:24 -0800 Subject: [PATCH] Rename eforth to ueforth. --- site/ESP32forth.html | 8 ++++---- site/desktop_common.html | 2 +- site/internals.html | 4 ++-- site/linux.html | 8 ++++---- site/windows.html | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/site/ESP32forth.html b/site/ESP32forth.html index 1792374..13bac39 100644 --- a/site/ESP32forth.html +++ b/site/ESP32forth.html @@ -49,7 +49,7 @@ limitations under the License. - Prior Releases

-http://github.com/flagxor/eforth +http://github.com/flagxor/ueforth - Complete Unprocessed Source Code

@@ -330,7 +330,7 @@ In popular cases a shorted higher level name is provided.

-See template.ino. +See template.ino.

Allocation
@@ -876,7 +876,7 @@ z" NETWORK-NAME" z" PASSWORD" webui

-See web_interface.fs. +See web_interface.fs.

Autoexec.fs

@@ -912,7 +912,7 @@ s" /spiffs/autoexec.fs" delete-file

-See autoboot.fs. +See autoboot.fs.

Adding Words

diff --git a/site/desktop_common.html b/site/desktop_common.html index 6e20faf..6456701 100644 --- a/site/desktop_common.html +++ b/site/desktop_common.html @@ -39,5 +39,5 @@ CALL10 ( n n n n n n n n n n fn -- n )

-See calling.h. +See calling.h.

diff --git a/site/internals.html b/site/internals.html index 4194820..03236f7 100644 --- a/site/internals.html +++ b/site/internals.html @@ -50,7 +50,7 @@ interprets or compiles it (reusing PARSE,

-See core.h. +See core.h.

@@ -98,7 +98,7 @@ additional non-essential extra opcodes were added in place of high-level words.

-See opcodes.h. +See opcodes.h.

diff --git a/site/linux.html b/site/linux.html index 2f24193..bc272b6 100644 --- a/site/linux.html +++ b/site/linux.html @@ -48,7 +48,7 @@ limitations under the License. - Prior Releases

-http://github.com/flagxor/eforth +http://github.com/flagxor/ueforth - Complete Unprocessed Source Code

@@ -76,7 +76,7 @@ DLSYM ( module name-z -- fn )

-See posix_main.c. +See posix_main.c.

@@ -87,8 +87,8 @@ Native functions all called with CALL(n) (see Windows & Linux Calling below)

Various Linux calls including Xlib are imported in -posix.fs and -xlib.fs. +posix.fs and +xlib.fs. In addition, TYPE and KEY are connected to stdin and stdout.

diff --git a/site/windows.html b/site/windows.html index bc51e6a..5040ad0 100644 --- a/site/windows.html +++ b/site/windows.html @@ -52,7 +52,7 @@ limitations under the License. - Prior Releases

-http://github.com/flagxor/eforth +http://github.com/flagxor/ueforth - Complete Unprocessed Source Code

@@ -84,7 +84,7 @@ including MSVCRT.

-See windows_main.c. +See windows_main.c.

@@ -95,7 +95,7 @@ Native functions all called with CALL(n) (see Windows & Linux Calling below)

Various Win32 calls are imported in -windows.fs. +windows.fs. In addition, a terminal that responds to ANSI escape codes is created and connected to TYPE and KEY.