2017-06-14 |
Ingo Schwarze | implement the roff(7) \p (break output line) escape... |
blob | commitdiff | raw |
2017-06-11 |
Ingo Schwarze | Style message about legacy man(7) date format in mdoc... |
blob | commitdiff | raw | diff to current |
2017-06-02 |
Ingo Schwarze | Partial implementation of \h (horizontal line drawing... |
blob | commitdiff | raw | diff to current |
2017-06-01 |
Ingo Schwarze | Minimal implementation of the \h (horizontal motion... |
blob | commitdiff | raw | diff to current |
2015-11-12 |
Ingo Schwarze | Simplify the logic in mandoc_normdate() and add some... |
blob | commitdiff | raw | diff to current |
2015-10-15 |
Ingo Schwarze | Delete two preprocessor constants that are no longer... |
blob | commitdiff | raw | diff to current |
2015-10-13 |
Ingo Schwarze | Reject the escape sequences \[uD800] to \[uDFFF] in... |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-08-29 |
Ingo Schwarze | Parse and ignore the escape sequences \, and \/ (italic... |
blob | commitdiff | raw | diff to current |
2015-02-20 |
Ingo Schwarze | For selecting a two-digit font size, support the histor... |
blob | commitdiff | raw | diff to current |
2015-01-21 |
Ingo Schwarze | Rudimentary implementation of the roff(7) \o escape... |
blob | commitdiff | raw | diff to current |
2015-01-01 |
Ingo Schwarze | Fix a read buffer overrun triggered by trailing \s... |
blob | commitdiff | raw | diff to current |
2014-12-15 |
Ingo Schwarze | Catch localtime() failure for additional safety; |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Ingo Schwarze | Tighten Unicode escape name parsing. |
blob | commitdiff | raw | diff to current |
2014-10-13 |
Ingo Schwarze | Stricter syntax checking of Unicode character names: |
blob | commitdiff | raw | diff to current |
2014-08-18 |
Kristaps Dzonsons | Fix a corner case where \H<nil> (where <nil> is the... |
blob | commitdiff | raw | diff to current |
2014-08-16 |
Ingo Schwarze | Improve build system and autodetection. |
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-07-06 |
Ingo Schwarze | Clean up messages related to plain text and to escape... |
blob | commitdiff | raw | diff to current |
2014-07-06 |
Ingo Schwarze | Fix handling of escape sequences taking numeric arguments. |
blob | commitdiff | raw | diff to current |
2014-07-01 |
Ingo Schwarze | Clean up the warnings related to document structure. |
blob | commitdiff | raw | diff to current |
2014-06-20 |
Ingo Schwarze | Start systematic improvements of error reporting. |
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 | Fully implement the \B (validate numerical expression... |
blob | commitdiff | raw | diff to current |
2014-04-07 |
Ingo Schwarze | Accept arbitrary argument delimiters for various roff... |
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 |
2013-12-31 |
Ingo Schwarze | Simplify: Remove an unused argument from the mandoc_eos... |
blob | commitdiff | raw | diff to current |
2013-12-30 |
Ingo Schwarze | Remove duplicate const specifiers from the declaration... |
blob | commitdiff | raw | diff to current |
2013-12-26 |
Ingo Schwarze | I have no idea how it happened that \B, \H, \h, \L... |
blob | commitdiff | raw | diff to current |
2013-12-25 |
Ingo Schwarze | Parse and ignore the roff(7) escape sequences \d (move... |
blob | commitdiff | raw | diff to current |
2013-12-25 |
Ingo Schwarze | s/[Nn]ull/NUL/ in comments where appropriate; |
blob | commitdiff | raw | diff to current |
2013-11-10 |
Ingo Schwarze | Support the alternative syntax \C'uXXXX' for Unicode... |
blob | commitdiff | raw | diff to current |
2013-10-05 |
Ingo Schwarze | Cleanup suggested by gcc-4.8.1, following hints by... |
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-06-20 |
Ingo Schwarze | Improve handling of the roff(7) "\t" escape sequence: |
blob | commitdiff | raw | diff to current |
2012-06-12 |
Kristaps Dzonsons | Add `cc' support. |
blob | commitdiff | raw | diff to current |
2012-05-31 |
Ingo Schwarze | While i already got my fingers dirty on mandoc_escape(), |
blob | commitdiff | raw | diff to current |
2012-05-31 |
Ingo Schwarze | Make recursive parsing of roff(7) escapes actually... |
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 |
2011-12-03 |
Ingo Schwarze | ISO style "%Y-%m-%d" dates are common in man(7) .TH. |
blob | commitdiff | raw | diff to current |
2011-11-06 |
Kristaps Dzonsons | Accomodate for \f(Cx formatting. Noted by Andreas... |
blob | commitdiff | raw | diff to current |
2011-10-24 |
Ingo Schwarze | Handle \N numbered character escapes the same way as... |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | forgotten Copyright bumps; no code change |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Kristaps Dzonsons | Move mandoc_hyph() into roff_parsetext() as a single... |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Kristaps Dzonsons | Update mandoc_hyph() to the extent that numbers on... |
blob | commitdiff | raw | diff to current |
2011-07-24 |
Kristaps Dzonsons | Scary-looking but otherwise harmless changes allow... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Complete eqn.7 parsing. Features all productions from... |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Support `size' constructs in eqn.7. Generalise mandoc_... |
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-15 |
Kristaps Dzonsons | Support groff's escape for Unicode input. See |
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-05-14 |
Kristaps Dzonsons | Move roff.c's strtol into libmandoc.h for use by other... |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | No code change: fixing spelling errors. From a patch... |
blob | commitdiff | raw | diff to current |
2011-04-19 |
Kristaps Dzonsons | Clean up parsing of delimiters in -mdoc. First, remove... |
blob | commitdiff | raw | diff to current |
2011-04-17 |
Kristaps Dzonsons | Get mdoc_argv.c ready to use [some of] mandoc_getarg... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Kristaps Dzonsons | Lint catching some potential issues. |
blob | commitdiff | raw | diff to current |
2011-04-09 |
Kristaps Dzonsons | Remove a2roffdeco() and mandoc_special() functions... |
blob | commitdiff | raw | diff to current |
2011-03-28 |
Kristaps Dzonsons | Have libman and libmdoc use mandoc_getcontrol() to... |
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-20 |
Kristaps Dzonsons | Consolidate messages. Have all parse-time messages... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Tiny optimisation in mandoc_isdelim() check. |
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-15 |
Kristaps Dzonsons | Make lint shut up a little bit. |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Ingo Schwarze | my $buf = "string"; return $string; is cool in Perl... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Ingo Schwarze | Clean up date handling, |
blob | commitdiff | raw | diff to current |
2011-01-03 |
Ingo Schwarze | Unify roff macro argument parsing (in roff.c, roff_user... |
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-29 |
Kristaps Dzonsons | Remove overstrike `\o'. This isn't the best solution... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Kristaps Dzonsons | Handle nested, recursive mathematical subexpressions... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Kristaps Dzonsons | Strip out `\k' escape. |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Kristaps Dzonsons | Stripping out of `\w' groff escape. Yet another for... |
blob | commitdiff | raw | diff to current |
2010-08-24 |
Kristaps Dzonsons | Strip out the `\z' escape. This is the first recursive... |
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-08-16 |
Kristaps Dzonsons | Add \v and \h to ignored escapes. These are in the... |
blob | commitdiff | raw | diff to current |
2010-07-25 |
Joerg Sonnenberger | Ensure that isalnum is called with unsigned char argument. |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Kristaps Dzonsons | Accept "\s0" (i.e., properly ignore it). Found in... |
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-18 |
Kristaps Dzonsons | Throw out a2roffdeco() in out.c for a readable version... |
blob | commitdiff | raw | diff to current |
2010-07-18 |
Ingo Schwarze | Text ending in a full stop, exclamation mark or questio... |
blob | commitdiff | raw | diff to current |
2010-07-18 |
Kristaps Dzonsons | Clean up mandoc_special() (in order later to catch... |
blob | commitdiff | raw | diff to current |
2010-07-06 |
Kristaps Dzonsons | Resurrect mandoc.c after bogus removal (was: libmandoc.c). |
blob | commitdiff | raw | diff to current |
2010-07-05 |
Kristaps Dzonsons | Renamed mandoc.c to libmandoc.c. This is in the effort... |
blob | commitdiff | raw |
2010-06-19 |
Kristaps Dzonsons | Churn as I finish email address migration kth.se -... |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Kristaps Dzonsons | Squash bug noted by Ulrich Spoerlein where "-" were... |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Kristaps Dzonsons | Fixed condition of `\}' closing a conditional at the... |
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-15 |
Kristaps Dzonsons | Documented EOS buffered spaces and added `]'. |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Kristaps Dzonsons | More EOS: append_delims() fitted with EOS detection... |
blob | commitdiff | raw | diff to current |
2010-05-14 |
Kristaps Dzonsons | Block-implicit macros now up-propogate end-of-sentence... |
blob | commitdiff | raw | diff to current |
2010-05-12 |
Kristaps Dzonsons | Put the eos-checker into libmandoc.h. |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Kristaps Dzonsons | Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Kristaps Dzonsons | Removed references to `\\' escape (noted by Jason McInt... |
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-05 |
Kristaps Dzonsons | Documented that `\s' and `\f' don't work in HTML mode... |
blob | commitdiff | raw | diff to current |
2009-11-02 |
Kristaps Dzonsons | Added mandoc_a2time() for proper date conversion. |
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 | libmdoc and libman now using non-recoverable allocation... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Kristaps Dzonsons | Slow movement of internal allocations to fail completely. |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Kristaps Dzonsons | Added `sp' support to libman. |
blob | commitdiff | raw | diff to current |
next |