goals.git
2020-04-04 Richard W.M... fedora: Increase timeout for koji wait-repo commands.
2020-02-27 Richard W.M... stdlib/fedora: Use rpmdev-bumpspec -r flag for < Rawhid...
2020-02-27 Richard W.M... run: Improve error message if a predicate script fails.
2020-02-26 Richard W.M... More suggestions for TODO.
2020-02-25 Richard W.M... stdlib: Get rid of %koji and %fedpkg.
2020-02-25 Richard W.M... Fix whitespace.
2020-02-20 Richard W.M... Version 0.3.
2020-02-20 Richard W.M... Update TODO.
2020-02-20 Richard W.M... dist: Add extra files to tarball.
2020-01-21 Richard W.M... docs: Document some shell functions.
2020-01-21 Richard W.M... tests: Add basic test of predicates.
2020-01-20 Richard W.M... Update TODO.
2020-01-20 Richard W.M... docs: Document %stdlib dir.
2020-01-20 Richard W.M... Implement %tmpdir.
2020-01-20 Richard W.M... Rename tactic -> predicate.
2020-01-20 Richard W.M... Implement keep-going (-k) option.
2020-01-20 Richard W.M... jobs: If multiple jobs fail, save and print all the...
2020-01-20 Richard W.M... jobs: Remove unnecessary 'a retire and 'a to_string...
2020-01-20 Richard W.M... Use automake.
2020-01-18 Richard W.M... stdlib: Improve performance of fedora.gl.
2020-01-18 Richard W.M... run: Set OCAMLRUNPARAM to display stack traces by default.
2020-01-18 Richard W.M... stdlib: Fix %branch -> %fedora-branch.
2020-01-18 Richard W.M... Version 0.2. v0.2
2020-01-18 Richard W.M... install: Fix install path for stdlib, and install man...
2020-01-18 Richard W.M... dist: Replace install-sh symlink with a copy of the...
2020-01-18 Richard W.M... build: Reorder .gitignore
2020-01-18 Richard W.M... maintainer: Add maintainer-commit, maintainer-tag goals.
2020-01-18 Richard W.M... build: %version instead of using autoconf @PACKAGE_VERS...
2020-01-18 Richard W.M... maintainer: Build Fedora package in copr.
2020-01-18 Richard W.M... build: dist should have %tarfile as target.
2020-01-18 Richard W.M... stdlib: Add fedora.gl.
2020-01-13 Richard W.M... build: Add distcheck, maintainer-check-extra-dist and...
2020-01-13 Richard W.M... docs: Build plain text version of documentation.
2020-01-13 Richard W.M... build: Distribute src/.depend with tarball.
2020-01-12 Richard W.M... build: Implement make dist rule.
2020-01-12 Richard W.M... build: Implement install rule.
2020-01-12 Richard W.M... Update TODO.
2020-01-12 Richard W.M... stdlib: Change print colour functions so they are atomic.
2020-01-12 Richard W.M... stdlib: Disable echo on split command.
2020-01-12 Richard W.M... Ignore local* files.
2020-01-12 Richard W.M... stdlib: Implement split() function.
2020-01-12 Richard W.M... Update TODO.
2020-01-12 Richard W.M... stdlib: Implement last() and nth() functions.
2020-01-12 Richard W.M... stdlib: Implement filter() and filter-out() functions.
2020-01-12 Richard W.M... stdlib: Protect some functions using "--".
2020-01-12 Richard W.M... Update TOOD.
2020-01-12 Richard W.M... tests: Don't suppress stderr in some tests.
2020-01-12 Richard W.M... stdlib: Implement error() function.
2020-01-12 Richard W.M... stdlib: Implement read() and readlines() functions.
2020-01-12 Richard W.M... stdlib: Implement head() and tail() functions.
2020-01-12 Richard W.M... stdlib: Implement realpath() function.
2020-01-12 Richard W.M... stdlib: Implement join() function.
2020-01-12 Richard W.M... stdlib: Implement dirname(), basename() and extension...
2020-01-12 Richard W.M... docs: Document functions sort, wildcard and wrap.
2020-01-12 Richard W.M... stdlib: Implement subst function.
2020-01-12 Richard W.M... docs: Remove separate goals-reference manual.
2020-01-12 Richard W.M... eval: Remove a single trailing \n from "returning strin...
2020-01-12 Richard W.M... tests: Add test of the wildcard function.
2020-01-12 Richard W.M... cmdline: Implement -s (--silent or --quiet) option.
2020-01-12 Richard W.M... tests: Add test of the sort function.
2020-01-12 Richard W.M... build: Run make clean in parallel.
2020-01-12 Richard W.M... utils: Implement -j properly.
2020-01-12 Richard W.M... tests: Add a basic test of dependencies.
2020-01-12 Richard W.M... tests: Consistency.
2020-01-11 Richard W.M... build: Hide make passthrough command.
2020-01-11 Richard W.M... parser: Fix longstanding bug where "()" was required...
2020-01-11 Richard W.M... tests: More basic tests.
2020-01-11 Richard W.M... tests: Print PASS/FAIL for each test.
2020-01-10 Richard W.M... run: Improve consistency of error messages.
2020-01-10 Richard W.M... jobs: Wait for completion even in the error case.
2020-01-10 Richard W.M... tests: Add basic tests.
2020-01-10 Richard W.M... parser: Allow an empty goal statement with no targets...
2020-01-10 Richard W.M... build: Add 'make maintainer-clean' passthrough rule.
2020-01-10 Richard W.M... stdlib: Add wrap function.
2020-01-10 Richard W.M... stdlib: Don't add \n after quoted_string.
2020-01-10 Richard W.M... run: Add %goals_final_check variable when evaluating...
2020-01-10 Richard W.M... Split implementation into dependency analysis and trave...
2020-01-09 Richard W.M... utils: Add unique () function.
2020-01-09 Richard W.M... jobs: Don't let Failure exception escape from worker.
2020-01-09 Richard W.M... cmdline: Make sure all errors go through main () function.
2020-01-09 Richard W.M... jobs: Introduce stop_all function to stop job submissio...
2020-01-08 Richard W.M... Update TODO.
2020-01-08 Richard W.M... build: Create man/ subdirectory before building man...
2020-01-08 Richard W.M... Implement parallel jobs (-j option).
2020-01-08 Richard W.M... build: Remove man/*.? man pages when running 'make...
2020-01-07 Richard W.M... docs: Add empty Goalfile(5) and goals-reference(5).
2020-01-07 Richard W.M... docs: Write man pages to man/ subdirectory.
2020-01-07 Richard W.M... docs: Expand the basic man page.
2020-01-07 Richard W.M... docs: Use pod2man -u option.
2020-01-07 Richard W.M... cmdline: Don't convert Goalfile, includes to absolute...
2020-01-07 Richard W.M... Add documentation subdirectory.
2020-01-07 Richard W.M... In debug mode (-d) print all shell scripts executed.
2020-01-07 Richard W.M... Add README file for the project.
2020-01-07 Richard W.M... Update TODO.
2020-01-07 Richard W.M... eval: Split running external code according to return...
2020-01-07 Richard W.M... Implement pure functions.
2020-01-06 Richard W.M... lexer: Use @{...} for quiet code sections.
2020-01-06 Richard W.M... parser: Fix parsing of patterns containing explicit...
2020-01-06 Richard W.M... parser: Fix tracking of beginning of line for error...
2020-01-06 Richard W.M... Copy system environment into initial env, and also...
next