summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2012-07-13In -man -Tascii, support .sp with negative argument.Ingo Schwarze
2012-07-13tidbitMarc Espie
2012-07-13minor cleanupMarc Espie
2012-07-13move stuff around some more, do not load link parts unless we are actuallyMarc Espie
2012-07-13fix shared library lookup...Marc Espie
2012-07-13Add a queue of notifys and a way to turn them off and on (we do not wantNicholas Marriott
2012-07-13make the compat for -XXX to -s XXX simpler. sometimes you dont need to useDavid Gwynne
2012-07-13handle long comments in config files better. bz#2025, ok markusDarren Tucker
2012-07-12common code for deducing libraries.Marc Espie
2012-07-12add -B to usage();Jason McIntyre
2012-07-12okay, now the parser module is totally part of Mode/Link.pm, no reasonMarc Espie
2012-07-12Add -B option to pass down LD_BIND_NOW to suppress ld.so blatherPhilip Guenthe
2012-07-12The post_nm() validation function crashed when the first .Nm child nodeIngo Schwarze
2012-07-12Set CLOCAL in remove c_cflag or line noise is likely to make cu exit asNicholas Marriott
2012-07-12Add handler for SIGHUP.Nicholas Marriott
2012-07-12Describe ~X as "send" not "transfer" to be clearer.Nicholas Marriott
2012-07-12Nuke unused variable from Thomas Adam.Nicholas Marriott
2012-07-12perlify: $_ is subjectMarc Espie
2012-07-12match what stupid gnu libtool is doing, namely -o is not a short optionMarc Espie
2012-07-12allow "long options" to be one letter, enforce with !Marc Espie
2012-07-12laterMarc Espie
2012-07-12match gnu-libtool: error out if -L dir is used instead of -LdirMarc Espie
2012-07-12deal with -pthread as a "once on" option.Marc Espie
2012-07-12unwanted duplicateMarc Espie
2012-07-12simplify yet a bit moreMarc Espie
2012-07-12Do not crash in -Tman on:Ingo Schwarze
2012-07-12move a bit of stuff aroundMarc Espie
2012-07-11Polish -Tman .Rs support.Ingo Schwarze
2012-07-11fix three typos.Igor Sobrado
2012-07-11fix position and formatting of %UIngo Schwarze
2012-07-11Make ~~ send a ~, pointed out by naddy.Nicholas Marriott
2012-07-11Basic implementation of -Tman .Bl -column using tbl(7).Ingo Schwarze
2012-07-11duh, idiotMarc Espie
2012-07-11must check release is defined, it CAN be 0.Marc Espie
2012-07-11try to make code vaguely saneMarc Espie
2012-07-11simplify cache code a bitMarc Espie
2012-07-11no need to trace libtool when executing an external command fails.Marc Espie
2012-07-11Report ptrace(PT_{GET,SET}XMMREGS) by namePhilip Guenthe
2012-07-11thinkoMarc Espie
2012-07-11fix bug for real. Turns out some libraries (xcb...) have NEEDED that goMarc Espie
2012-07-11do the ldconfig search dir properlyMarc Espie
2012-07-11nit: bless object early so we can use methods on itMarc Espie
2012-07-11reoder letters to fix piles-o'-typosPhilip Guenthe
2012-07-11Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott
2012-07-11Separate total block counter (reported to user) from 8-bit block counterNicholas Marriott
2012-07-10basic implementation of -Tman .Bl -tagIngo Schwarze
2012-07-10multiple fixes to -Tascii .HP rendering:Ingo Schwarze
2012-07-10quick fix ?Marc Espie
2012-07-10unconfuse myself.Marc Espie
2012-07-10ouch, Rresolved and libsearchdirs no longer live in main, so make themMarc Espie