Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed Makefile auto-generation of manuals not to use -fstrict and [old] -Werror. | Kristaps Dzonsons | 2010-08-20 | 1 | -4/+4 | |
| | ||||||
* | Add PDF files to www. We also show text and ps, just to show off.VERSION.1.10.5 | Kristaps Dzonsons | 2010-07-27 | 1 | -13/+15 | |
| | ||||||
* | Get version bits in: 1.10.5. | Kristaps Dzonsons | 2010-07-27 | 1 | -2/+2 | |
| | ||||||
* | Pre-tag checkin of release bits and shortlist.VERSION.1.10.4 | Kristaps Dzonsons | 2010-07-11 | 1 | -2/+2 | |
| | ||||||
* | Re-constitution of `ds' symbol processing. First, push the | Kristaps Dzonsons | 2010-07-07 | 1 | -1/+1 | |
| | | | | | | | | | roff_getstr() family of functions into roff.c with the "first_string" directly in struct roff. Second, pre-process each line for reserved words in libroff, splicing and re-running a line if it has one (this allows defined symbols to be macros). Remove term.c's invocation of the roff_getstrn() function. Removed function documentation in roff.3 and added roff.7 `ds' documentation. | |||||
* | Revert Makefile to using mandoc.c instead of libmandoc.c. Remove | Kristaps Dzonsons | 2010-07-06 | 1 | -5/+5 | |
| | | | | | | newborn libmandoc.c. While here, remove superfluous dep of libman on mandoc.c. | |||||
* | Renamed mandoc.c to libmandoc.c. This is in the efforts of getting a | Kristaps Dzonsons | 2010-07-05 | 1 | -5/+5 | |
| | | | | | | | cleaner namespace for functions across the entire system (mandoc.h: getting parsed-string values, or declarations necessary for the AST data), and compiler functions (libmandoc.h: back-end functions and declarations). | |||||
* | Inter-release tag.VERSION.1.10.3 | Kristaps Dzonsons | 2010-06-29 | 1 | -2/+2 | |
| | ||||||
* | Downstream maintainers: this removes UGLY! I don't want diverging | Kristaps Dzonsons | 2010-06-27 | 1 | -4/+0 | |
| | | | | | | | | | functionality and UGLY works quite well thanks to schwarze@'s careful attention. This also backs out function-prototype changes for struct regset, instead stuffing a pointer to the regset directly into struct mdoc/man/roff. | |||||
* | First step of adding register support. This is inspired by a significant | Kristaps Dzonsons | 2010-06-26 | 1 | -1/+1 | |
| | | | | | | patch by schwarze@. This commit adds support to libroff parsing `nr' into register set defined in regs.h. This will propogate into libmdoc and libman in later commits. | |||||
* | Fix slipped in after tag: install PS files with installwww.VERSION.1.10.2 | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 | |
| | ||||||
* | Version notes for 1.10.2. | Kristaps Dzonsons | 2010-06-19 | 1 | -2/+2 | |
| | ||||||
* | Broke ascii_*() functions into term_ascii.c | Kristaps Dzonsons | 2010-06-08 | 1 | -3/+5 | |
| | | | | Made low-level engine functions into function pointers. | |||||
* | No functionality changes: just restructuring. Deprecated | Kristaps Dzonsons | 2010-06-08 | 1 | -3/+7 | |
| | | | | | terminal_free() in favour of ps_free() and ascii_free(). Moved ps_*() functions into term_ps.c so that they don't clutter up term.c. | |||||
* | First check-in of PostScript output. This does not change any logic | Kristaps Dzonsons | 2010-06-07 | 1 | -9/+13 | |
| | | | | | | within term.c, but does add a small shim over putchar() that switches on the output engine. Prints, for this initial version, only monospace and without font decorations. It's a start. | |||||
* | Added version bits for 1.10.1. | Kristaps Dzonsons | 2010-06-07 | 1 | -1/+1 | |
| | | | | Spell-checked manuals. | |||||
* | Remove manuals.7 (see http://manpages.bsd.lv). | Kristaps Dzonsons | 2010-06-03 | 1 | -4/+4 | |
| | ||||||
* | Version bits for 1.10.1. | Kristaps Dzonsons | 2010-06-03 | 1 | -2/+2 | |
| | ||||||
* | Bump 1.10.0 version in Makefile. | Kristaps Dzonsons | 2010-05-29 | 1 | -2/+2 | |
| | ||||||
* | Added roff.3, which documents the roff parser interface. | Kristaps Dzonsons | 2010-05-25 | 1 | -14/+15 | |
| | | | | | | | | | | | Small fix in mdoc.3 and man.3 pointing to old mdoc_cb and man_cb. Fix in Makefile adding mandoc.h to HEADS. Collapsed all HTML files into HTMLS variable (too confusing otherwise). Removed "htmls" command from Makefile (only I used it and it's just taking up space). | |||||
* | Documented ie/el. | Kristaps Dzonsons | 2010-05-17 | 1 | -6/+7 | |
| | | | | | Installing roff.7 and added it to index.sgml. Small fix for `D1' and `Bd' in -Thtml. | |||||
* | Use a default prefix of /usr/local. Honour DESTDIR for install targets. | Joerg Sonnenberger | 2010-05-17 | 1 | -19/+20 | |
| | ||||||
* | Initial roff shim skeleton in place. | Kristaps Dzonsons | 2010-05-15 | 1 | -11/+27 | |
| | ||||||
* | Making room for libroff in Makefile: properly split out libmandoc.a. | Kristaps Dzonsons | 2010-05-15 | 1 | -15/+57 | |
| | ||||||
* | Documented version bits.VERSION.1.9.25 | Kristaps Dzonsons | 2010-05-13 | 1 | -2/+2 | |
| | ||||||
* | Use "=" instead of "?=" for compatibility. | Kristaps Dzonsons | 2010-05-13 | 1 | -1/+1 | |
| | ||||||
* | Getting version ready. | Kristaps Dzonsons | 2010-05-09 | 1 | -2/+2 | |
| | ||||||
* | margerr -> margserr (getting ready for margverr). | Kristaps Dzonsons | 2010-05-07 | 1 | -3/+3 | |
| | ||||||
* | Protection against running lookup() against quoted words. | Kristaps Dzonsons | 2010-05-07 | 1 | -13/+14 | |
| | ||||||
* | Noting version. | Kristaps Dzonsons | 2010-04-07 | 1 | -2/+2 | |
| | ||||||
* | Added mandoc_char.7 to installed manuals (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2010-04-05 | 1 | -1/+2 | |
| | ||||||
* | Added generation of mdoc.h.html and man.h.html as linked from generated ↵ | Kristaps Dzonsons | 2010-04-05 | 1 | -2/+5 | |
| | | | | mdoc.3.html and man.3.html, respectively. | |||||
* | Added new version information. Fixing up Makefile a bit.VERSION.1.9.22 | Kristaps Dzonsons | 2010-03-31 | 1 | -4/+12 | |
| | ||||||
* | Fixed fatal bug in Xo/Xc patch that caused segfaults with last-child ↵ | Kristaps Dzonsons | 2010-03-31 | 1 | -1/+1 | |
| | | | | explicit-scope macros. | |||||
* | Re-adjusting UGLY tags. | Kristaps Dzonsons | 2010-03-31 | 1 | -1/+1 | |
| | | | | | Fixed removed assignment of type. Removed superfluous checks of mdoc_argflags (from days when comments were a macro tag). | |||||
* | Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" ↵ | Kristaps Dzonsons | 2010-03-31 | 1 | -1/+1 | |
| | | | | | | | values). Initial check-in of Ingo Schwarze's patch for Xo/Xc handling (in blocks ifdef'd "UGLY"). Put Oc-close-Op parts into UGLY ifdef blocks. | |||||
* | Version (bug-fix). | Kristaps Dzonsons | 2010-03-31 | 1 | -2/+2 | |
| | ||||||
* | Modified in_line_eoln() to handle leading punctuation.VERSION.1.9.20 | Kristaps Dzonsons | 2010-03-30 | 1 | -2/+2 | |
| | ||||||
* | Fixed re-adjustment of scope in exiting roff instructions (libman). | Kristaps Dzonsons | 2010-03-27 | 1 | -2/+2 | |
| | | | | | | Added title-case check for (libman). Fixed premature closure of roff instruction scope (libman). Added documentation of ignored roff macros to man(3). | |||||
* | Cleaned up version info. | Kristaps Dzonsons | 2010-03-25 | 1 | -1/+1 | |
| | ||||||
* | Updated web-site with new version.VERSION.1.9.16 | Kristaps Dzonsons | 2010-03-22 | 1 | -58/+30 | |
| | | | | Allowed double-rule entries in Makefile (clean-up). | |||||
* | Added news item for new version.VERSION.1.9.15 | Kristaps Dzonsons | 2010-02-17 | 1 | -2/+2 | |
| | | | | Version: 1.9.15. | |||||
* | Fixed Makefile for `make lint' dep. on config.h | Kristaps Dzonsons | 2010-01-29 | 1 | -0/+2 | |
| | | | | Added -Txhtml for XHTML output (minimal increase to programme logic). Because groff has it and it bothers me that we don't. | |||||
* | Version (pre): 1.9.15-pre2 | Kristaps Dzonsons | 2010-01-01 | 1 | -2/+2 | |
| | ||||||
* | CFLAGS need -Werror to make the strlcpy/strlcat check work. | Kristaps Dzonsons | 2010-01-01 | 1 | -2/+2 | |
| | ||||||
* | Big check-in of compatibility layer. This should work on most major ↵ | Kristaps Dzonsons | 2010-01-01 | 1 | -5/+25 | |
| | | | | architectures. Thanks to Joerg Sonnenberger. | |||||
* | Fixed handling of exampledir (pointed out by Ulrich Sporlein, forgotten, ↵ | Kristaps Dzonsons | 2009-12-02 | 1 | -1/+4 | |
| | | | | discovered again). | |||||
* | Version: 1.9.14.VERSION.1.9.14 | Kristaps Dzonsons | 2009-11-16 | 1 | -2/+2 | |
| | ||||||
* | More clarification in manuals. Added per-OUTPUT section in mandoc.1. | Kristaps Dzonsons | 2009-11-16 | 1 | -0/+2 | |
| | ||||||
* | Version: 1.9.13.VERSION.1.9.13 | Kristaps Dzonsons | 2009-11-02 | 1 | -2/+2 | |
| |