| Commit message (Expand) | Author | Age | Files | Lines |
* | Slightly tweak www section/subsections. | Kristaps Dzonsons | 2011-08-18 | 2 | -8/+13 |
* | Have `Li' be correctly monospaced in -T[x]html. Also make sure that | Kristaps Dzonsons | 2011-08-18 | 3 | -4/+4 |
* | Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'. | Kristaps Dzonsons | 2011-08-18 | 10 | -13/+24 |
* | Add example of comments in man.7 and mdoc.7. | Kristaps Dzonsons | 2011-08-17 | 2 | -2/+18 |
* | Sync man.7's LANGUAGE SYNTAX (was INPUT ENCODING) with mdoc.7. | Kristaps Dzonsons | 2011-08-17 | 1 | -47/+119 |
* | Clean up and normalise the LANGUAGE SYNTAX section in mdoc.7: | Kristaps Dzonsons | 2011-08-17 | 1 | -59/+91 |
* | Toyed with www site a bit. For the next release. | Kristaps Dzonsons | 2011-08-17 | 1 | -92/+28 |
* | Replace the .Fl examples by others exhibiting the same features,VERSION.1.11.6 | Ingo Schwarze | 2011-08-16 | 1 | -5/+5 |
* | More information about lots of macros, many new examples, and various fixes. | Ingo Schwarze | 2011-08-16 | 1 | -51/+165 |
* | Added generation of Universal binary. Fixed up index.sgml to be shorter | Kristaps Dzonsons | 2011-08-16 | 2 | -59/+76 |
* | Version: 1.11.6. | Kristaps Dzonsons | 2011-08-16 | 1 | -2/+2 |
* | Lint check. | Kristaps Dzonsons | 2011-08-16 | 1 | -7/+0 |
* | Fixed mingw compatibility where the "z" printf() modifier isn't | Kristaps Dzonsons | 2011-08-16 | 2 | -6/+7 |
* | Updating mingw32 install hooks for new mingw version. | Kristaps Dzonsons | 2011-08-16 | 1 | -2/+13 |
* | Initial version bits in place. Also added forgotten tests to installed files. | Kristaps Dzonsons | 2011-08-16 | 2 | -39/+23 |
* | Allow `Sx' and `Ss' to have child nodes. Fixes manuals in NetBSD. | Kristaps Dzonsons | 2011-08-10 | 4 | -52/+75 |
* | Add small chunks of new text and better examples written from scratch, | Ingo Schwarze | 2011-08-03 | 1 | -26/+63 |
* | The term "reserved terms" is too broad, so narrow it down | Ingo Schwarze | 2011-08-02 | 1 | -44/+90 |
* | Add some new text written from scratch after checking whether anything | Ingo Schwarze | 2011-08-01 | 1 | -4/+38 |
* | trivial fixes found while merging to OpenBSD: | Ingo Schwarze | 2011-07-31 | 1 | -7/+7 |
* | System III is relevant for string(3) HISTORY. | Ingo Schwarze | 2011-07-31 | 2 | -0/+4 |
* | Make sure that in -Tascii mode, predefined strings render the same | Ingo Schwarze | 2011-07-31 | 1 | -3/+3 |
* | Regression fixes after merging 1.11.3 to OpenBSD (rev. 1.20): | Ingo Schwarze | 2011-07-31 | 1 | -2/+4 |
* | Use a character-table for quick per-character substitution in `tr'. As | Kristaps Dzonsons | 2011-07-29 | 1 | -42/+71 |
* | Renamed roffstr as roffkv (key-value) and split out char/size_t into | Kristaps Dzonsons | 2011-07-29 | 1 | -43/+50 |
* | Fix border condition in `tr' grokking arguments. | Kristaps Dzonsons | 2011-07-28 | 1 | -1/+2 |
* | Remove TODO entry about `tr'. | Kristaps Dzonsons | 2011-07-28 | 1 | -2/+0 |
* | An implementation of `tr'. This routes allocations of TEXT nodes | Kristaps Dzonsons | 2011-07-28 | 5 | -27/+194 |
* | Correctly set valsz this time. | Kristaps Dzonsons | 2011-07-27 | 1 | -3/+3 |
* | Have roffstr keep track of string lengths. | Kristaps Dzonsons | 2011-07-27 | 1 | -2/+9 |
* | Fix a memory-offset bug that was hell tracking down. | Kristaps Dzonsons | 2011-07-27 | 1 | -1/+1 |
* | Rename some terms (incremental part of a larger set of check-ins). | Kristaps Dzonsons | 2011-07-27 | 1 | -18/+18 |
* | Fix hyphen-replacement loop. | Kristaps Dzonsons | 2011-07-27 | 1 | -3/+5 |
* | Critical fix to avoid looping forever. | Kristaps Dzonsons | 2011-07-27 | 1 | -1/+3 |
* | Clean up roff_getstrn() function. | Kristaps Dzonsons | 2011-07-27 | 1 | -4/+5 |
* | Simply word allocation in libmdoc and libman. | Kristaps Dzonsons | 2011-07-27 | 2 | -16/+2 |
* | Disable in-line eqn processing for a bit. | Kristaps Dzonsons | 2011-07-27 | 3 | -3/+13 |
* | Move mandoc_hyph() into roff_parsetext() as a single conditional. While | Kristaps Dzonsons | 2011-07-27 | 3 | -59/+31 |
* | First, roff_res() has no need to invoke ROFF_RERUN: since it's executed | Kristaps Dzonsons | 2011-07-27 | 2 | -20/+46 |
* | Update mandoc_hyph() to the extent that numbers on either side of the | Kristaps Dzonsons | 2011-07-27 | 1 | -9/+20 |
* | Use correct column of warning messages and make sure this function is | Kristaps Dzonsons | 2011-07-26 | 1 | -10/+16 |
* | Move checking of escapes into roff.c, where we're already stepping | Kristaps Dzonsons | 2011-07-26 | 3 | -68/+24 |
* | Implement the first steps of equation parsing from within libmdoc. | Kristaps Dzonsons | 2011-07-25 | 7 | -20/+113 |
* | Slip in a typo.VERSION.1.11.5 | Kristaps Dzonsons | 2011-07-24 | 1 | -1/+1 |
* | We're officially no longer UNIX-specific; make this clear. | Kristaps Dzonsons | 2011-07-24 | 2 | -10/+32 |
* | Scary-looking but otherwise harmless changes allow me to build for Windows. | Kristaps Dzonsons | 2011-07-24 | 14 | -70/+264 |
* | Tuned the initial eqn output, making it completely simple. This | Kristaps Dzonsons | 2011-07-24 | 4 | -63/+49 |
* | Flip on equation printing for -T[x]html. | Kristaps Dzonsons | 2011-07-23 | 6 | -14/+101 |
* | Clarify what eqn actually is. | Kristaps Dzonsons | 2011-07-23 | 1 | -0/+3 |
* | Note GNU extensions in eqn.7. Also add `col' and `pile', which are | Kristaps Dzonsons | 2011-07-23 | 3 | -2/+8 |