| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | merge from VERSION_1_12: do not complain about unused variables in test-*.c | Ingo Schwarze | 2013-10-05 | 1 | -7/+7 |
* | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze | 2013-10-05 | 5 | -8/+6 |
* | Merge from VERSION_1_12, in particular release date, pkgsrc port version, | Ingo Schwarze | 2013-10-05 | 2 | -5/+14 |
* | Release version 1.12.2. This is no longer beta. | Ingo Schwarze | 2013-10-05 | 1 | -1/+2 |
* | Merge from branch VERSION_1_12: | Ingo Schwarze | 2013-10-02 | 1 | -19/+99 |
* | Merge from branch VERSION_1_12: | Ingo Schwarze | 2013-10-02 | 1 | -9/+17 |
* | Merge the relevant parts from the VERSION_1_12 branch: | Ingo Schwarze | 2013-10-01 | 2 | -6/+38 |
* | New file suggested by Thomas Klausner <wiz at netbsd dot org>. | Ingo Schwarze | 2013-10-01 | 1 | -0/+330 |
* | Maybe we can easily improve -width parsing. | Ingo Schwarze | 2013-09-27 | 1 | -0/+3 |
* | Throwing FATAL MANDOCERR_SYNTCHILD on non-.It children of .Bl | Ingo Schwarze | 2013-09-22 | 1 | -1/+7 |
* | DocBook abuses \h - for no good reason, but maybe we should eventually | Ingo Schwarze | 2013-09-22 | 1 | -0/+5 |
* | use the .Bx macro; from Jan Stary via jmc@ | Ingo Schwarze | 2013-09-16 | 1 | -1/+2 |
* | two improvements in the SYNOPSIS; | Ingo Schwarze | 2013-09-16 | 1 | -2/+1 |
* | Drop .Ud remark, it has started to slowly turn into a lie. | Ingo Schwarze | 2013-09-16 | 1 | -7/+0 |
* | Beagle has been replaced by armv7; from patrick@. | Ingo Schwarze | 2013-09-16 | 1 | -1/+1 |
* | One of the WARNING messages has to use the word "section" twice in two | Ingo Schwarze | 2013-09-16 | 3 | -3/+4 |
* | Use normal line macro recognition, do not attempt to roll your own. | Ingo Schwarze | 2013-09-15 | 1 | -3/+2 |
* | Block closing macros do not allocate a new node but finish an existing | Ingo Schwarze | 2013-09-15 | 1 | -0/+3 |
* | For some mdoc(7) macros, it is (unfortunately) semantically significant | Ingo Schwarze | 2013-09-15 | 1 | -2/+5 |
* | Move the last column-counting members of struct termp (col and maxcols) | Ingo Schwarze | 2013-08-21 | 2 | -20/+16 |
* | Use text production macros to document themselves. | Ingo Schwarze | 2013-08-14 | 1 | -5/+15 |
* | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze | 2013-08-08 | 7 | -47/+82 |
* | After a leading blank on an output line, the first word was counted twice | Ingo Schwarze | 2013-08-05 | 1 | -1/+1 |
* | Put .%C before .%D in .Rs output | Ingo Schwarze | 2013-08-05 | 1 | -2/+2 |
* | jca@ found .as .shift .while in ratpoison(1) | Ingo Schwarze | 2013-07-14 | 1 | -0/+6 |
* | tedu@ says: "whatis pool" doesn't work | Ingo Schwarze | 2013-07-14 | 1 | -0/+9 |
* | For citing the names and email addresses of authors, | Ingo Schwarze | 2013-07-13 | 13 | -31/+17 |
* | Rudimentary implementation of the .it request (input line trap). | Ingo Schwarze | 2013-07-13 | 4 | -15/+60 |
* | Simple partial sync with OpenBSD: | Ingo Schwarze | 2013-07-05 | 2 | -14/+14 |
* | For the strings table, ohash_init is only called in ofmerge(), | Ingo Schwarze | 2013-07-02 | 1 | -16/+15 |
* | Turning off synchronous mode logically belongs to opening the database, | Ingo Schwarze | 2013-07-02 | 1 | -9/+11 |
* | fixed in mandoc.c rev. 1.67 and OpenBSD mandoc.c rev. 1.36 | Ingo Schwarze | 2013-07-02 | 1 | -8/+0 |
* | Restore the check whether each page added to the database | Ingo Schwarze | 2013-07-02 | 1 | -18/+86 |
* | Parse for the closing delimiter `\}' for conditionals | Ingo Schwarze | 2013-06-27 | 1 | -43/+31 |
* | sort missing roff requests, and add some usage info | Ingo Schwarze | 2013-06-22 | 1 | -4/+12 |
* | A very simple utility script to automatically compare groff and mandoc | Ingo Schwarze | 2013-06-22 | 1 | -0/+35 |
* | Improve handling of the roff(7) "\t" escape sequence: | Ingo Schwarze | 2013-06-20 | 3 | -6/+25 |
* | Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q. | Ingo Schwarze | 2013-06-19 | 2 | -11/+20 |
* | The mdoc_handler flags are unused and will never be used. | Ingo Schwarze | 2013-06-07 | 1 | -126/+123 |
* | In .Xr database entries, mention the manual section again; | Ingo Schwarze | 2013-06-07 | 1 | -2/+13 |
* | The string hash table is only needed to combine multiple occurences | Ingo Schwarze | 2013-06-07 | 1 | -109/+67 |
* | Optimize stradds() and putkeys() to not call ohash_qlookupi() | Ingo Schwarze | 2013-06-06 | 1 | -44/+27 |
* | Drop wordaddbuf() which is identical to putkeys(). | Ingo Schwarze | 2013-06-06 | 1 | -21/+8 |
* | In dbopen(), check success of remove("mandoc.db~"). | Ingo Schwarze | 2013-06-06 | 1 | -21/+14 |
* | No point in inventing yet another file name for the database. | Ingo Schwarze | 2013-06-06 | 1 | -1/+1 |
* | In parse_catpage(), the comment saying that the filename would be | Ingo Schwarze | 2013-06-06 | 1 | -0/+1 |
* | The return value from parse_man() is completely unused, | Ingo Schwarze | 2013-06-05 | 1 | -13/+9 |
* | Two sanity checks got lost in treescan() | Ingo Schwarze | 2013-06-05 | 1 | -29/+36 |
* | Add back the realpath() checks that got lost during the change from | Ingo Schwarze | 2013-06-05 | 1 | -121/+159 |
* | Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. | Ingo Schwarze | 2013-06-05 | 6 | -49/+43 |