History of
src
@master
git clone https://git.catseye.tc/Befunge-93/
-
Correct typo, or perhaps change typo to match.
Chris Pressey
6 years ago
-
FreeDOS, not MS-DOS. Also, previous versions have build on NetBSD.
Chris Pressey
6 years ago
-
These compile under this.
Chris Pressey
6 years ago
-
Two are known to compile under DICE C.
Chris Pressey
6 years ago
-
Start by being conservative about what we think we know.
Chris Pressey
6 years ago
-
Merge branch 'develop-2018-1' of https://github.com/catseye/Befunge-93 into defined-input-integer-error-mode
Chris Pressey
6 years ago
-
Make & push -1 on error or EOF unless back-compat -u flag is given.
Chris Pressey
6 years ago
-
Don't load invalid (past-EOF) bytes into playfield.
Chris Pressey
6 years ago
-
Adjust detected pageheight, allowing eg/fact2.bf to compile OK.
Chris Pressey
6 years ago
-
We really do want to write out characters, not ASCII values, here.
Chris Pressey
6 years ago
-
Post-optimization is buggy, so do not have it be the default. -O.
Chris Pressey
6 years ago
-
Exit with non-zero exit code when error occurs.
Chris Pressey
6 years ago
-
Report usage and exit if unrecognized command-line options given.
Chris Pressey
6 years ago
-
Remove the -p flag as it is simply the equivalent of -w 80 -h 25.
Chris Pressey
6 years ago
-
Output "\n", because a newline makes post-optimization phase break.
Chris Pressey
6 years ago
-
Remove unimplemented -q option from usage help text.
Chris Pressey
6 years ago
-
When an error occurs, exit program with non-zero exit code.
Chris Pressey
6 years ago
-
Bump version numbers of these programs, add history and credits.
Chris Pressey
6 years ago
-
Fixes
Demur Rumed
8 years ago
-
Update copyright year, and fix some inaccurate names and numbers.
Chris Pressey
9 years ago
-
All Turbo C/Borland C/DJGPP -> cursorshape; remove source pragmas.
Chris Pressey
10 years ago
-
Expand tabs to spaces!
Chris Pressey
10 years ago
-
Srsly. Yes. Let's change this, please.
Chris Pressey
10 years ago
-
__BORLANDC__ or __DGJPP__ => MSDOS.
Chris Pressey
10 years ago
-
Fix conditionals, again.
Chris Pressey
10 years ago
-
Use dos.h and conio.h with DJGPP.
Chris Pressey
10 years ago
-
This is not hugely accurate, but might hit the target for us.
Chris Pressey
10 years ago
-
NetBSD: Arg to char predicate must be an int. Go fig.
Chris Pressey
10 years ago
-
Make Makefile more common, tweak compilation conditionals.
Chris Pressey
10 years ago
-
Fix ANSI build warning about sleep(), probably breaking the
Chris Pressey
10 years ago