Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
also reset -[no]split mode at .Sh AUTHORS in -Tascii | |||
2012-07-08 | Add choose-tree command to show windows and sessions in the same | Nicholas Marriott | |
list. Change choose-window and -session to use the same code. From Thomas Adam. | |||
2012-07-08 | Switch diff(1) binary file detection from !(isprint() || isspace()) to | Stefan Sperling | |
checking for embedded NULs, as was done for grep(1) some time ago. Avoids problems with e.g. latin1-encoded files being treated as binary, since isprint() uses only ASCII by default and diff(1) doesn't call setlocale(). prodded by and ok bluhm | |||
2012-07-08 | Add flags to insert a .sp or .br request before the next output, | Ingo Schwarze | |
shortening some frequent idioms and preparing for better vertical spacing in the SYNOPSIS; no functional change intended. | |||
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 | |
and passing around a structure containing them into each and every function, just use a single static bitfield. In preparation for adding more output flags to support more features. | |||
2012-07-08 | implement -Tman .Va | Ingo Schwarze | |
and fix -Tman .Vt for the non-SYNOPSIS case | |||
2012-07-08 | - move some more stuff into OSConfig | Jasper Lievisse Adriaanse | |
- zap references to variables that don't exist anymore ok espie@ | |||
2012-07-08 | preparation for handling permuted options | Marc Espie | |
2012-07-08 | ouch, in the SYNOPSIS, .Vt is a block, | Ingo Schwarze | |
so avoid printing pointless goo in -Tman | |||
2012-07-08 | implement -Tman .Vt | Ingo Schwarze | |
2012-07-08 | a few big changes | Marc Espie | |
- start using our options parser for main libtool options - put link related stuff into their own module. Long term, some unification should happen. - shortdie for cases where we know libtool is not at fault. | |||
2012-07-08 | stupid | Marc Espie | |
2012-07-08 | Handle the O_ACCMODE bits correctly, so that O_RDONLY is displayed | Philip Guenthe | |
even when other flag bits are set ok otto@ | |||
2012-07-08 | Basic implementation of -Tman .Fo and .Fa; | Ingo Schwarze | |
again, some blank lines still missing from the output. While here, remove the trailing semicolon from .Fn when outside .Sh SYNOPSIS. | |||
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 | |
- remove unused $libinstdir variable ok espie@ | |||
2012-07-08 | Remove the "Variables" chapter from CAVEATS now that it's been fixed. | Antoine Jacoutot | |
ok jasper@ | |||
2012-07-08 | fix ajacoutot's whining (i wish...) | Marc Espie | |
okay jasper@ | |||
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 | |
cheat a bit by auto-loading corresponding code if needed. | |||
2012-07-07 | rudimentary support for -Tman .Ft and .Fn; | Ingo Schwarze | |
some blank lines are still missing from the output | |||
2012-07-07 | - since we're storing the config variables in an object now, just walk the | Jasper Lievisse Adriaanse | |
object to print the config, instead of printing the values manually - add gnu_arch to OSConfig while here | |||
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 | |
Needed for sqlite3(1) as reported by espie@. | |||
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 | |
- also fix a case where // should be used. ok espie@ | |||
2012-07-07 | Fix an assert() raised by `RS' when following `TP' without a tag. | Ingo Schwarze | |
The reason was that `RS' wasn't BSCOPE'd, so the next-line (BLINE) scope opened by `TP' would still be in the macro HEAD. This was from joerg@'s archive of failures. Fix by kristaps@, bsd.lv rev. 1.74. | |||
2012-07-07 | re-add correctly handling no arguments | Jasper Lievisse Adriaanse | |
ok espie@ cvs: ---------------------------------------------------------------------- | |||
2012-07-07 | Allow UDP server to receive datagrams from multiple socket pairs with -k | Christiano F. Haesbaert | |
flag. Prompted by a question from dsp at 2f30 dot org, diff from Lazarom Koromil with a few tweaks by me, many thanks. ok mikeb@ nicm@ haesbaert@ | |||
2012-07-07 | after .Lb in library section, break the line in the final output | Ingo Schwarze | |
2012-07-07 | implement -Tman .Bk | Ingo Schwarze | |
2012-07-07 | implement -Tman .Sm | Ingo Schwarze | |
2012-07-07 | implement -Tman .Bd -offset and -compact | Ingo Schwarze | |
2012-07-07 | minor -mdoc -Tman fixes | Ingo Schwarze | |
* right after .Ns, avoid breaking the line in man code * after .Fl without arguments, do not insert a blank into man code * before each .Nm in .Sh SYNOPSIS, insert a .br into man code * skip .Pp arguments, don't copy them to man code | |||
2012-07-07 | Report incoming connections when -l is specified with -v. | Christiano F. Haesbaert | |
From Ricky Zhou with a few tweaks by me. ok henning@ haesbaert@ | |||
2012-07-06 | restore horrible hack to where it was | Marc Espie | |
2012-07-06 | fix print/pdflib | Marc Espie | |
nasty side-effect of partial libtool2 compat | |||
2012-07-06 | add my copyright, since I'm going to do yet MORE changes... | Marc Espie | |
2012-07-06 | missing full stop in usage(); | Jason McIntyre | |
2012-07-06 | move setting of tty_flag to after config parsing so RequestTTY options | Damien Miller | |
are correctly picked up. bz#1995 patch from przemoc AT gmail.com; ok dtucker@ | |||
2012-07-06 | fix memory leak of passed-in environment variables and connection | Damien Miller | |
context when new session message is malformed; bz#2003 from Bert.Wesarg AT googlemail.com | |||
2012-07-06 | Add options to specify starting line number and number of lines to process | Darren Tucker | |
when screening moduli candidates. This allows processing of different parts of a candidate moduli file in parallel. man page help jmc@, ok djm@ | |||
2012-07-05 | error and warning messages should be explicit, sigh... | Marc Espie | |
2012-07-04 | zap duplicate decl | Marc Espie | |