0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Add 'fwrite' and 'fseek' words for writing to and seeking on files. - Change the 'fopen' keyword to accept a mode parameter. Note that this will break existing 4th scripts that use fopen. Thus, the loader version has been bumped and loader.4th has been changed to check for a sufficient version on i386 and alpha. Be sure that you either do a full world build or install or full build and install of sys/boot after this since loader.old won't work with the new 4th files and vice versa.
jhb
More... over 22 years ago
Remove unused filed.
dcs
More... over 22 years ago
Revert rev 1.7 which moved us away from POSIX character classes. The community feels our base AWK must handle them. More... over 22 years ago
Substitute "[:space:]" with the character constants it expands to. This was a silent 'failure' when using Bell-Labs awk. More... over 22 years ago
Avoid an alignment fault on 64bit architectures.
dfr
More... over 22 years ago
Add definition for arch-ia64.
dfr
More... over 22 years ago
Add ia64 system dependancies.
dfr
More... over 22 years ago
Turn dictthreshold and dictincrease into cell-sized variables, so they can be used with cell operators like !.
dcs
More... almost 23 years ago
As in with ":", check dictionary space and increase it if necessary before "create".
dcs
More... almost 23 years ago
FICL 2.05 has a flawed definition of BASE. Fix it.
dcs
More... almost 23 years ago
Bring in ficl 2.05.
dcs
More... almost 23 years ago
setlocale(3) has been fixed to match POSIX standard: LC_ALL takes precedence over other LC_* envariables.
ru
More... about 23 years ago
Cosmetique: don't use localized `date` More... over 23 years ago
Don't use the Gawkism strftime(). Pass in the date stamp on the awk command line instead. More... over 23 years ago
Fix this so that we actually define HAVE_PNP when its available.
dfr
More... over 23 years ago
Only build PnP parts if the platform supports PnP.
dfr
More... over 23 years ago
Add the infrastructure necessary to handle PnP from a Forth script.
dcs
More... over 23 years ago
Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstand reduces /boot/loader from 163840 bytes to 155648 and pxeboot from 165888 bytes to 157696 bytes. More... over 23 years ago
Fix REFILL. It must throw RESTART instead of OUTOFTEXT so that execution can take place at the point where it stopped after the input buffer has been refilled.
dcs
More... almost 24 years ago
Make abort" functional in interpret mode. This behavior is undefined by ANS Forth standard, but it's useful.
dcs
More... almost 24 years ago
Make comment reflect reality.
dcs
More... almost 24 years ago
Add setenv, getenv, setenv?, unsetenv, copyin and copyout to FICL.
dcs
More... almost 24 years ago
Remove a bug that caused local variables declarations in the format { | internal -- } to be rejected.
dcs
More... almost 24 years ago
Apply a number of fixes for the Alpha platform.
dcs
More... almost 24 years ago
Add something that was missing from the original 2.04 distribution.
dcs
More... almost 24 years ago
Add "int" sized manipulation words.
dcs
More... almost 24 years ago
Strip spaces and comments more agressively.
dcs
More... almost 24 years ago
Bring in FICL 2.04. No bump of loader version is required by this commit.
dcs
More... almost 24 years ago
Stop libficl from using floating point registers - this was cauing dictDelete() to fault early on the Alpha and was the original cause of the Alpha ficl failures. More... almost 24 years ago
Lay the groundwork for on-demand dictionary expansion.
dcs
More... almost 24 years ago