Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add \*(Ai (ANSI) and \*(Px (POSIX) predefined strings, which are part of | Kristaps Dzonsons | 2011-04-20 | 1 | -0/+2 |
| | | | | | | groff's tmac.doc package. Originally noted by Matthew Dempsky. Feedback by Jason McIntyre, joerg@, and schwarze@. Also add some documentation about predefined strings, tweaked by schwarze@. | ||||
* | o diaeresis is 246 (U+00F6) | Ingo Schwarze | 2011-03-16 | 1 | -1/+1 |
| | | | | from Christian Weisgerber <naddy at openbsd dot org> | ||||
* | Remove last pod2man escapes. These render ok, although \*(-- renders as | Kristaps Dzonsons | 2010-09-15 | 1 | -15/+2 |
| | | | | | | O- because the underlying macro depends on \(*W, which a prior pod2man preamble `tr' macro rewrites as "-". This is an error in groff as this tramples on the real \(*W, or Greek omega. | ||||
* | Remove the pod2man table entries. They can now be properly read and | Kristaps Dzonsons | 2010-08-29 | 1 | -9/+2 |
| | | | | assigned within the pod2man preamble. | ||||
* | Remove \*(C+ from the pre-predefined strings. It is always `ds'-defined | Kristaps Dzonsons | 2010-08-16 | 1 | -1/+0 |
| | | | | | | when being used in manuals. Since we now support `ds', it's no longer necessary to account for it. From a bug report originally by Thomas Jeunet. | ||||
* | Sync to OpenBSD: add missing Copyright years. | Ingo Schwarze | 2010-07-31 | 1 | -1/+1 |
| | | | | | I checked that substantial changes were committed to these files during these years. | ||||
* | Remove asciisz from chars.in. It frees up a nice chunk of memory and at | Kristaps Dzonsons | 2010-07-26 | 1 | -371/+371 |
| | | | | | | the overhead of running strlen() for ASCII strings (yes, I benchmarked this running mandoc_char(7) as input again and again with hundredth-second penalties... on my slow-ass alpha). | ||||
* | Fix chars.in fall-through to ASCII mode. This bug only affected | Kristaps Dzonsons | 2010-07-26 | 1 | -6/+6 |
| | | | | -T[x]html. | ||||
* | Changed Unicode codepoint of left-arrow right-arrow to be the regular | Kristaps Dzonsons | 2010-07-19 | 1 | -2/+2 |
| | | | | ASCII symbols. | ||||
* | Make "\ " produce non-breaking space. | Kristaps Dzonsons | 2010-07-18 | 1 | -1/+1 |
| | | | | Noted by Theo de Raadt. Ok schwarze@. | ||||
* | By letting strncmp() do its job and not helping it with a prior length | Kristaps Dzonsons | 2010-07-17 | 1 | -370/+370 |
| | | | | | check, we can remove the hard-coded length of all escape patterns. This frees up a nice chunk of memory. | ||||
* | Change chars.in HTML encoding to be a Unicode codepoint (int), which is | Kristaps Dzonsons | 2010-07-16 | 1 | -370/+370 |
| | | | | later formatted in html.c. | ||||
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
| | |||||
* | Fixed condition of `\}' closing a conditional at the start of the line. | Kristaps Dzonsons | 2010-06-01 | 1 | -0/+1 |
| | | | | | | | | Fixed flushed-out condition of \} causing subsequent arguments to be truncated, when in fact the whole line should be passed through (if the conditional succeeds) to the front-end and the \} ignored there. Added regression test of this behaviour. | ||||
* | sync to OpenBSD: | Ingo Schwarze | 2010-05-16 | 1 | -1/+1 |
| | | | | | | introduce a #define to get rid of the magic number describing the ASCII character used to represent non-breaking space; ok kristaps | ||||
* | Escape TH -> Th (noticed by Joerg Sonnenberger). | Kristaps Dzonsons | 2010-03-30 | 1 | -1/+1 |
| | | | | Moved pod2man escapes into man.3 (they're not part of -man or -mdoc, technically). | ||||
* | Added stupid pod2man reserved strings. | Kristaps Dzonsons | 2010-03-23 | 1 | -4/+25 |
| | |||||
* | Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze). | Kristaps Dzonsons | 2010-01-05 | 1 | -1/+0 |
| | |||||
* | Added functionality of -Tascii non-breaking `\~' space. | Kristaps Dzonsons | 2009-11-05 | 1 | -1/+8 |
| | |||||
* | Fix in -Tascii where `Lb' causes line-break in any section (should only ↵ | Kristaps Dzonsons | 2009-09-24 | 1 | -1/+1 |
| | | | | | | | happen in LIBRARY). `Fn' first parameter is broken apart into ftype and fname in -Thtml (for correct style application). Fixed \0 special character. | ||||
* | All special characters sync'd with groff, both -Thtml and -Tascii. | Kristaps Dzonsons | 2009-09-23 | 1 | -62/+88 |
| | | | | Re-added text links to index.sgml (just for show). | ||||
* | Sync'd currency symbols with newest groff. | Kristaps Dzonsons | 2009-09-23 | 1 | -8/+10 |
| | |||||
* | Sync'd special letters and ligatures with newest groff. | Kristaps Dzonsons | 2009-09-23 | 1 | -62/+64 |
| | |||||
* | Arrows & brackets sync'd with newest groff. | Kristaps Dzonsons | 2009-09-23 | 1 | -18/+48 |
| | |||||
* | Quotes sync'd with newest groff. | Kristaps Dzonsons | 2009-09-23 | 1 | -8/+13 |
| | |||||
* | Accent marks sync'd with current groff. | Kristaps Dzonsons | 2009-09-22 | 1 | -15/+16 |
| | |||||
* | Many more UTF-8 symbols in place. | Kristaps Dzonsons | 2009-09-22 | 1 | -120/+171 |
| | | | | | | Started partitioning chars.in into sections corresponding to mandoc_char.7. Correctly ordered Greek letters. Sync'd all mathematical and logical symbols with current groff. | ||||
* | Fix segfault in -Thtml column lists. | Kristaps Dzonsons | 2009-09-22 | 1 | -13/+13 |
| | | | | | | Added some more UTF-8 chars. mandoc_char.7 now has all special characters rendered. Fixed column layout in -Thtml. | ||||
* | Fixed some characters. | Kristaps Dzonsons | 2009-09-22 | 1 | -15/+15 |
| | | | | Initial push of mandoc_char showing the current character rendering (useful for testing, too). | ||||
* | Many more characters for HMTL (mostly Greek). | Kristaps Dzonsons | 2009-09-22 | 1 | -44/+45 |
| | |||||
* | A few more macros in -Thtml. | Kristaps Dzonsons | 2009-09-21 | 1 | -2/+2 |
| | |||||
* | Removed man handling in -Thtml (for now). | Kristaps Dzonsons | 2009-09-21 | 1 | -20/+20 |
| | | | | Added some UTF chars to chars.in. | ||||
* | Headers and footers in -Thtml. Various minor additions. | Kristaps Dzonsons | 2009-09-20 | 1 | -10/+10 |
| | |||||
* | Some extra html tags and near-complete Bl: -tag is hopeless (synonym for ↵ | Kristaps Dzonsons | 2009-09-20 | 1 | -3/+3 |
| | | | | -hang, now) and -column is still pending. | ||||
* | Consider html fixes, most importantly -tag and -hang (breaks in IE6, ↵ | Kristaps Dzonsons | 2009-09-17 | 1 | -5/+5 |
| | | | | apparently). | ||||
* | More html. | Kristaps Dzonsons | 2009-09-17 | 1 | -266/+266 |
| | | | | Initial html encodings in chars.in. | ||||
* | ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding). | Kristaps Dzonsons | 2009-09-17 | 1 | -0/+300 |
More html work. |