Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-19 | rebuild sfeed_curses if the same theme changes | NRK | |
2022-03-07 | bump version to 1.3 | Hiltjo Posthuma | |
2022-02-06 | bump version to 1.2 | Hiltjo Posthuma | |
2022-01-03 | Makefile: add comment for feature test macro on FreeBSD | Hiltjo Posthuma | |
Reported by Christos Margiolis and plasmoduck, thanks | |||
2022-01-03 | Makefile: tiny typo: add space after SFEED_CURSES_CPPFLAGS | Hiltjo Posthuma | |
2021-11-27 | bump version to 1.1 | Hiltjo Posthuma | |
2021-11-26 | Makefile: merge contents of sfeed_curses Makefile | Hiltjo 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-05 | Makefile: consistency and pedantic change: use ar -rc instead of ar rc | Hiltjo 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-06 | bump version to 1.0 | Hiltjo Posthuma | |
2021-07-10 | bump version to 0.9.25 | Hiltjo Posthuma | |
2021-06-05 | Makefile: switch to use CPPFLAGS -D_DEFAULT_SOURCE | Hiltjo 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-03 | bump version to 0.9.24 | Hiltjo Posthuma | |
2021-04-29 | bump version to 0.9.23 | Hiltjo Posthuma | |
2021-04-28 | Makefile: fix typo in comment | Hiltjo Posthuma | |
2021-04-28 | enable unlocked I/O by default | Hiltjo 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-13 | bump version to 0.9.22 | Hiltjo Posthuma | |
2021-01-23 | bump version to 0.9.21 | Hiltjo Posthuma | |
2020-11-09 | bump version to 0.9.20 | Hiltjo Posthuma | |
2020-10-24 | bump version to 0.9.19 | Hiltjo Posthuma | |
2020-07-06 | bump version to 0.9.18 | Hiltjo Posthuma | |
2020-06-21 | Makefile: tiny compatibility improvement for tar -cf | Hiltjo Posthuma | |
2020-06-10 | Makefile: pedantic change: use ar -rc instead of ar rc | Hiltjo Posthuma | |
2020-05-04 | bump version to 0.9.17 | Hiltjo Posthuma | |
2020-02-23 | bump version to 0.9.16 | Hiltjo Posthuma | |
2020-01-18 | add sfeed_gopher: generic gopher formatting program, remove sfeed_gph | Hiltjo Posthuma | |
2019-11-25 | bump version to 0.9.15 | Hiltjo Posthuma | |
2019-10-13 | bump version to 0.9.14 | Hiltjo Posthuma | |
2019-10-05 | Makefile: simplify, remove config.mk | Hiltjo Posthuma | |
2019-08-01 | bump version to 0.9.13 | Hiltjo Posthuma | |
2019-06-25 | bump version to 0.9.12 | Hiltjo Posthuma | |
2019-05-11 | bump version to 0.9.11 | Hiltjo Posthuma | |
2019-05-08 | Makefile: remove TODO | Hiltjo Posthuma | |
2019-05-06 | remove sfeed_tail and recently added security considerations | Hiltjo 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-03 | bump version to 0.9.10 | Hiltjo Posthuma | |
2019-04-25 | bump version to 0.9.9 | Hiltjo Posthuma | |
2019-04-20 | add sfeed_atom: convert one or more feeds from TSV (back to) Atom | Hiltjo Posthuma | |
2019-04-07 | Makefile: fix make dist (compat src: strlcpy, strlcat) | Hiltjo Posthuma | |
2019-04-06 | Makefile: make it simpler to not compile compat objects | Hiltjo Posthuma | |
on OpenBSD: make COMPATOBJ= | |||
2019-02-17 | bump version to 0.9.8 | Hiltjo Posthuma | |
2019-02-08 | Makefile: add DOCPREFIX for installing docs in ports | Hiltjo Posthuma | |
change installed doc from /usr/local/share/sfeed to /usr/local/share/doc/sfeed | |||
2019-01-25 | Makefile: add POSIX target, respect (packaging) system CFLAGS/LDFLAGS | Hiltjo Posthuma | |
this also makes packaging slightly simpler. | |||
2018-12-24 | bump version to 0.9.7 | Hiltjo Posthuma | |
2018-09-30 | Makefile: improve consistency of variable, clarify comment | Hiltjo Posthuma | |
2018-09-08 | bump version to 0.9.6 | Hiltjo Posthuma | |
2018-08-26 | bump version to 0.9.5 | Hiltjo Posthuma | |
2018-08-22 | add sfeed_twtxt format program: format to a twtxt feed | Hiltjo Posthuma | |
2018-06-24 | bump version to 0.9.4 | Hiltjo Posthuma | |
2018-03-18 | remove CHANGELOG | Hiltjo Posthuma | |
2018-03-11 | Revert "remove sfeed_tail: the standard tail -f can (soon) be used" | Hiltjo Posthuma | |
This reverts commit 7f3a45b0031ec9cababf764f7826e21bbb59e258. | |||
2018-02-16 | sfeed_gph: many improvements | Hiltjo Posthuma | |