Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-23 | recognise "beagle"; | Jason McIntyre | |
2012-08-22 | correct check. | Federico G. Schwindt | |
2012-08-22 | Link ld.so-cookie back into the regress build now that ld.so's __guard | Matthew Dempsky | |
value is actually initialized. | |||
2012-08-21 | Use $(.CURDIR) to locate source files so tests still work with 'make | Matthew Dempsky | |
obj'. ok nicm | |||
2012-08-21 | Link randomdata tests into the regress build now that I've committed support for | Matthew Dempsky | |
.openbsd.randomdata, but comment out randomdata/ld.so-cookie for now since I haven't yet switched ld.so's __guard to use it. | |||
2012-08-20 | consensus says this should be an error | Marc Espie | |
2012-08-19 | document some more disabled tests. | Federico G. Schwindt | |
2012-08-19 | Switch to -lpthread. | Federico G. Schwindt | |
2012-08-17 | make sure mycreate uses -DSHARED_LIBS=1 (for now), gets a lot of tests to | Marc Espie | |
succeed as they should... | |||
2012-08-17 | fix after signatures change | Marc Espie | |
2012-08-17 | oops, shouldn't go interactive (found by matthew@) | Marc Espie | |
2012-08-17 | ouch, this should not work | Marc Espie | |
2012-08-17 | Double check that we're not testing libc's __guard. Changing ld.so's | Matthew Dempsky | |
__guard symbol to HIDDEN causes dlsym() to return a pointer to libc's __guard instead, which can cause the test to wrongly pass even if ld.so's random data segments are not being initialized properly. | |||
2012-08-16 | Use dlopen("ld.so") instead of dlopen("/usr/libexec/ld.so") so we get | Matthew Dempsky | |
a reference to the already loaded ld.so instead of loading another instance. | |||
2012-08-16 | turd polish: use LDSTATIC=${STATIC} instead of LDFLAGS+=-static | Matthew Dempsky | |
2012-08-16 | Add regression test to check that PIEs work too. | Matthew Dempsky | |
2012-08-16 | Add a test case to verify ld.so's randomdata section is initialized | Matthew Dempsky | |
too, since interpreters will be initialized by a slightly different code path than executables. | |||
2012-08-16 | basic randomdata regression tests | Matthew Dempsky | |
2012-08-07 | allow to choose an alternate regress script | Eric Faurot | |
2012-08-04 | Add a test for caching of stacks with the default attributes | Philip Guenthe | |
2012-07-29 | add a flag to choose between gethostbyname and gethostbyaddr | Eric Faurot | |
2012-07-29 | in addition to backslash-tilda, | Ingo Schwarze | |
test the more portable backslash-space as well | |||
2012-07-28 | lint is with us no more; remove regress tests | Philip Guenthe | |
2012-07-18 | enable more tests, some were forgotten along the way | Ingo Schwarze | |
2012-07-18 | Drop empty .IP such that is does not cause additional vertical spacing. | Ingo Schwarze | |
Issue first reported by naddy@ in rsync(1). | |||
2012-07-18 | Drop .sp and .br right after .SH and .SS. | Ingo Schwarze | |
Fixes vertical spacing after "OPTIONS" in gcc(1). Issue first reported by naddy@ in rsync(1). | |||
2012-07-18 | Let a trailing .Ns macro take effect | Ingo Schwarze | |
even on an input line containing a partial implicit macro. Fixes horizontal spacing in vi(1), ddb(4), and ppp(8). | |||
2012-07-18 | Fix handling of paragraph macros inside lists: | Ingo Schwarze | |
* When they are trailing the last item, move them outside the list. * When they are trailing any other none-compact item, drop them. Improves formatting of 40 pages, e.g. grep(1), ksh(1), netstat(1), ath(4), bsd.port.mk(5), pf.conf(5), mount(8), crypto(9). | |||
2012-07-18 | The mdoc(7) \*(Ba predefined string actually forces roman font; | Ingo Schwarze | |
that's stupid because it may break enclosing font changes, but let's do the same for groff bug compatibility. --> Never use \*(Ba, use just plain "|"! <-- Also, predefined strings are already expanded by the roff(7) parser, so the mdoc(7) parser has to look for the expanded string. Formatting improvements in ksh(1), less(1), atan2(3), hostapd.conf(5), snmpd.conf(5), and mknod(8). | |||
2012-07-17 | test the actual object file instead of the wrapper script | Jasper Lievisse Adriaanse | |
ok espie@ | |||
2012-07-16 | Release polishing: finally fix the perl(1) SYNOPSIS. | Ingo Schwarze | |
In flush-left mode of both man(7) and mdoc(7), when an output line is broken at the position of a literal tab, the tab indents the following line. Reminded by deraadt@ in Pest, Ujlipotvaros, Csanady utza. | |||
2012-07-16 | test end-of-sentence handling | Ingo Schwarze | |
2012-07-16 | some more whitespace tests found in my tree | Ingo Schwarze | |
2012-07-16 | Several -mdoc parser improvements related to vertical spacing: | Ingo Schwarze | |
* So far, .Pp and .Lp were removed before paragraph type blocks. * Now also remove .br before paragraph type blocks. * Treat .Lp as a paragraph like .Pp, so remove .Pp, .Lp, .br before it. * Do not treat .sp as a paragraph, don't remove anything before it. * After .Sh, .Ss, .Pp, and .Lp, remove .Pp, .Lp, .sp, .br, and blank lines. * After .sp and .br, remove .br. | |||
2012-07-14 | Translate blank input lines to .sp just like in mdoc(7), | Ingo Schwarze | |
and ignore .sp after .PP. This fixes vertical spacing for blank lines after .PP and for .sp after .PP. | |||
2012-07-13 | If the tag in .Bl -tag .It would leave exactly one blank before the | Ingo Schwarze | |
body of the item, mdoc(7) breaks the line, whereas the .TP used to translate this to man(7) does not. Thus, insert an explicit roff(7) line break in this place. To be able to correctly count the characters, do not pass font escapes an the like through print_word(). | |||
2012-07-13 | import regression suite for asr | Eric Faurot | |
2012-07-13 | In -man -Tascii, support .sp with negative argument. | Ingo Schwarze | |
In -mdoc -Tman, improve the framework to control vertical spacing. Use both to support .Bl -compact (surprisingly hard to get right). | |||
2012-07-13 | fixed test | Marc Espie | |
2012-07-13 | wrong library ordering | Marc Espie | |
2012-07-12 | regression tests related to mdoc_validate rev. 1.105 | Ingo Schwarze | |
2012-07-12 | crazy libtool option non-handling | Marc Espie | |
2012-07-12 | fucking stupid testcases | Marc Espie | |
2012-07-12 | more pthread | Marc Espie | |
2012-07-12 | test .Fn with exactly one argument; | Ingo Schwarze | |
forgotten when committing mdoc_man.c rev. 1.33 | |||
2012-07-12 | Do not crash in -Tman on: | Ingo Schwarze | |
* .Fn with exactly one argument * .Bl -hang without a -width Now all 3776 base manuals build without crashing. | |||
2012-07-11 | Polish -Tman .Rs support. | Ingo Schwarze | |
All mdoc(7) macros are now supported by -Tman. | |||
2012-07-11 | fix position and formatting of %U | Ingo Schwarze | |
2012-07-11 | check link is okay too | Marc Espie | |
2012-07-11 | -release 0 is valid | Marc Espie | |
fix --version-info -> -version-info |