Age | Commit message (Expand) | Author |
2012-07-18 | Fix handling of paragraph macros inside lists: | Ingo Schwarze |
2012-07-18 | The mdoc(7) \*(Ba predefined string actually forces roman font; | Ingo Schwarze |
2012-07-18 | style | Marc Espie |
2012-07-16 | Always fix the man(7) subsection header (.SS) indent to 3n, | Ingo Schwarze |
2012-07-16 | Release polishing: finally fix the perl(1) SYNOPSIS. | Ingo Schwarze |
2012-07-16 | Two fixes regarding -Tman .sp: | Ingo Schwarze |
2012-07-16 | Several -mdoc parser improvements related to vertical spacing: | Ingo Schwarze |
2012-07-15 | Add a command (~D) to drop the DTR line for a second (similar to using | Nicholas Marriott |
2012-07-15 | Document pane_index variable, from sam at sltosis dot org. | Nicholas Marriott |
2012-07-14 | Translate blank input lines to .sp just like in mdoc(7), | Ingo Schwarze |
2012-07-14 | In -Tman .Bl -compact, skip the blank line only before the first item | Ingo Schwarze |
2012-07-13 | Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@. | Ingo Schwarze |
2012-07-13 | If the tag in .Bl -tag .It would leave exactly one blank before the | Ingo Schwarze |
2012-07-13 | Label node allocation failures as such in netstat -W output. | Stefan Sperling |
2012-07-13 | kill unused variable | Alexander Hall |
2012-07-13 | In -man -Tascii, support .sp with negative argument. | Ingo Schwarze |
2012-07-13 | tidbit | Marc Espie |
2012-07-13 | minor cleanup | Marc Espie |
2012-07-13 | move stuff around some more, do not load link parts unless we are actually | Marc Espie |
2012-07-13 | fix shared library lookup... | Marc Espie |
2012-07-13 | Add a queue of notifys and a way to turn them off and on (we do not want | Nicholas Marriott |
2012-07-13 | make the compat for -XXX to -s XXX simpler. sometimes you dont need to use | David Gwynne |
2012-07-13 | handle long comments in config files better. bz#2025, ok markus | Darren Tucker |
2012-07-12 | common code for deducing libraries. | Marc Espie |
2012-07-12 | add -B to usage(); | Jason McIntyre |
2012-07-12 | okay, now the parser module is totally part of Mode/Link.pm, no reason | Marc Espie |
2012-07-12 | Add -B option to pass down LD_BIND_NOW to suppress ld.so blather | Philip Guenthe |
2012-07-12 | The post_nm() validation function crashed when the first .Nm child node | Ingo Schwarze |
2012-07-12 | Set CLOCAL in remove c_cflag or line noise is likely to make cu exit as | Nicholas Marriott |
2012-07-12 | Add handler for SIGHUP. | Nicholas Marriott |
2012-07-12 | Describe ~X as "send" not "transfer" to be clearer. | Nicholas Marriott |
2012-07-12 | Nuke unused variable from Thomas Adam. | Nicholas Marriott |
2012-07-12 | perlify: $_ is subject | Marc Espie |
2012-07-12 | match what stupid gnu libtool is doing, namely -o is not a short option | Marc Espie |
2012-07-12 | allow "long options" to be one letter, enforce with ! | Marc Espie |
2012-07-12 | later | Marc Espie |
2012-07-12 | match gnu-libtool: error out if -L dir is used instead of -Ldir | Marc Espie |
2012-07-12 | deal with -pthread as a "once on" option. | Marc Espie |
2012-07-12 | unwanted duplicate | Marc Espie |
2012-07-12 | simplify yet a bit more | Marc Espie |
2012-07-12 | Do not crash in -Tman on: | Ingo Schwarze |
2012-07-12 | move a bit of stuff around | Marc Espie |
2012-07-11 | Polish -Tman .Rs support. | Ingo Schwarze |
2012-07-11 | fix three typos. | Igor Sobrado |
2012-07-11 | fix position and formatting of %U | Ingo Schwarze |
2012-07-11 | Make ~~ send a ~, pointed out by naddy. | Nicholas Marriott |
2012-07-11 | Basic implementation of -Tman .Bl -column using tbl(7). | Ingo Schwarze |
2012-07-11 | duh, idiot | Marc Espie |
2012-07-11 | must check release is defined, it CAN be 0. | Marc Espie |
2012-07-11 | try to make code vaguely sane | Marc Espie |