Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q. | Ingo Schwarze | 2013-06-19 | 1 | -7/+10 |
| | | | | | | | Tweak descriptions of the other POSIX 1003.1<letter> standards. Sort a few others into their proper places. From Philip Guenther@ during t2k13. | ||||
* | Correct the expansion of -xbd5; | Ingo Schwarze | 2012-02-26 | 1 | -1/+1 |
| | | | | | from Philip Guenther <guenther at openbsd dot org>. OK Werner Lemberg <wl at gnu dot org>. | ||||
* | Accommodate for ISO C11. groff applied the same `St' argument on | Kristaps Dzonsons | 2012-01-03 | 1 | -0/+1 |
| | | | | | 03/01/2012. From a tweaked patch (isoC-11 -> isoC-2011) by Ulrich Sporlein: thanks! | ||||
* | support ".St -iso8601"; committing on behalf of jmc@ | Ingo Schwarze | 2011-09-16 | 1 | -0/+1 |
| | |||||
* | Prevent line breaks right before numbers. Groff does the same. | Ingo Schwarze | 2011-04-24 | 1 | -23/+25 |
| | | | | OK kristaps@. | ||||
* | Sync to OpenBSD: add missing Copyright years. | Ingo Schwarze | 2010-07-31 | 1 | -1/+1 |
| | | | | | I checked that substantial changes were committed to these files during these years. | ||||
* | Finished document -mdoc macros. Note `br' and `sp' remain. | Kristaps Dzonsons | 2010-07-19 | 1 | -0/+2 |
| | | | | | Noted in arch.in and st.in that mdoc.7 must be updated if entries are added. | ||||
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
| | |||||
* | Added some standards found in NetBSD's manuals. | Kristaps Dzonsons | 2010-04-08 | 1 | -0/+4 |
| | |||||
* | Fix typo in st.in (Alan Bueno, alan.bsd@gmail.com) | Kristaps Dzonsons | 2009-09-27 | 1 | -1/+1 |
| | |||||
* | POSIX -> POSIX.1 change (submitted by uqs@sporlein.net, ok jmc@openbsd.org, ↵ | Kristaps Dzonsons | 2009-07-26 | 1 | -11/+11 |
| | | | | ingo@openbsd.org). | ||||
* | Added `St -ieee1275-94'. | Kristaps Dzonsons | 2009-07-24 | 1 | -0/+1 |
| | | | | Documented a future `Bd' fixme. | ||||
* | Added `St -isoC'. | Kristaps Dzonsons | 2009-07-24 | 1 | -0/+1 |
| | |||||
* | Added `St -xns5.2'. | Kristaps Dzonsons | 2009-07-24 | 1 | -0/+1 |
| | |||||
* | Added `.St -p1003.1i-95' (joerg@netbsd.org). | Kristaps Dzonsons | 2009-07-11 | 1 | -0/+1 |
| | |||||
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -1/+16 |
| | |||||
* | Added -p1003.1-2008 specification. | Kristaps Dzonsons | 2009-04-02 | 1 | -0/+1 |
| | | | | | Fixed invalid memory accesses (concat()). Made -fign-macro be the default for libman. | ||||
* | Fixed mdoc_phrase escape handling. | Kristaps Dzonsons | 2009-03-16 | 1 | -44/+47 |
| | | | | | | | | | | | Added MDOC_IGNDELIM (Pf, soon Li, etc.). macro_constant_delimited ignargs -> argv.c parsing. Renamed macro functions to correspond to ontologies. `Fo' and `St' made callable (compat documented). strings.sh deprecated (directly using CPP). Abstracted ASCII translation into ascii.{c,in}. ASCII table uses a self-reordering chained hashtable. Removed old regressions. | ||||
* | Documented the strings script. | Kristaps Dzonsons | 2009-03-06 | 1 | -0/+8 |
| | |||||
* | Strings abstracted into dynamically-created C files. | Kristaps Dzonsons | 2009-03-06 | 1 | -0/+37 |
Added -V option. Deprecated README files. |