Differences From Artifact [419fdc41ba]:
- File adjutant.scm — part of check-in [a070325852] at 2020-06-07 23:26:07 on branch v1.66 — Added adjutant module (user: matt, size: 1171) [annotate] [blame] [check-ins using] [more...]
To Artifact [7560fecb1c]:
- File adjutant.scm — part of check-in [25f98b9776] at 2020-07-18 17:36:11 on branch v1.66-captain-ulex — Made the indentreport independent of ~/.emacs (mostly) (user: matt, size: 1169) [annotate] [blame] [check-ins using] [more...]
- File attic/adjutant.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 1169) [annotate] [blame] [check-ins using]
- File attic_modular/adjutant.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 1169) [annotate] [blame] [check-ins using]
︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | - - + + - | ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== (declare (unit adjutant)) |
︙ |