2010-07-19 |
Kristaps Dzonsons | Fix spurrious newline emitted by `Pp' when specified... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Kristaps Dzonsons | Changed Unicode codepoint of left-arrow right-arrow... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Kristaps Dzonsons | Note discarding of \m, \M, and \s in COMPATIBILITY... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Kristaps Dzonsons | Remove \s TODO: these are intelligently ignored along... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Kristaps Dzonsons | Removed \s documentation, as we (1) never supported... |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Kristaps Dzonsons | Double-up DECO_RESERVED switch branch for colours. |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Kristaps Dzonsons | Properly discard \m colour escapes. Noted by J.C.... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Kristaps Dzonsons | Throw out a2roffdeco() in out.c for a readable version... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Kristaps Dzonsons | Make "\ " produce non-breaking space. |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Ingo Schwarze | Text ending in a full stop, exclamation mark or questio... |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Ingo Schwarze | fixed .Sm spacing, but there are four new issues |
commit | commitdiff | tree | snapshot |
2010-07-18 |
Kristaps Dzonsons | Clean up mandoc_special() (in order later to catch... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Kristaps Dzonsons | Avoid letter-by-letter encoding by using strcspn()... |
commit | commitdiff | tree | snapshot |
2010-07-17 |
Kristaps Dzonsons | By letting strncmp() do its job and not helping it... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Kristaps Dzonsons | Change chars.in HTML encoding to be a Unicode codepoint... |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Kristaps Dzonsons | Removed completed TODO. |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Kristaps Dzonsons | Fixed dquote to be \*q. |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Kristaps Dzonsons | Fix which escapes are used to format \". |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Ingo Schwarze | After .Sm on, spacing ought to restart right away,... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Ingo Schwarze | document .Sm; prodded by kristaps@ |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Ingo Schwarze | correct lots of copyright notices; |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Kristaps Dzonsons | Pre-tag checkin of release bits and shortlist. VERSION_1_10_4 |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Ingo Schwarze | remove three issues fixed near the end of the c2k10... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Kristaps Dzonsons | Re-constitution of `ds' symbol processing. First,... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Kristaps Dzonsons | Revert Makefile to using mandoc.c instead of libmandoc... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Kristaps Dzonsons | Resurrect mandoc.c after bogus removal (was: libmandoc.c). |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Kristaps Dzonsons | Give -T[x]html `Bk -words' capability. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Kristaps Dzonsons | Brought function arguments and style in ine with term_w... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Kristaps Dzonsons | Clarified `Bk' operation in mdoc.7. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Kristaps Dzonsons | Documented `En', `Es', `Hf', `Ic', `Lp', `Nd', `No... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Kristaps Dzonsons | Proper `Bk -words' support: only suppress breaks within... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Kristaps Dzonsons | Move register information into mandoc.h, which is where... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Kristaps Dzonsons | Renamed mandoc.c to libmandoc.c. This is in the effort... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Kristaps Dzonsons | Manual clean-ups. Add syntax message for `Bd', `Bk... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Kristaps Dzonsons | Remove caching TODO: this has been committed. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Kristaps Dzonsons | Suppress duplicate "Page: 1 1" -Tps printing and instea... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Ingo Schwarze | Assert my copyright, making it explicit that i'm granti... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Kristaps Dzonsons | Cache column sizes and char pointer into mdoc_bl. ... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Kristaps Dzonsons | gv(1) doesn't remember the last set font when displayin... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Kristaps Dzonsons | Set line-height to be 1.4em. Removed check for minimum... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Kristaps Dzonsons | Suppress printing blank eof pages in -Tps. Delay print... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Kristaps Dzonsons | Suppress printing of newlines/space at start of new... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Kristaps Dzonsons | Backed out margin calculations in favour of much simple... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Kristaps Dzonsons | Auto-margins. Documented in mandoc.1. Also bumped... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Kristaps Dzonsons | Allow empty `Fo' to get by without an assertion. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Kristaps Dzonsons | Note to myself on what I need to do regarding inter... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Ingo Schwarze | Rudimentary implementation of user-defined strings; |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Ingo Schwarze | The roff escape function "\s" is definitely not urgent, |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Ingo Schwarze | Not only for -tag lists, but for -hang, -ohang, -inset... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Kristaps Dzonsons | Cached `An' arguments in struct mdoc_an. Note that... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Kristaps Dzonsons | Fix: was checking HEAD for arguments. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Kristaps Dzonsons | Add documentation for Bf/Ef. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Kristaps Dzonsons | Stash `Bf' parameters into struct mdoc_bf. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Kristaps Dzonsons | Lint fixes. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Kristaps Dzonsons | Lint tweak. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Kristaps Dzonsons | Added TODO to sanitise `Nm' blocks such that HEAD optio... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Kristaps Dzonsons | Implemented -Thtml bits for handling `Nm' blocks. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Kristaps Dzonsons | Remove my own dumb FIXME and mark a static function... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Kristaps Dzonsons | Make struct_bl and struct_bd into pointers. This remov... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Ingo Schwarze | In the mdoc(7) parser, inspect roff registers early... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Kristaps Dzonsons | Prevent validator from puking on ENDBODY `Bl' nodes. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Ingo Schwarze | Correct handling of trailing punctuation in MDOC_DELIM... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Ingo Schwarze | Improve .Nm indentation in the SYNOPSIS; |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Kristaps Dzonsons | More reality-checks for the p->end type. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Kristaps Dzonsons | p->end is an enum: treat it as such. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Kristaps Dzonsons | First, I'm defaulting to 11-point font, which renders... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Kristaps Dzonsons | "Tweak previous": "badly nested" becomes badly-nested... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Ingo Schwarze | remove a couple of issues that have been fixed |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Kristaps Dzonsons | Now using Times AFM provided by Dillo. Verified on... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Ingo Schwarze | improve error reporting: |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Kristaps Dzonsons | Correct dimensions for DocumentMedia. Noted by schwarz... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Kristaps Dzonsons | Embedding Charter proportional-width glyphs. Nice... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Kristaps Dzonsons | PostScript can now handle scaled glyph sizes (see ... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Kristaps Dzonsons | Pushed normalisation of scaling units into term_hspan(). |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Kristaps Dzonsons | Move term_hspan() calculation into the output devices... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Kristaps Dzonsons | Push paper calculation out of getsubopt() loop. Make... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Ingo Schwarze | Closing of full blocks (Bd Bf Bk Bl It Fo Nd Rs Sh... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Ingo Schwarze | let's not forget the remaining badly nested block issue, |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Ingo Schwarze | fix a typo in the function declaration; |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Ingo Schwarze | Considerably simplify block rewind rules; no functional... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Ingo Schwarze | Support for badly nested blocks, written around the... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Kristaps Dzonsons | Inter-release tag. VERSION_1_10_3 |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Kristaps Dzonsons | Remove some incorrect data from mandoc.1 (that of non... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Kristaps Dzonsons | Add in -Opaper=xxx support for -Tps postscript. This... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Kristaps Dzonsons | Give -Tps better PostScript hinting. Note that we... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Kristaps Dzonsons | Clean-up of variable-width glyph support. Adds no... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Kristaps Dzonsons | This enables variable glyph-width output. The checkin... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Kristaps Dzonsons | Notes: this must be done later. \b in the input will... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Kristaps Dzonsons | Initial encoding of glyph widths. From /usr/X11R6... |
commit | commitdiff | tree | snapshot |
2010-06-28 |
Kristaps Dzonsons | Tiny commit clarifying flushln() documentation as to... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Ingo Schwarze | minor .Bk fixes: |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Ingo Schwarze | remove .Bk which is done |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Kristaps Dzonsons | Allow registers to be unset. Implement and document... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Kristaps Dzonsons | Following clue-stick applied by schwarze@, back out... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Kristaps Dzonsons | Downstream maintainers: this removes UGLY! I don't... |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Ingo Schwarze | Document .Bk and .Ek; reminded by kristaps@. |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Ingo Schwarze | Basic implementation of .Bk/.Ek; from OpenBSD. |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Kristaps Dzonsons | Mechanical diff allowing the const struct regset to... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Kristaps Dzonsons | Churn-ish check-in getting mdoc_parseln() and man_parse... |
commit | commitdiff | tree | snapshot |
2010-06-26 |
Kristaps Dzonsons | First step of adding register support. This is inspire... |
commit | commitdiff | tree | snapshot |
next |