goals.git
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...
2020-01-06 Richard W.M... Allow functions "returning strings" (etc), redefine...
2020-01-05 Richard W.M... Standardize running code in a single function, include...
2020-01-05 Richard W.M... Update TODO
2020-01-05 Richard W.M... Functions return expressions instead of only lists...
2020-01-04 Richard W.M... build: Create dependencies for Goalfile itself.
2020-01-04 Richard W.M... stdlib: Implement sort function.
2020-01-04 Richard W.M... Update TODO.
2020-01-04 Richard W.M... build: Generate complete OCaml dependencies.
2020-01-04 Richard W.M... Ast: Standard location for ocamldoc comments.
2020-01-04 Richard W.M... stdlib: Implement wildcard function.
2020-01-04 Richard W.M... Implement functions.
2020-01-03 Richard W.M... Ast: Remove functions which were moved to Eval module.
2020-01-03 Richard W.M... build: Add depend goal and 'make depend'.
2020-01-03 Richard W.M... build: Don't always pass -d to goals.
2020-01-03 Richard W.M... build: Fix construction of parser.mli
2020-01-03 Richard W.M... build: Fix ocamldep invocation.
2020-01-03 Richard W.M... build: Fix 'goals clean' rule.
2020-01-03 Richard W.M... stdlib: Fix *file tactic.
2020-01-03 Richard W.M... run: Fix whitespace.
2020-01-03 Richard W.M... run: Better debugging and error messages for goals...
2020-01-03 Richard W.M... run: If multiple goals match a tactic, at most one...
next