summaryrefslogtreecommitdiff
path: root/gnbug
AgeCommit message (Collapse)Author
2021-09-20gnbug: Sort issues by creation date, newest first.Arun Isaac
* gnbug (issues): Sort issues by creation date, newest first.
2021-09-20gnbug: Extract creator and created date.Arun Isaac
* gnbug (<issue>): Add creator, created-date and created-relative-date fields. (issues): Initialize creator, created-date and created-relative-date fields. (creation-details): New function. (main): Print creator and created-relative-date in issue listing.
2021-09-20gnbug: Extract title.Arun Isaac
* gnbug (<issue>): Add title field. (issues): Initialize title and assigned fields from hashtable. (assignees): Delete function. (file-details): New function. (main): Print title in issue listing.
2021-09-20gnbug: Add <issue> type.Arun Isaac
* gnbug: Import (srfi srfi-9). (<issue>): New type. (issues): New function. (main): Use <issue> type.
2021-09-20gnbug: Add gnbug.Arun Isaac
* gnbug: New file. * README.gmi (gnbug): New section.