summaryrefslogtreecommitdiffstats
path: root/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* sort includes correctlyderaadt2015-02-091-2/+3
* Change syslog tests from transparent framing to octet counting.bluhm2015-02-0814-57/+206
* Closing a block validates it, which may end up deleting it,schwarze2015-02-074-3/+28
* Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id().jsing2015-02-071-1/+61
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-062-9/+7
* KNF bytestring files.doug2015-02-061-582/+596
* replace the last legacy generic message type, "argument count wrong",schwarze2015-02-0610-10/+51
* better error reporting regarding .OP .RS .UR .TH argumentsschwarze2015-02-0611-11/+54
* better diagnostics about excess arguments to .PD .ft .spschwarze2015-02-066-4/+9
* Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.doug2015-02-063-1/+671
* Add libssl ciphers regress, which currently only coversjsing2015-02-063-1/+130
* better error reporting for .br .fi .nf with argumentsschwarze2015-02-064-4/+8
* Delete the legacy generic warning type MANDOCERR_ARGCWARN,schwarze2015-02-068-18/+18
* better handle .Fo and .Fd without argumentschwarze2015-02-0610-14/+66
* better handle empty .Bd .Bl .D1 .Dl blocksschwarze2015-02-0611-11/+32
* better handle .In .Sh .Ss .St .Xr without argumentsschwarze2015-02-0612-9/+78
* Add syslogd tests for dropped messages.bluhm2015-02-0629-209/+622
* fix handling of empty .An macrosschwarze2015-02-053-8/+42
* Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().schwarze2015-02-047-13/+59
* improve diagnostics regarding arguments of .An .Pp .Lp .br .spschwarze2015-02-046-8/+21
* fix column numbers of macro arguments in messagesschwarze2015-02-043-13/+13
* discard .Rs head arguments and improve .Rs diagnosticsschwarze2015-02-047-3/+73
* more specific .Nd diagnostics, allowing to get rid of enum check_lvlschwarze2015-02-044-2/+32
* Make the mandoc test suite completely silent.schwarze2015-02-037-41/+25
* Avoid closing out an explicit block twice when broken by .Itschwarze2015-02-033-8/+64
* Finally delete the kitchensink functions rew_sub() and rew_dohalt().schwarze2015-02-031-1/+0
* Bring .Pp/.Lp handling inside .Nm blocks closer to groff;schwarze2015-02-035-4/+67
* Simplify and reindent make_pending(). No functional changeschwarze2015-02-022-3/+3
* Simplify: Do not call rew_dohalt() from make_pending(),schwarze2015-02-029-23/+23
* Test that long syslog messages are truncated correctly.bluhm2015-02-0211-16/+275
* Get rid of all calls to rew_sub() in blk_exp_close(); only ten callsschwarze2015-02-022-1/+1
* When a full block macro gets closed out by a mismatchingschwarze2015-02-023-8/+34
* fix .Eo/.Ec spacingschwarze2015-02-015-15/+111
* starting a tbl(7) breaks man(7) next-line scope;schwarze2015-01-304-2/+75
* TLS connect error message has changed, adapt tests.bluhm2015-01-304-4/+4
* regression test for 'wildcard CA' serial/key ID revocationsdjm2015-01-301-30/+44
* Make sure every layout line contains at least one cell;schwarze2015-01-306-3/+93
* reorg tbl(7) test suiteschwarze2015-01-2938-1123/+16
* reorg tbl(7) test suiteschwarze2015-01-2941-0/+1144
* Add a test where the TLS handshake fails because of null ciphers.bluhm2015-01-282-1/+43
* Clean up eqn(7) error handling:schwarze2015-01-285-2/+66
* Test the x509 certificate validation of syslog over TLS.bluhm2015-01-2813-11/+323
* * Polish tbl(7) error reporting.schwarze2015-01-2811-11/+97
* For now, it can't be helped that mandoc tbl(7) ignores high-level macros,schwarze2015-01-282-3/+2
* implement the tbl(7) "center" layout optionschwarze2015-01-283-3/+166
* adjust formatting for the tbl(7) layout 'x' modifier (maximize column)schwarze2015-01-283-2/+328
* use printf instead of echo -n to reduce diff against -portabledjm2015-01-272-11/+11
* Specify the default MTU size for routes to loopback.mpi2015-01-272-33/+33
* Multiple parser and formatter fixes for line drawing in tbl(7).schwarze2015-01-272-1/+26
* Rework tbl(7) layout parsing:schwarze2015-01-264-3/+55