diff --git a/HACKING b/HACKING new file mode 100644 index 0000000..abed6a0 --- /dev/null +++ b/HACKING @@ -0,0 +1,23 @@ +Working up to a 0.1 release. + +TODO: + * Fix word/delim/substitute + * Implement export + * Pass all tests + * Add missing tests, repeat :-) + +Try + + make check-bash + make check-gash + +or + + bash -e test/42-sh-export.sh + ./pre-inst-env gash -e test/42-sh-export.sh + +To use Geesh, assuming you have built it in ../geesh, do something like + + GUILE_LOAD_PATH=../geesh:$GUILE_LOAD_PATH + GUILE_LOAD_COMPILED_PATH=../geesh:$GUILE_LOAD_COMPILED_PATH + ./pre-inst-env gash --geesh -dd -p -c 'cat < README > bla' diff --git a/INSTALL b/INSTALL index 7835cdc..caa5bac 100644 --- a/INSTALL +++ b/INSTALL @@ -22,7 +22,6 @@ Building and Installing Gash ** Check it make check - ** Install it make install diff --git a/doc/gash.texi b/doc/gash.texi index d818591..8b21b22 100644 --- a/doc/gash.texi +++ b/doc/gash.texi @@ -11,6 +11,7 @@ @copying Copyright @copyright{} 2018 Rutger EW van Beusekom@* +Copyright @copyright{} 2018 Jan (janneke) Nieuwenhuizen@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -29,7 +30,7 @@ Documentation License''. @titlepage @title Gash Reference Manual @subtitle A POSIX-compliant sh replacement in Guile Scheme. -@author Jan (janneke) Nieuwenhuizen +@author The Gash developers @page @vskip 0pt plus 1filll