about summary refs log tree commit diff homepage
path: root/index.html
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-07-24 17:00:43 -0400
committerJune McEnroe <june@causal.agency>2018-07-24 17:00:43 -0400
commit70fc25eb6ffd313215a4ed50421ee92c5b7b2caa (patch)
tree98dbee87d40d35c2e598cf2f9e2bf5f8e6587a0b /index.html
parentDo not set non-blocking on client sockets (diff)
downloadtorus-70fc25eb6ffd313215a4ed50421ee92c5b7b2caa.tar.gz
torus-70fc25eb6ffd313215a4ed50421ee92c5b7b2caa.zip
Print time_t with %jd in meta
On 32-bit NetBSD, time_t is 'long long int' rather than 'long int'. This
works everywhere.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
commit/scoop.c?h=1.6&id=87bec5ac3091bfd193af3bc91146164774c1f61e&follow=1'>Add option to group events by contextJune McEnroe 2019-12-31Add missing includeJune McEnroe 2019-12-31Use standout mode for highlightingJune McEnroe 2019-12-31Rewrite scoop(1) argument descriptionsJune McEnroe 2019-12-31Color both nicks in a changeJune McEnroe 2019-12-31Implement nick-colored outputJune McEnroe 2019-12-31Only enable highlighting on terminal outputJune McEnroe 2019-12-31Set up pager pipeJune McEnroe 2019-12-30Normalize date inputJune McEnroe 2019-12-30Add initial rough version of scoopJune McEnroe 2019-12-30Join with USING wherever possibleJune McEnroe 2019-12-30Add -D flag to prospective scoop manualJune McEnroe 2019-12-30Order results by ID in outer query in litterboxJune McEnroe 2019-12-30Use X macro for Type enumJune McEnroe 2019-12-30Remove scoop -ABCJune McEnroe 2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe