summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-04Revert "In pipe, pass through input keys to all expressions."Arun Isaac
2021-10-04website: Upcase SVG in comment.Arun Isaac
2021-09-29README: Add a Download section using a dynamic block.Arun Isaac
2021-09-29README: Add GitHub link using an org dynamic block.Arun Isaac
2021-09-29Makefile: Record dependency on build-home-page.el.Arun Isaac
2021-08-17build-aux: Remove redundant beginning-of-line.Arun Isaac
2021-08-17build-aux: Link to GitHub repo on website.Arun Isaac
2021-08-17ccwl: Define output objects using a macro instead of a function.Arun Isaac
2021-08-17build-aux: Preserve only the LIBRARY_PATH environment in cwltool runs.Arun Isaac
2021-08-16Makefile: Generate sample output when building documentation.Arun Isaac
2021-08-16Makefile: Clean dot files correctly.Arun Isaac
2021-08-16Makefile: Allow tabs when editing in Emacs.Arun Isaac
2021-08-16ccwl: Define input objects using a macro instead of a function.Arun Isaac
2021-07-27ccwl: Make syntax-lambda** more like lambda**.Arun Isaac
2021-07-27build-aux: Use #t as the expected value for test-assert tests.Arun Isaac
2021-07-20ccwl: Do not specify '() as the default value for n-ary arguments.Arun Isaac
2021-07-20ccwl: Set default value of lambda** n-ary arguments to '().Arun Isaac
2021-07-20ccwl: Document syntax-lambda** support for default arguments.Arun Isaac
2021-07-20ccwl: Clarify difference between and lambda** and syntax-lambda**.Arun Isaac
2021-07-20ccwl: Support default values for arguments in lambda**.Arun Isaac
2021-07-20tests: Add tests for ccwl/utils.scm.Arun Isaac
2021-07-20ccwl: Add examples to docstrings.Arun Isaac
2021-07-19build-aux: Put website building code into a function.Arun Isaac
2021-07-19ccwl: Add missing syntax in unsyntax-keywords docstring example.Arun Isaac
2021-07-19tests: Fix order of arguments to test-equal.Arun Isaac
2021-07-19tests: Fix indentation.Arun Isaac
2021-07-19build-aux: Support disabling of color in tests.Arun Isaac
2021-07-19build-aux: Color test suite names.Arun Isaac
2021-07-19build-aux: Abstract out colored text.Arun Isaac
2021-07-19build-aux: Improve test driver output.Arun Isaac
2021-07-06Release version 0.1.0.v0.1.0Arun Isaac
2021-07-06NEWS: Update.Arun Isaac
2021-07-06.gitignore: Update rules regarding website directory.Arun Isaac
2021-07-06Makefile: Add release target.Arun Isaac
2021-07-05ccwl: Remove extra blank lines.Arun Isaac
2021-07-05website: Highlight code snippets.Arun Isaac
2021-07-05doc: Inline code snippets.Arun Isaac
2021-07-05doc: Add python named arguments example.Arun Isaac
2021-07-04Makefile: Replace top_builddir with builddir.Arun Isaac
2021-07-04Makefile: Pass image path to skribilo.Arun Isaac
2021-07-04doc: Use PNG images instead of SVG.Arun Isaac
2021-07-04Makefile: Pass source path to skribilo.Arun Isaac
2021-07-04doc: Search for source-ref referenced files in source-path.Arun Isaac
2021-07-04doc: Remove redundant file open.Arun Isaac
2021-07-04Makefile: Distribute documentation.Arun Isaac
2021-07-04Makefile: Include .depends with automake.Arun Isaac
2021-07-04Makefile: Clean only directories in clean-local.Arun Isaac
2021-07-04Makefile: Build skribilo documentation in-place.Arun Isaac
2021-07-04Makefile: List files in a single line.Arun Isaac
2021-07-04scripts: Do not compile ccwl files.Arun Isaac