Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [cvsweb.bsd.lv] / mandoc
Current tag: VERSION_1_11_4
File | Rev. | Age | Author | Last log entry |
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
1.354 | 13 years | kristaps | Note version 1.11.4 bits. Here we go! |
![]() |
1.119 | 13 years | kristaps | Spaces must be preserved in -T[x]html literal mode. |
![]() |
1.9 | 14 years | kristaps | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have... |
![]() |
1.9 | 14 years | kristaps | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have... |
![]() |
1.47 | 13 years | kristaps | Simplify chars.c---there's really no need for extra code to reorder the hash cha... |
![]() |
1.2 | 14 years | kristaps | Note the development status of eqn.7 and tbl.7. |
![]() |
1.4 | 14 years | kristaps | Step 1 of restructuring: libmandoc.h. Move all compiler-set-specific stuff into... |
![]() |
1.149 | 13 years | kristaps | Fix handling of the `\c' escape in -T[x]html. |
![]() |
1.44 | 13 years | kristaps | Cleanups in -T[x]html: make html_idcat() use the buffer and be called bufcat_id(... |
![]() |
1.9 | 14 years | kristaps | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have... |
![]() |
1.9 | 14 years | kristaps | Churn as I finish email address migration kth.se -> bsd.lv. |
![]() |
1.51 | 14 years | kristaps | Merge man_args() into man_macro.c, the only place where it's called, and make it... |
![]() |
1.21 | 14 years | kristaps | Move roff.c's strtol into libmandoc.h for use by other parts of the code (which ... |
![]() |
1.74 | 14 years | kristaps | Clean up parsing of delimiters in -mdoc. First, remove the "dowarn" variable fr... |
![]() |
1.163 | 13 years | kristaps | Turn on -Tutf8 in the frontend. Here we go! |
![]() |
1.12 | 13 years | kristaps | Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and does little ... |
![]() |
1.102 | 13 years | kristaps | Clarify the role of `RS' in man(7) and also fix a bogus cross-reference. |
![]() |
1.107 | 14 years | kristaps | Make libman use mandoc_getcontrol() for real this time. |
![]() |
1.58 | 14 years | kristaps | Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to be used for ... |
![]() |
1.78 | 13 years | kristaps | Considerably fix up -man -T[x]html's handling of verbatim spaces (`nf'), which b... |
![]() |
1.64 | 13 years | kristaps | Fix a bug in the -man parser where deleting nodes (such as `PP' or `LP' in certa... |
![]() |
1.113 | 13 years | kristaps | Fix a TODO noted by schwarze@, originally by Christian Weisgerber: literal mode ... |
![]() |
1.70 | 13 years | kristaps | Make sure that `br' and `sp' don't emit space before the initial `SH' in -man. ... |
![]() |
1.89 | 13 years | kristaps | Fix some bad bits in the mandoc manual: `Xr' instead of `Sx', unescaped stuff th... |
![]() |
1.12 | 13 years | kristaps | Make sure constants in mandoc.3 use the `Dv' macro. |
![]() |
1.53 | 13 years | kristaps | Remove all references to ESCAPE_PREDEF, which is now not exposed passed the libr... |
![]() |
1.77 | 13 years | kristaps | Remove all references to ESCAPE_PREDEF, which is now not exposed passed the libr... |
![]() |
1.45 | 13 years | kristaps | Support groff's escape for Unicode input. See http://mdocml.bsd.lv/archives/... |
![]() |
1.189 | 13 years | kristaps | Be more specific about `Dv', `Er', and `Ev'. |
![]() |
1.188 | 14 years | kristaps | Have libman and libmdoc use mandoc_getcontrol() to determine whether a macro has... |
![]() |
1.122 | 14 years | kristaps | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported error where... |
![]() |
1.80 | 13 years | kristaps | Add back in a check that the leading `-' exists for arguments. This mysteriousl... |
![]() |
1.172 | 13 years | kristaps | The bufcat() function in -T[x]html was eating one byte off the end of its concat... |
![]() |
1.109 | 14 years | kristaps | No code change: fixing spelling errors. From a patch by uqs@. Thanks! |
![]() |
1.231 | 13 years | kristaps | First fix how `sp 1' doesn't imply `1v' (it now does) and that 1 followed by non... |
![]() |
1.169 | 14 years | kristaps | No code change: fixing spelling errors. From a patch by uqs@. Thanks! |
![]() |
1.9 | 14 years | kristaps | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have... |
![]() |
1.6 | 14 years | kristaps | Churn as I finish email address migration kth.se -> bsd.lv. |
![]() |
1.40 | 14 years | kristaps | Remove a2roffdeco() and mandoc_special() functions and replace them with a publi... |
![]() |
1.20 | 14 years | kristaps | Move "chars" interface out of out.h and into mandoc.h. This doesn't change any ... |
![]() |
1.4 | 13 years | kristaps | Some small lint checks in preconv. Also add it to the default lint rule. |
![]() |
1.2 | 13 years | kristaps | The \*q predef certainly doesn't map to \"! Fix this. |
![]() |
1.15 | 13 years | kristaps | At least in theory, this patch lets us compile on Windows (which does not have m... |
![]() |
1.29 | 13 years | kristaps | Have conditional closure for both text and macro lines call through to ccond(). ... |
![]() |
1.144 | 13 years | kristaps | Fix two issues: the first, where a `.\}' wasn't being interpreted as a proper ma... |
![]() |
1.9 | 14 years | kristaps | libmdoc.h and libman.h were including mdoc.h and man.h, respectively. Don't have... |
![]() |
1.13 | 14 years | kristaps | Note the development status of eqn.7 and tbl.7. |
![]() |
1.25 | 14 years | kristaps | Add config.h Glue for OpenIndiana (and older OpenSolaris) to build. From a patch... |
![]() |
1.24 | 14 years | kristaps | Consolidate messages. Have all parse-time messages (in libmdoc, libroff, etc., ... |
![]() |
1.7 | 14 years | kristaps | Change how -Thtml behaves with tables: use multiple rows, with widths set by COL... |
![]() |
1.20 | 13 years | kristaps | In tbl layouts, we puked if a space didn't followed a vertical bar (found by Yur... |
![]() |
1.11 | 14 years | kristaps | Add config.h Glue for OpenIndiana (and older OpenSolaris) to build. From a patch... |
![]() |
1.19 | 14 years | schwarze | correct horizontal spacing of data cells correct alignment of centered cells adj... |
![]() |
1.197 | 13 years | kristaps | Remove all references to ESCAPE_PREDEF, which is now not exposed passed the libr... |
![]() |
1.85 | 13 years | kristaps | Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and does little ... |
![]() |
1.17 | 13 years | kristaps | Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and does little ... |
![]() |
1.51 | 13 years | kristaps | Add mode for -Tlocale. This mode, with this commit, behaves exactly like -Tasci... |
![]() |
1.1 | 15 years | kristaps | Big check-in of compatibility layer. This should work on most major architectur... |
![]() |
1.1 | 15 years | kristaps | Big check-in of compatibility layer. This should work on most major architectur... |
![]() |
1.37 | 14 years | kristaps | Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to be used for ... |