2012-07-16 |
Ingo Schwarze | In flush-left mode of both man(7) and mdoc(7), when... |
blob | commitdiff | raw |
2012-07-10 |
Ingo Schwarze | Remove a hack that was intended for groff-1.15 bug... |
blob | commitdiff | raw | diff to current |
2012-05-31 |
Ingo Schwarze | Implement the roff \z escape sequence, intended to... |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | Fix the vertical spacing around tbl(7) instances in... |
blob | commitdiff | raw | diff to current |
2011-09-21 |
Ingo Schwarze | As noticed by kristaps@, when breaking an overflowing... |
blob | commitdiff | raw | diff to current |
2011-09-19 |
Ingo Schwarze | Remove the terminal frontend flag TERMP_NOLPAD. |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | fix a regression introduced in 1.11.7: |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | forgotten Copyright bumps; no code change |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Kristaps Dzonsons | Remove all references to ESCAPE_PREDEF, which is now... |
blob | commitdiff | raw | diff to current |
2011-05-20 |
Kristaps Dzonsons | Allow non-ASCII terminal encodings to accept unicode... |
blob | commitdiff | raw | diff to current |
2011-05-18 |
Kristaps Dzonsons | Make any un-recognised font be considered a call for... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Locale support. I'm checking this in to clean up fall... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Add mode for -Tlocale. This mode, with this commit... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Flip on printing `?' at Unicode codepoints in -Tascii... |
blob | commitdiff | raw | diff to current |
2011-05-15 |
Kristaps Dzonsons | Remove function calls to res() and so forth in term_wor... |
blob | commitdiff | raw | diff to current |
2011-05-15 |
Kristaps Dzonsons | Fix missing support for \N'n' when calculating string... |
blob | commitdiff | raw | diff to current |
2011-05-15 |
Kristaps Dzonsons | Use strcspn() in term_strlen(). Clarifies the code. |
blob | commitdiff | raw | diff to current |
2011-05-14 |
Kristaps Dzonsons | Make some values "int" that were "size_t". These are... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
Kristaps Dzonsons | Make character engine (-Tascii, -Tpdf, -Tps) ready... |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | Make mchars_num2char() return a char like it says. |
blob | commitdiff | raw | diff to current |
2011-04-29 |
Kristaps Dzonsons | Move "chars" interface out of out.h and into mandoc... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Kristaps Dzonsons | Remove a2roffdeco() and mandoc_special() functions... |
blob | commitdiff | raw | diff to current |
2011-04-04 |
Kristaps Dzonsons | Remove an unused variable (caught in lint-check) |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Move mandoc_isdelim() back into libmdoc.h. This fixes... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Step 4: merge chars.h into out.h. The functions in... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mandoc_{realloc,malloc,calloc} out of libmandoc... |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Kristaps Dzonsons | Make lint shut up a little bit. |
blob | commitdiff | raw | diff to current |
2011-01-30 |
Ingo Schwarze | Implement the \N'number' (numbered character) roff... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Kristaps Dzonsons | Fix spacing for tables to use term_len(). Also make... |
blob | commitdiff | raw | diff to current |
2010-12-06 |
Kristaps Dzonsons | Track down a bug of empty `de XX' macros causing uncert... |
blob | commitdiff | raw | diff to current |
2010-10-02 |
Ingo Schwarze | style cleanup, no functional change: |
blob | commitdiff | raw | diff to current |
2010-10-01 |
Ingo Schwarze | * need a space before .No even if it starts with a... |
blob | commitdiff | raw | diff to current |
2010-09-23 |
Ingo Schwarze | Count trailing escaped blanks correctly; |
blob | commitdiff | raw | diff to current |
2010-09-15 |
Kristaps Dzonsons | Allow string lengths to account for escapes. Now all... |
blob | commitdiff | raw | diff to current |
2010-09-04 |
Kristaps Dzonsons | Churny commit to quiet lint. No functional changes. |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Ingo Schwarze | Centralize handling of literal tabs in term_flushln... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Ingo Schwarze | When a column contains trailing spaces, calculate the... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Ingo Schwarze | Implement a simple, consistent user interface for error... |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Kristaps Dzonsons | Make `Sm' start no-spacing after the first output word... |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Kristaps Dzonsons | Clean up some tight spots in mandoc's default mode... |
blob | commitdiff | raw | diff to current |
2010-07-25 |
Kristaps Dzonsons | Avoid running the "width" termp callback for each white... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Kristaps Dzonsons | Accomodate for groff's crappy behaviour wherein an... |
blob | commitdiff | raw | diff to current |
2010-07-17 |
Kristaps Dzonsons | Avoid letter-by-letter encoding by using strcspn()... |
blob | commitdiff | raw | diff to current |
2010-07-16 |
Kristaps Dzonsons | Change chars.in HTML encoding to be a Unicode codepoint... |
blob | commitdiff | raw | diff to current |
2010-07-07 |
Kristaps Dzonsons | Re-constitution of `ds' symbol processing. First,... |
blob | commitdiff | raw | diff to current |
2010-07-04 |
Ingo Schwarze | Assert my copyright, making it explicit that i'm granti... |
blob | commitdiff | raw | diff to current |
2010-07-03 |
Ingo Schwarze | Rudimentary implementation of user-defined strings; |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Kristaps Dzonsons | Lint tweak. |
blob | commitdiff | raw | diff to current |
2010-06-30 |
Kristaps Dzonsons | Pushed normalisation of scaling units into term_hspan(). |
blob | commitdiff | raw | diff to current |
2010-06-30 |
Kristaps Dzonsons | Move term_hspan() calculation into the output devices... |
blob | commitdiff | raw | diff to current |
2010-06-28 |
Kristaps Dzonsons | Clean-up of variable-width glyph support. Adds no... |
blob | commitdiff | raw | diff to current |
2010-06-28 |
Kristaps Dzonsons | This enables variable glyph-width output. The checkin... |
blob | commitdiff | raw | diff to current |
2010-06-28 |
Kristaps Dzonsons | Tiny commit clarifying flushln() documentation as to... |
blob | commitdiff | raw | diff to current |
2010-06-27 |
Ingo Schwarze | Basic implementation of .Bk/.Ek; from OpenBSD. |
blob | commitdiff | raw | diff to current |
2010-06-26 |
Kristaps Dzonsons | Churn-ish check-in getting mdoc_parseln() and man_parse... |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Kristaps Dzonsons | Initial chunks for variable-width fonts. Pushes all... |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Kristaps Dzonsons | Churn as I finish email address migration kth.se -... |
blob | commitdiff | raw | diff to current |
2010-06-11 |
Kristaps Dzonsons | Teach -Tps to ignore backspace-encoding by using a... |
blob | commitdiff | raw | diff to current |
2010-06-08 |
Kristaps Dzonsons | Broke ascii_*() functions into term_ascii.c |
blob | commitdiff | raw | diff to current |
2010-06-08 |
Kristaps Dzonsons | No functionality changes: just restructuring. Deprecated |
blob | commitdiff | raw | diff to current |
2010-06-08 |
Kristaps Dzonsons | Missing prototype for getsubopt() on NetBSD fixed. VERSION_1_10_1 |
blob | commitdiff | raw | diff to current |
2010-06-07 |
Kristaps Dzonsons | Lint fix. |
blob | commitdiff | raw | diff to current |
2010-06-07 |
Kristaps Dzonsons | First check-in of PostScript output. This does not... |
blob | commitdiff | raw | diff to current |
2010-06-07 |
Kristaps Dzonsons | Add -Owidth=width option to mandoc -Tascii. Asked... |
blob | commitdiff | raw | diff to current |
2010-05-25 |
Kristaps Dzonsons | Modified version of Ingo Schwarze's patch for hyphen... |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Ingo Schwarze | sync to OpenBSD: |
blob | commitdiff | raw | diff to current |
2010-05-24 |
Ingo Schwarze | Handle literal tab characters both in literal context... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Kristaps Dzonsons | Enable the unified error/warning enumeration in mandoc... |
blob | commitdiff | raw | diff to current |
2010-05-17 |
Ingo Schwarze | The function term_flushln() had effectively forked... |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Ingo Schwarze | sync to OpenBSD: |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Joerg Sonnenberger | Make the output width an option for ascii_alloc and... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Kristaps Dzonsons | Tiny EOS patch. Back-end cues front-end through flag... |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Kristaps Dzonsons | Backed out break-at-hyphen changes. |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Kristaps Dzonsons | Removed pipe from front-end ("typographic") recognition... |
blob | commitdiff | raw | diff to current |
2010-04-03 |
Kristaps Dzonsons | Removed erroneous `{' and `}' as punctuation (see mdoc... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Kristaps Dzonsons | Fixed two very subtle bugs in retaining overstep and... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | Big check-in of compatibility layer. This should work... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Kristaps Dzonsons | Fixed \c support for all input and output modes (docume... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Kristaps Dzonsons | FreeBSD sys/types inclusion fixed. |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Kristaps Dzonsons | Basically re-wrote -Tascii font handling: instead of... |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Kristaps Dzonsons | Hooked up -Tascii to a2roffdeco backend. |
blob | commitdiff | raw | diff to current |
2009-11-06 |
Kristaps Dzonsons | -Tascii now correctly ignores \s clauses. |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Kristaps Dzonsons | Correct support for `\fX' font modes in -Tascii. |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Kristaps Dzonsons | Added functionality of -Tascii non-breaking `\~' space. |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Kristaps Dzonsons | Using perror() instead of fprintf for failure from... |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Kristaps Dzonsons | More lint fixes. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Kristaps Dzonsons | Lint fixes. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Kristaps Dzonsons | Continued safe handling of allocations. |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Kristaps Dzonsons | Removed superfluous memset (thanks Joerg Sonnenberger). |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Kristaps Dzonsons | bzero() -> memset() (noted by Joerg Sonnenberger). |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Kristaps Dzonsons | Merged Ingo's comments on term_flushln() variable names. |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Kristaps Dzonsons | Added time.h to various files for FreeBSD compilation... |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Kristaps Dzonsons | Lint fix. VERSION_1_9_10 |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Kristaps Dzonsons | Fixed overstep patch. |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Kristaps Dzonsons | Removed need for superfluous `os' value in overstep... |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Kristaps Dzonsons | Fixed order of printing backspace-encoding for terms... |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Kristaps Dzonsons | More fixes to scaling-width multipliers (which, just... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Kristaps Dzonsons | Made sure devices and formats recognise that -man and... |
blob | commitdiff | raw | diff to current |
2009-10-18 |
Kristaps Dzonsons | Arbitrary horizontal and vertical scaling widths now... |
blob | commitdiff | raw | diff to current |
next |