summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-02-06bump version to 1.2Hiltjo Posthuma
2022-01-03Makefile: add comment for feature test macro on FreeBSDHiltjo Posthuma
Reported by Christos Margiolis and plasmoduck, thanks
2022-01-03Makefile: tiny typo: add space after SFEED_CURSES_CPPFLAGSHiltjo Posthuma
2021-11-27bump version to 1.1Hiltjo Posthuma
2021-11-26Makefile: merge contents of sfeed_curses MakefileHiltjo Posthuma
sfeed_curses can be optionally compiled. Separate flags can be passed for example for the curses library. Also pass CFLAGS and LDFLAGS as a suffix. See commit 0a9c4460c15e90113607ff1928858dfa940df725 of sfeed_curses This is useful when passing -Wl,--as-needed or hardening flags.
2021-10-05Makefile: consistency and pedantic change: use ar -rc instead of ar rcHiltjo Posthuma
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ar.html This was changed in the below commit but should have been changed consistently: commit 3d2cd7cf4a4052f3db6e13af4f22835b457bdeb3 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Wed Jun 10 14:40:06 2020 +0200 Makefile: pedantic change: use ar -rc instead of ar rc
2021-08-06bump version to 1.0Hiltjo Posthuma
2021-07-10bump version to 0.9.25Hiltjo Posthuma
2021-06-05Makefile: switch to use CPPFLAGS -D_DEFAULT_SOURCEHiltjo Posthuma
This fixes a warning on Linux glibc: /usr/include/features.h:187:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] 187 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | ^~~~~~~ Tested on Void GNU/Linux glibc with gcc. Tested on various other platforms for regressions too namely: OpenBSD, NetBSD, FreeBSD, Void GNU/Linux musl.
2021-06-03bump version to 0.9.24Hiltjo Posthuma
2021-04-29bump version to 0.9.23Hiltjo Posthuma
2021-04-28Makefile: fix typo in commentHiltjo Posthuma
2021-04-28enable unlocked I/O by defaultHiltjo Posthuma
getchar_unlocked is part of POSIX and should be supported by most platforms. On all tested platforms it has a performance benefit, sometimes smallish (<12%), sometimes large (~40%).
2021-03-13bump version to 0.9.22Hiltjo Posthuma
2021-01-23bump version to 0.9.21Hiltjo Posthuma
2020-11-09bump version to 0.9.20Hiltjo Posthuma
2020-10-24bump version to 0.9.19Hiltjo Posthuma
2020-07-06bump version to 0.9.18Hiltjo Posthuma
2020-06-21Makefile: tiny compatibility improvement for tar -cfHiltjo Posthuma
2020-06-10Makefile: pedantic change: use ar -rc instead of ar rcHiltjo Posthuma
2020-05-04bump version to 0.9.17Hiltjo Posthuma
2020-02-23bump version to 0.9.16Hiltjo Posthuma
2020-01-18add sfeed_gopher: generic gopher formatting program, remove sfeed_gphHiltjo Posthuma
2019-11-25bump version to 0.9.15Hiltjo Posthuma
2019-10-13bump version to 0.9.14Hiltjo Posthuma
2019-10-05Makefile: simplify, remove config.mkHiltjo Posthuma
2019-08-01bump version to 0.9.13Hiltjo Posthuma
2019-06-25bump version to 0.9.12Hiltjo Posthuma
2019-05-11bump version to 0.9.11Hiltjo Posthuma
2019-05-08Makefile: remove TODOHiltjo Posthuma
2019-05-06remove sfeed_tail and recently added security considerationsHiltjo Posthuma
... both are out-of-scope for sfeed. - sfeed_tail can be written as some simple customized awk script reading from a FIFO. The C version did not work well on FIFO's. - Security considerations are mentioned in the official HTML spec and applies to all HTML and protocol handlers, so is out-of-scope.
2019-05-03bump version to 0.9.10Hiltjo Posthuma
2019-04-25bump version to 0.9.9Hiltjo Posthuma
2019-04-20add sfeed_atom: convert one or more feeds from TSV (back to) AtomHiltjo Posthuma
2019-04-07Makefile: fix make dist (compat src: strlcpy, strlcat)Hiltjo Posthuma
2019-04-06Makefile: make it simpler to not compile compat objectsHiltjo Posthuma
on OpenBSD: make COMPATOBJ=
2019-02-17bump version to 0.9.8Hiltjo Posthuma
2019-02-08Makefile: add DOCPREFIX for installing docs in portsHiltjo Posthuma
change installed doc from /usr/local/share/sfeed to /usr/local/share/doc/sfeed
2019-01-25Makefile: add POSIX target, respect (packaging) system CFLAGS/LDFLAGSHiltjo Posthuma
this also makes packaging slightly simpler.
2018-12-24bump version to 0.9.7Hiltjo Posthuma
2018-09-30Makefile: improve consistency of variable, clarify commentHiltjo Posthuma
2018-09-08bump version to 0.9.6Hiltjo Posthuma
2018-08-26bump version to 0.9.5Hiltjo Posthuma
2018-08-22add sfeed_twtxt format program: format to a twtxt feedHiltjo Posthuma
2018-06-24bump version to 0.9.4Hiltjo Posthuma
2018-03-18remove CHANGELOGHiltjo Posthuma
2018-03-11Revert "remove sfeed_tail: the standard tail -f can (soon) be used"Hiltjo Posthuma
This reverts commit 7f3a45b0031ec9cababf764f7826e21bbb59e258.
2018-02-16sfeed_gph: many improvementsHiltjo Posthuma
2017-12-25bump version 0.9.3 alreadyHiltjo Posthuma
2017-12-24remove sfeed_tail: the standard tail -f can (soon) be usedHiltjo Posthuma