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_3
File | Rev. | Age | Author | Last log entry |
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
1.349 | 13 years | kristaps | Version 1.11.3. Here we go! |
![]() |
1.108 | 13 years | kristaps | Fix a TODO to the effect that `.if n \{\ foo .br \}' was failing due to the `\}'... |
![]() |
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.46 | 13 years | kristaps | Remove all references to ESCAPE_PREDEF, which is now not exposed passed the libr... |
![]() |
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.147 | 13 years | kristaps | Use the correct Unicode value for the zero-width space, which means that spec2cp... |
![]() |
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 | 13 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.100 | 13 years | kristaps | Noticed that our skeleton mdoc.7 had lower-case `Dt'. Fixed and added some lang... |
![]() |
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.72 | 13 years | kristaps | Cleanups in -T[x]html: make html_idcat() use the buffer and be called bufcat_id(... |
![]() |
1.62 | 14 years | kristaps | Clean up parsing of delimiters in -mdoc. First, remove the "dowarn" variable fr... |
![]() |
1.109 | 13 years | kristaps | Add mode for -Tlocale. This mode, with this commit, behaves exactly like -Tasci... |
![]() |
1.69 | 14 years | kristaps | Remove the warning for empty bodies of `Sh', `Ss', `SH', and `SS'. This prompte... |
![]() |
1.88 | 13 years | kristaps | Turn on -Tutf8 in the frontend. Here we go! |
![]() |
1.10 | 13 years | kristaps | Document that spec2cp never returns 0. |
![]() |
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.188 | 13 years | kristaps | Noticed that our skeleton mdoc.7 had lower-case `Dt'. Fixed and added some lang... |
![]() |
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.77 | 14 years | kristaps | Lint fixes: remove unused function variables and pass in proper enum values inst... |
![]() |
1.169 | 13 years | kristaps | Clean-up fallout: differentiate ID's and HREF's (where to put the `#'). Make buf... |
![]() |
1.109 | 14 years | kristaps | No code change: fixing spelling errors. From a patch by uqs@. Thanks! |
![]() |
1.230 | 13 years | kristaps | Add mode for -Tlocale. This mode, with this commit, behaves exactly like -Tasci... |
![]() |
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.142 | 13 years | kristaps | If a predefined string is missing, emit a warning and make it an empty string in... |
![]() |
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 ... |