summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
keyringAdd key for arunisaac.Arun Isaac20 months
mainREADME: Hard-code releases.Arun Isaac13 months
 
TagDownloadAuthorAge
v0.1.0kolam-0.1.0.tar.gz  kolam-0.1.0.tar.lz  kolam-0.1.0.zip  Arun Isaac3 years
 
AgeCommit messageAuthor
2022-01-05README: Add roadmap.•••* README.org (Contributing): Add roadmap. v0.1.0Arun Isaac
2022-01-05README: Improve introductory paragraph.•••* README.org: Improve introductory paragraph. Arun Isaac
2022-01-05build-aux: Check news during distcheck.•••* Makefile (distcheck): Pass version to distcheck script. * build-aux/distcheck.scm (check-news): New function. Check news. Arun Isaac
2022-01-05build-aux: Abstract out opening an archive file.•••* build-aux/distcheck.scm (call-with-archive-file): New function. (package-in-archive): Use call-with-archive-file. * .dir-locals.el (scheme-mode): Indent call-with-archive-file correctly. Arun Isaac
2022-01-05Makefile: Add dist and distcheck targets.•••* Makefile (GIT, GPG, LZIP, distribute_files, dist_archive): New variables. (.PHONY): Add dist and distcheck. (dist, $(dist_archive), distcheck): New targets. (%.asc): New pattern rule. (clean): Clean $(dist_archive) and $(dist_archive).asc. * build-aux/distcheck.scm: New file. Arun Isaac
2022-01-05Makefile: Abstract out test files.•••* Makefile (tests): New variable. (check): Depend on tests. Arun Isaac
2022-01-05configure: Output version.•••* configure.scm: Import (rnrs io ports), (srfi srfi-26) and (ice-9 popen). (call-with-input-pipe): New function. (version): New variable. Output version to Makefile.include. Arun Isaac
2022-01-05configure: Output project name.•••* Makefile (project): Delete variable. * configure: Pass the kolam, the project name, to configure.scm. * configure.scm (processed-args): Capture the project name argument. Output project name in Makefile.include. Arun Isaac
2022-01-05Makefile: Differentiate project name and top level module directory.•••* Makefile (top_level_module_dir): New variable. (sources, scmdir, godir): Use top_level_module_dir instead of project. Arun Isaac
2022-01-05dir-locals: Indent call-with-input-pipe correctly.•••* .dir-locals.el (scheme-mode): Indent call-with-input-pipe correctly. Arun Isaac
[...]