Age | Commit message (Expand) | Author |
2020-06-17 | Manually tag the section option. | Ingo Schwarze |
2020-06-17 | Document that rand() returns non-deterministic random numbers unless a | Tim van der Molen |
2020-06-16 | Fix strlcpy() size parameter in refldbld(), it was a byte too small. | Todd C. Miller |
2020-06-16 | rework SYNOPSIS/usage() to show better the various use formats, | Jason McIntyre |
2020-06-16 | d and D keys to reset to default in customize mode. | Nicholas Marriott |
2020-06-16 | Correctly move to previous line when looking for previous word, from | Nicholas Marriott |
2020-06-15 | document -T html -O tag as implemented in main.c rev. 1.253 | Ingo Schwarze |
2020-06-15 | Support -T html -O tag by passing a file:// URI to the pager. | Ingo Schwarze |
2020-06-15 | print the name of the rings in systat mbuf output too. | David Gwynne |
2020-06-13 | Add -b flags to insert a window before (like the existing -a for after) | Nicholas Marriott |
2020-06-13 | Integrate the bsd-features branch from awk github. | Todd C. Miller |
2020-06-13 | POSIX doesn't permit an unescaped '/' in an extended regular expression. | Todd C. Miller |
2020-06-12 | On error, drop clients and close the device only if it's still open | Alexandre Ratchov |
2020-06-12 | Remove superflous space I added with my last commit. | remi |
2020-06-12 | Do not wait on shutdown for commands started with run -b. | Nicholas Marriott |
2020-06-12 | update usage() with -R. | remi |
2020-06-12 | Check if a pane needs to be paused when output is written rather than | Nicholas Marriott |
2020-06-12 | move-pane also defaults to marked pane now, reported by Ben Challenor. | Nicholas Marriott |
2020-06-12 | Fix quoting with newlines and single quotes. | Nicholas Marriott |
2020-06-12 | Add -R to show a summary of rdomains with associated interfaces and tables. | remi |
2020-06-12 | correct RFC number; from HARUYAMA Seigo via GH PR191 | Damien Miller |
2020-06-11 | Add some formats for search in copy mode (search_present, search_match). | Nicholas Marriott |
2020-06-11 | Fix a regression in rev. 1.238 (2019/07/26): | Otto Moerbeek |
2020-06-11 | Use setlocale(LC_CTYPE, "") instead of setlocale(LC_ALL, "") | Todd C. Miller |
2020-06-11 | Fix length parameter to strlcpy, inputFS is a pointer. | Todd C. Miller |
2020-06-11 | Fix a crash when completing sessions, from Anindya Mukherjee. | Nicholas Marriott |
2020-06-11 | Add a -A option to pause a pane manually. | Nicholas Marriott |
2020-06-10 | Update awk to June 5, 2020 version. | Todd C. Miller |
2020-06-10 | Update awk to Feb 28, 2020 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 31, 2020 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 5, 2020 version. | Todd C. Miller |
2020-06-10 | Update awk to Nov 10, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Oct 24, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Oct 17, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Oct 6, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Sep 10, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Jun 17, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to March 5, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 25, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Oct 25, 2018 version. | Todd C. Miller |
2020-06-10 | Update awk to Aug 27, 2018 version. | Todd C. Miller |
2020-06-10 | Update awk to Aug 23, 2018 version. | Todd C. Miller |
2020-06-10 | Update awk to Jan 5, 2013 version, no real code changes. | Todd C. Miller |
2020-06-10 | Instead of a buffer size limit on each pane, set a limit of 300 seconds | Nicholas Marriott |
2020-06-10 | When the pause-after flag is set, send an alternative %extended-output | Nicholas Marriott |
2020-06-09 | Refuse to remove locked revisions with rcs -orange. | Joris Vink |
2020-06-09 | Include width in error message. | Nicholas Marriott |
2020-06-09 | It is not sensible to store pointers into an array we are going to | Nicholas Marriott |
2020-06-08 | The errcheck() function treats an errno of ERANGE or EDOM as something | Philip Guenther |
2020-06-06 | Use bitshifts instead of a union for encoding UTF-8 into 32 bits, which | Nicholas Marriott |