2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
blob | commitdiff | raw |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-09-26 |
Ingo Schwarze | /* NOTREACHED */ after abort() is silly, delete it |
blob | commitdiff | raw | diff to current |
2015-08-29 |
Ingo Schwarze | If we have to reparse the text line because we spring... |
blob | commitdiff | raw | diff to current |
2015-08-29 |
Ingo Schwarze | Implement the escape sequence \\$*, expanding to all... |
blob | commitdiff | raw | diff to current |
2015-08-29 |
Ingo Schwarze | Minimal implementation of the read-only number register... |
blob | commitdiff | raw | diff to current |
2015-06-27 |
Ingo Schwarze | Ignore blank characters at the beginning of a condition... |
blob | commitdiff | raw | diff to current |
2015-05-31 |
Ingo Schwarze | Implement the roff(7) `r' (register exists) conditional. |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Ingo Schwarze | Setting the "last" member of struct roff_node was done... |
blob | commitdiff | raw | diff to current |
2015-04-23 |
Ingo Schwarze | Unify mdoc_deroff() and man_deroff() into a common... |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Unify trickier node handling functions. |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Unify some node handling functions that use TOKEN_NONE. |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Unify node handling functions: |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Unify {mdoc,man}_{alloc,reset,free}() into roff_man_... |
blob | commitdiff | raw | diff to current |
2015-04-04 |
Ingo Schwarze | Don't allow breaking the output line after hyphens... |
blob | commitdiff | raw | diff to current |
2015-02-21 |
Ingo Schwarze | Escape quotes when expanding macro arguments. |
blob | commitdiff | raw | diff to current |
2015-02-17 |
Ingo Schwarze | Cope with another one of the many kinds of DocBook... |
blob | commitdiff | raw | diff to current |
2015-02-17 |
Ingo Schwarze | Let .it accept numerical expressions, not just numerica... |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | replace the last legacy generic message type, "argument... |
blob | commitdiff | raw | diff to current |
2015-01-30 |
Ingo Schwarze | correctly handle table layout lines starting with a dot |
blob | commitdiff | raw | diff to current |
2015-01-28 |
Ingo Schwarze | * Polish tbl(7) error reporting. |
blob | commitdiff | raw | diff to current |
2015-01-28 |
Ingo Schwarze | For now, it can't be helped that mandoc tbl(7) ignores... |
blob | commitdiff | raw | diff to current |
2015-01-24 |
Ingo Schwarze | Strangely, ignoring the roff(7) .na request was impleme... |
blob | commitdiff | raw | diff to current |
2015-01-23 |
Ingo Schwarze | While ignoring the .ta (set tab stops) and .ti (temp... |
blob | commitdiff | raw | diff to current |
2015-01-23 |
Ingo Schwarze | Wonders of roff(7): Integer numbers in numerical expres... |
blob | commitdiff | raw | diff to current |
2015-01-22 |
Ingo Schwarze | Slightly improve \w width measurements: |
blob | commitdiff | raw | diff to current |
2015-01-21 |
Ingo Schwarze | pass empty request lines through to tbl(7); sometimes... |
blob | commitdiff | raw | diff to current |
2015-01-20 |
Ingo Schwarze | Split the -Werror message level into -Werror (broken... |
blob | commitdiff | raw | diff to current |
2015-01-16 |
Ingo Schwarze | Parse and ignore .IX (generate index entry) macros... |
blob | commitdiff | raw | diff to current |
2015-01-14 |
Ingo Schwarze | downgrade ".so with absolute path" from FATAL to ERROR; |
blob | commitdiff | raw | diff to current |
2015-01-07 |
Ingo Schwarze | Bugfix: When the invocation of a user-defined macro... |
blob | commitdiff | raw | diff to current |
2015-01-01 |
Ingo Schwarze | Fix a buffer overrun triggered by a trailing backslash... |
blob | commitdiff | raw | diff to current |
2014-12-28 |
Ingo Schwarze | improve previous: do the size check up front to avoid... |
blob | commitdiff | raw | diff to current |
2014-12-25 |
Ingo Schwarze | Reduce memory and time consumption on certain malformed... |
blob | commitdiff | raw | diff to current |
2014-12-18 |
Ingo Schwarze | Don't let the modulo operator divide by zero. |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Ingo Schwarze | Ignore mdoc(7) and man(7) macros inside tbl(7) code... |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Ingo Schwarze | When a string comparison condition contains no mismatch... |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Ingo Schwarze | When a numerical condition errors out after consuming... |
blob | commitdiff | raw | diff to current |
2014-12-15 |
Ingo Schwarze | Empty conditions count as false. |
blob | commitdiff | raw | diff to current |
2014-11-19 |
Ingo Schwarze | Support the ".if v" conditional operator (vroff mode... |
blob | commitdiff | raw | diff to current |
2014-11-01 |
Ingo Schwarze | Use struct buf in libroff, it is very natural there |
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-25 |
Ingo Schwarze | With the current architecture, we can't support inline... |
blob | commitdiff | raw | diff to current |
2014-10-25 |
Ingo Schwarze | Report arguments to .EQ as an error, and simplify the... |
blob | commitdiff | raw | diff to current |
2014-10-20 |
Kristaps Dzonsons | Protect the roff parser from dividing by zero. ok... |
blob | commitdiff | raw | diff to current |
2014-10-20 |
Ingo Schwarze | correctly parse spacing around in-line equations |
blob | commitdiff | raw | diff to current |
2014-10-20 |
Ingo Schwarze | correct spacing before inline equations |
blob | commitdiff | raw | diff to current |
2014-10-16 |
Ingo Schwarze | oops, don't escape the first token of inline equations |
blob | commitdiff | raw | diff to current |
2014-10-16 |
Ingo Schwarze | Implement in-line equations, much needed by Xenocara... |
blob | commitdiff | raw | diff to current |
2014-09-07 |
Ingo Schwarze | Parse and ignore the .pl (page length) request; |
blob | commitdiff | raw | diff to current |
2014-09-06 |
Ingo Schwarze | Simplify by handling empty request lines at the one... |
blob | commitdiff | raw | diff to current |
2014-09-06 |
Ingo Schwarze | Move main format autodetection from the parser dispatch... |
blob | commitdiff | raw | diff to current |
2014-08-19 |
Ingo Schwarze | libroff depends on libmandoc and so libmandoc should... |
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 | mention requests and macros in more messages |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | Dynamically allocate the stack of roff(7) .ie condition... |
blob | commitdiff | raw | diff to current |
2014-07-30 |
Ingo Schwarze | better name and wording for the last two non-generic... |
blob | commitdiff | raw | diff to current |
2014-07-07 |
Ingo Schwarze | Clean up ERROR messages related to document structure... |
blob | commitdiff | raw | diff to current |
2014-07-07 |
Ingo Schwarze | implement .dei and .ami |
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 expansion of escape sequences with incomplete argum... |
blob | commitdiff | raw | diff to current |
2014-07-04 |
Ingo Schwarze | Clean up messages regarding excess arguments: |
blob | commitdiff | raw | diff to current |
2014-07-03 |
Ingo Schwarze | MANDOCERR_NOARGS reported three completely unrelated... |
blob | commitdiff | raw | diff to current |
2014-07-01 |
Ingo Schwarze | The previous commit to this file broke the control... |
blob | commitdiff | raw | diff to current |
2014-06-29 |
Ingo Schwarze | Use the freshly improved roff_getname() function |
blob | commitdiff | raw | diff to current |
2014-06-29 |
Ingo Schwarze | Use the freshly improved roff_getname() function |
blob | commitdiff | raw | diff to current |
2014-06-29 |
Ingo Schwarze | Major roff_getname() cleanup. |
blob | commitdiff | raw | diff to current |
2014-06-29 |
Ingo Schwarze | Bugfix in roff_setstrn(): |
blob | commitdiff | raw | diff to current |
2014-06-25 |
Ingo Schwarze | Improve messages related to the roff(7) .so request. |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Ingo Schwarze | Audit strlcpy(3)/strlcat(3) usage. |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | make sure static buffers for snprintf(3) are large... |
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 | We already supported (outer) user-defined strings conta... |
blob | commitdiff | raw | diff to current |
2014-04-07 |
Ingo Schwarze | Almost complete implementation of roff(7) numerical... |
blob | commitdiff | raw | diff to current |
2014-04-05 |
Ingo Schwarze | Implement the roff(7) .rr (remove register) request. |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | avoid repetitive code for asprintf error handling |
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-20 |
Ingo Schwarze | Remove currently unimplemented macros from the lists... |
blob | commitdiff | raw | diff to current |
2014-03-19 |
Ingo Schwarze | Generalize the mparse_alloc() and roff_alloc() function... |
blob | commitdiff | raw | diff to current |
2014-03-08 |
Ingo Schwarze | Improve .if/.ie condition handling. |
blob | commitdiff | raw | diff to current |
2014-03-07 |
Ingo Schwarze | In roff_cond_sub(), make sure that the incorrect input... |
blob | commitdiff | raw | diff to current |
2014-03-07 |
Ingo Schwarze | Even on macro lines, \} must not cause whitespace. |
blob | commitdiff | raw | diff to current |
2014-03-07 |
Ingo Schwarze | Three bugfixes related to the closing of conditional... |
blob | commitdiff | raw | diff to current |
2014-02-14 |
Ingo Schwarze | Parse and ignore the roff(7) .ce request (center some... |
blob | commitdiff | raw | diff to current |
2014-02-14 |
Ingo Schwarze | Implement the roff(7) .as request (append to user-defin... |
blob | commitdiff | raw | diff to current |
2014-02-14 |
Ingo Schwarze | Handle some predefined read-only number registers,... |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Gprof(1) is fun. You should use it more often. |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Ingo Schwarze | Another 25% speedup for mandocdb(8) -Q mode, found... |
blob | commitdiff | raw | diff to current |
2013-12-30 |
Ingo Schwarze | Oops, missed one: |
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-12-15 |
Ingo Schwarze | The "value" argument to the roff(7) .nr requests ends... |
blob | commitdiff | raw | diff to current |
2013-10-22 |
Ingo Schwarze | Parse and ignore .hw (hyphenation points in words)... |
blob | commitdiff | raw | diff to current |
2013-10-14 |
Ingo Schwarze | Parse and ignore the .fam (font family) request. |
blob | commitdiff | raw | diff to current |
2013-10-05 |
Ingo Schwarze | Support simple numerical conditions. |
blob | commitdiff | raw | diff to current |
2013-10-05 |
Ingo Schwarze | ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, |
blob | commitdiff | raw | diff to current |
2013-10-05 |
Ingo Schwarze | Avoid code duplication in roff_parseln() as suggested by |
blob | commitdiff | raw | diff to current |
2013-10-05 |
Ingo Schwarze | Expand references to number registers in exactly the... |
blob | commitdiff | raw | diff to current |
2013-10-05 |
Ingo Schwarze | Support setting arbitrary roff(7) number registers, |
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 |
next |