Age | Commit message (Expand) | Author |
2014-06-05 | work-around issue in makewhatis, that expects its current dir to NOT be /. | Marc Espie |
2014-06-04 | undo my "no TZ support" notes; guenther says they're wrong | Jason McIntyre |
2014-06-04 | TMPDIR is an extension; | Jason McIntyre |
2014-06-04 | IL are marked xsi; | Jason McIntyre |
2014-06-04 | - document sigint | Jason McIntyre |
2014-06-04 | - make note of some xsi options | Jason McIntyre |
2014-06-03 | some macro fixes, and use Sq over Dq for single letter markup; | Jason McIntyre |
2014-06-03 | mark as xsi; | Jason McIntyre |
2014-06-03 | standard EXIT STATUS and \*(Lt -> <, as per ingo; | Jason McIntyre |
2014-06-03 | Accept -C as an alias for -c. The -C option should be locale-aware, | Todd C. Miller |
2014-06-03 | -s is marked obsolete, so do not document it as an extension; while here, | Jason McIntyre |
2014-06-03 | document "longname" as an extension; while here, tidy up EXAMPLES and add | Jason McIntyre |
2014-06-03 | Actually, we've handled FIFOs on stdin in accordance with POSIX since 1996. | Philip Guenther |
2014-06-03 | revert previous: guenther says it's wrong; | Jason McIntyre |
2014-06-03 | no support for TZ; | Jason McIntyre |
2014-06-02 | fix uninitialized sock->port variable, causing crashes in certain | Alexandre Ratchov |
2014-06-02 | log attach position only if log_level >= 0, | Alexandre Ratchov |
2014-06-02 | - document SIGINT, because of its zero return value | Jason McIntyre |
2014-06-01 | update currency exchange rates; | Jason McIntyre |
2014-05-31 | tweak previous; | Jason McIntyre |
2014-05-30 | don't assign variables in if() that's not error checking | Ted Unangst |
2014-05-30 | modern bourne shells handle ~. Unlikely in makefiles, but still, better | Marc Espie |
2014-05-30 | a little style consistency with error checking | Ted Unangst |
2014-05-30 | AF_NATM support was removed before 5.5 | Philip Guenther |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-28 | in the compat with more section, document: | Jason McIntyre |
2014-05-28 | When invoked as more, make the -i option behave the same as less's | Todd C. Miller |
2014-05-28 | On delete-window, remember the position of dot and mark in the buffer | Florian Obser |
2014-05-27 | paste in an EXAMPLES section, from posix spec; | Jason McIntyre |
2014-05-27 | combine the extensions notes; | Jason McIntyre |
2014-05-27 | Handle the top bit of xterm(1)-style modifier keys, based on a diff from | Nicholas Marriott |
2014-05-27 | Add some formats for pane bounds. | Nicholas Marriott |
2014-05-27 | there is no need to xref regex(3) and setbuf(3) in SEE ALSO - re_format(7) | Jason McIntyre |
2014-05-26 | tweak the text for -a and function lists; | Jason McIntyre |
2014-05-26 | rework the SED FUNCTIONS text; | Jason McIntyre |
2014-05-26 | the `P' function was crying out for a comma; | Jason McIntyre |
2014-05-26 | posix does not count `!' as a separate function, and neither should we; | Jason McIntyre |
2014-05-26 | remove the ugly hack that saw two It macros used to render one item; replace | Jason McIntyre |
2014-05-25 | don't use plural "arguments" in SYNOPSIS, since "..." makes it | Jason McIntyre |
2014-05-24 | when ktrace() return ESRCH, the error is regarding the pid, not the pathname | Theo de Raadt |
2014-05-23 | Use REG_STARTEND to permit searches to work past/across NUL bytes. | Philip Guenther |
2014-05-23 | adjust the note in STANDARDS: passing args to the flags is not an | Jason McIntyre |
2014-05-22 | If we have to realloc() "list" we need to zero out the new entries | Todd C. Miller |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2014-05-19 | X509_free() the certificate if the server hostname check fails. | Jeremie Courreges-Anglas |
2014-05-19 | Explicitely initialize two static variables introduced in the previous | Jeremie Courreges-Anglas |
2014-05-19 | HTTPS connections may see redirects, so initialize libcrypto and libssl | Jeremie Courreges-Anglas |
2014-05-19 | Plug a small memory leak: if we pass checkin_init/checkin_update | Jeremie Courreges-Anglas |
2014-05-19 | no more -K; | Jason McIntyre |
2014-05-19 | kerberos leftovers | Ted Unangst |