Loading Makefile.in +2 −2 Original line number Diff line number Diff line Loading @@ -578,8 +578,8 @@ SOURCES = $(ENGINE_SOURCES) compat Makefile.in Makedist.in unix/Makefile.in \ timings.sc test/coretest.out test/checkans.out test/gforth.out \ test/fp/fptest.out $(wildcard cache*.vmg) peeprules.vmg prim \ debian/rules debian/control.in debian/changelog.in debian/compat \ gforth.ico .travis.yml install-swig.sh install-freetype-gl.sh \ $(SWIG_WRAP) m4/ax_gcc_builtin.m4 gforth.ico .travis.yml install-deps.sh install-swig.sh \ install-freetype-gl.sh $(SWIG_WRAP) m4/ax_gcc_builtin.m4 CONFIG_GEN = Makefile Makedist gforthmi gforthmi.sh vmgen preforth \ libforth gforthker engine/Makefile engine/gforth.h \ Loading README.md +4 −4 Original line number Diff line number Diff line Loading @@ -64,10 +64,10 @@ or at\ On popular request, here are the meanings of unusual file extensions: \*.fs Forth stream source file (include with "include <file>" from within gforth, or start with "gforth <file1> <file2> ...")\ \*.fi Forth image files (start with "gforth -i <image file>")\ \*.fb Forth blocks file (load with "use <block file> 1 load")\ \*.fs Forth stream source file (include with "`include _<file>_`" from within gforth, or start with "`gforth _<file1> <file2>_ ...`")\ \*.fi Forth image files (start with "`gforth -i _<image file>_`")\ \*.fb Forth blocks file (load with "`use _<block file>_ 1 load`")\ \*.i C include files\ \*.texi.in documenation source\ \*TAGS etags files Loading configure.ac +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script. #We use some automake macros here, #but don't use automake for creating Makefile.in AC_INIT([gforth],[0.7.9_20190228],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth]) AC_INIT([gforth],[0.7.9_20190307],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth]) AC_PREREQ(2.54) AC_CONFIG_MACRO_DIR([m4]) #snapshots have numbers major.minor.release_YYYYMMDD Loading Loading
Makefile.in +2 −2 Original line number Diff line number Diff line Loading @@ -578,8 +578,8 @@ SOURCES = $(ENGINE_SOURCES) compat Makefile.in Makedist.in unix/Makefile.in \ timings.sc test/coretest.out test/checkans.out test/gforth.out \ test/fp/fptest.out $(wildcard cache*.vmg) peeprules.vmg prim \ debian/rules debian/control.in debian/changelog.in debian/compat \ gforth.ico .travis.yml install-swig.sh install-freetype-gl.sh \ $(SWIG_WRAP) m4/ax_gcc_builtin.m4 gforth.ico .travis.yml install-deps.sh install-swig.sh \ install-freetype-gl.sh $(SWIG_WRAP) m4/ax_gcc_builtin.m4 CONFIG_GEN = Makefile Makedist gforthmi gforthmi.sh vmgen preforth \ libforth gforthker engine/Makefile engine/gforth.h \ Loading
README.md +4 −4 Original line number Diff line number Diff line Loading @@ -64,10 +64,10 @@ or at\ On popular request, here are the meanings of unusual file extensions: \*.fs Forth stream source file (include with "include <file>" from within gforth, or start with "gforth <file1> <file2> ...")\ \*.fi Forth image files (start with "gforth -i <image file>")\ \*.fb Forth blocks file (load with "use <block file> 1 load")\ \*.fs Forth stream source file (include with "`include _<file>_`" from within gforth, or start with "`gforth _<file1> <file2>_ ...`")\ \*.fi Forth image files (start with "`gforth -i _<image file>_`")\ \*.fb Forth blocks file (load with "`use _<block file>_ 1 load`")\ \*.i C include files\ \*.texi.in documenation source\ \*TAGS etags files Loading
configure.ac +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script. #We use some automake macros here, #but don't use automake for creating Makefile.in AC_INIT([gforth],[0.7.9_20190228],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth]) AC_INIT([gforth],[0.7.9_20190307],[https://savannah.gnu.org/bugs/?func=addbug&group=gforth]) AC_PREREQ(2.54) AC_CONFIG_MACRO_DIR([m4]) #snapshots have numbers major.minor.release_YYYYMMDD Loading