Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `cc' support. | Kristaps Dzonsons | 2012-06-12 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | This was reported by espie@ and in the TODO. Caveat: `cc' has buggy behaviour when invoked in groff(1) and followed by a line-breaking control character macro, e.g., in a -man doc, .cc | .B foo 'B foo |cc 'B foo will cause groff(1) to behave properly for `.B' but inline the macro definition for `B' when invoked with the line-breaking macro. | ||||
* | Fix an assert() raised by `RS' when following `TP'. | Kristaps Dzonsons | 2012-06-12 | 1 | -6/+0 |
| | | | | | | The reason was that `RS' wasn't BSCOPE'd, so the next-line (BLINE) scope opened by `TP' would still be in the HEAD macro. This was from joerg@'s archive of failures. | ||||
* | forgot to commit one request bu espie@ | Ingo Schwarze | 2012-06-05 | 1 | -0/+3 |
| | |||||
* | .if vertical spacing now fixed in OpenBSD | Ingo Schwarze | 2012-05-31 | 1 | -4/+0 |
| | |||||
* | clarify two entries related to roff(7) escapes | Ingo Schwarze | 2012-05-28 | 1 | -3/+4 |
| | |||||
* | Horizontal spacing of tables was fixed | Ingo Schwarze | 2012-05-27 | 1 | -9/+0 |
| | | | | | | in tbl_term.c rev. 1.10 and out.c rev. 1.16 on September 20, 2011. I merely forgot to delete the TODO entry. | ||||
* | The .\} -> .\& -> pset() bug reported by naddy has already been fixed; | Ingo Schwarze | 2012-05-27 | 1 | -9/+2 |
| | | | | | | | i'm really sure because i both stepped through the code with gdb and wrote an OpenBSD regression test for it. While here, note that bentley@ reported .ti .ce .fc missing. | ||||
* | two reminders | Ingo Schwarze | 2012-03-04 | 1 | -0/+3 |
| | |||||
* | Add entry about the .TP / .RS crash before I forget about it again. | Joerg Sonnenberger | 2012-01-23 | 1 | -0/+2 |
| | |||||
* | `-diag' lists aren't parsed, unlike other list types. This fixes a TODO | Kristaps Dzonsons | 2012-01-02 | 1 | -3/+0 |
| | | | | entry raised by deraadt@. | ||||
* | must ignore \h with quoted argument | Ingo Schwarze | 2011-12-05 | 1 | -0/+5 |
| | |||||
* | using undefined macros or strings should define them to be empty | Ingo Schwarze | 2011-11-17 | 1 | -0/+3 |
| | |||||
* | another detail to implement; | Ingo Schwarze | 2011-11-13 | 1 | -0/+3 |
| | | | | long live the tricky exceptions! | ||||
* | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze | 2011-11-07 | 1 | -5/+1 |
| | | | | | | | | do not abort with a FATAL error, but report a report a WARNING, remove the broken .TP from the syntax tree, and prod on. Reported repeatedly by ports people, at least by brad@ and jeremy@. Also fixes rendition(4) in Xenocara. ok kristaps@ | ||||
* | Using user-defined macros, surprisingly, it is possible | Ingo Schwarze | 2011-09-20 | 1 | -0/+4 |
| | | | | | | | to have *next*-line head arguments on the *same* input line. So .TP must not assume that a head argument with a matching input line number is a same-line argument (and access a NULL pointer). Bug found and fix tested by kristaps@ with groff_hdtbl(7). | ||||
* | two issues were reported again | Ingo Schwarze | 2011-09-18 | 1 | -0/+5 |
| | |||||
* | Remove TODO entry about `tr'. | Kristaps Dzonsons | 2011-07-28 | 1 | -2/+0 |
| | |||||
* | Spaces must be preserved in -T[x]html literal mode. | Kristaps Dzonsons | 2011-07-09 | 1 | -0/+2 |
| | |||||
* | Note the strange `if'+newline issue raised by schwarze@. | Kristaps Dzonsons | 2011-07-07 | 1 | -0/+4 |
| | |||||
* | Fix a TODO noted by schwarze@, originally by Christian Weisgerber: | Kristaps Dzonsons | 2011-07-03 | 1 | -3/+0 |
| | | | | | literal mode (`nf') is ended by SH (and, it turns out, SS as well). Noted the updated behaviour in man.7 as well. | ||||
* | two new bugs reported by naddy@: | Ingo Schwarze | 2011-07-03 | 1 | -0/+8 |
| | | | | | - .\} breaks - .SH implies .fi | ||||
* | Ouch: predefined strings moved into roff.c weren't being reinitalised | Kristaps Dzonsons | 2011-06-30 | 1 | -0/+3 |
| | | | | | after the first parse. Do this, but note there are more efficient ways just waiting for a table of macros. | ||||
* | First fix how `sp 1' doesn't imply `1v' (it now does) and that 1 | Kristaps Dzonsons | 2011-06-29 | 1 | -2/+0 |
| | | | | | | followed by non-digits, e.g. `1g', really means `1'. Next, fix some spacing issues where `sp' was invoked in -man after sections or subsections. Make sure this behaviour is mirrored in -Thtml. | ||||
* | Fix two TODOs with one check-in. Both of these relate to vertical space | Kristaps Dzonsons | 2011-06-18 | 1 | -21/+0 |
| | | | | before paragraphs and/or within `RS' blocks. | ||||
* | Allow RS/RE blocks to nest. This requires first the syntax tree to | Kristaps Dzonsons | 2011-06-18 | 1 | -5/+0 |
| | | | | | | | | accomodate for the fix, then for the front-ends. -T[x]html accepted the syntax tree natively, but -Tascii had to use relative offsets. It's quite a simple fix. From a TODO by {dcoppa,dsoares}@openbsd. | ||||
* | Fix an assertion failure raised by the following interesting scenario: a | Kristaps Dzonsons | 2011-06-18 | 1 | -3/+0 |
| | | | | | | | | | | | | | | auto-opened `It' (i.e., a column list with a free-text first line) with leading spaces in the line triggering assertion when searching for arguments. This led to a fix giving a nice performance speed-ups (a few percent, with some quick trials): the search for flags immediately exits if the macro has no flags, instead of having to first parse the leading word then look it up. I also cleaned up the argv parsing stuff a little bit and added more documentation. This comes from a TODO by joerg@. | ||||
* | Add note about crash on invalid found in the NetBSD tree | Joerg Sonnenberger | 2011-06-12 | 1 | -0/+3 |
| | |||||
* | .Nm in-line/block issues reported by uqs@ | Ingo Schwarze | 2011-06-11 | 1 | -0/+8 |
| | |||||
* | Fix a TODO to the effect that `.if n \{\ foo .br \}' was failing due to | Kristaps Dzonsons | 2011-05-24 | 1 | -6/+0 |
| | | | | | | | | | | the `\}' not being directly after the `.br'. Now we check for `\}' in arbitrary parts of the line, and account for if it's escaped in funny ways. This behaviour diverges somewhat from groff in that the text at and following the `\}' is lost, while groff keeps it (sort-of). I'll add a COMPATIBILITY note to this effect. | ||||
* | nested .RS/.RE is becoming more important | Ingo Schwarze | 2011-05-21 | 1 | -0/+2 |
| | |||||
* | Make any un-recognised font be considered a call for the Roman font. | Kristaps Dzonsons | 2011-05-18 | 1 | -5/+0 |
| | | | | | This makes sequences of \f[unknown] \fP not completely puke. From a TODO by schwarze@. | ||||
* | Add TODO entry for standalone `.' in tbl pages (pointed out by Yuri | Kristaps Dzonsons | 2011-05-18 | 1 | -0/+4 |
| | | | | Pankov). Also fix typo in Makefile, same reporter. Thanks! | ||||
* | No code change: fixing spelling errors. From a patch by uqs@. Thanks! | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
| | |||||
* | .Pp in .Bl -column | Ingo Schwarze | 2011-04-17 | 1 | -0/+4 |
| | |||||
* | mini-bug at eol after .Bl -column .It | Ingo Schwarze | 2011-04-16 | 1 | -0/+10 |
| | |||||
* | lines in tables and .RS/.RE nesting | Ingo Schwarze | 2011-04-16 | 1 | -0/+8 |
| | |||||
* | Remove TODO from prior commit of lifting warnings from `Sh', `Ss', `SH', | Kristaps Dzonsons | 2011-04-13 | 1 | -7/+0 |
| | | | | and `SS' bodies. | ||||
* | empty .SS is ok | Ingo Schwarze | 2011-04-12 | 1 | -0/+7 |
| | |||||
* | naddy@ reports rsync(1) | Ingo Schwarze | 2011-03-30 | 1 | -0/+48 |
| | |||||
* | Carefully let mandoc_getcontrol() handle libroff's detection of a macro | Kristaps Dzonsons | 2011-03-29 | 1 | -5/+0 |
| | | | | | | | | | line. Note that we now properly ignore \.", which earlier would have been pushed through macro detection. This required attention to all entries of roff_parse(). This removes a TODO by schwarze@ to the effect that \. can be a control character, which is now handled in mandoc_getcontrol(). | ||||
* | new: \. at the beginning of a line | Ingo Schwarze | 2011-03-23 | 1 | -5/+6 |
| | | | | partially done: date cleanup | ||||
* | Make (e.g.) `SM' before `B' be only a warning. In reality, this refers | Kristaps Dzonsons | 2011-03-23 | 1 | -6/+0 |
| | | | | | | | to ELINE macros ("next-line", but not unbreakable like the next-line paragraph macros) followed by other macros. This addresses a report by Christian Weisgerber, posted in the TODO by schwarze@, and aired on discuss@ (22/03/2011) for whether a fix is warranted. | ||||
* | Make empty sections and parts (SH, SS, RS) only produce a warning if it | Kristaps Dzonsons | 2011-03-22 | 1 | -4/+0 |
| | | | | has no children. Noted by Brad, added to TODO by schwarze@. | ||||
* | .RS w/o line args is not seriousVERSION.1.10.10 | Ingo Schwarze | 2011-03-19 | 1 | -0/+4 |
| | |||||
* | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows the | Kristaps Dzonsons | 2011-03-17 | 1 | -9/+0 |
| | | | | | | removal of manual delimiter checks in html.c and term.c. Finally, add the escaped period as a closing delimiter, removing a TODO to this effect. | ||||
* | date handling needs cleanup | Ingo Schwarze | 2011-02-27 | 1 | -1/+9 |
| | |||||
* | Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issue | Kristaps Dzonsons | 2011-02-09 | 1 | -6/+0 |
| | | | | of how we considered .TS (etc.) macros and how the preprocessors do. | ||||
* | TODO note on that `.TS', `.TE' etc. aren't real roff macros and troff | Kristaps Dzonsons | 2011-02-03 | 1 | -0/+6 |
| | | | | won't recognise them when invoked as e.g. `. TS' (we, however, do). | ||||
* | If `Ns' is specified on its own line, it should be ignored. This is | Kristaps Dzonsons | 2011-02-02 | 1 | -4/+0 |
| | | | | | shitty groff behaviour. Do the same, but raise a warning to this effect. This from a TODO noted by schwarze@. | ||||
* | Note an error found in the wild. | Kristaps Dzonsons | 2011-01-31 | 1 | -0/+3 |
| |