2016-05-18 |
Ingo Schwarze | Delete useless variables that could sneak into the... |
commit | commitdiff | tree | snapshot |
2016-05-18 |
Ingo Schwarze | Do not hardcode "makewhatis" in a warning message,... |
commit | commitdiff | tree | snapshot |
2016-05-18 |
Ingo Schwarze | Various people (among others Maxim Belooussov and Carst... |
commit | commitdiff | tree | snapshot |
2016-05-18 |
Ingo Schwarze | Linux needs <stddef.h>, or NULL isn't defined. |
commit | commitdiff | tree | snapshot |
2016-04-29 |
Ingo Schwarze | Only focus on the query input box when no manual page... |
commit | commitdiff | tree | snapshot |
2016-04-28 |
Ingo Schwarze | Set the "autofocus" attribute on the query text box. |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Ingo Schwarze | set up man.cgi(3) for inclusion in the web site |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Ingo Schwarze | document the internals of cgi.c for developers; |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Ingo Schwarze | Rename five static functions to make the classification... |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Ingo Schwarze | prefer warn[x](3) over fprintf(3) where appropriate |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Ingo Schwarze | Fix parsing of PATH_INFO if both a section directory... |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Ingo Schwarze | Make HTML tags lower case for better stylistic agreemen... |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Ingo Schwarze | In the architectures dropdown, move aviion, ia64, solbo... |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Ingo Schwarze | If PATH_INFO contains a complete and correct path to... |
commit | commitdiff | tree | snapshot |
2016-04-15 |
Ingo Schwarze | omit list of other results when there is only one match |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Ingo Schwarze | for .Xr links, use short PATH_INFO style URIs |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Ingo Schwarze | Fix a process group race. |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Ingo Schwarze | do not rewrite short queries |
commit | commitdiff | tree | snapshot |
2016-04-14 |
Ingo Schwarze | in -man -Thtml, .nf does not preserve indentation |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Ingo Schwarze | Give manuals in purely numerical sections priority... |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Ingo Schwarze | Give manuals in purely numerical sections priority... |
commit | commitdiff | tree | snapshot |
2016-04-13 |
Ingo Schwarze | fix error page indentation: |
commit | commitdiff | tree | snapshot |
2016-04-12 |
Ingo Schwarze | sed 's/the the/the/' in a comment; from krw@ |
commit | commitdiff | tree | snapshot |
2016-03-19 |
Ingo Schwarze | double word; from jmc@ |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Ingo Schwarze | Make the SCRIPT_NAME logic simpler, safer, and make... |
commit | commitdiff | tree | snapshot |
2016-03-18 |
Ingo Schwarze | document short URIs |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Ingo Schwarze | make man(1) mode the default rather than apropos(1... |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Ingo Schwarze | 'accomodate' -> 'accommodate' in a comment. |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Ingo Schwarze | support short URIs for man.openbsd.org |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Ingo Schwarze | unbreak reading from stdin after recent parse() restruc... |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Ingo Schwarze | Delete the redundant "nchild" member of struct roff_nod... |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Ingo Schwarze | Prefer warn(3) over perror(3) at the few places where... |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Ingo Schwarze | Simplify the mparse_open() interface. |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Ingo Schwarze | It was very surprising that a function called mparse_re... |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Ingo Schwarze | would be nice to warn about broken .Xr links... |
commit | commitdiff | tree | snapshot |
2016-01-08 |
Ingo Schwarze | The root of an .EQ tree is always EQN_ROOT, never EQN_LIST, |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Ingo Schwarze | This code wasted memory by allocating sizeof(enum termf... |
commit | commitdiff | tree | snapshot |
2016-01-07 |
Ingo Schwarze | Recursive "define" was not detected because "lim" was... |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Ingo Schwarze | Improve handling of .Va and .Vt macros. |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Ingo Schwarze | Generate simpler in-page links: just replace spaces... |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Ingo Schwarze | Don't retain the search query in the resulting manual... |
commit | commitdiff | tree | snapshot |
2015-12-23 |
Ingo Schwarze | remove NULL-checks before free(); from mmcc@ |
commit | commitdiff | tree | snapshot |
2015-12-15 |
Ingo Schwarze | pledge(2) style: |
commit | commitdiff | tree | snapshot |
2015-11-26 |
Ingo Schwarze | No point in trying to go on when elementary database... |
commit | commitdiff | tree | snapshot |
2015-11-20 |
Ingo Schwarze | Fix multiple issues regarding process group and signal... |
commit | commitdiff | tree | snapshot |
2015-11-14 |
Ingo Schwarze | Fix an issue reported by deraadt@: When hitting Ctrl... |
commit | commitdiff | tree | snapshot |
2015-11-12 |
Ingo Schwarze | Simplify the logic in mandoc_normdate() and add some... |
commit | commitdiff | tree | snapshot |
2015-11-12 |
Ingo Schwarze | Never use LC_ALL. On the one hand, it can cause misfor... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | move compat_reallocarray.o into SOELIM_OBJS, no functio... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | soelim(1) use getline(3) and err(3), and err(3) uses... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | The sh(1) "test" builtin on Solaris 10 doesn't have -e, |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | provide a simple stand-alone implementation of getline(3) |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | Modernization, no functional change intended: |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | Without HAVE_ERR, don't try to include <err.h>, it... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | In private header files, __BEGIN_DECLS and __END_DECLS... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | garbage collect unused EXAMPLEDIR, forgotten in the... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Ingo Schwarze | Install the soelim(1) binary and manual to the right... |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Ingo Schwarze | In ./configure, select a RE syntax for word boundaries... |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Ingo Schwarze | merge pledge(2) support from OpenBSD |
commit | commitdiff | tree | snapshot |
2015-11-06 |
Ingo Schwarze | Use getprogname(3) rather than __progname. |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Ingo Schwarze | Use include files "header.html" and "footer.html" rathe... |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Ingo Schwarze | Unify the three stylesheets into a single CSS file. |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Ingo Schwarze | demandoc(1) needs to link against -lutil, too |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Ingo Schwarze | remove a stray iso-latin-1 character; noticed by bentley@ |
commit | commitdiff | tree | snapshot |
2015-11-05 |
Ingo Schwarze | specify option ordering in the DESCRIPTION section; |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Ingo Schwarze | If a .Bd block has no arguments at all, drop the block... |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Ingo Schwarze | Do not access a NULL pointer when a .Bd macro has no... |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Ingo Schwarze | apply bold and italic to all non-ASCII Unicode codepoints, |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Ingo Schwarze | use the new function man_validate() here, too |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Ingo Schwarze | move man(7) validation into the dedicated validation... |
commit | commitdiff | tree | snapshot |
2015-10-22 |
Ingo Schwarze | If no output device was allocated because no file wante... |
commit | commitdiff | tree | snapshot |
2015-10-21 |
Ingo Schwarze | Move all mdoc(7) node validation done before child... |
commit | commitdiff | tree | snapshot |
2015-10-20 |
Ingo Schwarze | In order to become able to generate syntax tree nodes... |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Ingo Schwarze | style cleanup, no functional change |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Ingo Schwarze | Simplify, no functional change: |
commit | commitdiff | tree | snapshot |
2015-10-19 |
Ingo Schwarze | including <ohash.h> requires including <stdint.h> befor... |
commit | commitdiff | tree | snapshot |
2015-10-17 |
Ingo Schwarze | Very tricky diff to fix macro interpretation and spacin... |
commit | commitdiff | tree | snapshot |
2015-10-15 |
Ingo Schwarze | Delete two preprocessor constants that are no longer... |
commit | commitdiff | tree | snapshot |
2015-10-15 |
Ingo Schwarze | Simplify the part of args() that is handling .Bl -colum... |
commit | commitdiff | tree | snapshot |
2015-10-15 |
Ingo Schwarze | When blk_full() handles an .It line in .Bl -column... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
Ingo Schwarze | Reject the escape sequences \[uD800] to \[uDFFF] in... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
Ingo Schwarze | Major character table cleanup: |
commit | commitdiff | tree | snapshot |
2015-10-13 |
Ingo Schwarze | Reduce the amount of code by moving the three copies... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | Delete an assignment that is unconditionally overwritte... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | Garbage collect an unused variable, no functional change; |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | Check the right pointer against NULL; |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | Use "-" rather than "\(hy" for the heads of .Bl -dash... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | Clear dform and dsec when exiting a first-level directo... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | Fix an obvious bug found during the /* FALLTHROUGH... |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
commit | commitdiff | tree | snapshot |
2015-10-11 |
Ingo Schwarze | Drop tags containing a blank character: |
commit | commitdiff | tree | snapshot |
2015-10-11 |
Ingo Schwarze | Finally use __progname, err(3) and warn(3). |
commit | commitdiff | tree | snapshot |
2015-10-11 |
Ingo Schwarze | Mention that the first argument of .Pf does not need... |
commit | commitdiff | tree | snapshot |
2015-10-10 |
Ingo Schwarze | Decide whether to use_pager as early as possible, |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Ingo Schwarze | improve wording and start a new sentence on a new line... |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Ingo Schwarze | Theo found a stray blank in HTML output. |
commit | commitdiff | tree | snapshot |
2015-09-26 |
Ingo Schwarze | briefly document -T tree output |
commit | commitdiff | tree | snapshot |
2015-09-26 |
Ingo Schwarze | Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS,... |
commit | commitdiff | tree | snapshot |
2015-09-26 |
Ingo Schwarze | /* NOTREACHED */ after abort() is silly, delete it |
commit | commitdiff | tree | snapshot |
next |