2015-01-31 |
Ingo Schwarze | Use relative offsets instead of absolute pointers for... |
blob | commitdiff | raw |
2015-01-21 |
Ingo Schwarze | Rudimentary implementation of the roff(7) \o escape... |
blob | commitdiff | raw | diff to current |
2014-12-24 |
Ingo Schwarze | Support negative indentations for mdoc(7) displays... |
blob | commitdiff | raw | diff to current |
2014-12-24 |
Ingo Schwarze | When a man(7) document contains unreasonably large... |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Ingo Schwarze | support negative horizontal widths in man(7); |
blob | commitdiff | raw | diff to current |
2014-12-23 |
Ingo Schwarze | Fix vertical scaling. Obviously, nobody ever had a... |
blob | commitdiff | raw | diff to current |
2014-12-19 |
Ingo Schwarze | Enforcing an arbitrary, implementation dependent, undoc... |
blob | commitdiff | raw | diff to current |
2014-12-02 |
Ingo Schwarze | Fix the implementation and documentation of \c (continu... |
blob | commitdiff | raw | diff to current |
2014-11-21 |
Ingo Schwarze | We repeatedly observed assertion crashes in the low... |
blob | commitdiff | raw | diff to current |
2014-11-16 |
Ingo Schwarze | When a line (in the sense of term_flushln()) contains... |
blob | commitdiff | raw | diff to current |
2014-11-01 |
Ingo Schwarze | fix a typo causing crashes in Unicode string length... |
blob | commitdiff | raw | diff to current |
2014-10-29 |
Ingo Schwarze | In terminal output, unify handling of Unicode and numbe... |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Ingo Schwarze | In -Tascii mode, print "<?>" only for Unicode escapes... |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Ingo Schwarze | Make the character table available to libroff so it... |
blob | commitdiff | raw | diff to current |
2014-10-27 |
Ingo Schwarze | Fix a regression in term.c rev. 1.229 reported by bentley@: |
blob | commitdiff | raw | diff to current |
2014-10-26 |
Ingo Schwarze | Improve -Tascii output for Unicode escape sequences... |
blob | commitdiff | raw | diff to current |
2014-08-18 |
Kristaps Dzonsons | Control reading off the edge of our buffer in term_flus... |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | Fix floating point handling: When converting double... |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | Clarity with respect to floating point handling: |
blob | commitdiff | raw | diff to current |
2014-07-06 |
Ingo Schwarze | After skipping an escape sequence with incomplete argum... |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | Audit malloc(3)/calloc(3)/realloc(3) usage. |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-04-08 |
Ingo Schwarze | Add a new term_flushln() flag TERMP_BRIND (if break... |
blob | commitdiff | raw | diff to current |
2014-04-05 |
Ingo Schwarze | bugfix: make sure all variables are properly initialized |
blob | commitdiff | raw | diff to current |
2014-03-30 |
Ingo Schwarze | Support relative arguments to .ll (increase or decrease... |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2014-03-13 |
Ingo Schwarze | In -Tutf8 mode, make sure that hyphens get counted... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
Ingo Schwarze | Implement the \: (optional line break) escape sequence, |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Ingo Schwarze | remove assignments that will be overwritten right after... |
blob | commitdiff | raw | diff to current |
2013-12-25 |
Ingo Schwarze | Do not break output lines in .Fn function arguments... |
blob | commitdiff | raw | diff to current |
2013-12-24 |
Ingo Schwarze | Delete the unused flag TERMP_IGNDELIM |
blob | commitdiff | raw | diff to current |
2013-12-23 |
Ingo Schwarze | Implement a long-standing desideratum, |
blob | commitdiff | raw | diff to current |
2013-12-22 |
Ingo Schwarze | Polishing the worms in my favourite can, term_flushln(). |
blob | commitdiff | raw | diff to current |
2013-08-21 |
Ingo Schwarze | Move the last column-counting members of struct termp... |
blob | commitdiff | raw | diff to current |
2013-08-08 |
Ingo Schwarze | Implement the roff(7) font-escape sequence \f(BI "bold... |
blob | commitdiff | raw | diff to current |
2013-08-05 |
Ingo Schwarze | After a leading blank on an output line, the first... |
blob | commitdiff | raw | diff to current |
2013-05-29 |
Ingo Schwarze | In keep mode, if any text is printed (even in NOSPACE... |
blob | commitdiff | raw | diff to current |
2012-11-16 |
Ingo Schwarze | Improve formatting of badly nested font blocks. |
blob | commitdiff | raw | diff to current |
2012-07-16 |
Ingo Schwarze | In flush-left mode of both man(7) and mdoc(7), when... |
blob | commitdiff | raw | diff to current |
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 |
next |