| Commit message (Expand) | Author | Age | Files | Lines |
* | ... and remove the trailing spaces (duh. i should pay more attention) | Ingo Schwarze | 2014-08-17 | 1 | -5/+5 |
* | KNF: fix indentation of previous commit, see style(9): | Ingo Schwarze | 2014-08-17 | 1 | -9/+9 |
* | Protect against accessing "n->next->child" by first checking "n->next". | Kristaps Dzonsons | 2014-08-17 | 1 | -8/+13 |
* | Fully integrate apropos(1) into mandoc(1). | Ingo Schwarze | 2014-08-17 | 8 | -219/+189 |
* | When BUILD_DB is active, link apropos(1) into the mandoc binary. | Ingo Schwarze | 2014-08-16 | 4 | -11/+23 |
* | If a stray .It follows .El, we are no longer in the list, | Ingo Schwarze | 2014-08-16 | 1 | -1/+2 |
* | Improve build system and autodetection. | Ingo Schwarze | 2014-08-16 | 25 | -262/+747 |
* | Some compilers apparently worry that abort() might return | Ingo Schwarze | 2014-08-14 | 1 | -1/+2 |
* | Clarify that .Em and .Sy are physical, not semantic markup, | Ingo Schwarze | 2014-08-14 | 1 | -12/+39 |
* | remove double word; from jmc@ | Ingo Schwarze | 2014-08-14 | 1 | -1/+1 |
* | Revert previous, as requested by kristaps@. | Ingo Schwarze | 2014-08-14 | 5 | -8/+8 |
* | note about AT&T documenters workbench | Ingo Schwarze | 2014-08-13 | 1 | -0/+4 |
* | note about <var> | Ingo Schwarze | 2014-08-13 | 1 | -0/+3 |
* | Begin cleaning up scaling units. | Kristaps Dzonsons | 2014-08-13 | 4 | -27/+55 |
* | Use <em> for .Em and .Bf -emphasis. | Ingo Schwarze | 2014-08-13 | 5 | -8/+8 |
* | typo in comment; Guy Harris <guy at alum dot mit dot edu> | Ingo Schwarze | 2014-08-12 | 1 | -1/+1 |
* | In mdoc(7) and man(7), if a width is given as a bare number without | Ingo Schwarze | 2014-08-12 | 1 | -1/+1 |
* | The macro SCALE_HS_INIT() is always passed the result of strlen() or | Ingo Schwarze | 2014-08-12 | 1 | -1/+1 |
* | work around lack of d_namlen and ALIGN/ALIGNBYTES on Linux | Ingo Schwarze | 2014-08-11 | 4 | -16/+30 |
* | revert previous; i missed that config.h needs sys/types.h and stdio.h | Ingo Schwarze | 2014-08-11 | 1 | -0/+3 |
* | typo | Ingo Schwarze | 2014-08-11 | 1 | -1/+1 |
* | Provide a fallback version of fts(3) for systems lacking it. | Ingo Schwarze | 2014-08-11 | 10 | -22/+997 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 61 | -129/+72 |
* | New section about deployment by Kristaps.VERSION.1.13.1 | Ingo Schwarze | 2014-08-10 | 1 | -37/+105 |
* | 1.13.1 release notes | Ingo Schwarze | 2014-08-10 | 1 | -0/+80 |
* | sync after adding config.h to mansearch_const.c; | Ingo Schwarze | 2014-08-10 | 1 | -1/+1 |
* | Clarifications in comments and standard output suggested by | Ingo Schwarze | 2014-08-10 | 2 | -3/+6 |
* | mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags; | Ingo Schwarze | 2014-08-09 | 2 | -1/+6 |
* | missing #include "config.h", | Ingo Schwarze | 2014-08-09 | 1 | -0/+4 |
* | Do not hardcode stuff in ./configure that is actually user-configurable | Ingo Schwarze | 2014-08-08 | 2 | -4/+4 |
* | Delete the __attribute__((__bounded__(...))) annotation. | Ingo Schwarze | 2014-08-08 | 1 | -2/+1 |
* | add INSTALL and bump VERSION | Ingo Schwarze | 2014-08-08 | 1 | -2/+3 |
* | mention neatroff | Ingo Schwarze | 2014-08-08 | 1 | -1/+2 |
* | provide some instructions for manual installation | Ingo Schwarze | 2014-08-08 | 1 | -0/+119 |
* | When .Sm is called without an argument, groff toggles the spacing mode, | Ingo Schwarze | 2014-08-08 | 1 | -3/+8 |
* | some corrections and improvements with respect to prologue macros; | Ingo Schwarze | 2014-08-08 | 1 | -18/+16 |
* | document warning and error messages, using quite some feedback from jmc@; | Ingo Schwarze | 2014-08-08 | 1 | -26/+841 |
* | Bring the handling of defective prologues even closer to groff, | Ingo Schwarze | 2014-08-06 | 9 | -142/+137 |
* | sync after sqlite3_errstr() compat addition | Ingo Schwarze | 2014-08-05 | 1 | -0/+2 |
* | strcasestr() wants _GNU_SOURCE on Linux | Ingo Schwarze | 2014-08-05 | 2 | -1/+5 |
* | NULL is in <stddef.h>; found on Linux | Ingo Schwarze | 2014-08-05 | 1 | -0/+1 |
* | mansearch.h uses uint64_t, so it needs stdint.h; found on Linux | Ingo Schwarze | 2014-08-05 | 2 | -0/+2 |
* | Absurdly, the return value of sqlite3_column_text() | Ingo Schwarze | 2014-08-05 | 2 | -9/+9 |
* | Since old SQLite versions do not have sqlite3_errstr(), | Ingo Schwarze | 2014-08-05 | 5 | -0/+34 |
* | If an old SQLite version doesn't provide SQLITE_DETERMINISTIC, | Ingo Schwarze | 2014-08-05 | 1 | -0/+3 |
* | Portability fix: | Ingo Schwarze | 2014-08-05 | 1 | -3/+4 |
* | Sync library documentation with reality. | Ingo Schwarze | 2014-08-05 | 5 | -180/+882 |
* | Switch to autogenerated dependency rules; they are less error-prone. | Ingo Schwarze | 2014-08-05 | 2 | -94/+146 |
* | Properly partition the build system and install some missing stuff: | Ingo Schwarze | 2014-08-05 | 1 | -14/+55 |
* | Various minor corrections: | Ingo Schwarze | 2014-08-05 | 1 | -5/+16 |