2014-04-22 |
Ingo Schwarze | add a LICENSE file for clarity and for the convenience... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
Ingo Schwarze | in debug messages, truncating strings of excessive... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
Ingo Schwarze | strlen+malloc+snprintf is error prone; |
commit | commitdiff | tree | snapshot |
2014-04-20 |
Ingo Schwarze | fix unchecked snprintf(3) in page header printing: |
commit | commitdiff | tree | snapshot |
2014-04-20 |
Ingo Schwarze | make sure static buffers for snprintf(3) are large... |
commit | commitdiff | tree | snapshot |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Ingo Schwarze | Two minor tweaks regarding the fallback from -u/-d... |
commit | commitdiff | tree | snapshot |
2014-04-19 |
Ingo Schwarze | Properly handle symlinks (hardlinks and .so only files... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Ingo Schwarze | In update mode, when opening the database fails, probab... |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Ingo Schwarze | Slowly, the dust begins to settle. |
commit | commitdiff | tree | snapshot |
2014-04-18 |
Ingo Schwarze | Fix a few lies; polish wording and formatting while... |
commit | commitdiff | tree | snapshot |
2014-04-17 |
Ingo Schwarze | Garbage collect one pair of needless parentheses in... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Ingo Schwarze | Rename the mpages.id column to mpages.pageid. There... |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Ingo Schwarze | Give the mlinks and keys tables a pageid index, |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Ingo Schwarze | Pass the function flags SQLITE_UTF8 (because SQLITE_ANY... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Ingo Schwarze | Oops, sorry, revert previous and commit the correct... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Ingo Schwarze | At the end of mansearch(), fchdir() back to where we... |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Ingo Schwarze | remove documentation of the former macro key "NAME"; |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Ingo Schwarze | Document the database format and SQL code generation; |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Ingo Schwarze | Using macros in .Sh header lines, or having .Sm off... |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Ingo Schwarze | Unify description handling across all document types... |
commit | commitdiff | tree | snapshot |
2014-04-13 |
Ingo Schwarze | better error reporting in case of SQL errors: mention... |
commit | commitdiff | tree | snapshot |
2014-04-11 |
Ingo Schwarze | Further apropos(1) speed optimization was trickier... |
commit | commitdiff | tree | snapshot |
2014-04-10 |
Ingo Schwarze | Next speed optimization step for the new apropos(1). |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Ingo Schwarze | After careful gprof(1)ing of the new apropos(1), move... |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Ingo Schwarze | Add a new term_flushln() flag TERMP_BRIND (if break... |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Ingo Schwarze | If the SYNOPSIS section contains an excessively long... |
commit | commitdiff | tree | snapshot |
2014-04-08 |
Ingo Schwarze | Fully implement the \B (validate numerical expression... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Ingo Schwarze | We already supported (outer) user-defined strings conta... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Ingo Schwarze | Make it clear which errors come from which tool. |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Ingo Schwarze | Accept arbitrary argument delimiters for various roff... |
commit | commitdiff | tree | snapshot |
2014-04-07 |
Ingo Schwarze | Almost complete implementation of roff(7) numerical... |
commit | commitdiff | tree | snapshot |
2014-04-05 |
Ingo Schwarze | bugfix: make sure all variables are properly initialized |
commit | commitdiff | tree | snapshot |
2014-04-05 |
Ingo Schwarze | Implement the roff(7) .rr (remove register) request. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Ingo Schwarze | In -p (picky) mode, warn unless each filename (aka... |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Ingo Schwarze | Warn about missing mlinks. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Ingo Schwarze | Remember which names are in the NAME section. |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Ingo Schwarze | merge OpenBSD rev. 1.20, describing new features |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Ingo Schwarze | When the -n or -t flag is given to makewhatis(8), |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Ingo Schwarze | Instead of silently doing nothing at all, |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Ingo Schwarze | Rename the -W option to -p (mnemonics: picky, print... |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Ingo Schwarze | The -v option of mandocdb(8) clashes with the -v option... |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Ingo Schwarze | document -Q and -T; from OpenBSD |
commit | commitdiff | tree | snapshot |
2014-03-31 |
Ingo Schwarze | Support the CONTEXT section for kernel manual pages... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Ingo Schwarze | Improve formatting of broken blocks in -Tman, |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Ingo Schwarze | Allow ERRORS in section 4; OpenBSD rev. 1.121. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Ingo Schwarze | Support relative arguments to .ll (increase or decrease... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
Ingo Schwarze | Implement the roff(7) .ll (line length) request. |
commit | commitdiff | tree | snapshot |
2014-03-28 |
Ingo Schwarze | Allow leading and trailing vertical lines, |
commit | commitdiff | tree | snapshot |
2014-03-28 |
Ingo Schwarze | Properly initialize malloc(3)ed memory. |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Ingo Schwarze | Without bloating mandoc(1) itself, let mandocdb(8)... |
commit | commitdiff | tree | snapshot |
2014-03-26 |
Ingo Schwarze | Improve error reporting. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Ingo Schwarze | Skip leading escape sequences in man_deroff(). Helps... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Ingo Schwarze | Retire the old concat() function. |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Ingo Schwarze | If an .Nd block contains macros, avoid fragmented entri... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Ingo Schwarze | If a man(7) NAME section contains macros, avoid truncat... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Ingo Schwarze | needs mandoc_aux, too |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Ingo Schwarze | avoid repetitive code for asprintf error handling |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Ingo Schwarze | Remove currently unimplemented macros from the lists... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Ingo Schwarze | Register pure .so pages as mlinks, not as mpages. |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Ingo Schwarze | Without the MPARSE_SO option, if the file contains... |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Ingo Schwarze | cope with mparse_alloc() interface change |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Ingo Schwarze | Generalize the mparse_alloc() and roff_alloc() function... |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Ingo Schwarze | Allow checking that databases are up to date even when... |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Ingo Schwarze | in apropos(1) output, sort names and avoid multiple... |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Ingo Schwarze | Sync to OpenBSD: |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Ingo Schwarze | minor sync to OpenBSD |
commit | commitdiff | tree | snapshot |
2014-03-17 |
Ingo Schwarze | sync to OpenBSD: .ft is a roff(7) request, not a man... |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Ingo Schwarze | In -Tutf8 mode, make sure that hyphens get counted... |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ingo Schwarze | new bug report from wiz@ regarding Tcl*(3) |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ingo Schwarze | In .nf mode, use the MAN_LINE flag to detect input... |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ingo Schwarze | To find out whether .TP head arguments are same-line... |
commit | commitdiff | tree | snapshot |
2014-03-08 |
Ingo Schwarze | Improve .if/.ie condition handling. |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ingo Schwarze | In roff_cond_sub(), make sure that the incorrect input... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ingo Schwarze | Even on macro lines, \} must not cause whitespace. |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Ingo Schwarze | Three bugfixes related to the closing of conditional... |
commit | commitdiff | tree | snapshot |
2014-03-05 |
Ingo Schwarze | In -Tutf8 mode, mandoc_char(7) named accent character... |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Ingo Schwarze | - remove index.html, it is now part of the website... |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Ingo Schwarze | MANDOCERR_BADTAB needs checking, but .UR/.UE is done |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Ingo Schwarze | Move the regression suite to the attic. |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Ingo Schwarze | After Werner Lemberg accepted and committed some update... |
commit | commitdiff | tree | snapshot |
2014-02-16 |
Ingo Schwarze | when indenting, extend the right margin accordingly... |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Ingo Schwarze | document .as and .ce |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Ingo Schwarze | Parse and ignore the roff(7) .ce request (center some... |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Ingo Schwarze | Implement the roff(7) .as request (append to user-defin... |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Ingo Schwarze | Handle some predefined read-only number registers,... |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Ingo Schwarze | use .At where appropriate; from Jan Stary <hans at... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Ingo Schwarze | Supplement the documentation of the .St macro by minima... |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Ingo Schwarze | Implement the \: (optional line break) escape sequence, |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Ingo Schwarze | Treat the line after .Cd as a single argument. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Ingo Schwarze | Keep words after .Ic together in a single argument. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Ingo Schwarze | Change markup of some fixed strings from .Ar to .Cm. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Ingo Schwarze | Always compare arch case-insensitively. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Ingo Schwarze | Avoid the risk of trying to modify a literal string. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Ingo Schwarze | Always store the arch in lower-case only. |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Ingo Schwarze | Get rid of the local keys table, use the new mansearch_... |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Ingo Schwarze | Support a second -v on mandocdb(8) to show keys while... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Ingo Schwarze | Cope with slightly broken NAME sections in man(7) pages |
commit | commitdiff | tree | snapshot |
next |