Commits
- Commit:
c519de43ea0daf60935a0a733b292a790b6caf3c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Feb 8 10:25:10 2023 UTC
add install-local target
- Commit:
c53df816f5bb569c0fd97083911df10221031c72
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Feb 8 10:21:40 2023 UTC
clarify the license, or the lack of thereof
- Commit:
5149e9aa6b743af20425f8bf65c751c486ade09a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Feb 8 10:19:48 2023 UTC
update changelog
- Commit:
cf6badbbaa4754e33b00a7ecdec8cba9ae7eecb8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Feb 8 10:06:05 2023 UTC
drop now unused xmalloc()
- Commit:
1cd87bff4e4e7ad426cefbbfd3a638c2812c69a7
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Feb 8 10:05:38 2023 UTC
use xcalloc insntead of xmalloc; avoids mul overflow
- Commit:
acf1203ac6072732023b46cd336fb26f1f368f7a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Feb 8 10:04:35 2023 UTC
use strlcat/strlcpy instead of strcat/strcpy
while here introduce also xasprintf and xstrdup to avoid some
malloc+strcpy sequences.
- Commit:
5d347732f9c03aa6cb052b50baf5344eb152cfc2
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Feb 8 08:55:42 2023 UTC
pledge earlier
- Commit:
725ac0232249dba01d28f143d336b1fa44aa8d88
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Feb 8 08:45:22 2023 UTC
usage() on unknown flags
- Commit:
d248a263cb7397d4efc3c4d644e04bf1afb27611
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Feb 8 08:45:08 2023 UTC
move usage to separate function
- Commit:
05a1efda693b7e10fbe8c0e1bbb3e4f3c2da1c84
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Feb 8 08:40:49 2023 UTC
enable debugging
will (hopefully) remember to turn it off again before tagging a release.
- Commit:
30d7b01ebc02c7c82252c0502b770a8310c6eb02
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Wed Feb 8 08:40:17 2023 UTC
fix readme
- Commit:
281d8f5dae0ff506ad9100f084895437ae22feb5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 13 17:38:05 2021 UTC
kill unused variables
- Commit:
2c5122bc37cd83522916d7d0ce331971a636ea7e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 13 17:33:07 2021 UTC
add opener and marking functions
- Commit:
d244a6559b664474533c734bb3494bb802f3786f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 13 13:00:56 2021 UTC
bind e to cmd_edit
- Commit:
63fe4ed00638fdb4e44feeb16c33bb9b6263d7ed
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Mon Dec 13 12:57:44 2021 UTC
bind v to cmd_view