Age | Commit message (Expand) | Author |
2014-03-23 | Retire the old concat() function. | Ingo Schwarze |
2014-03-23 | If an .Nd block contains macros, avoid fragmented entries in mandocdb(8), | Ingo Schwarze |
2014-03-22 | If a man(7) NAME section contains macros, avoid truncated or empty | Ingo Schwarze |
2014-03-21 | avoid repetitive code for asprintf error handling | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2014-03-20 | Remove currently unimplemented macros from the lists of used-defined | Ingo Schwarze |
2014-03-19 | Register pure .so pages as mlinks, not as mpages. | Ingo Schwarze |
2014-03-19 | Without the MPARSE_SO option, if the file contains nothing but a | Ingo Schwarze |
2014-03-19 | Generalize the mparse_alloc() and roff_alloc() functions by giving | Ingo Schwarze |
2014-03-18 | Allow checking that databases are up to date even when you have no write | Ingo Schwarze |
2014-03-17 | in apropos(1) output, sort names and avoid multiple section numbers | Ingo Schwarze |
2014-03-17 | describe new features | Ingo Schwarze |
2014-03-17 | remove Berkeley DB parts | Ingo Schwarze |
2014-03-17 | sync to bsd.lv: remove the Berkeley DB specific parts and document -n | Ingo Schwarze |
2014-03-13 | In -Tutf8 mode, make sure that hyphens get counted against the output line | Ingo Schwarze |
2014-03-08 | In .nf mode, use the MAN_LINE flag to detect input line breaks | Ingo Schwarze |
2014-03-08 | To find out whether .TP head arguments are same-line or next-line arguments, | Ingo Schwarze |
2014-03-08 | Improve .if/.ie condition handling. | Ingo Schwarze |
2014-03-07 | In roff_cond_sub(), make sure that the incorrect input sequence `\\}', | Ingo Schwarze |
2014-03-07 | Even on macro lines, \} must not cause whitespace. | Ingo Schwarze |
2014-03-07 | Three bugfixes related to the closing of conditional blocks: | Ingo Schwarze |
2014-03-05 | In -Tutf8 mode, mandoc_char(7) named accent character escape sequences | Ingo Schwarze |
2014-02-16 | After Werner Lemberg accepted and committed some updates to the manual | Ingo Schwarze |
2014-02-16 | when indenting, extend the right margin accordingly, when needed; | Ingo Schwarze |
2014-02-14 | Parse and ignore the roff(7) .ce request (center some lines). | Ingo Schwarze |
2014-02-14 | Implement the roff(7) .as request (append to user-defined string). | Ingo Schwarze |
2014-02-14 | Handle some predefined read-only number registers, e.g. .H and .V. | Ingo Schwarze |
2014-01-24 | Improve formatting of broken blocks in -Tman, | Ingo Schwarze |
2014-01-22 | Implement the \: (optional line break) escape sequence, | Ingo Schwarze |
2014-01-21 | Treat the line after .Cd as a single argument. | Ingo Schwarze |
2014-01-20 | Keep words after .Ic together in a single argument. | Ingo Schwarze |
2014-01-19 | Always compare arch case-insensitively. | Ingo Schwarze |
2014-01-19 | Avoid the risk of trying to modify a literal string. | Ingo Schwarze |
2014-01-19 | Always store the arch in lower-case only. | Ingo Schwarze |
2014-01-19 | Get rid of the local keys table, use the new mansearch_const.c. | Ingo Schwarze |
2014-01-19 | Support a second -v on mandocdb(8) to show keys while they are being added; | Ingo Schwarze |
2014-01-18 | Cope with slightly broken NAME sections in man(7) pages | Ingo Schwarze |
2014-01-17 | Sort the macro keys by their real-world frequency to reduce the average | Ingo Schwarze |
2014-01-17 | Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables. | Ingo Schwarze |
2014-01-17 | Despite some experimenting, i'm unable to find any relevant effect of | Ingo Schwarze |
2014-01-11 | Remove useless use of strnlen(3). | Ingo Schwarze |
2014-01-07 | Cache the result of uname(3) such that we don't need to call it | Ingo Schwarze |
2014-01-06 | Gprof(1) is fun. You should use it more often. | Ingo Schwarze |
2014-01-06 | Another 18% speedup for mandocdb(8) -Q, found by gprof(1). | Ingo Schwarze |
2014-01-06 | Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1). | Ingo Schwarze |
2014-01-06 | Do not sync to disk after each individual manual page (duh!), | Ingo Schwarze |
2014-01-06 | Fix mandocdb(8) -d and -u. | Ingo Schwarze |
2014-01-06 | Rename dbindex() to dbadd() to be less confusing. | Ingo Schwarze |
2014-01-06 | Remove the redundant "file" column from the "mlinks" table. | Ingo Schwarze |
2014-01-06 | Drop Nd from the mpages table, it is still in the keys table. | Ingo Schwarze |