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 |
2014-01-18 |
Ingo Schwarze | Sort the macro keys by their real-world frequency to... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Ingo Schwarze | Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Ingo Schwarze | Despite some experimenting, i'm unable to find any... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Ingo Schwarze | Remove useless use of strnlen(3). |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Ingo Schwarze | Cache the result of uname(3) such that we don't need... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Gprof(1) is fun. You should use it more often. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Another 18% speedup for mandocdb(8) -Q, found by gprof(1). |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Another 25% speedup for mandocdb(8) -Q mode, found... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Do not sync to disk after each individual manual page... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Fix mandocdb(8) -d and -u. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Rename dbindex() to dbadd() to be less confusing. |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Remove the redundant "file" column from the "mlinks... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Drop Nd from the mpages table, it is still in the keys... |
commit | commitdiff | tree | snapshot |
2014-01-06 |
Ingo Schwarze | Joerg Sonnenberger contributed copyrightable amounts... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Cope with mparse_alloc() interface change. |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Add an option -Q (quick) to mandocdb(8) |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Joerg Sonnenberger | Tag functions with format strings as arguments as print... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Joerg Sonnenberger | Merge NetBSD's r1.4: Rename data to getdata to work... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Rip out the complete "reachable" checks, without replac... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Remove the obsolete file name column from the mpages... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Remove the obsolete sec and arch columns from the mpage... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Reimplement apropos -s NUM -S ARCH EXPR by internally... |
commit | commitdiff | tree | snapshot |
2014-01-05 |
Ingo Schwarze | Put section and architecture info into the keys table, |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Ingo Schwarze | New implementation of complex search criteria using... |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Ingo Schwarze | Put mansearch.{h,c}, manpage.c, and compat_ohash.{h,c} |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Ingo Schwarze | Put ./configure into the distributin tarball. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Ingo Schwarze | Use C99 uint32_t, not BSD-style u_int32_t. |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Ingo Schwarze | Even though strnlen(3) is required by POSIX 2008, |
commit | commitdiff | tree | snapshot |
2014-01-04 |
Ingo Schwarze | Clean up feature tests: |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Ingo Schwarze | Avoid "utf8" in the names of a function and a struct... |
commit | commitdiff | tree | snapshot |
2014-01-02 |
Ingo Schwarze | Do not put UTF-8-encoded strings into the database... |
commit | commitdiff | tree | snapshot |
next |