Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN
jwilke's changes: Moved many files to other directories renamed many files other changes unknown to me.
added config.h support (acconfig.h, changes in Makefile.in) check for sys_siglist declaration fixed bug in engine.c:cstr() prims2x.fs now outputs synclines only in C code
Put pow10 in a separate file (it is used by ecvt and engine) and adjusted configure accordingly. script? is now also set during processing --evaluate arguments. This avoids getting a newline from "gforth -e bye".
added very preliminary support for Alpha/osf1 Moved flush-tos before stores to improve scheduling merged io-dos.h and io.h Created new Makefile for DOS removed ToDo topcics that are already done
cross.fs: Corrected bug on le machines Minor changes on other files
Reorganized configuration: configure is now created by autoconf from configure.in; I still left it in the CVS repository because not everyone has autoconf. decstation.h renamed to mips.h and apollo68k to m68k. Added general 32bit.h description, which the other machine descriptions use. Created/copied replacement files install-sh memcmp.c memmove.c select.c (carved out from ecvt.c) strtol.c strtoul.c. Bytesex is now handled by configure. Deciding the threading method is now done in machine.h, this should also be done for USE_TOS and USE_FTOS.
* Added some files: * ecvt.c provides some functions for DJGPP under DOS * tt.fs is Tetris (from PFE) * checkans.fs allows to check, which words of the ANSI wordsets are present * the rest are other tools