Commits
- Commit:
d557d6834c9ee0e2d39f212794d71513d45108de
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Fri Aug 27 07:43:33 2021 UTC
bump version
- Commit:
a9139ef7997a157ba4ff00b0dd162f1e8b46d8ca
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Fri Aug 27 07:18:33 2021 UTC
bump the date
- Commit:
dafcab64a97f5daea5add550e3d029faac3765aa
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Aug 26 13:22:15 2021 UTC
update the misleading comment in parser_free
- Commit:
a18fc6de7bcd33fbb84dccc52a723b72028df366
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Aug 26 13:11:36 2021 UTC
kill extra empty line
- Commit:
95a8c791ec85e7b79a1975e82a22f7c07dbb9107
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Aug 26 10:40:55 2021 UTC
fmt (some missing space -> tab conversion)
- Commit:
0e2ac86488b43d8dbe6ccf38221d6ca9d47a2dbc
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Aug 26 10:21:17 2021 UTC
fmt
- Commit:
2980bbb1412fb8473dd3d2c83dcd95d533c8783f
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Aug 26 10:13:06 2021 UTC
link the duckling proxy in the "protocol proxy" section
It's the only kind of protocol-proxy I know. The downside is that is
an HTTP link :/
- Commit:
2ee42fa00bd6157e6b0ae2f6872c3679e79242f5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Aug 26 10:07:41 2021 UTC
sync
- Commit:
3198f30f89dee7172b30744be22404fbc1cfe8ac
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Aug 26 10:07:37 2021 UTC
correctly parse multiple attributes
- Commit:
f3c7d9604106a82141e9ab7f14b388d3a8cea8eb
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Tue Aug 24 13:45:23 2021 UTC
simplify wrap_page and fix wrapping of pre text
The column at which preformatted text should be formatted is the same
as the "normal" text, so why the difference? MIN(fill_column, width)
is always the correct choice for wrapping the text.
- Commit:
ea00395a5e2255f146530271d94dd82ef8c427d0
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Tue Aug 24 13:42:49 2021 UTC
fill pre text until the last available column, not one less
This was fixed previously in the wrap_text case but I forgot to
update the hardwrap_text case too.
- Commit:
cf8e07837fb2c3a3b01b490b6485acc75865f7fa
- From:
- Omar Polo <op@omarpolo.com>
- Date:
- Tue Aug 24 13:30:31 2021 UTC
avoid a long line
- Commit:
86ce72dbe36b318515c45babe875842d0005109f
- From:
- Anna <cyber@sysrq.in>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Aug 19 09:10:29 2021 UTC
configure: add --with-libbsd option
- Commit:
7eaf997f527107beac3379da6b814ac7b783ebc0
- From:
- Anna <cyber@sysrq.in>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Aug 19 09:10:26 2021 UTC
configure: add --with-libimsg option
- Commit:
8671caea20ee6eb43a2b4005a0429cddf9266d4a
- From:
- Anna <cyber@sysrq.in>
- Via:
- Omar Polo <op@omarpolo.com>
- Date:
- Thu Aug 19 09:10:23 2021 UTC
configure: fix build with separate libtinfo
ncurses has "--with-termlib" build option, which forces some symbols
from libncurses.so to be moved to libtinfo.so.
It caused the following error:
ld: ui.o: undefined reference to symbol 'keypad'
ld: /lib64/libtinfow.so.6: error adding symbols: DSO missing from command line