2011-09-20 |
Ingo Schwarze | Major rewrite of the horizontal spacing of tables |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ingo Schwarze | add a MACRO OVERVIEW section, similar to the one in... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ingo Schwarze | Using user-defined macros, surprisingly, it is possible |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ingo Schwarze | do not assign pointers to literal strings |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ingo Schwarze | When advancing the left margin, .RS also needs to reset... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ingo Schwarze | Sync print_mdoc_head to print_man_head; |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Ingo Schwarze | Remove the terminal frontend flag TERMP_NOLPAD. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Ingo Schwarze | Breaking the line at a hyphen is only allowed if the... |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Ingo Schwarze | Fix another regression introduced in 1.11.7: |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Ingo Schwarze | fix a regression introduced in 1.11.7: |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Ingo Schwarze | Support nesting of indented blocks. |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Ingo Schwarze | two issues were reported again |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Ingo Schwarze | forgotten Copyright bumps; no code change |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Ingo Schwarze | Add a MACRO OVERVIEW, listing all macros ordered by... |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Ingo Schwarze | Initial, incomplete support for -Tman |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Ingo Schwarze | fix an obvious typo: sz was used uninitialized |
commit | commitdiff | tree | snapshot |
2011-09-16 |
Ingo Schwarze | support ".St -iso8601"; committing on behalf of jmc@ |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Kristaps Dzonsons | It's unknown whether `SH' and `SS' closing out `nf... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Kristaps Dzonsons | Revert removal of tab warning, suggested by schwarze@. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Kristaps Dzonsons | Remove check for tab. man(7) says tab is Ok. |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Kristaps Dzonsons | Teach -man that a literal context should be closed... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Kristaps Dzonsons | Fix handling of font modifiers in tables. Noted by... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kristaps Dzonsons | Make -man check for tabs correctly print the column. VERSION_1_11_7 |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kristaps Dzonsons | Fix typos and spelling errors found by demandoc -w... |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kristaps Dzonsons | Fix hypermail link. |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Kristaps Dzonsons | Adding version notes. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Kristaps Dzonsons | Finishing touches on demandoc. It now backs over endin... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Kristaps Dzonsons | Make `-w' mode work much better. This is INCREDIBLY... |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Kristaps Dzonsons | Have demandoc throw away deroff's flags. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Kristaps Dzonsons | Lint checks over demandoc. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Kristaps Dzonsons | Allow compilation on OpenBSD. |
commit | commitdiff | tree | snapshot |
2011-09-01 |
Kristaps Dzonsons | Add demandoc utility, a replacement for deroff. |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Kristaps Dzonsons | Order -column lists to have the arguments follow `... |
commit | commitdiff | tree | snapshot |
2011-08-30 |
Kristaps Dzonsons | Remove unnecessary `Pp'/`-compat' combination for colum... |
commit | commitdiff | tree | snapshot |
2011-08-26 |
Kristaps Dzonsons | Make sure that `Ql' literalises its arguments in -T... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Kristaps Dzonsons | Avoid incorrect casting by using an implicit cast.... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Kristaps Dzonsons | Bring man.7's LANGUAGE SYNTAX in line with mdoc.7.... |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Kristaps Dzonsons | Make LANGUAGE SYNTAX examples a bit more explanatory. |
commit | commitdiff | tree | snapshot |
2011-08-19 |
Kristaps Dzonsons | First, use \(dq instead of \*q for double-quote. Secon... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Kristaps Dzonsons | Align `-offset indent' and `D1' by forcing BLOCKQUOTE... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Kristaps Dzonsons | Slightly tweak www section/subsections. |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Kristaps Dzonsons | Have `Li' be correctly monospaced in -T[x]html. Also... |
commit | commitdiff | tree | snapshot |
2011-08-18 |
Kristaps Dzonsons | Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Kristaps Dzonsons | Add example of comments in man.7 and mdoc.7. |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Kristaps Dzonsons | Sync man.7's LANGUAGE SYNTAX (was INPUT ENCODING) with... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Kristaps Dzonsons | Clean up and normalise the LANGUAGE SYNTAX section... |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Kristaps Dzonsons | Toyed with www site a bit. For the next release. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Ingo Schwarze | Replace the .Fl examples by others exhibiting the same... VERSION_1_11_6 |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Ingo Schwarze | More information about lots of macros, many new example... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Kristaps Dzonsons | Added generation of Universal binary. Fixed up index... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Kristaps Dzonsons | Version: 1.11.6. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Kristaps Dzonsons | Lint check. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Kristaps Dzonsons | Fixed mingw compatibility where the "z" printf() modifi... |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Kristaps Dzonsons | Updating mingw32 install hooks for new mingw version. |
commit | commitdiff | tree | snapshot |
2011-08-16 |
Kristaps Dzonsons | Initial version bits in place. Also added forgotten... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Kristaps Dzonsons | Allow `Sx' and `Ss' to have child nodes. Fixes manuals... |
commit | commitdiff | tree | snapshot |
2011-08-03 |
Ingo Schwarze | Add small chunks of new text and better examples writte... |
commit | commitdiff | tree | snapshot |
2011-08-02 |
Ingo Schwarze | The term "reserved terms" is too broad, so narrow it... |
commit | commitdiff | tree | snapshot |
2011-08-01 |
Ingo Schwarze | Add some new text written from scratch after checking... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Ingo Schwarze | trivial fixes found while merging to OpenBSD: |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Ingo Schwarze | System III is relevant for string(3) HISTORY. |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Ingo Schwarze | Make sure that in -Tascii mode, predefined strings... |
commit | commitdiff | tree | snapshot |
2011-07-31 |
Ingo Schwarze | Regression fixes after merging 1.11.3 to OpenBSD (rev... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Kristaps Dzonsons | Use a character-table for quick per-character substitut... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Kristaps Dzonsons | Renamed roffstr as roffkv (key-value) and split out... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Kristaps Dzonsons | Fix border condition in `tr' grokking arguments. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Kristaps Dzonsons | Remove TODO entry about `tr'. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Kristaps Dzonsons | An implementation of `tr'. This routes allocations... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Correctly set valsz this time. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Have roffstr keep track of string lengths. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Fix a memory-offset bug that was hell tracking down. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Rename some terms (incremental part of a larger set... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Fix hyphen-replacement loop. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Critical fix to avoid looping forever. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Clean up roff_getstrn() function. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Simply word allocation in libmdoc and libman. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Disable in-line eqn processing for a bit. |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Move mandoc_hyph() into roff_parsetext() as a single... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | First, roff_res() has no need to invoke ROFF_RERUN... |
commit | commitdiff | tree | snapshot |
2011-07-27 |
Kristaps Dzonsons | Update mandoc_hyph() to the extent that numbers on... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Kristaps Dzonsons | Use correct column of warning messages and make sure... |
commit | commitdiff | tree | snapshot |
2011-07-26 |
Kristaps Dzonsons | Move checking of escapes into roff.c, where we're alrea... |
commit | commitdiff | tree | snapshot |
2011-07-25 |
Kristaps Dzonsons | Implement the first steps of equation parsing from... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Kristaps Dzonsons | Slip in a typo. VERSION_1_11_5 |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Kristaps Dzonsons | We're officially no longer UNIX-specific; make this... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Kristaps Dzonsons | Scary-looking but otherwise harmless changes allow... |
commit | commitdiff | tree | snapshot |
2011-07-24 |
Kristaps Dzonsons | Tuned the initial eqn output, making it completely... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Flip on equation printing for -T[x]html. |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Clarify what eqn actually is. |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Note GNU extensions in eqn.7. Also add `col' and ... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Add support for tdefine and ndefine. Consolidate some... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Raise a warning when text follows the `EN'. |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Add `fat' font. This pretty much brings us in line... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Ignore `back', `fwd', `up', `down', `mark', and `lineup'. |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | Add matrix support. Also remove "above" notion, as... |
commit | commitdiff | tree | snapshot |
2011-07-23 |
Kristaps Dzonsons | The circumflex is also a special space character. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Check for and throw away `gfont' eqn macros. |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Add support for `gsize' eqn token (introduced in second... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Add all rendered symbols used by eqn. I use the Second... |
commit | commitdiff | tree | snapshot |
2011-07-22 |
Kristaps Dzonsons | Add support for 1/2, 1/4, and 3/4 (needed by eqn). |
commit | commitdiff | tree | snapshot |
next |