[Bug-apl] Modulo or residue function is not generating consistent complete residue systems for some arguments

2017-06-19 Thread Frederick Pitts
Jürgen, With gnu apl (svn 961 on Fedora 25, Intel(R) Core(TM) i7-6700 CPU), the residue function (∣) yields the following:   5J3 ∣ 14J5 1J4   5J3 | 1J4 ¯4J1   5J3 | ¯4J1 ¯4J1 The above result means that two elements in the complete residue system (CSR) for mod 5J3 are equal, i

[Bug-apl] Minor Typo: gnu.apl should be gnu-apl

2017-06-19 Thread Hans-Peter Sorge
Hi, in files trunk/README-9-post-installation and trunk/support-files/105-key-International-Keyboard/keyboard1.txt "gnu.apl" should be named "gnu-apl". fix: cd $YOURPATH/trunk sed -i s/gnu[.]apl/gnu-apl/ \ README-9-post-installation \ support-files/105-key-International-Keyboard/keyboard1