Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-02 | add curve25519-sha256@libssh.org | Markus Friedl | |
2013-10-28 | include stdio.h for printf() | Jonathan Gray | |
2013-10-17 | test fails when run as root - test executability instead of writability | Damien Miller | |
in setstat test; reported by Tim Ruehsen | |||
2013-10-17 | Implement the .UR/.UE block (uniform resource identifier) introduced in the | Ingo Schwarze | |
man-ext macros by Eric S. Raymond, enabled by default in groff_man(7). Usual disclaimer: You don't write new man(7) code, so you are not going to use these, either. Improves e.g. the bzr(1) and etherape(1) manuals. Thanks to naddy@ for bringing these to my attention. | |||
2013-10-11 | tedu regress/usr.bin/pcc | Lawrence Teo | |
ok deraadt | |||
2013-10-09 | regression test for sftp request white/blacklisting and readonly mode. | Damien Miller | |
2013-10-06 | We don't do hyphenation, but we allow breaking the line at hyphens that are | Ingo Schwarze | |
already there in the middle of words. So far, we only allowed this on text lines. Now it turns out some macros allow this for their arguments, too, in particular .Nd and most of the .%? citation macros. Issue found by Franco Fichtner <franco at lastsummer dot de> while doing systematic groff-mandoc comparisons in the DragonFly base system, THANKS! While here, garbage collect two empty prevalidator function pointer lists and sort a couple of function declarations. | |||
2013-10-06 | If there is random stuff inside a .Bl block body before the first .It, | Ingo Schwarze | |
do not throw a FATAL error and do not die, but just throw a WARNING and move the stuff out of the .Bl block. This bug felt completely 2008-ish; meanwhile, such bugs from the Kristaps-doesnt-like-syntax-errors-so-lets-just-give-up--Era are becoming rare, but this was one of the last survivors. Thanks to bentley@ for reminding me to finally fix this. | |||
2013-10-04 | Test numerical conditions; related to roff.c rev. 1.56. | Ingo Schwarze | |
2013-10-03 | Expand references to number registers in exactly the same way as | Ingo Schwarze | |
references to user-defined strings. While here, make number registers signed int, like in groff. Inspired by NetBSD roff.c rev. 1.8 and read.c rev. 1.7 written by Christos Zoulas on March 21, 2013, but implemented in a completely different way, without hacking into read.c, where this functionality really doesn't belong. | |||
2013-09-30 | netbsd recognise "CODE REFERENCES" section header; from wiz@netbsd | Jason McIntyre | |
2013-09-15 | Macros following block closing macros aren't line macros. | Ingo Schwarze | |
Testing mdoc_macro.c 1.79 and mdoc_man.c 1.51. Thanks to Franco Fichtner <franco at lastsummer dot de> for providing the test case this patch was based on. | |||
2013-09-04 | Beagle has been replaced by armv7. | Patrick Wildt | |
2013-08-21 | recognise dragonfly; from jan stary | Jason McIntyre | |
2013-08-08 | Test .%C; supported by mandoc, will soon be supported by the groff port, too. | Ingo Schwarze | |
2013-08-08 | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze | |
This improves the formatting of about 40 base manuals and reduces groff-mandoc formatting differences in base by about 5%. | |||
2013-08-05 | stop -F from removing Sh lines; -r1.39 | Jason McIntyre | |
from wiz@netbsd | |||
2013-08-05 | Make Bq and Er optional for errors. -r1.35. | Jason McIntyre | |
from wiz@netbsd | |||
2013-08-05 | integrate support for an -A option, which warns if an AUTHORS section | Jason McIntyre | |
does not contain any An macros; from wiz@netbsd | |||
2013-08-01 | Some tests are currently failing. Only run those if the REGRESS_FULL | Mark Kettenis | |
variable is set. | |||
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz> | Ingo Schwarze | |
2013-07-13 | Rudimentary implementation of the .it request (input line trap). | Ingo Schwarze | |
As with any low-level roff request involving subtle interactions with macro internals, this implementation is not exact, but it does handle the simplest cases. This request occurs in man(7) code generated from DocBook, for example mysql(1) and yasm_arch(7). Thanks to brad@ for reporting the issue back in January 2011. | |||
2013-07-13 | Check handling of two consecutive .TP lines. | Ingo Schwarze | |
Related to ports/textproc/groff/patches/patch-tmac_an-old_tmac rev. 1.3. | |||
2013-06-27 | Parse for the closing delimiter `\}' for conditionals | Ingo Schwarze | |
even when the conditional evaluated to false. While here, reshuffle the code to reduce indentation and make it more readable; that way, we can even trim down the comments because it becomes obvious what the code does. Found in zipinfo(1) - thanks to espie@ and naddy@ for making me look at that manual page. | |||
2013-06-21 | unbreak sftp-cmds for renamed test data (s/ls/data/) | Damien Miller | |
2013-06-20 | Improve handling of the roff(7) "\t" escape sequence: | Ingo Schwarze | |
* Parsing macro arguments has to be done in copy mode, which implies replacing "\t" by a literal tab character. * Otherwise, render "\t" as the empty string, not as a 't' character. This fixes formatting of the distfile example in the oldrdist(1) manual. This also shows up in the unzip(1) manual as one of several issues preventing the removal of USE_GROFF from the archivers/unzip port. Thanks to espie@ for attracting my attention to the unzip(1) manual. | |||
2013-06-10 | Add test for forward config parsing | Darren Tucker | |
2013-06-02 | add (currently failing) regress test for quotes in variable lines, as ↵ | Jasper Lievisse Adriaanse | |
encountered by matthieu@ in new freetype2.pc. | |||
2013-06-02 | from wiz@netbsd: | Jason McIntyre | |
Log Message: Remove "my" before $_, since perl 5.18 complains about it. | |||
2013-05-30 | use ssh and sshd as testdata since it needs to be >256k for the rekey test | Darren Tucker | |
2013-05-30 | sync with pkg-config -r1.80 wrt to the output for empty files. | Jasper Lievisse Adriaanse | |
2013-05-29 | In SYNOPSIS mode, .Ek doesn't end a keep. | Ingo Schwarze | |
Found and fixed on the plane to the OpenBSD t2k13 hackathon in Toronto. | |||
2013-05-29 | In keep mode, if any text is printed (even in NOSPACE mode), | Ingo Schwarze | |
any text that follows must be kept on the same line. I already found the issue and wrote the patch in April 2011, but didn't come round to do proper testing and forgot about it. | |||
2013-05-19 | Support .Bl -offset in -mdoc -Tman. | Ingo Schwarze | |
Issue found when Thomas Klausner <wiz at NetBSD dot org> made me look at the manuals of his http://www.nih.at/libzip library. | |||
2013-05-17 | use a file extention that's not special on some platforms. from portable | Darren Tucker | |
2013-05-17 | use a more portable negated if structure. from portable | Darren Tucker | |
2013-05-17 | don't redirect stdout from sudo. from portable | Darren Tucker | |
2013-05-17 | wait a bit longer for startup and use case for absolute path. from portable | Darren Tucker | |
2013-05-17 | only compare copied data if sftp succeeds. from portable | Darren Tucker | |
2013-05-17 | remove unused BATCH variable | Darren Tucker | |
2013-05-17 | use backticks for portability | Darren Tucker | |
2013-05-17 | Use SUDO when cat'ing pid files and running the sshd log wrapper so that | Darren Tucker | |
it works with a restrictive umask and the pid files are not world readable. Changes from -portable. | |||
2013-05-17 | use expr for math to keep diffs vs portable down | Darren Tucker | |
2013-05-17 | use $OBJ for working files, originally from Tim Rice via portable | Darren Tucker | |
2013-05-17 | Move the setting of DATA and COPY into test-exec.sh | Darren Tucker | |
2013-05-17 | don't print output from ssh before getting it (it's available in ssh.log) | Darren Tucker | |
2013-05-17 | Pull back some portability changes from -portable: | Darren Tucker | |
- TIMEOUT is a read-only variable in some shells - not all greps have -q so redirect to /dev/null instead. | |||
2013-05-17 | replace 'echo -n' with 'printf' since it's more portable | Darren Tucker | |
2013-05-16 | add tests for RekeyLimit parsing | Darren Tucker | |
2013-05-16 | add server-side rekey test | Darren Tucker | |