Age | Commit message (Expand) | Author |
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 |
2012-07-11 | simplify cache code a bit | Marc Espie |
2012-07-11 | no need to trace libtool when executing an external command fails. | Marc Espie |
2012-07-11 | Report ptrace(PT_{GET,SET}XMMREGS) by name | Philip Guenthe |
2012-07-11 | thinko | Marc Espie |
2012-07-11 | fix bug for real. Turns out some libraries (xcb...) have NEEDED that go | Marc Espie |
2012-07-11 | do the ldconfig search dir properly | Marc Espie |
2012-07-11 | nit: bless object early so we can use methods on it | Marc Espie |
2012-07-11 | reoder letters to fix piles-o'-typos | Philip Guenthe |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |
2012-07-11 | Separate total block counter (reported to user) from 8-bit block counter | Nicholas Marriott |
2012-07-10 | basic implementation of -Tman .Bl -tag | Ingo Schwarze |
2012-07-10 | multiple fixes to -Tascii .HP rendering: | Ingo Schwarze |
2012-07-10 | quick fix ? | Marc Espie |
2012-07-10 | unconfuse myself. | Marc Espie |
2012-07-10 | ouch, Rresolved and libsearchdirs no longer live in main, so make them | Marc Espie |
2012-07-10 | move some shit around to (more or less) where it belongs | Marc Espie |
2012-07-10 | Remove a hack that was intended for groff-1.15 bug compatibility: | Ingo Schwarze |
2012-07-10 | * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It | Ingo Schwarze |
2012-07-10 | bye-bye Getopt::Long | Marc Espie |
2012-07-10 | Fix usage. | Nicholas Marriott |
2012-07-10 | make pkill -l print the proper processes also when the invert (-v) | Alexander Hall |
2012-07-10 | Add ~R command to start recording output to a file. | Nicholas Marriott |
2012-07-10 | clean-up shit, pull some of LT::Util into ltconfig object | Marc Espie |
2012-07-10 | Use function to restore termios and add ~X to help. | Nicholas Marriott |
2012-07-10 | Trim some unused externs. | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-07-10 | Add builtin XMODEM send support with ~X, only tested with lrz -X so far. | Nicholas Marriott |
2012-07-10 | full support for -static -shared -prefer-pic -prefer-non-pic -fpie* | Marc Espie |
2012-07-10 | pass the option string along as a 4th parameter, in cases canonical is | Marc Espie |
2012-07-10 | nit | Marc Espie |
2012-07-10 | +limits.h. | Nicholas Marriott |
2012-07-10 | Once we've set up termios, lines need to be \r\n terminated, and we need | Nicholas Marriott |
2012-07-10 | more config, sort stuff for easier spotting | Marc Espie |