Age | Commit message (Expand) | Author |
2012-07-09 | a bit more scaffolding to distinguish between syntax errors during compilation | Marc Espie |
2012-07-09 | fix -Tman font handling for: | Ingo Schwarze |
2012-07-09 | Print the fd_set used by select in kdump. | Claudio Jeker |
2012-07-09 | avoid duplicate -o | Marc Espie |
2012-07-09 | create mode objects thru factory always: uniform require. | Marc Espie |
2012-07-09 | tweak auto-accessor for arrays to be more useful | Marc Espie |
2012-07-09 | somehow, the require is not enough for inheritance to work correctly ? | Marc Espie |
2012-07-09 | implement help-all | Marc Espie |
2012-07-09 | framework for handling help better | Marc Espie |
2012-07-09 | match main libtool options better | Marc Espie |
2012-07-09 | Move a NULL check inside a function, from Tiago Cunha. | Nicholas Marriott |
2012-07-09 | implement -Tman .No and .Mt | Ingo Schwarze |
2012-07-09 | Fix choose-tree usage string. | Nicholas Marriott |
2012-07-08 | fix .Lk for -Tascii and implement it for -Tman | Ingo Schwarze |
2012-07-08 | fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .Vt | Ingo Schwarze |
2012-07-08 | first use of permuted options | Marc Espie |
2012-07-08 | pass @ (array) information along to auto-make simpler accessors | Marc Espie |
2012-07-08 | zap weird precision (if provided) that's not really relevant to anything | Marc Espie |
2012-07-08 | remove extraneous line; | Jason McIntyre |
2012-07-08 | implement -Tman .An | Ingo Schwarze |
2012-07-08 | Add choose-tree command to show windows and sessions in the same | Nicholas Marriott |
2012-07-08 | Switch diff(1) binary file detection from !(isprint() || isspace()) to | Stefan Sperling |
2012-07-08 | Add flags to insert a .sp or .br request before the next output, | Ingo Schwarze |
2012-07-08 | Sort SRCS list. | Nicholas Marriott |
2012-07-08 | Instead of adding one integer variable for each global boolean output flag | Ingo Schwarze |
2012-07-08 | implement -Tman .Va | Ingo Schwarze |
2012-07-08 | - move some more stuff into OSConfig | Jasper Lievisse Adriaanse |
2012-07-08 | preparation for handling permuted options | Marc Espie |
2012-07-08 | ouch, in the SYNOPSIS, .Vt is a block, | Ingo Schwarze |
2012-07-08 | implement -Tman .Vt | Ingo Schwarze |
2012-07-08 | a few big changes | Marc Espie |
2012-07-08 | stupid | Marc Espie |
2012-07-08 | Handle the O_ACCMODE bits correctly, so that O_RDONLY is displayed | Philip Guenthe |
2012-07-08 | Basic implementation of -Tman .Fo and .Fa; | Ingo Schwarze |
2012-07-08 | specialized option handler that will make things simpler | Marc Espie |
2012-07-08 | - remove some unneeded quotes | Jasper Lievisse Adriaanse |
2012-07-08 | - move noshared handling to LT::OSConfig | Jasper Lievisse Adriaanse |
2012-07-08 | Remove the "Variables" chapter from CAVEATS now that it's been fixed. | Antoine Jacoutot |
2012-07-08 | fix ajacoutot's whining (i wish...) | Marc Espie |
2012-07-08 | Clear flags across all sessions, from Thomas Adam. | Nicholas Marriott |
2012-07-07 | calling help() is not an error, so just return 0. | Jasper Lievisse Adriaanse |
2012-07-07 | add a dump method, simplifying the --config call | Jasper Lievisse Adriaanse |
2012-07-07 | make $mode into an actual object. | Marc Espie |
2012-07-07 | rudimentary support for -Tman .Ft and .Fn; | Ingo Schwarze |
2012-07-07 | - since we're storing the config variables in an object now, just walk the | Jasper Lievisse Adriaanse |
2012-07-07 | basic support for -Tman .In | Ingo Schwarze |
2012-07-07 | Support the .cc request; code by kristaps@, tests by me. | Ingo Schwarze |
2012-07-07 | streamlined code | Marc Espie |
2012-07-07 | - add LT::OSConfig which'll be used to keep all the configuration values | Jasper Lievisse Adriaanse |
2012-07-07 | Fix an assert() raised by `RS' when following `TP' without a tag. | Ingo Schwarze |